.. |
management
|
Fixed a pyflakes nit.
|
2020-09-07 14:57:00 +00:00 |
migrations
|
Added matching indexes to a number of models with ordering by multiple keys.
|
2020-11-09 19:41:12 +00:00 |
templatetags
|
Renamed the AUTH48 state_alert_badge() filter to auth48_alert_badge(), as the filter is specific, not generic.
|
2020-08-28 13:29:15 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Added search field and tweaked the list display for the DocAlias admin.
|
2020-08-31 15:38:33 +00:00 |
expire.py
|
Fixes #3032: Only send expiration warnings for drafts with a "draft" state of "active", to match the drafts that we will actually expire. Commit ready for merge.
|
2020-12-01 17:05:34 +00:00 |
factories.py
|
Added an assertion to catch an unexpected document state (no IESG state set). Updated the log.assertion() function to accept a "note" argument, for more informative assertion messages.
|
2020-09-09 14:09:43 +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
|
Send email to AD when an IETF Last Call expires that contains downrefs. Fixes #2472
|
2020-07-25 21:09:50 +00:00 |
mails.py
|
Send email to new mailtrigger controlled destinations when iana expert review state changes. Fixes #3121. Commit ready for merge.
|
2020-11-18 21:32:48 +00:00 |
models.py
|
Modified the document.save...() logging to give the document name
|
2020-11-17 05:08:42 +00:00 |
redirect_drafts_urls.py
|
Use the id-archive wherever we had been using the id-repository. Fixes #3080. Commit ready for merge.
|
2020-10-02 14:13:17 +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
|
Improve group 'about' link text on doc page. Fixes #3066. Commit ready for merge.
|
2020-11-16 18:11:05 +00:00 |
tests_ballot.py
|
Allow ballot text to be edited after the ballot is approved. Fixes #3157. Related to #3119. Commit ready to merge.
|
2021-01-11 22:59:11 +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
|
Merged in [18723] from mrcullen42@gmail.com:
|
2020-12-11 20:17:55 +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
|
Repair warning call for duplicate review submission. Improve testing. Additional fix for #3092. Commit ready for merge.
|
2020-10-22 21:04:37 +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
|
Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge.
|
2020-07-28 18:54:44 +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 [18270] from valery@smyslov.net:
|
2020-07-26 14:46:35 +00:00 |
views_ballot.py
|
Allow ballot text to be edited after the ballot is approved. Fixes #3157. Related to #3119. Commit ready to merge.
|
2021-01-11 22:59:11 +00:00 |
views_charter.py
|
Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403.
|
2020-08-06 10:59:52 +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
|
Improve group 'about' link text on doc page. Fixes #3066. Commit ready for merge.
|
2020-11-16 18:11:05 +00:00 |
views_downref.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
views_draft.py
|
Send email to new mailtrigger controlled destinations when iana expert review state changes. Fixes #3121. Commit ready for merge.
|
2020-11-18 21:32:48 +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
|
Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403.
|
2020-08-06 10:59:52 +00:00 |
views_review.py
|
Repair warning call for duplicate review submission. Improve testing. Additional fix for #3092. Commit ready for merge.
|
2020-10-22 21:04:37 +00:00 |
views_search.py
|
Added caching for the /doc/active page.
|
2020-10-22 11:25:24 +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 |