.. |
ballot
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
charter
|
Implement missing charter tests as found by the coverage check
|
2014-01-14 15:50:03 +00:00 |
conflict_review
|
Merged [7210] from rjsparks@nostrum.com: Allow the IRTF Chair and the ISE to request a conflict review directly through the tracker.
|
2014-02-09 21:01:29 +00:00 |
draft
|
Integrate old patch for warning on the request for publication page if
|
2014-01-10 17:16:12 +00:00 |
mail
|
Describe needed positions in document ballot mail.
|
2014-03-01 19:08:09 +00:00 |
search
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
status_change
|
Allow 1-3 digit RFCs in status change documents.
|
2014-02-24 15:43:32 +00:00 |
add_comment.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
ballot_popup.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
bibxml.xml
|
Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there.
|
2012-10-25 21:18:06 +00:00 |
change_ad.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
change_shepherd.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
change_state.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
change_title.html
|
Merged [6361] from rjsparks@nostrum.com:
|
2014-02-09 18:46:19 +00:00 |
document_ballot.html
|
Move idrfc/views_doc.py to doc/ with associated templates, replace the
|
2013-01-18 13:17:00 +00:00 |
document_ballot_content.html
|
Remove a bunch of unnecessary |escape filter calls, auto-escaping is enabled by default so manual escape is only necessary in few cases
|
2013-12-18 13:38:13 +00:00 |
document_charter.html
|
Merged [7212] from rjsparks@nostrum.com: Removed the "Reason for (re)chartering" line from the charter main document page.
|
2014-02-09 21:04:26 +00:00 |
document_conflict_review.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
document_draft.html
|
Adds dependency graphs for drafts belonging to a group.
|
2014-03-06 16:29:35 +00:00 |
document_history.html
|
Remove a bunch of unnecessary |escape filter calls, auto-escaping is enabled by default so manual escape is only necessary in few cases
|
2013-12-18 13:38:13 +00:00 |
document_referenced_by.html
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
document_references.html
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
document_status_change.html
|
Merged [6361] from rjsparks@nostrum.com:
|
2014-02-09 18:46:19 +00:00 |
document_top.html
|
Fixed bug #448 -- added tooltip capability to document tabs
|
2013-07-27 14:25:01 +00:00 |
document_writeup.html
|
Move idrfc/views_doc.py to doc/ with associated templates, replace the
|
2013-01-18 13:17:00 +00:00 |
drafts_for_ad.html
|
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 |
drafts_in_iesg_process.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
drafts_in_last_call.html
|
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 |
edit_telechat_date.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
eval_email.txt
|
Merge forward complete
|
2013-01-24 21:28:27 +00:00 |
frontpage.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
index_active_drafts.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
index_all_drafts.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
notify.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
relationship_help.html
|
Adds pages to show what a given document refers to and what refers to it.
|
2013-11-11 23:12:53 +00:00 |
shepherd_writeup.html
|
Port templates to new {% url %} syntax with quotes around the first parameter
|
2013-12-11 16:33:40 +00:00 |
shepherd_writeup.txt
|
Added templates missing from release 4.44.
|
2013-04-18 22:14:50 +00:00 |
state_help.html
|
Add tags for streams to state help
|
2013-09-10 16:15:18 +00:00 |
submit_to_iesg.html
|
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
|
2013-12-17 12:50:24 +00:00 |
submit_to_iesg_email.txt
|
Merged in personal/rjs/r6117-pubreq:
|
2013-09-09 19:29:56 +00:00 |