..
fixtures
Reverted merge of timezone-aware migration efforts.
2021-01-12 16:54:20 +00:00
management
Allow generated schedules to inherit from a base schedule. Fixes #3170 . Commit ready for merge.
2021-08-10 14:22:06 +00:00
migrations
Convert IETF111 Constraints
2021-08-05 22:03:30 +00:00
templatetags
Add 'Select Sessions" tab to agenda pages. Commit ready for merge.
2021-07-01 23:45:25 +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
Reverted merge of timezone-aware migration efforts.
2021-01-12 16:54:20 +00:00
factories.py
Show the constraint names on the meeting session requests page. Fixes #3082 . Commit ready for merge.
2021-08-27 19:45:19 +00:00
feeds.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
forms.py
Swap timeslot columns in addition to full days in schedule editor. Fixes #3216 . Commit ready for merge.
2021-06-22 16:33:04 +00:00
helpers.py
Merged in [19183] from jennifer@painless-security.com:
2021-07-02 00:58:34 +00:00
models.py
Allow generated schedules to inherit from a base schedule. Fixes #3170 . Commit ready for merge.
2021-08-10 14:22:06 +00:00
resources.py
Rebase automatic-scheduler-2 onto 7.3.2.dev0
2020-06-15 12:29:39 +00:00
test_data.py
Reverted merge of timezone-aware migration efforts.
2021-01-12 16:54:20 +00:00
tests_api.py
Reverted merge of timezone-aware migration efforts.
2021-01-12 16:54:20 +00:00
tests_helpers.py
Adds new filtering tags for sessions which have multiple sessions. I.e., in addition to wg,area,type there is wg-sessa, wg-sessb or wg-sessc etc on the tags, so now you can filter either all wg sessions or only specific sessions. Also removes the unused session.order_number, but not yet the session.order_in_meeting() function (which I think is unused too).
2021-06-03 20:03:14 +00:00
tests_js.py
Disable modification of past timeslots on official schedules. Fixes #3166 .
2021-08-09 20:43:20 +00:00
tests_schedule_generator.py
Allow generated schedules to inherit from a base schedule. Fixes #3170 . Commit ready for merge.
2021-08-10 14:22:06 +00:00
tests_views.py
Merged in [19305] from rjsparks@nostrum.com:
2021-09-03 18:36:32 +00:00
urls.py
Add 'Select Sessions" tab to agenda pages. Commit ready for merge.
2021-07-01 23:45:25 +00:00
utils.py
Allow configuration of group conflict types used for each meeting Fixes #2770 . Commit ready for merge.
2021-07-30 17:50:24 +00:00
views.py
Handle num=None case in proceedings() and specify meeting number in test_proceedings_no_agenda. Fixes #3385 . Commit ready for merge.
2021-08-20 16:16:00 +00:00