Skip to content

Commit 583e535

Browse files
committed
Changelog entry for 3.54
- Legacy-Id: 3112
1 parent e904041 commit 583e535

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

changelog

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
ietfdb (3.54)
2+
3+
From rjsparks@nostrum.com:
4+
5+
* Restructured the position editing page to better integrate the defer button.
6+
Fixes bug #659
7+
8+
* Copied the jquery-1.5.1.min.js library into /static/js/lib (from
9+
/static/js) because that's where the main document template was looking for
10+
it. There have probably been several problems since the change that left
11+
this dangling that showed up as things not behaving, but not as errors. The
12+
one that clued me in was the discuss text-box not being hidden when the
13+
position wasn't DISCUSS. They should all behave better now.
14+
15+
* Added a django form validator to the discuss text field to not allow
16+
actions when the position is Discuss, but the discuss-text is empty. 2 and
17+
3 together fix bug #660
18+
19+
* Added logic to the undefer fuction to put the document back on the
20+
previous telechat (if that hasn't already passed). That is, date1 from
21+
telechat dates, and not date2. Fixes bug #661
22+
23+
* Changed the last_call_announcement generation function's template to
24+
include the abstracts from the document sets (which with modern usage means
25+
the abstract of the document) reflecting the IESGs decision of a few months
26+
back. Fixes bug #662
27+
28+
* Removed the old tracker link from the document's main page. Fixes bug #663
29+
30+
From henrik@levkowetz.com:
31+
32+
* Handle email recipient lists which contain 'None' elements correctly.
33+
Fixes an instance of failure to send notifications about a submitted
34+
draft where an author email address was missing.
35+
36+
* Add an admin interface to the I-D submission app, to make it easier to
37+
handle manual tasks related to submissions.
38+
39+
* Add the submission hash to initial-revision-approval emails to WG chairs,
40+
so their approvals will take effect. Fixes a problem where WG Chair
41+
approvals of WG draft submissions didn't take effect
42+
43+
* Apply 'autoescape off' to all email templates which don'have it but
44+
might need it, to avoid html entity escapes in emails. Fixes another
45+
set of instances where this potentially could occur.
46+
47+
* We cannot currently assume that BallotInfo entries matching
48+
IDInternal.ballot exists. It seems ballot may be set to a value before the
49+
actual ballot entry is created, possibly by some old secretariat tool. Very
50+
broken, but we need to survive it :-( Fixes a crash in the admin
51+
interface.
52+
53+
* Reordered entries of submission forms and notification emails to be
54+
more appropriate.
55+
56+
* Changed wrapping of formatted text to expand tabs during text wrapping, in
57+
order to get consistent indentation handling.
58+
59+
-- Henrik Levkowetz <henrik@levkowetz.com> 10 May 2011 14:57:09 +0200
60+
161
ietfdb (3.53)
262

363
From esanches@yaco.es:

0 commit comments

Comments
 (0)