Create dev branch for session purpose work (from revision [19414])
Snapshot of dev work to add session purpose annotation (from
revision [19415])
Allow non-WG-like groups to request additional sessions/durations and
bypass approval (from revision [19424])
Add 'closed' session purpose, assign purposes for nomcom groups, and update
schedule editor to enforce timeslot type and allow blurring sessions by
purpose (from revision [19427])
Add management command to set up timeslots/sessions for testing/demoing
'purpose' field (from revision [19430])
Update session purposes and group type -> purpose map to match notes page,
change 'session' purpose to 'regular' (from revision [19433])
Redirect edit_schedule urls to edit_meeting_schedule view (from
revision [19434])
Allow hiding/blurring sessions and timeslots based on TimeSlotType in
the schedule editor (from revision [19438])
Disable session purpose/timeslot type hiding on schedule editor when
only 0 or 1 options (from revision [19439])
Improvements to the timeslot and schedule editors (move new toggles to
modals, handle overflowing session names, fix timeslot editor scrolling,
add buttons to quickly create single timeslot, accept trailing slash on
edit URL) (from revision [19449])
Update purpose/types after discussions, add on_agenda Session field,
prevent session requests for groups with no allowed purpose, handle
addition fields in session request, fix editing session requests, add
session edit form/access from schedule editor, eliminate TimeSlotTypeName
'private' field, add server-side timeslot type filtering to schedule editor
(from revision [19549])
Eliminate the officehours timeslot type, update/renumber migrations, mark
offagenda/reserved TimeSlotTypeNames as not used, add a 'none'
SessionPurposeName and disallow null, update agenda filter keywords/filter
helpers, fix broken tests and general debugging (from revision [19550])
Tear out old meeting schedule editor and related code (from
revision [19551])
Fix merge errors in preceding commits (from revision [19556])
Add missing ifSeleniumEnabled guard for meeting.tests_js.EditTimeslotsTests
(from revision [19592])
Remove 'before' version of migrations that were renumbered before merge.
(from revision [19595])
- Legacy-Id: 19596
Note: SVN reference [19415] has been migrated to Git commit 1054f90873
Note: SVN reference [19424] has been migrated to Git commit 5318081608
Note: SVN reference [19427] has been migrated to Git commit 173e438aee
Note: SVN reference [19430] has been migrated to Git commit 7a2530a0a6
Note: SVN reference [19433] has been migrated to Git commit 3be50d6e39
Note: SVN reference [19434] has been migrated to Git commit 3e3d681e5f
Note: SVN reference [19438] has been migrated to Git commit b6ac3d4b1d
Note: SVN reference [19439] has been migrated to Git commit 446ac7a47e
Note: SVN reference [19449] has been migrated to Git commit 5cbe402036
Note: SVN reference [19549] has been migrated to Git commit 3dfce7b850
Note: SVN reference [19550] has been migrated to Git commit 7b35c09c40
Note: SVN reference [19551] has been migrated to Git commit d7f20342b6
Note: SVN reference [19556] has been migrated to Git commit 2b1864f5a0
Note: SVN reference [19592] has been migrated to Git commit c3f28eeedb
Note: SVN reference [19595] has been migrated to Git commit 83f5c7e9b6
New version of the timezone support for agenda. Now the ongoing
bars work. This also moves the javascript from the agenda.html
to separate timezone.js file. This commit does not include the
moment and moment-timezone javascript libraries that are
needed to get this working, they need to be added to
ietf/externals/static separately.
- Legacy-Id: 18800
Note: SVN reference [18689] has been migrated to Git commit f18fe23ea5
Add timezone support to agenda weekview; display UTC on UTC agenda page. Fixes#3111.
- Legacy-Id: 18796
Note: SVN reference [18712] has been migrated to Git commit d29553c0bc
Retrieve session agenda, slides, and minutes each time agenda modal is opened. Fixes#3050.
- Legacy-Id: 18658
Note: SVN reference [18651] has been migrated to Git commit bbf04c3fbe
Convert markdown to html if Accept header prioritizes text/html over text/markdown. Fixes#1926.
- Legacy-Id: 16982
Note: SVN reference [16564] has been migrated to Git commit 65b3f93afe
Ref #2231 - Fix send-review-reminders and add it to daily cron
This fixes a syntax error and a Python 3 incompatibility, and adds
send-review-reminders to the daily cron script.
Important notes:
- I have not tested to what degree the existing reminders work as they
should, as that's out of scope. It does have tests.
- I can't assess whether the virtualenv activation works in the
production setup, and it may be obsolete as bin/daily also
activates the virtualenv.
- The same Python 3 incompatibility (execfile() no longer exists) seems
to exist in various other scripts.
- Legacy-Id: 16821
Note: SVN reference [16703] has been migrated to Git commit 296b126c70
Converted stats, submit, sync. and utils/test to use factories. Excluded utils/test_data from coverage checks.
- Legacy-Id: 15599
Note: SVN reference [15595] has been migrated to Git commit 39e76a836996ec9ed8ea449c92bdfae91c3dbaae
Better constrain a liaison test object to match the preconditions for the test.
- Legacy-Id: 15594
Note: SVN reference [15580] has been migrated to Git commit 8004ba367a
Changed links to previous reviews go to the doc page of the last
result, not the review request page. The doc page will contain the
actual review, so it has all information that is needed. Fixes#2090.
- Legacy-Id: 13961
Note: SVN reference [13955] has been migrated to Git commit 7154166e74
Changed views that use GET requests to delete objects to use POST.
Fixes#1796.
- Legacy-Id: 13654
Note: SVN reference [13615] has been migrated to Git commit 3ccb550888
Note: SVN reference [13627] has been migrated to Git commit b908caf95c
Added meeting proceedings introduction pages: Progress Report and Attendees. Added a data migration to provide proceedings introduction information for IETF 95 and 96.
- Legacy-Id: 12150