Commit graph

98 commits

Author SHA1 Message Date
Henrik Levkowetz f64142c682 Fix to catch summer/wintertime changes.
- Legacy-Id: 4210
2012-03-24 14:28:08 +00:00
Ole Laursen 91a365cbbb Serve week view from /meeting/xx/week-view.html as well to work with
semi-buggy Javascript on /meeting/xx/agenda.html as well as
/meeting/xx/agenda/.
 - Legacy-Id: 4085
2012-03-14 19:39:42 +00:00
Ole Laursen 3e3c8a75bc Fix agenda retrieval for plenaries
- Legacy-Id: 4084
2012-03-14 19:32:10 +00:00
Ole Laursen 96cd6bc244 Return 1plenary for area of plenaries to get closer to the behaviour
of the old models, fixes problem with plenaries only being visible in
the week view if GEN is selected.
 - Legacy-Id: 4083
2012-03-14 19:13:22 +00:00
Henrik Levkowetz 9a6ee2219d Only consider active plenary agenda documents for display in meeting agenda. Look for 'technical' in document name, rather than title, as title could be empty. Fixes #793.
- Legacy-Id: 4063
2012-03-07 10:28:05 +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 d6baa38fe5 Fix problem with reading agenda files, generate it from the actual
agenda document rather than trying various combinations of extensions
and upper/lower case
 - Legacy-Id: 4046
2012-03-06 20:36:14 +00:00
Ole Laursen 140e4bef3f Fix bug in URL, week-view didn't work for /meeting/[somenumber]/agenda/ URLs
- Legacy-Id: 4045
2012-03-06 19:52:06 +00:00
Ole Laursen f1c9c7a8dc Return "irtf" as area for the IRTF group to mimic old system better
- Legacy-Id: 4036
2012-03-05 20:12:25 +00:00
Ole Laursen 2d640721a5 Refine meeting time proxy to skip session time slots with no session attached. Fixes #785.
- Legacy-Id: 4034
2012-03-05 19:28:12 +00:00
Ole Laursen 52a94ef54a Fix bug in __str__ on MeetingTimeProxy, probably harmless
- Legacy-Id: 4032
2012-03-05 18:47:25 +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
Ole Laursen 65d3b28707 Make sure unique ids are unique by outputting the time slot ids rather
than "session + number of session in this meeting"
 - Legacy-Id: 3994
2012-02-28 14:38:01 +00:00
Ole Laursen 0b3c475432 Fix bugfix to match the IRTF type in the new database
- Legacy-Id: 3983
2012-02-27 17:09:08 +00:00
Ole Laursen f46e96c7a1 Fix from Henrik to let RGs show up properly in the agenda
- Legacy-Id: 3982
2012-02-27 16:55:55 +00:00
Ole Laursen 29366bf963 Add default = 0 to requested_duration to accomodate non-requested
sessions and improve __unicode__ for interim meetings
 - Legacy-Id: 3924
2012-02-15 13:21:32 +00:00
Ole Laursen b6f0fa8af3 Filter out interim meetings for the time being in the proxy
- Legacy-Id: 3921
2012-02-10 19:36:46 +00:00
Ole Laursen 1b1cb2f3b5 Fix missing import noticed by Ryan Cross
- Legacy-Id: 3916
2012-02-08 20:05:52 +00:00
Ole Laursen 980d4e6444 Move new schema models from redesign/ to ietf/
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00
Ole Laursen 9a18341f2a Add unique=True to Meeting
- Legacy-Id: 3847
2012-01-23 10:53:01 +00:00
Ole Laursen 2d521ee92b Fix some bugs in materials page after meeting refactor
- Legacy-Id: 3772
2011-12-14 17:28:54 +00:00
Ole Laursen 7c36e78415 Fix some bugs from the recent meeting refactor
- Legacy-Id: 3769
2011-12-14 15:27:45 +00:00
Ole Laursen 02809ffbf1 Model non-group-meeting sessions with sessions (by extending it with a
name), as a consequence, drop the "other" time slot category and
remove materials on time slots
 - Legacy-Id: 3754
