datatracker/ietf/nomcom
Ole Laursen c191a691e0 Remove "names" fixture from all tests, since it's now loaded once just
after creating the test database through the global test fixture
mechanism - this speeds up multiple tests considerably
 - Legacy-Id: 6305
2013-09-29 17:35:59 +00:00
..
management Replaced the ad_hoc nomcom_member_required() decorator with our generic role_required() decorator. Changed access permission for nomcom-chair only pages to also permit nomcom advisor access (this lets the previous nomcom chair explain and assist as needed). Also tweaked some text strings in the email feedback pipe script. 2013-09-16 21:05:25 +00:00
migrations Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +00:00
templatetags Swap the arguments to group.has_role so they match the arguments to 2013-09-20 13:46:47 +00:00
__init__.py view only accessible by the secretariat that allows to assign the email of the members and the chair of the NomCom 2012-11-20 00:40:57 +00:00
admin.py Refactor feedback, now feedback belong many to many nominees 2013-03-26 13:35:58 +00:00
decorators.py Replaced the ad_hoc nomcom_member_required() decorator with our generic role_required() decorator. Changed access permission for nomcom-chair only pages to also permit nomcom advisor access (this lets the previous nomcom chair explain and assist as needed). Also tweaked some text strings in the email feedback pipe script. 2013-09-16 21:05:25 +00:00
fields.py Fixed nomcom email pipe command to read from stdin if no file given, and give better error messages. 2013-08-08 12:25:03 +00:00
forms.py Replaced the ad_hoc nomcom_member_required() decorator with our generic role_required() decorator. Changed access permission for nomcom-chair only pages to also permit nomcom advisor access (this lets the previous nomcom chair explain and assist as needed). Also tweaked some text strings in the email feedback pipe script. 2013-09-16 21:05:25 +00:00
managers.py Not show nominees and nominee positions duplicated 2013-03-22 13:22:37 +00:00
models.py Add has_role(role_name, user) utility to group, used like 2013-09-20 11:23:17 +00:00
test_data.py Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +00:00
tests.py Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
urls.py Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +00:00
utils.py Add has_role(role_name, user) utility to group, used like 2013-09-20 11:23:17 +00:00
views.py Swap the arguments to group.has_role so they match the arguments to 2013-09-20 13:46:47 +00:00