datatracker/ietf/secr
2017-12-08 21:51:11 +00:00
..
announcement Change announcement tool access function to use data from AnnouncementFrom objects. Fixes #2362. Commit ready for merge 2017-09-06 21:29:59 +00:00
areas Set parent of new areas to IESG. Fixes #2011. Commit ready for merge. 2017-05-11 23:42:01 +00:00
console Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
drafts Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday. 2017-10-25 13:38:15 +00:00
groups Treat Area Groups similar to Working Groups and Research Groups where it makes sense to do so. Commit ready for merge. 2017-07-11 19:12:21 +00:00
lib The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00
meetings Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday. 2017-10-25 13:38:15 +00:00
middleware Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces. 2014-12-21 19:26:33 +00:00
proceedings Changed get_timeslot_for_filename() to not blow up in the presence of duplicate timeslots. 2017-07-20 12:43:38 +00:00
roles Change views that use GET requests to delete objects to use POST. Fixes #1796. Commit ready for merge. 2017-06-13 23:33:31 +00:00
rolodex Fixed an issue with the test_edit_replace_user() test 2017-06-30 11:49:18 +00:00
sreq Improve test coverage for ietf.secr.sreq. Commit ready for merge 2017-11-11 09:33:27 +00:00
static/secr Merged in [13134] from lars@netapp.com: 2017-03-28 19:26:03 +00:00
telechat Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies. 2017-12-08 21:51:11 +00:00
templates Merged in [13775] from rcross@amsl.com: 2017-07-05 21:35:59 +00:00
utils Merged in [13722] and [13712] from rcross@amsl.com: 2017-06-28 14:55:10 +00:00
__init__.py Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool 2013-10-21 20:29:15 +00:00
context_processors.py Removed dead code. 2015-08-01 14:58:08 +00:00
urls.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00