..
management
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
migrations
Allow external resources to be set/suggested during submission process. Fixes #3068 . Commit ready for merge.
2021-04-19 20:21:19 +00:00
parsers
Remove the ability to submit Postscript I-Ds.
2021-10-28 16:24:29 +00:00
templatetags
Removed all __future__ imports.
2020-03-05 23:53:42 +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
Allow external resources to be set/suggested during submission process. Fixes #3068 . Commit ready for merge.
2021-04-19 20:21:19 +00:00
checkers.py
Provide a local environment path for pyang, which is installed with pip and may not be available globally. Fixes issue #3018 .
2020-07-30 15:33:24 +00:00
factories.py
Bring the factory-boy and Faker dependencies forward through some minor breaking changes. Stop using the deprecated fr_QC locale in Faker. Commit ready for merge.
2021-08-03 22:22:35 +00:00
forms.py
Remove the ability to submit Postscript I-Ds.
2021-10-28 16:24:29 +00:00
mail.py
Merged in [18798] from jennifer@painless-security.com:
2021-01-27 23:19:42 +00:00
models.py
Parse RFC2047 formatted text properly in submission form. Fixes #2465 . Commit ready for merge.
2021-06-14 10:46:35 +00:00
resources.py
Allow external resources to be set/suggested during submission process. Fixes #3068 . Commit ready for merge.
2021-04-19 20:21:19 +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.txt
Added a template interpolation variable for document title to the submission test text template.
2019-09-26 14:40:36 +00:00
test_submission.xml
Added asciiFullname and asciiSurname attributes to the XML submission test template.
2019-09-26 14:41:48 +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
test_submission_no_org_or_address.txt
Accept 'None' when updating DocumentAuthor affiliation / country. Commit ready for merge.
2021-05-21 15:54:03 +00:00
test_submission_no_org_or_address.xml
Accept 'None' when updating DocumentAuthor affiliation / country. Commit ready for merge.
2021-05-21 15:54:03 +00:00
test_submission_v2_country_only.xml
Run v2v3 converter internally when v2 XML is submitted. Fixes #3305 . Commit ready for merge.
2021-07-20 18:13:41 +00:00
tests.py
Merged in [19555] from jennifer@painless-security.com:
2021-11-08 18:16:56 +00:00
urls.py
Remove the Note Well from the datatracker and point to the IETF web site.
2021-10-28 13:08:10 +00:00
utils.py
Merged in [19122] from jennifer@painless-security.com:
2021-06-14 20:16:49 +00:00
views.py
Remove the Note Well from the datatracker and point to the IETF web site.
2021-10-28 13:08:10 +00:00