2011-12-09 13:45:05 +00:00
Ole Laursen 2c81e8d1ed Add support for not-meeting meeting sessions
- Legacy-Id: 3744
2011-12-07 11:52:18 +00:00
Ole Laursen 2c374d93db Move meeting submission constants to settings
- Legacy-Id: 3737
2011-12-01 12:02:32 +00:00
Ole Laursen 1c0d859a80 Fix problem with __unicode__ on Constraint (spotted by Ryan Cross)
- Legacy-Id: 3735
2011-11-30 17:20:03 +00:00
Ole Laursen 5a4c23ea92 Merge with trunk
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Ole Laursen f7f3e8b14a Update comments
- Legacy-Id: 3668
2011-11-17 15:24:33 +00:00
Ole Laursen 9c639b3630 Add materials state types, import WgProceedingActivities events for uploads
- Legacy-Id: 3667
2011-11-17 15:12:29 +00:00
Ole Laursen 64c3ef01c0 Fix missing import (found by Ryan Cross)
- Legacy-Id: 3659
2011-11-16 15:44:00 +00:00
Henrik Levkowetz d51adcf2b3 Merged [3599] from rjsparks@nostrum.com:
Changed the AD status page to group documents by current state.
Fixes bug 742
 - Legacy-Id: 3607
Note: SVN reference [3599] has been migrated to Git commit 6b6e51a665
2011-11-12 09:15:13 +00:00
Ole Laursen fa56cd0c6e Fix bug with missing import
- Legacy-Id: 3368
2011-08-24 19:18:43 +00:00
Ole Laursen 99886e9a38 Remove debug output
- Legacy-Id: 3308
2011-08-12 14:54:57 +00:00
Ole Laursen ef28ba9dd4 Use PersonHistory to grab old affiliation
- Legacy-Id: 3306
2011-08-12 10:28:08 +00:00
Ole Laursen e831dc3e89 Add generic find_history_active_at(obj, time), refactor to use it
- Legacy-Id: 3303
2011-08-12 09:41:50 +00:00
Ole Laursen ba29fa9c7d Import IESGHistory as GroupHistory and port meeting views to it
- Legacy-Id: 3301
2011-08-11 17:48:42 +00:00
Ole Laursen 12bd2f93d7 Port and proxy remaining meeting views, adjusting the models slightly
- Legacy-Id: 3296
2011-08-10 17:09:35 +00:00
Ole Laursen d2ea0e5088 Import WG agendas, proxy more meeting code
- Legacy-Id: 3289
2011-08-08 19:10:49 +00:00
Ole Laursen 974877aafb Add proxy for meetings, meeting times and sessions, start porting agenda view
- Legacy-Id: 3288
2011-08-05 16:55:08 +00:00
Ole Laursen 67e317d535 Merged in changes from conversion branch fixing a couple of problems
- Legacy-Id: 3285
2011-08-04 15:09:54 +00:00
Ole Laursen 0e576f4352 Add models for new meeting schema and an importer, clean up person
import slightly
 - Legacy-Id: 3282
2011-08-04 11:17:29 +00:00
Henrik Levkowetz 6bc2cfe6ca Merged [3246] from adam@nostrum.com:
Adding page to allow viewing meeting slot requests as they are made. There's no link
to these yet.
 - Legacy-Id: 3255
Note: SVN reference [3246] has been migrated to Git commit 4f9e90dc73
2011-07-23 21:58:47 +00:00
Henrik Levkowetz ec868172c0 Merged [3240] from adam@nostrum.com:
Added csv output format for meeting agenda information, to assist
external applications (e.g., Android app, iPhone app) in harvesting
and displaying meeting agenda info.
 - Legacy-Id: 3253
Note: SVN reference [3240] has been migrated to Git commit 1a6f72071e
2011-07-23 21:57:32 +00:00
Adam Roach 4f9e90dc73 Adding page to allow viewing meeting slot requests as they are made. There's no link
to these yet.
 - Legacy-Id: 3246
2011-07-23 19:24:10 +00:00
Adam Roach 1a6f72071e Added csv output format for meeting agenda information, to assist
external applications (e.g., Android app, iPhone app) in harvesting
and displaying meeting agenda info.
 - Legacy-Id: 3240
2011-07-23 15:37:09 +00:00
Adam Roach ec1516548a Fix for bug 676
- Legacy-Id: 3181
2011-06-27 19:59:38 +00:00
Henrik Levkowetz 4560cd6636 Update a queryset filter to match the changed model for WgMeetingSession.
- Legacy-Id: 3146
2011-05-24 20:58:37 +00:00
Henrik Levkowetz fe10dfd20c Tweaked a number of setting value names and adjusted one value.
- Legacy-Id: 3037
2011-04-09 22:13:45 +00:00
Henrik Levkowetz e9ec0c8a26 New fix for empty query strings. The QUERY_STRING in request.META is not set the same way under the builtin server as under Apache; under apache there will be a QUERY_STRING entry wich is explicitly Null. Handle this.
- Legacy-Id: 3028
2011-04-07 09:06:38 +00:00
Henrik Levkowetz 2fc4b1bc3c Don't return 500 if given a URL with no query part.
- Legacy-Id: 3017
2011-03-31 12:25:24 +00:00