.. |
management
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
migrations
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
parsers
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +00:00 |
templatetags
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +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
|
Changed a regex to use an r string. Added decoding of command pipe output.
|
2019-07-04 15:45:18 +00:00 |
forms.py
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +00:00 |
mail.py
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +00:00 |
models.py
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
resources.py
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40: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.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
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +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
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +00:00 |
views.py
|
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
|
2019-07-04 15:49:42 +00:00 |