datatracker/ietf/doc
2017-12-08 21:51:11 +00:00
..
management Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
migrations Permit document urls to be up to 512 bytes, rather than the default 200 2017-10-30 11:07:45 +00:00
templatetags Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Added 'Additional URLs' for documents, the same way we have them for groups. 2017-09-27 10:52:32 +00:00
expire.py Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday. 2017-10-25 13:38:15 +00:00
factories.py Merge author stats branch into new branch from trunk 2017-03-28 14:36:40 +00:00
feeds.py Add a per-year RFC feed. Commit ready for merge. 2017-12-01 17:19:51 +00:00
fields.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
forms.py Merged in [13181] from housley@vigilsec.com: 2017-04-10 22:47:01 +00:00
lastcall.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
mails.py Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
models.py Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
redirect_drafts_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
redirect_idtracker_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
resources.py Added 'Additional URLs' for documents, the same way we have them for groups. 2017-09-27 10:52:32 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py Merged in [14386] from rjsparks@nostrum.com: 2017-12-04 15:29:15 +00:00
tests_ballot.py Refactored the handling of BallotDocEvent in tests, only creating them as needed, in preparation for stricter checks on state transitions to avoid mismatches between state and ballot. 2017-11-30 16:02:31 +00:00
tests_charter.py Changed the creation of temporary test dirs to use names which include the test class name, in order to make it possible to run test cases in parallel. Disabled coverage testing when running in parallel (those classes cannot be pickled and distributed to the test runner threads, and also won't pass coverage data back). Tweaked the TestCase.tempdir() method. 2017-03-27 21:41:18 +00:00
tests_conflict_review.py Refactored the handling of BallotDocEvent in tests, only creating them as needed, in preparation for stricter checks on state transitions to avoid mismatches between state and ballot. 2017-11-30 16:02:31 +00:00
tests_downref.py Updated migration numbering to avoid collisions. 2017-05-31 21:36:08 +00:00
tests_draft.py Refactored the handling of BallotDocEvent in tests, only creating them as needed, in preparation for stricter checks on state transitions to avoid mismatches between state and ballot. 2017-11-30 16:02:31 +00:00
tests_material.py Changed the creation of temporary test dirs to use names which include the test class name, in order to make it possible to run test cases in parallel. Disabled coverage testing when running in parallel (those classes cannot be pickled and distributed to the test runner threads, and also won't pass coverage data back). Tweaked the TestCase.tempdir() method. 2017-03-27 21:41:18 +00:00
tests_review.py Added cleaning of review_url from the review completion form, to make sure it's retrievable. 2017-10-27 05:54:34 +00:00
tests_status_change.py Refactored the handling of BallotDocEvent in tests, only creating them as needed, in preparation for stricter checks on state transitions to avoid mismatches between state and ballot. 2017-11-30 16:02:31 +00:00
urls.py Added 'Additional URLs' for documents, the same way we have them for groups. 2017-09-27 10:52:32 +00:00
urls_charter.py Added a new document tab for some documents, showing htmlized drafts and RFCs 2017-03-20 14:08:52 +00:00
urls_conflict_review.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_material.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_review.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
urls_status_change.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
utils.py Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
utils_charter.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils_search.py Merged django18 work forward to r12447 2016-12-05 15:03:40 +00:00
views_ballot.py Added a warning message for the user if ballot creation failed due to an already open ballot. This is a bad state, and should prevented by stricter checks before changing state, but is better than the current situation until we decide exactly which checks to implement. 2017-11-30 16:10:38 +00:00
views_charter.py Added a warning message for the user if ballot creation failed due to an already open ballot. This is a bad state, and should prevented by stricter checks before changing state, but is better than the current situation until we decide exactly which checks to implement. 2017-11-30 16:10:38 +00:00
views_conflict_review.py Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
views_doc.py Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
views_downref.py Merged in [13181] from housley@vigilsec.com: 2017-04-10 22:47:01 +00:00
views_draft.py Added migrations for document url model changes. Updated the name fixtures. Added ability for individual draft authors to edit document urls. 2017-09-27 16:37:13 +00:00
views_help.py The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00
views_material.py Allow editing of title for agendas, minutes, and bluesheets documents. Fixes #2317. Commit ready for merge. 2017-07-15 12:24:02 +00:00
views_review.py Tweaked the error message for review message URLs which cannot be retrieved. 2017-11-03 19:52:34 +00:00
views_search.py Merge author stats branch into new branch from trunk 2017-03-28 14:36:40 +00:00
views_stats.py Merge author stats branch into new branch from trunk 2017-03-28 14:36:40 +00:00
views_status_change.py Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00