datatracker/ietf/doc
Henrik Levkowetz 2bc5606986 Merged in [17070] from sasha@dashcare.nl:
Fix #2061 - Improve 'complete review' workflow for secretaries.
When a secretary completes a review, 'link to a review message'
is automatically selected, and the first non-reply mail is used to
fill in the review details. The secretary can still modify all details.
The order of fields for secretaries is also modified to fit this workflow.
All cases where 'link to review message' is used, by reviewers or
secretaries, now attempt to fill in the 'reviewed version' if found
in the email subject.
 - Legacy-Id: 17105
Note: SVN reference [17070] has been migrated to Git commit dc9546211f
2019-11-26 20:22:56 +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 test for bibtex page content-type. 2019-11-26 01:34:35 +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 Merged in [17070] from sasha@dashcare.nl: 2019-11-26 20:22:56 +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 Fixed an incorrect content_type 2019-11-25 18:47:58 +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 [17070] from sasha@dashcare.nl: 2019-11-26 20:22:56 +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