datatracker/ietf/submit
2014-02-20 12:39:34 +00:00
..
migrations Merge in changes from the old shimfree branch 2013-11-27 12:55:50 +00:00
parsers Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
templatetags Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
.gitignore Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
__init__.py Remove backtrace email code from submit __init__.py, after the submit revamp I think I am responsible for all remaining bugs and not esanchez@yaco.es, and the code sometimes annoyingly interferes (through a bug in admin) with loading the submit module in the shell 2013-11-19 16:14:27 +00:00
admin.py Make the submit tool use the access token framework with a bit of backwards compatibility glue 2013-11-15 16:09:05 +00:00
forms.py Added a warning to the draft submission page about upcoming submission cut-offs. Added a value in settings.py for the number of days before the first cut-off to display the waring. 2014-02-11 19:28:59 +00:00
mail.py Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
models.py Make the submit tool use the access token framework with a bit of backwards compatibility glue 2013-11-15 16:09:05 +00:00
test_submission.txt Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
tests.py Implement missing submit tests as spotted by the coverage check 2014-01-08 17:47:39 +00:00
urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
utils.py Changed the use of non-existing variable 'ascii' to 'person.ascii'. Fixes a server failure for person alias creation during draft submissions. 2014-02-20 12:39:34 +00:00
views.py Fix auth check for editing the metadata of a submission - the path 2014-01-08 17:40:22 +00:00