datatracker/ietf/submit
2019-01-07 11:43:28 +00:00
..
management Converted all management commands which set up additional command-line switches to use the argparse approach instead of the deprecated optparse approach. 2017-01-11 18:42:38 +00:00
migrations Got rid of old migrations and created new initial migrations. 2018-02-21 23:46:22 +00:00
parsers Tweaked the wording of the unexpected-encoding warning. 2017-07-03 11:38:03 +00:00
templatetags Merged in [9766] from lars@netapp.com: 2015-07-18 12:42:38 +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 Added a submission state filter to the submission admin page. 2017-09-27 14:15:31 +00:00
checkers.py Added a bit of additional checking to test_submit_invalid_yang. 2019-01-07 11:43:28 +00:00
forms.py Fixed a problem where an exception could be raised when reporting an exception during draft XML processing to the user. 2018-09-27 13:36:25 +00:00
mail.py Set reply-to for I-D Announcements that include a CC to a mail list. Fixes #2530. 2018-06-29 18:15:42 +00:00
models.py Removed unused imports. Added some explicit orderings to avoid pagination issues. 2018-02-21 23:54:31 +00:00
resources.py Added reverse relationships from drafts to submissions to submission checks to the Json API, to make it easier to find the yang checks for a given document. 2017-07-07 12:55:30 +00:00
test_submission.bad Improved the verification of submitted file extensions and mimetype. 2015-08-07 12:10:26 +00:00
test_submission.nonascii Added a new yang checker, 'yanglint', to the existing Yang checker class, in 2017-06-15 16:09:28 +00:00
test_submission.pdf Added support of xml-source only drafts submissions. 2015-07-22 21:35:44 +00:00
test_submission.ps Added support of xml-source only drafts submissions. 2015-07-22 21:35:44 +00:00
test_submission.txt Test data template tweak. 2018-03-20 13:17:29 +00:00
test_submission.xml Added an API for draft submission, at /api/submit. Added an urls.py file under api/ to hold api urls, and moved those from ietf/urls.py. Refactored out many parts of the regular submission forms and functions in submit/forms.py and submit/views.py in order to re-use the appropriate parts for the submission API. Moved support functions to submit/utils.py. Added a new validation errors for missing docName in xml-based submissions. Updated the submission test document templates to use insert additional values. Added failure and success test cases for automated API submissions, and refactored some test utility functions. 2017-09-16 09:35:42 +00:00
test_submission_invalid_yang.txt Added an API for draft submission, at /api/submit. Added an urls.py file under api/ to hold api urls, and moved those from ietf/urls.py. Refactored out many parts of the regular submission forms and functions in submit/forms.py and submit/views.py in order to re-use the appropriate parts for the submission API. Moved support functions to submit/utils.py. Added a new validation errors for missing docName in xml-based submissions. Updated the submission test document templates to use insert additional values. Added failure and success test cases for automated API submissions, and refactored some test utility functions. 2017-09-16 09:35:42 +00:00
tests.py Added a bit of additional checking to test_submit_invalid_yang. 2019-01-07 11:43:28 +00:00
urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
utils.py Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream. 2018-12-11 22:38:05 +00:00
views.py Changed incorrect use of 404 status code in api to 400. Fixes issue #2498. 2018-04-13 11:11:48 +00:00