.. |
ballot
|
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 |
charter
|
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 |
conflict_review
|
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 |
draft
|
Change "ID Tracker" to "Datatracker" in various places. Fixes some of #2100.
|
2017-03-25 18:23:38 +00:00 |
mail
|
Commit ready for merge. Fixes #2109
|
2017-11-11 06:27:35 +00:00 |
material
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
review
|
Fixed a URL encoding issue on the review doc pages (when linking to rfcdiff).
|
2017-10-17 11:28:26 +00:00 |
search
|
Added a new yang checker, 'yanglint', to the existing Yang checker class, in
|
2017-06-15 16:09:28 +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
|
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
|
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 |
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
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
bibxml.xml
|
Add person, affiliation and country (through django-countries) to
|
2017-01-26 17:10:08 +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_shepherd.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_shepherd_email.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
|
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_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 |
document_ballot.html
|
|
|
document_ballot_content.html
|
Changed the placement of the mail-archive search link on the ballot pages.
|
2017-11-11 07:23:32 +00:00 |
document_bibtex.bib
|
Merged in ^/branch/iola/author-stats-r13145 from olau@iola.com, with additional features from ^/personal/henrik/6.52.1-authorstats.
|
2017-06-06 18:36:59 +00:00 |
document_charter.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
document_conflict_review.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
document_draft.html
|
Display document urls in alphabetical order
|
2017-10-30 11:07:59 +00:00 |
document_email.html
|
Removed instances of 'load future' from templates that don't need it any more.
|
2016-12-15 13:14:16 +00:00 |
document_history.html
|
Added a 'rev' field to DocEvent, and removed the corresponding field from NewRevisionDocEvent and SubmissionDocEvent. Added a migration for an initial schema change, one data migration to copy and infer revision information, another schema migration to remove extraneous revision field, and another data migration to fix up bad timestamps and bad revision info from the period 2016-09-10 to 2016-10-04.
|
2017-03-05 19:59:27 +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
|
Use the wordwrap filter instead of the fill filter when displaying meeting minutes and similar, to avoid messing up the formatting.
|
2017-08-21 12:11:17 +00:00 |
document_referenced_by.html
|
Merge author stats branch into new branch from trunk
|
2017-03-28 14:36:40 +00:00 |
document_references.html
|
Merge author stats branch into new branch from trunk
|
2017-03-28 14:36:40 +00:00 |
document_review.html
|
Fixed a html nit.
|
2017-09-24 12:04:15 +00:00 |
document_status_change.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
document_top.html
|
Added a new document tab for some documents, showing htmlized drafts and RFCs
|
2017-03-20 14:08:52 +00:00 |
document_writeup.html
|
|
|
downref.html
|
Add downref registry to the datatracker at the request of the IESG. Still need to integrate with Last Call message generation
|
2017-04-03 17:36:27 +00:00 |
downref_add.html
|
Add downref registry to the datatracker at the request of the IESG. Still need to integrate with Last Call message generation
|
2017-04-03 17:36:27 +00:00 |
drafts_for_ad.html
|
|
|
drafts_in_iesg_process.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 |
drafts_in_last_call.html
|
|
|
edit_field.html
|
Added a missing template.
|
2017-09-27 16:49:27 +00:00 |
edit_notify.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 |
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
|
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 |
email_aliases.html
|
|
|
eval_email.txt
|
|
|
frontpage.html
|
|
|
index_active_drafts.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
index_all_drafts.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
relationship_help.html
|
|
|
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 |
review_request_summary.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 |
revisions_list.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 |
shepherd_writeup.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
shepherd_writeup.txt
|
|
|
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 |