..
ballot
Merged in [16126] from housley@vigilsec.com:
2019-04-08 17:02:02 +00:00
charter
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
conflict_review
Send email when the responsible AD for a conflict review is changed. Include the stream manager and stream steering group when the responsible AD changes or when the telechat date changes. Fixes #2497 . Commit ready for merge.
2018-05-21 22:02:34 +00:00
draft
added instructions for entering the draft name. Fixes #1375 . Commit ready to merge.
2019-03-23 16:10:46 +00:00
mail
Verb tense used in Ballot Issued emails now matches whether the LC end date is in the past or future. Fixes issue #2482 . Commit ready for merge.
2018-11-03 03:38:52 +00:00
material
review
Tweaked the review assignment presentation in review/request_info.html.
2019-05-08 13:20:23 +00:00
search
Fixed bad calls to rfcdiff for -00 drafts and replaced drafts. Fixes issue #2697 . Commit ready for merge.
2019-03-23 18:17:51 +00:00
stats
status_change
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
add_comment.html
add_sessionpresentation.html
ballot_popup.html
Corrected the implementation of clear_ballot. Added a test for it. Restored functionality to ballot popups that was missing because a template variable was not passed in. Commit ready for merge.
2018-04-25 19:52:44 +00:00
bibxml.xml
change_ad.html
change_shepherd.html
change_shepherd_email.html
change_state.html
change_title.html
document_ballot.html
document_ballot_content.html
Changed the mail-not-sent icon on the document ballot page.
2018-10-07 19:31:46 +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
Repaired another instance of a literal path with a reverse lookup. Related to #2657 . Commit ready for merge.
2018-12-04 20:17:37 +00:00
document_conflict_review.html
Changed a function name.
2019-07-04 16:10:21 +00:00
document_draft.html
Merged in [16569] from rjsparks@nostrum.com:
2019-07-31 22:04:16 +00:00
document_email.html
document_history.html
Provided a tooltip with full time information for the document history dates.
2018-11-05 04:21:02 +00:00
document_html.html
Added filtering of room resources in the session request form based on the 'used' flag of the room resource name. Tweaked admin to show 'used' for ResourceAssociations. Added Flipchart and U-shape-layout resources through a data migration, and added/modified resource icons.
2017-04-15 19:13:06 +00:00
document_material.html
The template filter keep_spacing can interact badly with wordwrap. Removed it from several places, and made text document display more consistent. Fixes issue #2481 .
2018-03-25 07:12:31 +00:00
document_referenced_by.html
document_references.html
document_review.html
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
2019-06-15 12:00:48 +00:00
document_status_change.html
The template filter keep_spacing can interact badly with wordwrap. Removed it from several places, and made text document display more consistent. Fixes issue #2481 .
2018-03-25 07:12:31 +00:00
document_top.html
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
downref_add.html
drafts_for_ad.html
drafts_in_iesg_process.html
Simplified docs_in_iesg_process. Added a test for it.
2018-04-24 18:27:19 +00:00
drafts_in_last_call.html
Merged in [14884] from adam@nostrum.com:
2018-03-24 15:09:50 +00:00
edit_field.html
Added a missing template.
2017-09-27 16:49:27 +00:00
edit_notify.html
edit_sessionpresentation.html
edit_telechat_date.html
email_aliases.html
eval_email.txt
frontpage.html
index_active_drafts.html
index_all_drafts.html
recent_drafts.html
Added a 'recent drafts' page, showing drafs submitted the last 7 days.
2018-05-01 17:55:22 +00:00
relationship_help.html
remove_sessionpresentation.html
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
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
Updated references of RFC 5226 to RFC 8126, which obsoletes it. Fixes issue #2726 .
2019-06-07 12:30:21 +00:00
state_help.html
submit_to_iesg.html
submit_to_iesg_email.txt
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