datatracker/ietf/submit
2017-12-04 14:37:15 +00:00
..
management
migrations Added new checker runs for all active drafts with yang modules to the yang link data migration, in order to make sure to have module information available. 2017-11-02 14:49:51 +00:00
parsers
templatetags
.gitignore
__init__.py
admin.py Added a submission state filter to the submission admin page. 2017-09-27 14:15:31 +00:00
checkers.py Changed handling of yang modeules from drafts with errors, to not place them in separate directories, due to possible follow-on effects. Added use of IANA-held modules when validating, and regular rsyncing from IANA. 2017-12-04 14:37:15 +00:00
forms.py 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
mail.py
models.py Changed the SubmissionCheck.time field to use a default now value, instead of auto_now, to permit migrations without changing the timestamps. 2017-10-30 11:25:40 +00:00
resources.py
test_submission.bad
test_submission.nonascii
test_submission.pdf
test_submission.ps
test_submission.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
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 Changed handling of yang modeules from drafts with errors, to not place them in separate directories, due to possible follow-on effects. Added use of IANA-held modules when validating, and regular rsyncing from IANA. 2017-12-04 14:37:15 +00:00
urls.py
utils.py Removed some debug statements. 2017-10-30 12:28:51 +00:00
views.py Removed case sensitivity in the submission API when comparing the submitter email address with the email addresses found in the draft. Fixes issue #2396. 2017-11-01 13:47:12 +00:00