datatracker/ietf/submit
Henrik Levkowetz 4b0b7e0c58 Merged in henrik/6.16.1-pyang-work@10995:
Added in support for displaying results from selected submission checks as symbols on draft pages and in draft lists.  For now, that means that drafts with yang modules will show either a green or orange yang symbol, depending on the result of the submission yang validation check.
 - Legacy-Id: 10996
2016-03-28 19:23:10 +00:00
..
migrations Fixed a pyflakes issue. 2016-03-15 17:45:22 +00:00
parsers Improved the verification of submitted file extensions and mimetype. 2015-08-07 12:10:26 +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 Merged in henrik/6.16.1-pyang-work@10995: 2016-03-28 19:23:10 +00:00
checkers.py Merged in henrik/6.16.1-pyang-work@10995: 2016-03-28 19:23:10 +00:00
forms.py Moved some path checks from SubmissionUploadForm to the ietf/checks.py. 2016-01-28 16:09:44 +00:00
mail.py Make email address formatting consistent. Commit ready for merge. 2015-10-07 21:55:23 +00:00
models.py Added small orange or green yang symbols to draft info- and list-pages, signifying fail or pass for the submission yang validation. 2016-03-28 18:47:53 +00:00
resources.py Merged in henrik/6.16.1-pyang-work@10995: 2016-03-28 19:23:10 +00:00
test_submission.bad Improved the verification of submitted file extensions and mimetype. 2015-08-07 12:10:26 +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 Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check. 2016-03-04 20:08:29 +00:00
test_submission.xml Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check. 2016-03-04 20:08:29 +00:00
tests.py Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check. 2016-03-04 20:08:29 +00:00
urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
utils.py Added small orange or green yang symbols to draft info- and list-pages, signifying fail or pass for the submission yang validation. 2016-03-28 18:47:53 +00:00
views.py Added small orange or green yang symbols to draft info- and list-pages, signifying fail or pass for the submission yang validation. 2016-03-28 18:47:53 +00:00