datatracker/ietf/meeting
Henrik Levkowetz 6e1d4d45d8 Added some missing migrations
- Legacy-Id: 14697
2018-02-25 20:08:37 +00:00
..
fixtures Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting. 2016-12-05 12:55:20 +00:00
management Dead code removal: placement.py and related. 2017-02-27 13:22:04 +00:00
migrations Added some missing migrations 2018-02-25 20:08:37 +00:00
templatetags A second performance improvement for the proceedings pages. Commit ready for merge. 2016-11-15 07:38:21 +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 Adjusted ordering for a number of meeting-related models to make the most relevant entries appear first in lists and drop-downs. Fixes issue #2457. 2018-02-23 22:12:53 +00:00
ajax.py Work around mixed return types for get_meeting_schedule() 2018-02-15 17:20:57 +00:00
factories.py Fixed a type issue with [14556] 2018-01-23 22:27:49 +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 Third part of document read refactoring, after [14406] and [14410]. This replaces all usage of the non-unicode-aware get_document_content() function with unicode-aware Document.text() or Document.text_or_error() methods. This was triggered by yet another report of unicode content not being shown properly, and should fix all instances of document (drafts, agendas, minutes, etc.) display in the datatracker not handling unicode characters properly. 2017-12-11 16:23:51 +00:00
helpers.py Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday. 2017-10-25 13:38:15 +00:00
models.py Merged in ^/personal/henrik/6.72.1-django-1.11@14676: Upgrade to Django 1.11 2018-02-25 19:55:16 +00:00
resources.py Make the API accept ordering and relations for the meeting date field. 2017-11-02 12:17:17 +00:00
test_data.py Added a test for interim meeting agenda and minutes urls. 2017-07-12 12:38:26 +00:00
tests_api.py Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes. 2017-06-22 15:18:08 +00:00
tests_js.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
tests_views.py Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313. Commit ready for merge. 2018-02-09 17:05:11 +00:00
urls.py Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313. Commit ready for merge. 2018-02-09 17:05:11 +00:00
utils.py Re-worked create_proceedings_templates() so it does not blow up if it's run a second time for a given meeting. 2018-02-07 11:59:46 +00:00
views.py Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313. Commit ready for merge. 2018-02-09 17:05:11 +00:00