datatracker/ietf/doc
Henrik Levkowetz c7e5459d5a Merged in [16109] from rjsparks@nostrum.com:
Protect drafts in certain IRTF states from expiring. Fixes #2669.
 - Legacy-Id: 16129
Note: SVN reference [16109] has been migrated to Git commit 003e472d04
2019-04-03 19:03:38 +00:00
..
management Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
migrations Increased the DocumentURL.url field length to the legal URL maximum of 2083 2019-02-25 21:05:25 +00:00
templatetags Updated code and templates to use the new docman and groupman group features. 2019-01-30 15:59:00 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Merged in [15684] from rjsparks@nostrum.com: 2018-11-03 09:01:59 +00:00
expire.py Protect drafts in certain IRTF states from expiring. Fixes #2669. Commit ready for merge. 2019-03-28 08:48:35 +00:00
factories.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
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 Additional changes to speed up the IESG agenda docs page: Changed telechat_page_count() to accept a list of documents if that's already been generated, to avoid double work. Changed the reviewed_by_teams list to provide acronyms directly, to avoid group lookups during template rendering. Provided page counts directly to the template instead of repeated (costly) filtering through telechat_page_count, with new document lookups. Removed the telechat_page_count template filter, due to its cost. Tweaked some lookups in fill_in_document_table_attributes() . Added to the select_related() list for documents in IESG agenda_documents(). 2018-04-01 18:51:48 +00:00
lastcall.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
mails.py Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +00:00
models.py Fixed bad calls to rfcdiff for -00 drafts and replaced drafts. Fixes issue #2697. Commit ready for merge. 2019-03-23 18:17:51 +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 Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge. 2019-01-02 22:55:00 +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 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code. 2019-01-22 18:11:46 +00:00
tests_ballot.py Merged in [15698] from rjsparks@nostrum.com: 2018-11-06 07:13:56 +00:00
tests_charter.py Fixed some unintentional wg list address changes, and added some other test mail address changes. 2019-03-04 20:54:38 +00:00
tests_conflict_review.py Converted a test to use .assertIn() instead of .assertTrue(... in ...) for better failure reports. 2019-03-09 14:56:47 +00:00
tests_downref.py Merged in [15387] from rjsparks@nostrum.com: 2018-07-24 08:25:07 +00:00
tests_draft.py Protect drafts in certain IRTF states from expiring. Fixes #2669. Commit ready for merge. 2019-03-28 08:48:35 +00:00
tests_material.py Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material. Commit ready for merge. 2018-06-09 22:16:26 +00:00
tests_review.py Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +00:00
tests_status_change.py Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material. Commit ready for merge. 2018-06-09 22:16:26 +00:00
urls.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
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 Review assignment email includes a link to the review request that ensures the reviewer is logged in. Fixes #2543. Commit ready for merge 2018-09-06 21:39:10 +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 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
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 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_ballot.py Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +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 Send email when the responsible AD for a conflict review is changed. Include the stream manager and stream steering group when the responsible AD changes or when the telechat date changes. Fixes #2497. Commit ready for merge. 2018-05-21 22:02:34 +00:00
views_doc.py Updated code and templates to use the new docman and groupman group features. 2019-01-30 15:59:00 +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 Changed sending of PubReq messages to explicitly use on-behalf-of, without Reply-To. Reply-To is picked up as requestor by RT. Fixes issue #2691 anew. 2019-03-14 21:31:40 +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 This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
views_review.py Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +00:00
views_search.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_stats.py Changed settings so that cache keys used by memcached includes the release version, in order to avoid stale and incorrect cache content on new release deployment. Made it easier to pick out cache key composition by normalizing the variable name. Adjusted cache prefix and the composition of some keys to have a unique and consistent cache key prefix. 2018-03-26 21:26:20 +00:00
views_status_change.py Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +00:00