datatracker/ietf/meeting
2016-06-24 15:39:59 +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 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
templatetags checkpoint: refined document/session view with test. Trivial start on Document factories. 2016-02-18 04:07:17 +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 Set some admin fields to raw_id, to avoid insanely long lists of choices. 2016-06-20 18:18:07 +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 Updated MeetingFactory to give interim meeting numbers with two-digit zero-padded numbers. 2016-06-20 18:50:39 +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 Backed out previous changes; make_directories() was used in more than one place. Renamed to more expressive name. 2016-06-21 13:28:13 +00:00
helpers.py Backed out previous changes; make_directories() was used in more than one place. Renamed to more expressive name. 2016-06-21 13:28:13 +00:00
models.py Added caching to some meeting methods which are called multiple times when generating the IETF agenda. 2016-06-20 11:21:01 +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 Fixed a typo. 2016-03-15 23:15:44 +00:00
test_data.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
tests_api.py Renamed some files under ietf/group/ which contained views but didn't have 'views' in the name. 2016-05-13 15:59:10 +00:00
tests_js.py Refactored the code to skip coverage testing a bit, and added skipping of template and url coverage. 2016-06-24 15:39:59 +00:00
tests_views.py Added a score of setting save/restores to test setup/teardown actions. 2016-06-21 07:51:02 +00:00
timedeltafield.py Cleanup after Django 1.7 migration 2015-02-12 16:38:01 +00:00
urls.py Fixed a buggy urlpattern regexp which would eat up the last character in an url if not given an extension. 2016-06-23 14:56:29 +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 Added an optional parameter 'owner' to meeting.views.agenda(). Fixed issues #1959 and #1615 2016-06-23 15:08:39 +00:00