datatracker/ietf/submit
2013-05-06 16:36:23 +00:00
..
fixtures Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
migrations Cleaning up old unused migrations for the submit app, and setting up a new 2013-04-21 21:23:39 +00:00
parsers Fixed a misleading error message given when disallowed character occurs in a draft filename. 2012-10-22 18:18:49 +00:00
templatetags Merge with trunk 2011-11-21 16:41:21 +00:00
.gitignore Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
__init__.py Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with. 2011-07-23 12:49:56 +00:00
admin.py Add approval/pre-approval page for Secretariat and WG Chairs, with 2012-05-10 18:07:59 +00:00
error_manager.py Merged branch/yaco/idsubmit@2903 from esanches@yaco.es to trunk: The Rewritten I-D Submission Tool. 2011-04-07 20:29:45 +00:00
forms.py Changed which email addresses the submission tool uses for confirmation emails and sending out full submission status URLs from the emails found in the submitted document (which could be empty, broken, or intentionally different than the original authors) to the author emails from the previous version, where a previous version exists. This fixes breakage which can occur when no valid email addresses can be found in a broken submission, and also ensures that at least one of the authors of a previous version signs off on a new version, preventing submission hijacking. 2013-04-15 22:12:31 +00:00
generate_fixtures.py Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
models.py Don't use non-ascii names in the email lists (at least for now). 2013-05-06 16:36:23 +00:00
test_submission.txt Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
tests.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
urls.py Add approval/pre-approval page for Secretariat and WG Chairs, with 2012-05-10 18:07:59 +00:00
utils.py Changed which email addresses the submission tool uses for confirmation emails and sending out full submission status URLs from the emails found in the submitted document (which could be empty, broken, or intentionally different than the original authors) to the author emails from the previous version, where a previous version exists. This fixes breakage which can occur when no valid email addresses can be found in a broken submission, and also ensures that at least one of the authors of a previous version signs off on a new version, preventing submission hijacking. 2013-04-15 22:12:31 +00:00
views.py Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00