datatracker/ietf/templates/nomcom
Henrik Levkowetz aa5e61d958 Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
in order to autogenerate dotted path url pattern names.  Updated a number
of url reverses to use dotted path, and removed explicit url pattern names
as needed.

Changed some imports to prevent import of ietf.urls before django
initialization was complete.


Changed 3 cases of form classes being curried to functions; django 1.10
didn't accept that.

Started converting old-style middleware classes to new-style middleware
functions (incomplete).

Tweaked a nomcom decorator to preserve function names and attributes, like
a good decorator should.

Replaced the removed django templatetag 'removetags' with our own version
which uses bleach, and does sanitizing in addition to removing explicitly
mentionied html tags.

Rewrote the filename argument handling in a management command which had
broken with the upgrade.
 - Legacy-Id: 12818
2017-02-11 14:43:01 +00:00
..
announcements.html Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
chair_help.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
delete_nomcom.html Merged in [9766] from lars@netapp.com: 2015-07-18 12:42:38 +00:00
edit_members.html Tweaked help text for the nomcom member entry form. 2016-07-20 16:45:41 +00:00
edit_members_preview.html Merged in [9733] from lars@netapp.com: 2015-07-18 08:55:30 +00:00
edit_nomcom.html Merged in [10629] from rjsparks@nostrum.com: 2016-01-15 21:59:49 +00:00
edit_nominee.html Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
edit_position.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
edit_template.html Conditioned behavior of views for concluded nomcoms. Fixes #1856. 2015-11-28 21:51:37 +00:00
feedback.html Fixed an issue where button badges would be positioned differently on firefox and webkit-based browsers. 2016-09-09 16:52:36 +00:00
index.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
list_positions.html Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768. 2015-12-09 23:24:46 +00:00
list_templates.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
merge_request.txt Improved SearchablePersonField to show the primary email address for any search results where a name appears more than once. 2015-12-22 21:42:55 +00:00
nomcom_private_base.html Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
nomcom_public_base.html Expose views for concluded nomcoms. Close feedback and nomination. Initial work on factory-boy based testing. Partially addresses #1856 2015-11-25 22:17:41 +00:00
private_feedback_email.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
private_index.html Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
private_key.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
private_merge_nominee.html Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task. 2016-09-22 14:23:20 +00:00
private_merge_person.html Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task. 2016-09-22 14:23:20 +00:00
private_nominate.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
private_questionnaire.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
process_nomination_status.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
public_nominate.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
questionnaires.html Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768. 2015-12-09 23:24:46 +00:00
remove_position.html Improve guidance on when, and when not, to delete a Position 2015-12-11 20:56:52 +00:00
requirements.html Removed the type from the template pathname for the requirements templates. Made the requiremetns view work for both template types plain and rst. Changed the default for the requirements template for new nomcoms to rst. Migrated 2015 requirements to rst (except for the IAB position, which would require a significant edit) 2015-12-12 03:49:23 +00:00
send_reminder_mail.html Replaced the custom message infrastructure in the nomcom app with django.contrib.messages 2015-12-21 20:46:56 +00:00
show_template.html Conditioned behavior of views for concluded nomcoms. Fixes #1856. 2015-11-28 21:51:37 +00:00
view_feedback.html Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
view_feedback_nominee.html Captured when nomcom members reviewed feedback for a given nominee last. Added badges when new feedback is available. Improved layout of feedback index page. Fixes #1850. 2015-12-02 23:25:42 +00:00
view_feedback_pending.html Added selecting existing people to the workflow for chair classification of nominations. Renamed some utility functions to be slightly more self-documenting. 2015-12-22 04:32:48 +00:00
view_feedback_unrelated.html cleaned some cruft of the unrelated feedback template 2015-12-23 15:03:14 +00:00
year_index.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