datatracker/ietf/templates/doc
2016-10-25 18:07:48 +00:00
..
ballot Call out downreferences in autogenerated last call text. Fixes #1982. Commit ready for merge. 2016-07-14 18:09:22 +00:00
charter Style the textarea of the charter form to use a monospaced font. 2016-08-26 10:32:26 +00:00
conflict_review 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
draft Merged in [10810] from rjsparks@nostrum.com: 2016-02-10 18:14:52 +00:00
mail Merged in [11687], [11710] from presnick@qti.qualcomm.com: 2016-07-19 10:48:13 +00:00
material Remove a bit of template development debug material that had made it into production. Commit ready for merge. 2016-03-04 21:13:44 +00:00
search Changed another class name that might trigger adblock. Related to issues #2016 and #2027. 2016-10-12 15:39:19 +00:00
stats Changed the export options and resources for charts so as to not involve a third-party server for image exports. 2016-09-09 04:31:22 +00:00
status_change Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method. 2016-08-23 10:52:08 +00:00
add_comment.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
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 Merged in [9969] from lars@netapp.com: 2015-08-18 14:36:27 +00:00
bibxml.xml Updated a bunch of links from http: to https: based on a patch from lars@netapp.com. 2015-04-24 21:45:04 +00:00
change_ad.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
change_shepherd.html Unify the URL name handling in ietfauth, i.e. just refer directly to 2016-05-06 12:58:10 +00:00
change_shepherd_email.html Merged in [9733] from lars@netapp.com: 2015-07-18 08:55:30 +00:00
change_state.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
change_title.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
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 Changed an unfortunate html class name 'adname' (Area Director name) which triggered adblock. Fixes issues #2016 and #2027. 2016-10-12 15:31:11 +00:00
document_bibtex.bib Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032. 2016-10-25 18:07:48 +00:00
document_charter.html Merged in [10686] from lars@netapp.com: 2016-01-14 18:07:41 +00:00
document_conflict_review.html Merged in [10686] from lars@netapp.com: 2016-01-14 18:07:41 +00:00
document_draft.html Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method. 2016-08-23 10:52:08 +00:00
document_email.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
document_history.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
document_material.html Merged in ^/branch/iola/event-saving-refactor-r10291 (via ^/personal/henrik/6.30.1-eventsave), which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method. 2016-08-23 11:15:12 +00:00
document_referenced_by.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
document_references.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
document_status_change.html Merged in [10686] from lars@netapp.com: 2016-01-14 18:07:41 +00:00
document_top.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_writeup.html Adjusted numerous document action button colours as requested by the secretariat. Fixes issue #1803 2015-10-07 19:31:07 +00:00
drafts_for_ad.html Merged in [10614] from lars@netapp.com: 2016-01-12 15:32:24 +00:00
drafts_in_iesg_process.html Merged in [10614] from lars@netapp.com: 2016-01-12 15:32:24 +00:00
drafts_in_last_call.html Merged in [10614] from lars@netapp.com: 2016-01-12 15:32:24 +00:00
edit_notify.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
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 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
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 Updated templates to use the static template tag for static files. 2015-08-01 14:53:59 +00:00
index_active_drafts.html Updated templates to use the static template tag for static files. 2015-08-01 14:53:59 +00:00
index_all_drafts.html Updated a bunch of links from http: to https: based on a patch from lars@netapp.com. 2015-04-24 21:45:04 +00:00
relationship_help.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +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
revisions_list.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
shepherd_writeup.html Merged in [9663] from rjsparks@nostrum.com: 2015-06-22 20:37:07 +00:00
shepherd_writeup.txt Merged in [9803] from lars@netapp.com: 2015-07-19 19:46:42 +00:00
state_help.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +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