datatracker/ietf/submit
Robert Sparks b18249222b Refines Bill Fenner's regex based search through documents for references.
Populates RelatedDocument with relations for references for each type draft Document.
Replaces these reference relationships with updated copies on draft submission.
Note to deployer: This migration takes around 10 minutes to complete on a fast development laptop.
 - Legacy-Id: 6572
2013-10-30 20:51:11 +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 Changed the mimetype detection code to only read first 4k block of file, not the whole file. 2013-07-25 18:28:18 +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 Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +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 Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures. 2013-09-30 20:36:20 +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 Refines Bill Fenner's regex based search through documents for references. 2013-10-30 20:51:11 +00:00
views.py The exception string for submission upload read errors seems to have changed after we switched to wsgi, from "Client read error" to "request data read error". Now looking for just "read error". 2013-09-26 06:29:28 +00:00