datatracker/ietf/templates/doc/charter
2020-02-11 20:17:42 +00:00
..
action_announcement_text.html Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
action_text.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00
approve.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
ballot_issued.html Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
ballot_writeup.txt Move the Secretariat group email utility to wginfo and the rest of the wgcharter stuff to doc/(views|urls|utils)_charter.py alongside the other document types 2014-01-13 16:08:58 +00:00
ballot_writeupnotes.html Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +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_state.html Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +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
charter_with_milestones.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00
group_info.txt Added blank lines between milestones, so they don't get run together if they are long enough to cause line wrapping. Fixes issue #2311. 2017-06-09 20:04:38 +00:00
issue_ballot_mail.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00
review_announcement_text.html Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge. 2016-02-09 20:15:49 +00:00
review_text.txt 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
submit.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