Henrik Levkowetz
7bc8e043f1
Added model UrlResource with FK to Room
...
This will make it easier to support audio and video streaming links
which vary by meeting, but are fixed by Room. Also added migrations,
resource, admin support, supporting methods, and a bit of refactoring.
- Legacy-Id: 11644
2016-07-13 13:07:20 +00:00
Henrik Levkowetz
2fe2412bdd
Tweaked the room admin to show additional fields.
...
- Legacy-Id: 11590
2016-07-10 13:59:03 +00:00
Henrik Levkowetz
9e5d990954
Added meeting FloorPlan model and added location parameters and ordering to the Room model.
...
- Legacy-Id: 11540
2016-07-07 12:37:09 +00:00
Henrik Levkowetz
d46a3d5768
Set some admin fields to raw_id, to avoid insanely long lists of choices.
...
- Legacy-Id: 11420
2016-06-20 18:18:07 +00:00
Henrik Levkowetz
71dec7a692
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
...
- Legacy-Id: 10297
2015-10-26 22:45:26 +00:00
Henrik Levkowetz
30b5d6f229
Added admin support for meeting.models.ResourceAssociation.
...
- Legacy-Id: 8834
2014-12-22 20:11:54 +00:00
Henrik Levkowetz
4f0d483f91
Added django-admin support for meeting.ScheduledSession
...
- Legacy-Id: 8002
2014-06-30 19:12:34 +00:00
Henrik Levkowetz
db7adf1fb5
Modified the code which adds non-session entries to a schedule so as to bind a Session object also to Break and Registration timeslots, through the Schedule/Timeslot/Session m2m table. This makes the agenda templates work as expected. There's also a migration and a standalone script that fills in this information for existing schedules.
...
- Legacy-Id: 7975
2014-06-30 17:05:40 +00:00
Henrik Levkowetz
c296cb479f
Made ietf/meeting pyflakes-clean. Removed some debug-related dead code.
...
- Legacy-Id: 7473
2014-03-15 18:57:07 +00:00
Henrik Levkowetz
83cab39be7
Added a RoomAdmin to the admin site.
...
- Legacy-Id: 6369
2013-10-04 18:08:09 +00:00
Henrik Levkowetz
6154b9922d
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
...
- Legacy-Id: 6273
2013-09-26 19:56:17 +00:00
Henrik Levkowetz
f85881dc61
Make agenda views with timezone information work also for earlier meetings without timezone data set.
...
- Legacy-Id: 5568
2013-03-14 14:56:28 +00:00
Henrik Levkowetz
1af6a03cf0
Tweak TimeSlot and Session admin pages with more filter and search fields.
...
- Legacy-Id: 4062
2012-03-07 10:19:35 +00:00
Ole Laursen
dbf5e6ab84
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
...
- Legacy-Id: 3995
2012-02-28 17:29:52 +00:00