datatracker/ietf/meeting
Mark J. Donnelly e3ee370981 First swipe at making past sessions unchangable for official schedules
This change locks down the schedule of any meeting that is fully in the past.  It leaves open sessions that have finished for meetings that have not yet finished.

Addresses (partially) issue #3083.  Commit ready for merge.
 - Legacy-Id: 19030
2021-05-21 20:38:51 +00:00
..
fixtures Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
management Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
migrations Updated timezone choices 2021-02-01 15:12:41 +00:00
templatetags Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +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 Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +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 First swipe at making past sessions unchangable for official schedules 2021-05-21 20:38:51 +00:00
models.py First swipe at making past sessions unchangable for official schedules 2021-05-21 20:38:51 +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 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 Prevent unscheduled session drop target from collapsing to zero size in agenda editor. Fixes #3174. Commit ready for merge. 2021-05-17 13:29:09 +00:00
tests_schedule_generator.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
tests_views.py First swipe at making past sessions unchangable for official schedules 2021-05-21 20:38:51 +00:00
urls.py Be more specific when matching the url for meeting.ajax.sessions_json 2020-12-16 18:30:36 +00:00
utils.py connect the new calculations to the UI. Clean flakes. 2021-05-06 19:00:58 +00:00
views.py Add timezone selector to upcoming meetings page. Separate general timezone handling from parts only relevant to main agenda page. Speed up agenda timezone javascript tests. Fixes #3184. Commit ready for merge. 2021-04-30 16:14:00 +00:00