datatracker/ietf/meeting
2016-08-04 21:08:56 +00:00
..
management 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. 2015-10-26 22:45:26 +00:00
migrations Migration to create documents and sessionpresentations for ietf95 and 96 bluesheets. Add bluesheets to proceedings. 2016-08-02 20:30:40 +00:00
templatetags refactored all_meeting_ functions on session. Improved (with a hack) how recordings are displayed. 2016-08-03 18:19:39 +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 Added model UrlResource with FK to Room 2016-07-13 13:07:20 +00:00
ajax.py Merged in personal/henrik/6.7.2.dev0-schemafix [10297] from henrik@levkowetz.com: 2015-10-27 15:23:00 +00:00
factories.py Added a test for the floorplan view. 2016-07-07 12:41:27 +00:00
feeds.py Updated a bunch of links from http: to https: based on a patch from lars@netapp.com. 2015-04-24 21:47:12 +00:00
forms.py Save submitted session agendas as UTF-8, not as ascii. 2016-07-07 20:37:47 +00:00
helpers.py Changed send_interim_announcement_request() to use new mailtrigger interim_approved. Commit ready for merge. 2016-07-18 08:15:13 +00:00
models.py refactored all_meeting_ functions on session. Improved (with a hack) how recordings are displayed. 2016-08-03 18:19:39 +00:00
placement.py 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. 2015-10-26 22:45:26 +00:00
resources.py Tweaked a resource to give it the correct name in the api registry. 2016-07-13 18:45:52 +00:00
test_data.py Added a test for the floorplan view. 2016-07-07 12:41:27 +00:00
tests_api.py Allow non-official schedules to be viewed in the same ways the official schedule for a meeting can be viewed. Fixes #1959. Commit ready for merge. 2016-06-29 20:56:08 +00:00
tests_js.py Added an explicit PhantomJS(port=0) as a workaround for old phantomjs instances staying around and blocking the port needed to run tests. 2016-07-07 16:27:52 +00:00
tests_views.py Merged in [11711] from rjsparks@nostrum.com: 2016-07-19 11:22:00 +00:00
timedeltafield.py Cleanup after Django 1.7 migration 2015-02-12 16:38:01 +00:00
urls.py Merged in [11712] from rjsparks@nostrum.com: 2016-07-19 16:50:53 +00:00
utils.py checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions. 2016-02-22 17:03:46 +00:00
views.py Add guards against very old meetings. For more modern, past, meetings, add a warning that these are not the official proceedings and provide a link to the official proceedings. 2016-08-04 21:08:56 +00:00