datatracker/ietf/submit
Ole Laursen 0bc71c7146 Fix problem with concurrent posts as reported in #813 by preventing
accidentally submitting a post twice (with Javascript) and modifying the
move-old-files-to-archive code to not move the files away if they
belong to the same submission as the one we're accepting (this
mitigates a concurrent post to at least not end up with a non-existing
draft).
 - Legacy-Id: 4112
2012-03-16 17:22:33 +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
parsers Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +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 Merge with trunk 2011-11-21 16:41:21 +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 Guard against None coming out of the draft parser, we need to convert 2012-02-28 18:37:22 +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 Add db_index to IdApprovedDetail.filename too 2012-01-26 22:18:53 +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 Save announcements generated by the system as Messages, adding an 2012-02-08 21:05:28 +00:00
urls.py Button to request the full access url of a submission. Fixes #618 2011-03-17 12:14:53 +00:00
utils.py Fix problem with concurrent posts as reported in #813 by preventing 2012-03-16 17:22:33 +00:00
views.py Patch up to pass request object to send mail in the instances where 2011-11-25 18:24:14 +00:00