..
management
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
migrations
Changed NullBoleanField() to BooleanField(null=True), according to the 2.1 upgrade recommendations.
2020-06-24 20:33:57 +00:00
parsers
Merged in ^/trunk@17617.
2020-04-14 17:11:51 +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
Added some raw_id fields to avoid long page load times
2020-01-30 22:13:29 +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
forms.py
Merged in changes from trunk up to r17584.
2020-04-07 16:02:52 +00:00
mail.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
models.py
Send extra mail to yangdoctors chairs when a draft with yang checks goes into IETF LC. Fixes #2419 . Commit ready to merge.
2020-07-30 21:44:02 +00:00
resources.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +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
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
tests.py
Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027 . Commit ready for merge.
2020-07-28 18:54:44 +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
Merged in [18250] from jennifer@painless-security.com:
2020-07-26 11:15:49 +00:00
views.py
Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403.
2020-08-06 10:59:52 +00:00