1- ietfdb (4.03)
1+ ietfdb (4.20)
2+
3+ This release introduces major new functionality for managing WG charters
4+ as documents. A large number of related and unrelated fixes has also been
5+ included, an almost complete list is available below, latest first:
6+
7+ * Added a debug utility module on the same level as south,html5lib etc.
8+
9+ * Don't try to call get_profile() on a user if the method isn't available.
10+
11+ * Merged in fixes from Ole, from branch/charter:r4382-4407, and some
12+ changes from Henrik (removing the use of pos.blocked in views_ballot.py,
13+ and setting a ballot id in idrfc/testsREDESIGN.py) to make
14+ idrfc.EditPositionTestCase succeed.
15+
16+ * Don't include interim meetings in those considered for the default
17+ meeting number for the '/meeting/' url.
18+
19+ * Tweaked the error messages for acronym collisions in the create-wg form.
20+
21+ * Added quotes around the WG name in the state change text, for better
22+ readability.
23+
24+ * Applied a fix to missing nomcom chair in [4384] instead of [4385].
25+
26+ * Made arguments to url help_charter_states match the definition in
27+ ietf/idrfc/urls.py.
28+
29+ * Fixed a bug in picking up blocking text (patch provided by olau@iola.dk).
30+
31+ * Added a parameter to make the commitlog script useful for other branches
32+ than the current.
33+
34+ * Catch exception which is raised if a nomcom NN group has been created,
35+ but no nomcom chair has been announced and added yet.
36+
37+ Merged in [4364] from rjsparks@nostrum.com:
238
3- Merged in [4364] from rjsparks@nostrum.com:
439 * Expose how many pages each document contains on the docs on future
540 telechats page. Fixes bug #828
641
@@ -21,7 +56,7 @@ ietfdb (4.03)
2156
2257 * Treat BoF as proposed WG.
2358
24- * s/WG/group/ in acronym clash error.
59+ * s/WG/group/ in acronym clash error message .
2560
2661 * Add a star to the required fields.
2762
@@ -69,7 +104,7 @@ ietfdb (4.03)
69104
70105 * Change max acronym length to 10 instead of 8
71106
72- From Henrik:
107+ Additional fixes from Henrik:
73108
74109 * Fixed the signature of DocEventAdmin method (needs explicit 'self' parameter)
75110
@@ -79,9 +114,11 @@ ietfdb (4.03)
79114
80115 * Merged in the charter branch from olau@iola.dk.
81116
82- * Added a from Adam with a tweak from Henrik for empty .ics files
117+ From Adam:
118+
119+ * Added a fix for empty .ics files
83120
84- -- Henrik Levkowetz <henrik@levkowetz.com> 04 May 2012 14:17:33 +0200
121+ -- Henrik Levkowetz <henrik@levkowetz.com> 11 Jun 2012 18:40:14 +0000
85122
86123ietfdb (4.02)
87124
0 commit comments