Disable modification of past timeslots on official schedules. Fixes#3166.
- Legacy-Id: 19317
Note: SVN reference [19295] has been migrated to Git commit 2eacd88c0b
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).
- Legacy-Id: 19080
Note: SVN reference [19074] has been migrated to Git commit ddefdecca7
Add proper folding for static content in the DESCRIPTION in the important-dates ics feed. Remove important-dates from the upcoming meetings ics.
- Legacy-Id: 18824
Note: SVN reference [18821] has been migrated to Git commit 762064236e
Improved the classification of some github related external resources. Tightened validation of new resource values.
- Legacy-Id: 18449
Note: SVN reference [18378] has been migrated to Git commit 2b70735fd2
Reject or require manual processing for submissions when inconsistent SubmissionDocEvent revs exist. Fixes#2909.
- Legacy-Id: 18277
Note: SVN reference [18250] has been migrated to Git commit b61bdc289b
Add agenda_note and remote_instructions to agenda.json API. Fixes#2955.
- Legacy-Id: 17853
Note: SVN reference [17835] has been migrated to Git commit d275a78bce
Add help text strongly encouraging always having a conference link in any interim request. Fixes#2973.
- Legacy-Id: 17741
Note: SVN reference [17725] has been migrated to Git commit caa109cb42
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