|
| 1 | +ietfdb (6.74.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Various notificaiton email improvements and additional iCalendar links** |
| 4 | + |
| 5 | + This release provides a number of bugfixes and enhancements to various |
| 6 | + notification email messages; and as a result of resolving ticket #2461 |
| 7 | + (adding iCalendar links to session scheduling notifications), a refined |
| 8 | + ical_ageenda() view function which has permitted the placement of individual |
| 9 | + session iCalendar links in a number of useful places. From the commit log: |
| 10 | + |
| 11 | + * Tweaked the routines to find Person records from draft submission |
| 12 | + information to find persons also if the email address case doesn't |
| 13 | + match. |
| 14 | + |
| 15 | + * Added date information to the 'scheduled session' emails, and also a |
| 16 | + link to an ical file for the group sessions. Fixes issue #2461. |
| 17 | + |
| 18 | + * Tweaked some meeting-related admin classes for better search and |
| 19 | + display. |
| 20 | + |
| 21 | + * Fixed a settings typo and updated some settings. |
| 22 | + |
| 23 | + * Renamed some datetime fields from 'time' to 'modified', to match their |
| 24 | + semantics, and changed them to use auto_now=True. This should fix an issue |
| 25 | + with outdated timestamps on some meeting-related objects. |
| 26 | + |
| 27 | + * Added links for per-session ical entries to the group meetings page and |
| 28 | + to draft pages when a page shows sessions where a draft is on the agenda. |
| 29 | + |
| 30 | + * Refactored ical_agenda() to be more general. Added parameters and code |
| 31 | + to permit generation of per-group and per-session ical pages. Added url |
| 32 | + entries for per-group and per-session ical pages. Changed some parameter |
| 33 | + names to better reflect their semantics ('session'->'acronym'). |
| 34 | + |
| 35 | + * Merged in [14715] from rjsparks@nostrum.com: |
| 36 | + Make a more appropriate review message when a BoF has an initial charter |
| 37 | + under consideration. Fixes #2458. |
| 38 | + |
| 39 | + * Made sure that sessions listed in session scheduling notification |
| 40 | + emails are listed in time order. Fixes issue #2460. |
| 41 | + |
| 42 | + * Added TeX escaping utility functions and template filters. Removed |
| 43 | + html escaping and added TeX escaping for relevant parts of the bibtext |
| 44 | + template. Fixes issue #2459. |
| 45 | + |
| 46 | + * Removed an option which could disagree with memcached. |
| 47 | + |
| 48 | + * Updated PLAN |
| 49 | + |
| 50 | + -- Henrik Levkowetz <henrik@levkowetz.com> 04 Mar 2018 16:07:35 +0000 |
| 51 | + |
1 | 52 | ietfdb (6.73.0) ietf; urgency=medium |
2 | 53 |
|
3 | 54 | **Django 1.11** |
|
0 commit comments