datatracker/ietf/doc
2020-07-20 01:58:26 +00:00
..
management Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit. 2020-07-20 01:58:26 +00:00
migrations Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit. 2020-07-20 01:58:26 +00:00
templatetags Django 2.2 does not wrap single queries in transactions, for performance reasons. This caused some template tags that did database lookups to trigger exceptions. Fixed by moving the lookups (which would not normally change between apache reloads) out from the template tag code to module scope. Adding new groups of type ['ag','area','team','dir','program'] will now require a reload to show up in the group menu. 2020-06-27 17:28:50 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Added appropriate Admin classes 2020-05-21 20:48:03 +00:00
expire.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
factories.py Remove abandoned charters from any future telechats. Fixes #3003. Commit ready for merge. 2020-06-22 21:22:54 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
lastcall.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
mails.py Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
models.py Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit. 2020-07-20 01:58:26 +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 explicit resource names for classes with the word resource in their name 2020-05-20 18:28:05 +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 [18157] from jennifer@painless-security.com: 2020-07-14 11:22:11 +00:00
tests_ballot.py Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +00:00
tests_charter.py Remove abandoned charters from any future telechats. Fixes #3003. Commit ready for merge. 2020-06-22 21:22:54 +00:00
tests_conflict_review.py Notify secretariat when conflict review/status change doc enters an announcement pending state. Fixes #2962. Commit ready for merge. 2020-07-13 16:11:58 +00:00
tests_downref.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
tests_draft.py Updated mgmt command to find github repos to back up. Improved test coverage of branch changes. Branch ready for merge. 2020-07-13 17:36:34 +00:00
tests_irsg_ballot.py Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
tests_material.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
tests_review.py Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain. 2020-05-16 20:20:05 +00:00
tests_status_change.py Notify secretariat when conflict review/status change doc enters an announcement pending state. Fixes #2962. Commit ready for merge. 2020-07-13 16:11:58 +00:00
urls.py preparing to merge forward 2020-07-09 20:29:45 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
utils_charter.py Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
utils_search.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
views_ballot.py Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
views_charter.py Remove abandoned charters from any future telechats. Fixes #3003. Commit ready for merge. 2020-06-22 21:22:54 +00:00
views_conflict_review.py Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
views_doc.py Store Auth48 URL as DocumentURL and display in RFC-Editor state. Migrates old data when possible. Alternative to 17563. Fixes #2722. Commit ready for merge. 2020-07-13 15:34:01 +00:00
views_downref.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views_draft.py preparing to merge forward 2020-07-09 20:29:45 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views_review.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
views_search.py Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +00:00
views_stats.py Removed a debug statement. 2020-05-04 20:59:44 +00:00
views_status_change.py Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00