.. |
announcements.html
|
Added NomCom membership history page. Fixes issue #3006. Branch ready for merge.
|
2020-10-12 02:36:16 +00:00 |
chair_help.html
|
Changed wording in one place on the NomCom Chair help page to be in line with menu entry and page title of the NomCom Settings page, based on feedback from Barbara Stark.
|
2020-05-20 21:41:39 +00:00 |
delete_nomcom.html
|
Merged in [9766] from lars@netapp.com:
|
2015-07-18 12:42:38 +00:00 |
edit_nomcom.html
|
Changed deprecated 'load staticfiles' to recommended 'load static'
|
2020-06-27 13:51:19 +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
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
edit_template.html
|
Fixed an issue that could prevent error messages from docutils from propagating to the end user when editing RST templates.
|
2020-08-25 22:46:03 +00:00 |
edit_topic.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
eligible.html
|
Allow people to volunteer for NomCom via the datatracker. Commit ready for merge.
|
2021-06-10 20:35:50 +00:00 |
email_list_panel.html
|
Make extracting lists of nomcom-related email addresses easier for the nomcom chair. Fixes #1852. Commit ready for merge.
|
2018-01-10 21:54:10 +00:00 |
extract_email_lists.html
|
Make extracting lists of nomcom-related email addresses easier for the nomcom chair. Fixes #1852. Commit ready for merge.
|
2018-01-10 21:54:10 +00:00 |
feedback.html
|
Add links to user profiles from nominee list and feedback page. Fixes #2839. Commit ready for merge.
|
2020-02-05 21:10:47 +00:00 |
history.html
|
Added NomCom membership history page. Fixes issue #3006. Branch ready for merge.
|
2020-10-12 02:36:16 +00:00 |
iesg_position_requirements.html
|
Handle general IESG requirements display corrects. Fixes #3418. Commit ready for merge.
|
2021-10-11 17:35:42 +00:00 |
index.html
|
Added a link to the group page from the year label on the nomcom index page.
|
2020-08-27 11:00:56 +00:00 |
list_positions.html
|
Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794. Commit ready for merge.
|
2020-01-08 19:51:14 +00:00 |
list_templates.html
|
Allow the nomcom to collect feedback on arbitrary topics. Fixes #2256 and #1846. Commit ready for merge.
|
2017-05-30 19:54:31 +00:00 |
list_topics.html
|
Allow the nomcom to collect feedback on arbitrary topics. Fixes #2256 and #1846. Commit ready for merge.
|
2017-05-30 19:54:31 +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 |
new_edit_members.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
nomcom_private_base.html
|
Allow people to volunteer for NomCom via the datatracker. Commit ready for merge.
|
2021-06-10 20:35:50 +00:00 |
nomcom_public_base.html
|
Allow people to volunteer for NomCom via the datatracker. Commit ready for merge.
|
2021-06-10 20:35:50 +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
|
Add links to user profiles from nominee list and feedback page. Fixes #2839. Commit ready for merge.
|
2020-02-05 21:10:47 +00:00 |
private_key.html
|
Fixed the placement of {% origin %} in some templates.
|
2018-11-10 20:36:43 +00:00 |
private_merge_nominee.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
private_merge_person.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
private_nominate.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
private_questionnaire.html
|
Fixed the placement of {% origin %} in some templates.
|
2018-11-10 20:36:43 +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
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
questionnaires.html
|
feat: add nomcom questionnaires tabs tests
|
2021-11-22 19:34:22 +00:00 |
remove_position.html
|
Minor tweak to instructions for removing nomcom positions. Commit ready for merge.
|
2017-05-24 16:07:28 +00:00 |
remove_topic.html
|
Allow the nomcom to collect feedback on arbitrary topics. Fixes #2256 and #1846. Commit ready for merge.
|
2017-05-30 19:54:31 +00:00 |
requirements.html
|
feat: add nomcom expand panel test
|
2021-11-22 17:37:37 +00:00 |
send_reminder_mail.html
|
Fixed 2 trivial spelling errors in NomCom tools. Fixes issue #2569. Commit ready for merge.
|
2018-08-17 04:24:51 +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
|
Add a sidebar to display feedback section names and simplify navigation. Could use some visual improvements but otherwise works. Fixes #2431. Commit ready for merge.
|
2018-07-14 21:49:38 +00:00 |
view_feedback_nominee.html
|
Fixed the placement of {% origin %} in some templates.
|
2018-11-10 20:36:43 +00:00 |
view_feedback_pending.html
|
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204. Commit ready for merge.
|
2021-04-09 15:18:11 +00:00 |
view_feedback_topic.html
|
Fixed the placement of {% origin %} in some templates.
|
2018-11-10 20:36:43 +00:00 |
view_feedback_unrelated.html
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
volunteer.html
|
Allow people to volunteer for NomCom via the datatracker. Commit ready for merge.
|
2021-06-10 20:35:50 +00:00 |
volunteers.html
|
Refine volunteer list view. Show rfc8989 paths. Commit ready for merge.
|
2021-06-22 20:09:40 +00:00 |
volunteers_not_accepted.html
|
Allow people to volunteer for NomCom via the datatracker. Commit ready for merge.
|
2021-06-10 20:35:50 +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 |