datatracker/ietf/secr
Ole Laursen c78ffbcd18 Introduce support for setting a base schedule on a schedule. All
assignments on the base schedule are shown in the pages for the
schedule, read-only.

This allows managing things like breaks and misc sessions separately
from the regular WG sessions.

Base schedules are not allowed to be the base of other base schedules
(the hierarchy can only be one level deep) to simplify the mental
model and the code.

Add link for creating new schedules instead of relying on copying
Empty-Schedule and change the meeting creation code to no longer
create the special Empty-Schedule. Instead a "base" schedule is
created and a first schedule with the name and permissions of the user
creating the meeting, using "base" as base.

Speed up a couple of the Secretariat/AD agenda views by adding
prefetches.
 - Legacy-Id: 18355
2020-08-11 17:34:32 +00:00
..
announcement Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
areas Used factories instead of make_test_data for malinglists, mailtrigger, message, person, secr/announcement, and secr/areas tests. Commit ready for merge. 2018-10-10 05:36:34 +00:00
console Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
groups Merged in changes from trunk up to r17584. 2020-04-07 16:02:52 +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 Introduce support for setting a base schedule on a schedule. All 2020-08-11 17:34:32 +00:00
middleware Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
proceedings Introduce support for setting a base schedule on a schedule. All 2020-08-11 17:34:32 +00:00
roles Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
rolodex Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
sreq Merged in [17803] from rcross@amsl.com: 2020-05-19 12:13:37 +00:00
static/secr Introduce support for setting a base schedule on a schedule. All 2020-08-11 17:34:32 +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 Introduce support for setting a base schedule on a schedule. All 2020-08-11 17:34:32 +00:00
utils Introduce support for setting a base schedule on a schedule. All 2020-08-11 17:34:32 +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