datatracker/ietf/meeting
2020-08-25 13:08:57 +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 Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge. 2020-07-28 18:54:44 +00:00
migrations Fixed a broken reverse migration 2020-08-25 09:45:29 +00:00
templatetags Removed all __future__ imports. 2020-03-05 23:53:42 +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 a 'meeting' list filter to the admin page for ImportantDate. 2020-08-15 09:38:00 +00:00
ajax.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
factories.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge. 2020-07-28 18:54:44 +00:00
helpers.py Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge. 2020-07-28 18:54:44 +00:00
models.py Updated the IETF meeting agenda rendering so as to show the session links to materials, meetecho, jabber, notepad etc. also for narrov-screen devices such as phones, based on code from lars@eggert.org. Also moved some template code doing markup tweaking of the room name to a TimeSlot method, and factored out session start- and end-time display, repeated in 4 locations, to a template snipped. Added a new CSS class which provides less padding at the sides of pages on narrow devices. 2020-08-21 13:40:14 +00:00
resources.py Rebase automatic-scheduler-2 onto 7.3.2.dev0 2020-06-15 12:29:39 +00:00
test_data.py A little less waste creating meeting/interim test data. Commit ready for merge. 2020-06-19 21:45:15 +00:00
tests_api.py Merged in ^/trunk@17617. 2020-04-14 17:11:51 +00:00
tests_js.py Merged in /branch/iola/meeting-improvement-r17835@18048. This provides a new snapshot of the new schedule editor work, with improved edit page layout and details. 2020-08-12 19:16:18 +00:00
tests_schedule_generator.py Renamed a test module to conform to our name convention ('test_...' to 'tests_...'). 2020-07-01 11:41:28 +00:00
tests_views.py Merged in /branch/iola/meeting-improvement-r17835@18048. This provides a new snapshot of the new schedule editor work, with improved edit page layout and details. 2020-08-12 19:16:18 +00:00
urls.py Renamed some view funtions for consistency. Almost all .json enpoints were named *_json(), but not all. Fixed in this commit, together with the equivalent renaiming for one .ical endpoint. 2020-05-20 14:19:37 +00:00
utils.py Merged in /branch/iola/meeting-improvement-r17835@18048. This provides a new snapshot of the new schedule editor work, with improved edit page layout and details. 2020-08-12 19:16:18 +00:00
views.py Changed the week_view() function to calculate a first_regular_session_time also when the meeting has not been populated with any sessions, by using the meeting.date as a proxy value. 2020-08-25 13:08:57 +00:00