Skip to content

6.74.0

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:44
· 6360 commits to main since this release

Summary: Various notification email improvements and additional iCalendar links
Release Date: Sun, March 4, 2018 at 4:07 PM UTC
Release Author: Henrik Levkowetz


This release provides a number of bugfixes and enhancements to various
notification email messages; and as a result of resolving ticket #2461
(adding iCalendar links to session scheduling notifications), a refined
ical_ageenda() view function which has permitted the placement of individual
session iCalendar links in a number of useful places. From the commit log:

  • Tweaked the routines to find Person records from draft submission
    information to find persons also if the email address case doesn't
    match.

  • Added date information to the scheduled session emails, and also a
    link to an ical file for the group sessions. Fixes issue #2461.

  • Tweaked some meeting-related admin classes for better search and
    display.

  • Fixed a settings typo and updated some settings.

  • Renamed some datetime fields from time to modified, to match their
    semantics, and changed them to use auto_now=True. This should fix an issue
    with outdated timestamps on some meeting-related objects.

  • Added links for per-session ical entries to the group meetings page and
    to draft pages when a page shows sessions where a draft is on the agenda.

  • Refactored ical_agenda() to be more general. Added parameters and code
    to permit generation of per-group and per-session ical pages. Added url
    entries for per-group and per-session ical pages. Changed some parameter
    names to better reflect their semantics ('session'->'acronym').

  • Merged in [14715] from rjsparks@nostrum.com:
    Make a more appropriate review message when a BoF has an initial charter
    under consideration. Fixes #2458.

  • Made sure that sessions listed in session scheduling notification
    emails are listed in time order. Fixes issue #2460.

  • Added TeX escaping utility functions and template filters. Removed
    html escaping and added TeX escaping for relevant parts of the bibtext
    template. Fixes issue #2459.

  • Removed an option which could disagree with memcached.

  • Updated PLAN


Coverage

chart