..
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
New branch from trunk @ r18382 for meeting improvements, with iola/meeting-improvement-r17835 merged in
2020-08-20 09:36:41 +00:00
migrations
Added matching indexes to a number of models with ordering by multiple keys.
2020-11-09 19:41:12 +00:00
templatetags
Use reworked filtering for ical agendas; refactor filter UI with office hours buttons and nicer formatting
2020-10-16 16:06:07 +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
Fixed a recent regression in agenda.html which caused the 'now' context variable to not be available when checking if a meeting session is in the past or future, to know which recordings or live session links to show. Also fixed a potential timezone issue with regards to this.
2020-11-12 00:36:39 +00:00
ajax.py
Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959 . Commit ready for merge.
2020-12-01 17:37:09 +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
Added slide numbering reminder. Fixes issue #3041 . Commit ready for merge.
2020-10-09 21:41:10 +00:00
helpers.py
Merged in [18724] from jennifer@painless-security.com:
2020-12-11 21:13:33 +00:00
models.py
Merged in [18724] from jennifer@painless-security.com:
2020-12-11 21:13:33 +00:00
resources.py
Rebase automatic-scheduler-2 onto 7.3.2.dev0
2020-06-15 12:29:39 +00:00
test_data.py
Rebase agenda customization from jennifer/7.13.1.dev0 to 7.17.1.dev0
2020-09-24 14:27:30 +00:00
tests_api.py
Use querystring instead of URL hash for agenda filters
2020-08-11 13:45:41 +00:00
tests_helpers.py
Use reworked filtering for ical agendas; refactor filter UI with office hours buttons and nicer formatting
2020-10-16 16:06:07 +00:00
tests_js.py
Merged in [18651] from jennifer@painless-security.com:
2020-11-06 15:53:28 +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 [18724] from jennifer@painless-security.com:
2020-12-11 21:13:33 +00:00
urls.py
Merged in [18724] from jennifer@painless-security.com:
2020-12-11 21:13:33 +00:00
utils.py
Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959 . Commit ready for merge.
2020-12-01 17:37:09 +00:00
views.py
Merged in [18724] from jennifer@painless-security.com:
2020-12-11 21:13:33 +00:00