datatracker/ietf/doc
Henrik Levkowetz 19eb5de983 Merged in [17044] from valery@smyslov.net:
Make it clearer that a chair can't revise materials for a meeting once the proceedings deadline has passed

    Fixes issue #2612.
 - Legacy-Id: 17067
Note: SVN reference [17044] has been migrated to Git commit 182dae28a8
2019-11-20 10:10:31 +00:00
..
management Added a management command to generate draft bibxml files, and also a trial version of datatracker draft bibxml pages. 2019-11-05 18:10:29 +00:00
migrations Updated rfc-editor sync code to recognize the new Tooling Issue queue state. 2019-09-11 16:20:25 +00:00
templatetags Merged in [16836] from rjsparks@nostrum.com: 2019-10-21 19:37:36 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Add IANA expert review tracking. Commit ready for merge. 2019-08-15 20:36:07 +00:00
expire.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
factories.py Look at the tree of replaces-relationships when determining if some reviewer has reviewed this (or perhaps an ancestor) of this document. Fixes #2821. Commit ready for merge. 2019-11-07 23:02:19 +00:00
feeds.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
fields.py Added code to catch a form error regularly caused by form spam and return a failure instead of triggering a server 500. 2019-09-10 16:10:11 +00:00
forms.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
lastcall.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
mails.py Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue. 2019-07-16 13:20:05 +00:00
models.py Type checking tweaks. 2019-10-15 16:54:33 +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 Add IANA expert review tracking. Commit ready for merge. 2019-08-15 20:36:07 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py Added a management command to generate draft bibxml files, and also a trial version of datatracker draft bibxml pages. 2019-11-05 18:10:29 +00:00
tests_ballot.py Changed instances of email body extaction to use a custom get_payload() function. 2019-07-15 17:15:16 +00:00
tests_charter.py Merged in [16785] from rjsparks@nostrum.com: 2019-10-08 14:24:01 +00:00
tests_conflict_review.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
tests_downref.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
tests_draft.py Fix issue where draft resurrect feature does not move most recent draft file from the archive directory back to the current draft directory. Fixes #2646. Commit ready for merge 2019-11-16 05:15:03 +00:00
tests_material.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
tests_review.py Tweaked a test person name to match the usage in the code tested. 2019-11-12 18:22:42 +00:00
tests_status_change.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
urls.py Added a management command to generate draft bibxml files, and also a trial version of datatracker draft bibxml pages. 2019-11-05 18:10:29 +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 Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +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 Merged in [16939] from sasha@dashcare.nl: 2019-11-11 14:22:54 +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 Merged in [16939] from sasha@dashcare.nl: 2019-11-11 14:22:54 +00:00
utils_charter.py Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue. 2019-07-16 13:20:05 +00:00
utils_search.py Fix #2050 - Allow adding review wishes from document and search pages. 2019-10-29 16:27:56 +00:00
views_ballot.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
views_charter.py Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue. 2019-07-16 13:20:05 +00:00
views_conflict_review.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
views_doc.py Fixes issue #2612. Commit ready for merge. 2019-11-18 08:48:15 +00:00
views_downref.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
views_draft.py Fix issue where draft resurrect feature does not move most recent draft file from the archive directory back to the current draft directory. Fixes #2646. Commit ready for merge 2019-11-16 05:15:03 +00:00
views_help.py Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream. 2018-12-11 22:38:05 +00:00
views_material.py Type checking tweaks. 2019-10-15 16:54:33 +00:00
views_review.py Merged in [16939] from sasha@dashcare.nl: 2019-11-11 14:22:54 +00:00
views_search.py Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
views_stats.py Merged in [16860] from rjsparks@nostrum.com: 2019-10-22 16:05:42 +00:00
views_status_change.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00