datatracker/ietf/templates/iesg
2019-06-15 12:00:48 +00:00
..
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
agenda.html Added a 'Recent documents' to the IESG pages. 2017-11-04 12:36:13 +00:00
agenda.txt Changed URLs with explicit scheme from http to https. 2014-03-31 00:25:08 +00:00
agenda_charter.html Merged in [9807] from lars@netapp.com: 2015-07-20 12:35:00 +00:00
agenda_charter.txt Refactor IESG agenda pages, put the agenda structure in a helper function in agenda.py, build the agenda up around this structure, and reuse this everywhere instead of duplicating the structure in various templates and the JSON view - this also fixes a couple of minor bugs where the copy-pasted copies were not entirely in sync 2013-10-16 13:07:09 +00:00
agenda_conflict_doc.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
agenda_conflict_doc.txt Refactor IESG agenda pages, put the agenda structure in a helper function in agenda.py, build the agenda up around this structure, and reuse this everywhere instead of duplicating the structure in various templates and the JSON view - this also fixes a couple of minor bugs where the copy-pasted copies were not entirely in sync 2013-10-16 13:07:09 +00:00
agenda_doc.html Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
agenda_doc.txt This is a series of 50 migrations that changes the Document and DocAlias 2019-06-10 11:32:46 +00:00
agenda_documents.html Additional changes to speed up the IESG agenda docs page: Changed telechat_page_count() to accept a list of documents if that's already been generated, to avoid double work. Changed the reviewed_by_teams list to provide acronyms directly, to avoid group lookups during template rendering. Provided page counts directly to the template instead of repeated (costly) filtering through telechat_page_count, with new document lookups. Removed the telechat_page_count template filter, due to its cost. Tweaked some lookups in fill_in_document_table_attributes() . Added to the select_related() list for documents in IESG agenda_documents(). 2018-04-01 18:51:48 +00:00
agenda_package.txt Moved some explicit URLs from code and templates to settings (related to www6 cleanup). 2019-06-03 14:53:30 +00:00
discusses.html Added a 'Recent documents' to the IESG pages. 2017-11-04 12:36:13 +00:00
feed_item_description.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
milestones_needing_review.html Fixed a typo in the milestones under review view. Added bootstrap panels. Fixes #2427, Commit ready for merge. 2017-12-07 21:12:56 +00:00
moderator_charter.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
moderator_conflict_doc.html Merged in [9546] from rcross@amsl.com: 2015-04-26 20:55:19 +00:00
moderator_doc.html Add downward references to telechat moderator package and Secretariat telechat pages. Commit ready for merge. 2019-03-23 15:36:07 +00:00
moderator_package.html Add downward references to telechat moderator package and Secretariat telechat pages. Commit ready for merge. 2019-03-23 15:36:07 +00:00
past_documents.html The iesg past docs template. 2017-11-04 16:14:16 +00:00
photos.html Replaced some cases of using person.plain_name when linking to a person's profile with person.name, as plain_name can fail. 2018-08-12 20:55:05 +00:00
review_decisions.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
scribe_conflict_doc.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
scribe_doc.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
scribe_doc_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
scribe_template.html 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