datatracker/ietf/secr
2020-07-13 16:03:39 +00:00
..
announcement Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
areas preparing to merge forward 2020-07-09 20:29:45 +00:00
console Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
groups preparing to merge forward 2020-07-09 20:29:45 +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 'remote_instructions' as an editable field for misc. sessions in the secretariat app, in order to be able to set remote access URLs. 2020-07-01 14:14:05 +00:00
middleware Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
proceedings Added an API endpoint for bluesheet information upload. Factored out code in common with manual upload_session_bluesheets(). Tweaked ietf.secr.proceedings.utils.handle_upload_file() to handle temp files in addition to http file objects, to support the API endpoint. 2020-06-26 14:49:13 +00:00
roles Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
rolodex Fixed a place where data provider for a POST in contained None, which cannot be serialized into POST data. Found by Django 2.2 checks. 2020-06-27 17:23:47 +00:00
sreq Merged in [17803] from rcross@amsl.com: 2020-05-19 12:13:37 +00:00
static/secr Add support for structured entry and storage of joint sessions in meetings. 2020-02-21 13:27:11 +00:00
telechat Remove "point raised - writup needed" from the set of substates the IESG can use with a document. Fixes #2968. Commit ready for merge. 2020-04-29 20:32:31 +00:00
templates Cleaned up created names. Improved validation during migration. Cleaned up migration output. Cleaned the last of the awp includes from secr views. Removed now unused secr templates. Build extresource urls correctly during submission and when creating group wikis. 2020-07-13 16:03:39 +00:00
utils Removed all __future__ imports. 2020-03-05 23:53:42 +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 Remove drafts secretariat tool because this functionality is now provided by the core Datatracker. Moved ID reports to proceedings tool. Fixes #1655. Commit ready for merge. 2020-03-21 19:52:12 +00:00