datatracker/ietf/doc
2018-02-28 20:54:56 +00:00
..
management
migrations Added some missing migrations. 2018-02-25 20:06:50 +00:00
templatetags Third part of document read refactoring, after [14406] and [14410]. This replaces all usage of the non-unicode-aware get_document_content() function with unicode-aware Document.text() or Document.text_or_error() methods. This was triggered by yet another report of unicode content not being shown properly, and should fix all instances of document (drafts, agendas, minutes, etc.) display in the datatracker not handling unicode characters properly. 2017-12-11 16:23:51 +00:00
__init__.py
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
forms.py Warn when putting a draft on a telechat that is so close that directorates will probably not have time to complete a review. Fixes #2381. Commit ready for merge. 2018-01-18 22:14:30 +00:00
lastcall.py
mails.py Merged in [14655] from housley@vigilsec.com: 2018-02-19 17:36:09 +00:00
models.py Removed unused imports. Added some explicit orderings to avoid pagination issues. 2018-02-21 23:54:31 +00:00
redirect_drafts_urls.py
redirect_idtracker_urls.py
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
tests.py Merged in [14386] from rjsparks@nostrum.com: 2017-12-04 15:29:15 +00:00
tests_ballot.py Merged in ^/personal/henrik/6.64.2-ballotapi@14426. This provides personal API keys and a ballot position API at /api/iesg/position. Also added an endpoint description at /api/. 2017-12-17 23:43:44 +00:00
tests_charter.py Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458. Commit ready for merge. 2018-02-28 20:54:56 +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 Changed import path from a deprecated path to the kosher one. 2018-02-22 00:01:01 +00:00
tests_draft.py Replaced direct assignment to m2m fields with .clear() and .set() 2018-02-21 23:58:25 +00:00
tests_material.py
tests_review.py Allow those people who can make a review request to edit the request deadline. Send mail to other directorate secretaries when one secretary makes a change to a request. Fixes #2233. Commit ready for merge. 2018-01-22 21:43:53 +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
urls_conflict_review.py
urls_material.py
urls_review.py Allow those people who can make a review request to edit the request deadline. Send mail to other directorate secretaries when one secretary makes a change to a request. Fixes #2233. Commit ready for merge. 2018-01-22 21:43:53 +00:00
urls_status_change.py
utils.py Changed name from .rel to .remote_field for remote accessors. 2018-02-21 23:56:36 +00:00
utils_charter.py Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458. Commit ready for merge. 2018-02-28 20:54:56 +00:00
utils_search.py
views_ballot.py Fixed an UnboundLocalError (only partial variable initialization) bug. 2018-02-07 06:13:19 +00:00
views_charter.py Added user notification about ballots closed automatically when creating a new ballot. 2017-12-29 15:24:37 +00:00
views_conflict_review.py Third part of document read refactoring, after [14406] and [14410]. This replaces all usage of the non-unicode-aware get_document_content() function with unicode-aware Document.text() or Document.text_or_error() methods. This was triggered by yet another report of unicode content not being shown properly, and should fix all instances of document (drafts, agendas, minutes, etc.) display in the datatracker not handling unicode characters properly. 2017-12-11 16:23:51 +00:00
views_doc.py Changed user.is_authenticated and .is_anonymous from method calls to attribute access. 2018-02-22 00:03:30 +00:00
views_downref.py Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models. 2018-02-20 15:36:05 +00:00
views_draft.py Replaced direct assignment to m2m fields with .clear() and .set() 2018-02-21 23:58:25 +00:00
views_help.py
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 Allow those people who can make a review request to edit the request deadline. Send mail to other directorate secretaries when one secretary makes a change to a request. Fixes #2233. Commit ready for merge. 2018-01-22 21:43:53 +00:00
views_search.py Expanded the fields that the 'author' entry of the document search form is applied to, from just author name, to author name, email addresses, and affiliation. Fixes issue #2415. 2018-01-23 18:12:10 +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 Third part of document read refactoring, after [14406] and [14410]. This replaces all usage of the non-unicode-aware get_document_content() function with unicode-aware Document.text() or Document.text_or_error() methods. This was triggered by yet another report of unicode content not being shown properly, and should fix all instances of document (drafts, agendas, minutes, etc.) display in the datatracker not handling unicode characters properly. 2017-12-11 16:23:51 +00:00