.. |
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
|
Added Email origin to Email record creation throughout the codebase.
|
2018-05-17 16:56:26 +00:00 |
console
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
drafts
|
Remove duplicate functionality in secr/drafts. Fixes #2540. Commit ready for merge.
|
2018-07-14 19:25:09 +00:00 |
groups
|
Added Email origin to Email record creation throughout the codebase.
|
2018-05-17 16:56:26 +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
|
Fix ordering of meeting select in secr/meetings. Fixes #2539. Commit ready for merge.
|
2018-07-14 17:08:23 +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
|
Added optional arguments title and user to create_recording(), to make it possible to affect those attributes.
|
2018-03-29 11:02:58 +00:00 |
roles
|
Added Email origin to Email record creation throughout the codebase.
|
2018-05-17 16:56:26 +00:00 |
rolodex
|
Added email origin information to some function calls that needed it.
|
2018-05-05 12:49:10 +00:00 |
sreq
|
Fix issue where user can make two session request submissions, corrupting data. Also, ignore deleted session requests in edit view. Commit ready for merge
|
2018-04-18 23:23:20 +00:00 |
static/secr
|
Give secretariat the ability to cancel non-working group sessions. Fixes #2537. Commit ready for merge.
|
2018-07-14 16:14:35 +00:00 |
telechat
|
Test coverage improvements for ietf/secr/telechat/views. Commit ready for merge.
|
2018-03-22 18:44:38 +00:00 |
templates
|
Remove duplicate functionality in secr/drafts. Fixes #2540. Commit ready for merge.
|
2018-07-14 19:25:09 +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 |