.. |
ballot
|
Automatically move the IESG document state when a ballot is issued, prevent a writeup change or re-issue of ballot if the document is already approved, and warn about issuing ballots before the IETF Last Call is finished. Fixes #3119.
|
2020-11-23 22:59:41 +00:00 |
charter
|
Make internal review email about an RG use the IRSG instead of the IESG in text and addresses. Fixes #2881. Commit ready for merge.
|
2020-02-11 20:17:42 +00:00 |
conflict_review
|
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 |
draft
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
mail
|
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146. Commit ready for merge.
|
2021-02-12 20:31:00 +00:00 |
material
|
Move Session.status, .requested, and .requested_by to a new SchedulingEvent
|
2019-12-05 12:41:09 +00:00 |
review
|
Changed a couple of spots with links to the person profile page to use the person_link template tag.
|
2020-10-02 18:08:42 +00:00 |
search
|
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146. Commit ready for merge.
|
2021-02-12 20:31:00 +00:00 |
stats
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
status_change
|
Merged in [18159] from jennifer@painless-security.com:
|
2020-07-14 12:25:47 +00:00 |
add_comment.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
add_sessionpresentation.html
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
ballot_popup.html
|
12/13 merged into 6.113.1.dev0 with migration ordering failure
|
2019-12-13 19:53:45 +00:00 |
bibxml.xml
|
Fixed an issue with the target URL for versioned bibxml entries under /doc/bibxml3 for drafts that have been published as RFC.
|
2020-08-26 16:51:42 +00:00 |
change_ad.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
change_shepherd.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
change_shepherd_email.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
change_state.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
change_title.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
document_ballot.html
|
Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate.
|
2015-04-24 20:40:01 +00:00 |
document_ballot_content.html
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
document_bibtex.bib
|
Added TeX escaping utility functions and template filters. Removed
|
2018-02-27 18:15:21 +00:00 |
document_charter.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_conflict_review.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_draft.html
|
Remove the automatic redirect from latest version to page without version number (also from tests), and made sure when viewing old snapshot which also happens to be last revision for draft where we have rfc, we show information from the draft, not from the rfc. Fixes issue #3162. Commit ready for merge.
|
2021-02-23 19:17:45 +00:00 |
document_email.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_history.html
|
Cleaner title on the document history page when the document is an rfc (or any other document where rev is empty). Commit ready for merge.
|
2020-12-08 15:58:14 +00:00 |
document_html.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_material.html
|
Removed superfluous spaces within <pre> for materials. Fixes issue #3124.
|
2020-11-06 16:16:41 +00:00 |
document_referenced_by.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_references.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_review.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_status_change.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
document_top.html
|
Added a new document tab for some documents, showing htmlized drafts and RFCs
|
2017-03-20 14:08:52 +00:00 |
document_writeup.html
|
Found that django's urlize() does not deal well with adjacent parantheses. Replaced it with a filter based on bleach.linkify, which does better.
|
2018-03-09 15:07:04 +00:00 |
downref.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
downref_add.html
|
Add downref registry to the datatracker at the request of the IESG. Still need to integrate with Last Call message generation
|
2017-04-03 17:36:27 +00:00 |
drafts_for_ad.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
drafts_in_iesg_process.html
|
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146. Commit ready for merge.
|
2021-02-12 20:31:00 +00:00 |
drafts_in_last_call.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
edit_action_holders.html
|
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146. Commit ready for merge.
|
2021-02-12 20:31:00 +00:00 |
edit_field.html
|
Added a missing template.
|
2017-09-27 16:49:27 +00:00 |
edit_notify.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
edit_sessionpresentation.html
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
edit_telechat_date.html
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
email_aliases.html
|
Restore color bands to the email-alias page. Commit ready for merge.
|
2015-08-07 20:35:43 +00:00 |
eval_email.txt
|
Instrumented issuing ballots. Simplified the ballot-issued email significantly. Deferred adding ballot_saved mail for the automatic yes positions.
|
2015-08-28 17:33:49 +00:00 |
frontpage.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
index_active_drafts.html
|
Added caching for the /doc/active page.
|
2020-10-22 11:25:24 +00:00 |
index_all_drafts.html
|
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 |
irsg_ballot_status.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
recent_drafts.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
relationship_help.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
remind_action_holders.html
|
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146. Commit ready for merge.
|
2021-02-12 20:31:00 +00:00 |
remove_sessionpresentation.html
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
review_assignment_summary.html
|
This is a series of 50 migrations that changes the Document and DocAlias
|
2019-06-10 11:32:46 +00:00 |
revisions_list.html
|
Fix the format links to point to correct location when latest snapshot
|
2021-03-02 19:06:36 +00:00 |
shepherd_writeup.html
|
Included django.utils.html.escape() in the linkify() code, and removed it from various templates, to make sure escape is consistently applied before linkify. Fixes issue #2492.
|
2018-04-09 16:36:07 +00:00 |
shepherd_writeup.txt
|
Use the recently released shepherd writeup templates. Fixes #2820. Commit ready for merge,
|
2019-11-05 21:11:10 +00:00 |
state_help.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +00:00 |
submit_to_iesg.html
|
Merged in [10621] from lars@netapp.com:
|
2016-01-12 16:47:18 +00:00 |
submit_to_iesg_email.txt
|
Summary: Add new document saving API, Document.save_with_history(events).
|
2015-09-28 14:01:03 +00:00 |
yang-check-modal-overlay.html
|
Added a new yang checker, 'yanglint', to the existing Yang checker class, in
|
2017-06-15 16:09:28 +00:00 |