datatracker/ietf/nomcom
Henrik Levkowetz d041edf1b3 Merged in [13501] from rjsparks@nostrum.com:
Use a simpler widget for the public key file when editing a nomcom to remove confusion between clearing keys and clearing the form control. Fixes #2299.
 - Legacy-Id: 13519
Note: SVN reference [13501] has been migrated to Git commit ca76f5c8f0fbf0832440680381380995b0092ea7
2017-06-04 19:40:26 +00:00
..
management Converted the make/delete_dummy_nomcom scripts to a management command. 2017-04-18 21:14:37 +00:00
migrations 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
templatetags 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
__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 Make it possible to close nominations without closing feedback. Fixes #2255. Commit ready for merge. 2017-05-22 18:40:05 +00:00
decorators.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
factories.py 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
fields.py Changed 'requirement' to 'desired expertise' in user-visible places in the nomcom app. 2013-09-24 17:50:02 +00:00
forms.py Merged in [13501] from rjsparks@nostrum.com: 2017-06-04 19:40:26 +00:00
managers.py Make it possible to close nominations without closing feedback. Fixes #2255. Commit ready for merge. 2017-05-22 18:40:05 +00:00
models.py 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
redirect_ann_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
resources.py 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
test_data.py Make it possible to close nominations without closing feedback. Fixes #2255. Commit ready for merge. 2017-05-22 18:40:05 +00:00
tests.py 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
urls.py 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
utils.py 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
views.py 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