..
0001_initial.py
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
2015-02-08 21:16:44 +00:00
0002_auto_20150221_0947.py
Added 4 new fields to the meeting class, to hold draft submission cutoff information for the meeting. On request, changed the presentation of the cutoff times to show the last submission time, rather than the beginning of the cutoff time. Changed the cutoff hour format to support full timedelta information, not just a given hour (this was necessary in order to be able to set the requested 23:59:59 submission stop time).
2015-02-21 20:48:29 +00:00
0003_auto_20150304_0738.py
Added a field capturing changed information for the idsubmission-cutoff-related fields of Meeting.
2015-03-04 17:51:46 +00:00
0004_auto_20150308_0446.py
Removed a superfluous import.
2015-03-08 14:33:50 +00:00
0005_auto_20150430_0847.py
pulled several migrations from trunk and reordered the ones here to match
2015-04-30 22:12:18 +00:00
0006_auto_20150318_1116.py
some tweaks to the history
2015-05-04 13:09:41 +00:00
0007_auto_20150429_1224.py
pulled several migrations from trunk and reordered the ones here to match
2015-04-30 22:12:18 +00:00
0008_auto_20150429_1346.py
pulled several migrations from trunk and reordered the ones here to match
2015-04-30 22:12:18 +00:00
0009_room_functional_name.py
checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests
2015-05-01 22:31:30 +00:00
0010_auto_20150501_0732.py
checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests
2015-05-01 22:31:30 +00:00
0011_ietf92_meetings.py
some tweaks to the history
2015-05-04 13:09:41 +00:00
0012_auto_20151026_1406.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
0013_auto_20151026_1408.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
0014_auto_20151026_1414.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
0015_auto_20151102_1845.py
Updated country and timezone choices.
2015-11-03 03:02:48 +00:00
0016_schedule_ietf88_and_89.py
still preparing to merge forward
2016-01-19 22:42:07 +00:00
0017_schedule_approved_interims.py
Adds a meetings tab to the group information page. Links to minutes, agendas, and materials for each session at each meeting. Improves the UI for the session materials page. Commit ready for merge.
2016-01-20 22:59:14 +00:00
0018_auto_20160207_0537.py
Added a migration for changed default ordering of timeslot entries, and changed auto_now settings for the modified field of meeting sessions, timeslots, and assignments.
2016-02-07 13:46:46 +00:00
0019_allow_null_sessionpresentation_rev.py
checkpoint: refined document/session view with test. Trivial start on Document factories.
2016-02-18 04:07:17 +00:00
0020_auto_20160316_0646.py
Migration for timezone changes (pytz 2015.7 => 2016.1)
2016-03-16 13:52:09 +00:00
0021_auto_20160328_0726.py
New migration to match pytz 2016.3
2016-03-28 14:32:29 +00:00
0022_auto_20160505_0523.py
Added a migration to match the updated time zone definitions of pytz-2016.4.
2016-05-05 12:28:22 +00:00
0023_session_remote_instructions.py
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961 , #1962 and #1964 .
2016-06-17 14:16:27 +00:00
0024_migrate_interim_meetings.py
Enhanced the interim_meetings data migration to also update the interim meeting numbers to consistently use zero-padded two-digit serial numbers, in line with how new interim meeting numbers are generated. Added reverse migrations. Made the migration accept existing TimeSlot and Assignments, if found.
2016-06-20 18:22:09 +00:00
0025_add_floorplan_and_room_coordinates.py
Updated migration.
2016-07-07 17:28:47 +00:00
0026_add_floorplan_data.py
Not all the IETF 96 room names are in place yet. Use get_or_create in the data migration.
2016-07-10 14:00:01 +00:00
0027_urlresource.py
Added model UrlResource with FK to Room
2016-07-13 13:07:20 +00:00
0028_add_audio_stream_data.py
Added model UrlResource with FK to Room
2016-07-13 13:07:20 +00:00
0029_add_time_to_room_and_floorplan.py
Provides a custom json view of meetings optimized for the iphone app. Commit ready for merge.
2016-08-04 19:51:52 +00:00
0030_add_material_day_offsets.py
Moved the materials start, cutoff, and revision dates into the Meeting object
2016-08-08 20:34:37 +00:00
0031_add_proceedings_final.py
Add a bit to meeting to note whether proceedings are final. Update proceedings view to reflect the status of that bit. Add a function that finalizes a meetings proceedings
2016-08-08 20:14:04 +00:00
0032_reconstruct_bluesheet_docs_95through96.py
Merged in [11779] from rjsparks@nostrum.com:
2016-08-17 21:45:57 +00:00
0033_add_meeting_acknowlegements.py
Merged in [11770] from rjsparks@nostrum.com:
2016-08-17 15:44:21 +00:00
0034_auto_20160818_1555.py
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
2016-08-24 17:20:54 +00:00
0035_auto_20160818_1610.py
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
2016-08-24 17:20:54 +00:00
0036_add_order_to_sessionpresentation.py
Merged in [11888] from rjsparks@nostrum.com:
2016-08-30 16:29:51 +00:00
__init__.py
Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names.
2012-06-20 21:12:26 +00:00