datatracker/ietf/templates/doc/mail
Robert Sparks f5a04263e5 Added the notion of responsible leadership.
- Legacy-Id: 19202
2021-07-07 17:49:35 +00:00
..
ad_approval_email.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
approval_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
approval_mail_rfc_editor.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
ballot_deferred_email.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
ballot_rfceditornote.txt - Legacy-Id: 10771 2016-02-04 13:39:55 +00:00
ballot_writeup.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
bofreq_editors_changed.txt Staging for merge forward 2021-07-06 18:05:54 +00:00
bofreq_new_revision.txt Staging for merge forward 2021-07-06 18:05:54 +00:00
bofreq_responsible_changed.txt Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
bofreq_title_changed.txt Staging for merge forward 2021-07-06 18:05:54 +00:00
change_notice.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
charter_internal_review.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
close_irsg_ballot_mail.txt Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
comment_added_email.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
doc_adopted_email.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
downrefs_notice.txt Send email to AD when an IETF Last Call expires that contains downrefs. Fixes #2472 2020-07-25 21:09:50 +00:00
email_iesg_processing.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
external_resource_change_request.txt Allow external resources to be set/suggested during submission process. Fixes #3068. Commit ready for merge. 2021-04-19 20:21:19 +00:00
iana_expert_review_state_changed.txt 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
intended_status_changed_email.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
issue_iesg_ballot_mail.txt Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
issue_irsg_ballot_mail.txt Notify IRSG when an IRSG ballot is created. Fixes #2978. Commit ready for merge. 2020-07-13 16:45:45 +00:00
last_call_announcement.txt Modified the last-call announcement template, at the IESG's request, removing the link to documment's ballot (which may not exist at the time last-call goes out). Fixes #2967. Commit ready for merge. 2020-04-29 20:48:38 +00:00
last_call_request.txt Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code 2013-08-14 14:10:46 +00:00
lc_to_yang_doctors.txt Send extra mail to yangdoctors chairs when a draft with yang checks goes into IETF LC. Fixes #2419. Commit ready to merge. 2020-07-30 21:44:02 +00:00
publication_request.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
pulled_from_rfc_queue_email.txt Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code 2013-08-14 14:10:46 +00:00
remind_action_holders_mail.txt 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
resurrect_completed_email.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
resurrect_request_email.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
review_possibly_replaces_request.txt Merged in [10425] from bartosz.balazinski@interdigital.com: 2015-11-07 21:43:27 +00:00
state_changed_email.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
stream_changed_email.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00
stream_state_changed_email.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
stream_tags_changed_email.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
update_telechat.txt Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100. 2017-03-25 18:23:38 +00:00