datatracker/ietf/meeting
Henrik Levkowetz ca8d554b78 Undid previous commit -- it contained too much.
- Legacy-Id: 9118
2015-02-24 18:31:53 +00:00
..
management Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
migrations 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
templatetags Removed the ams_filters template tag file from the meeting app -- it was a copy of the ams_filters under secr/, and masked it. 2013-10-22 19:01:18 +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 an admin view for the ResourceAssociation class. 2015-02-06 12:34:11 +00:00
ajax.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00
feeds.py Made ietf/meeting pyflakes-clean. Removed some debug-related dead code. 2014-03-15 18:57:07 +00:00
helpers.py Undid previous commit -- it contained too much. 2015-02-24 18:31:53 +00:00
models.py Made the selector for Agenda.groups() match that of Agenda.area_list() by adding parent__isnull=False. Without this, the two won't match if split by area. Fixes issue #1607. 2015-02-23 12:21:00 +00:00
placement.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
resources.py Added generated (and sometimes manually tweaked) resources.py files. 2014-12-14 20:33:25 +00:00
test_data.py Refactored history snippets for general use 2014-09-19 21:33:30 +00:00
tests_api.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00
tests_js.py Added settings for the PhantomJS ghostdriver.log and the temporary meeting materials directory used during testing, so that it's possible to place them in other places than the working copy. 2014-11-12 01:45:58 +00:00
tests_views.py Added settings for the PhantomJS ghostdriver.log and the temporary meeting materials directory used during testing, so that it's possible to place them in other places than the working copy. 2014-11-12 01:45:58 +00:00
timedeltafield.py Cleanup after Django 1.7 migration 2015-02-12 16:38:01 +00:00
urls.py Have working selectors for sessions related to a meeting and sessions related to a document, views for listing such sections that can be edited, and an edit form for changing the presented version. Checkpointing before big refactor to move the URI components around 2014-10-21 21:16:27 +00:00
views.py Added functionality for management of group materials, 2014-11-25 00:09:05 +00:00