datatracker/ietf/submit
2011-10-25 15:00:08 +00:00
..
migrations Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
parsers Return an early error if we can't extract enough information from the draft to fill in the metainformation that lets the user return to this submission later. Tweak an error message. 2011-06-08 19:24:15 +00:00
templatetags Merged [3380] from esanchez@yaco.es: 2011-10-13 15:38:50 +00:00
.gitignore Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
__init__.py Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with. 2011-07-23 12:49:56 +00:00
admin.py Refine the admin list page for submission details a bit. 2011-10-25 14:20:26 +00:00
error_manager.py Merged branch/yaco/idsubmit@2903 from esanches@yaco.es to trunk: The Rewritten I-D Submission Tool. 2011-04-07 20:29:45 +00:00
forms.py Tweaked various message strings. Also made the cut-off messages use the actual hour defined in settings, rather than a hardcoded string saying '5 PM (PT)' ... 2011-10-25 15:00:08 +00:00
models.py Refine the admin list page for submission details a bit. 2011-10-25 14:20:26 +00:00
urls.py Button to request the full access url of a submission. Fixes #618 2011-03-17 12:14:53 +00:00
utils.py Fix a wrong settings variable (introduced when merging code from the yaco idsubmit branch for v3.61). Refine the error report for failures to move files from staging to repository. 2011-10-25 14:22:51 +00:00
views.py Don't hide exceptions by returning a blank form when something goes wrong -- there's been temporary upload failures for some time, which have been difficult to trace and debug because the error condition has been hidden. 2011-10-25 14:57:35 +00:00