.. |
management
|
Converted all management commands which set up additional command-line switches to use the argparse approach instead of the deprecated optparse approach.
|
2017-01-11 18:42:38 +00:00 |
migrations
|
Updated migration numbering to avoid collisions.
|
2017-05-31 21:36:08 +00:00 |
parsers
|
Changed the acceptable mime type for uploaded xml files to be either text/xml or application/xml.
|
2016-06-06 07:38:02 +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
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
checkers.py
|
Added more information about submission errors and a full idnits run to the manual post email sent to the secretariat.
|
2017-02-13 20:37:47 +00:00 |
forms.py
|
Narrowed a too wide try/except region in order to give more correct error messages. Changed the the strip() application to happen only on extracted author elements that actually have content. Fixes an inability to upload xml-only drafts with missing author country information.
|
2017-06-09 20:12:44 +00:00 |
mail.py
|
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
|
2017-03-25 19:16:45 +00:00 |
models.py
|
Merged in ^/branch/iola/author-stats-r13145 from olau@iola.dk, and fixed some tests in code which moved after the latest merge with trunk. The test suite passes, but the migrations are _not_ ready to run, because of numbering conflicts (again due to code changes on trunk since the latest sync).
|
2017-05-31 20:59:26 +00:00 |
resources.py
|
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
|
2016-09-25 13:53:22 +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
|
Tweaked the nonascii draft test template.
|
2016-09-30 20:31:24 +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
|
Show formal languages used on new submissions and make the field
|
2017-01-17 13:52:16 +00:00 |
test_submission.xml
|
Show formal languages used on new submissions and make the field
|
2017-01-17 13:52:16 +00:00 |
tests.py
|
Changed the '%s <%s>'%(name,email) idiom in several places to use email.utils.formataddr() instead, to avoid future problems with names that would need quotes. Added comments in 2 places where this change would not be appropriate.
|
2017-06-05 22:40:11 +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
|
Merge author stats branch into new branch from trunk
|
2017-03-28 14:36:40 +00:00 |
views.py
|
Undid an unintentional adaptation to the xml2rfc 2.6.0 call interface change.
|
2017-06-07 00:07:39 +00:00 |