..
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
Removed debug statements.
2020-07-03 13:01:21 +00:00
migrations
Add the migration intended to go with r18206. Commit ready for merge.
2020-07-20 21:13:39 +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
Admin page tweak for the UrlResource admin page.
2020-07-14 20:39:48 +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
Fixed an issue where a session was saved without a type_id, found by the Django 2.2 checks. The code set the value just after the first save, and then did a second save, but this is 1) more costly, and 2) keeps an invalid session object in the database for a short time.
2020-06-27 17:21:57 +00:00
helpers.py
Added support for a meeting session order_number (denoting first session for this group in the meeting, second session, etc.) when filling in URL templates with session info using the 'format' filter. Used for the Meetecho video straming url for a session.
2020-07-15 13:08:55 +00:00
models.py
Add IETF sessions to the types that emit parent group name in the session assignment slug, so that the parent group name will be present on the HTML row ID in the agenda for IAB sessions. Also update the wording on special sessions. Fixes #3034 . Commit ready for merge.
2020-07-27 04:31:50 +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
Removed unused imports.
2020-06-27 17:38:43 +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 [18282] from mark@painless-security.com:
2020-07-29 13:29:45 +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
Recent past meetings are shown as past meetings, so sort them like past meetings. Fixes side-comment in #3101 . Commit ready for merge.
2020-07-20 19:43:35 +00:00
views.py
Better handle materials with names that end with a string that looks like a version (-nn). May address #3040 . Commit ready for merge.
2020-07-27 20:41:59 +00:00