@@ -3,36 +3,53 @@ ietfdb (5.0.1) ietf; urgency=medium
33 This is a bugfix release which collects a series of fixes and usability
44 tweaks from the last months.
55
6- * Merged [7215] from rjsparks@nostrum.com:
6+ * Fixed a probem with wrong URLs in atom feeds, caused by caching. Fixes
7+ issue #1307.
8+
9+ * Added a workaround for missing CSRF tokens in liaison edit form, from
10+ rcross@amsl.com
11+
12+ * Added a blank line before new session group in the text agenda, for
13+ readability.
14+
15+ * Added a secret key to settings.py for development use. NOT for
16+ production use; that needs to go in settings_local.py
17+
18+ * Added a warning to the draft submission page about upcoming submission
19+ cut-offs. Added a value in settings.py for the number of days before the
20+ first cut-off to display the waring.
21+
22+ * Updated the caching settings to use memcached in production.
23+
24+ * Remove spurious 'yes' in meeting requests page.
25+
26+ * Merged [7215] from rjsparks@nostrum.com: Use idnits on www.ietf.org
27+ Fixes ticket #1200
728
29+ * Merged [7215] from rjsparks@nostrum.com:
830 Use idnits on www.ietf.org. Fixes ticket #1200
931
1032 * Merged [7212] from rjsparks@nostrum.com:
11-
1233 Removed the "Reason for (re)chartering" line from the charter main
1334 document page. Fixes bug #1294
1435
1536 * Merged [7210] from rjsparks@nostrum.com:
16-
1737 Allow the IRTF Chair and the ISE to request a conflict review directly
1838 through the tracker. Notify the Secretariat when someone other than the
1939 secretariat initiates a conflict review. Notify IANA when anyone
2040 initiates a conflict review. Fixes tickets #1287 and #1289
2141
2242 * Merged [7204] from rjsparks@nostrum.com:
23-
2443 Adds the IAB-parented sessions to the set of things returned as "areas"
2544 Fixes bug #1288
2645
2746 * Merged [7077] from rjsparks@nostrum.com:
28-
2947 Returns "there are no ballots to view yet" rather than 404ing when the
3048 ballot link is followed for a document that exists. It is typical for
3149 last call to be issued (which includes a link to the ballot page) well in
3250 advance of creating any ballot for a document. Fixes bug 1233
3351
3452 * Merged [7076] from rjsparks@nostrum.com:
35-
3653 Sets the State(type=draft) to Replaced when a document is replaced using
3754 views_draft.replaces. Sets the state back to Active or Expired when a
3855 document is no longer replaced by another document. Adds tests for the
@@ -41,10 +58,8 @@ ietfdb (5.0.1) ietf; urgency=medium
4158 created by views_draft.replaces before this fix. Fixes bug 1234
4259
4360 * Merged [6361] from rjsparks@nostrum.com:
44-
4561 Allow the secretariat and ads to change the title of a status change
4662 document. Fixes bug 1141.
47-
4863 Applied changes to adapt the code from Django 1.2 to 1.6: Provide a
4964 quoted string to {% url %} and use request.user.person instead of
5065 request.user.get_profile().
@@ -53,7 +68,6 @@ ietfdb (5.0.1) ietf; urgency=medium
5368 1.6.
5469
5570 * Merged [6359] from rjsparks@nostrum.com:
56-
5771 Send email to the secretariat when a status change document is put
5872 directly into the last-call-requested state. Fixes bug 1139.
5973
0 commit comments