datatracker/ietf/meeting
Robert Sparks 1221f79af9 Updates and bugfixes to the agenda editing features
* Removes the pattern of using ScheduledSession m2m objects with one of the relationships left as None
* Improves scheduled session state handling
* Simplifies sending email to scheduled session requestors
* Improved timeslot purpose and room editing
* Improved access controls to editing forms
* Better test coverage for the meeting views
* Improvements to the javascript driven by prototyping automated tests
* Better initialization of a new meeting
On the session request form:
  - Allows specifiying room resources (projectors, meetecho)
  - Allows specifying what people must be present
On the schedule editing page:
  - correctly calculates conflict levels
  - displays conflicts in and out of each session separately
  - italicizes BoFs
  - shows resource and people conflicts
Adds automated placement as a management command

Commit ready for merge.
 - Legacy-Id: 7561
2014-04-01 22:17:18 +00:00
..
management Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
migrations Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
templatetags Removed the ams_filters template tag file from the meeting app -- it was a copy of the ams_filters under secr/, and masked it. 2013-10-22 19:01:18 +00:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Made ietf/meeting pyflakes-clean. Removed some debug-related dead code. 2014-03-15 18:57:07 +00:00
ajax.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
feeds.py Made ietf/meeting pyflakes-clean. Removed some debug-related dead code. 2014-03-15 18:57:07 +00:00
helpers.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
models.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
placement.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
test_data.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
tests_api.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
tests_views.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
timedeltafield.py Fixed incorrect except statement syntax. 2013-10-30 21:21:28 +00:00
urls.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
views.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00