11ietfdb (3.12)
22
3- * Merged [2782] from esanchez@yaco.es: Retrieve the person from the
3+ Note: Deploying this release requires a database schema update, see below.
4+
5+ From esanches@yaco.es:
6+
7+ * Allow an SDO Liason Manager to send outgoing liaison from any IETF
8+ Entity to his SDO.
9+
10+ * Allow the secretariat to send liaisons on behalf of another user.
11+
12+ * On login, retrieve the person record related to the login from the
413 legacy tables of non IESG logins. Provides the link between login name
514 and person listed in the liaison manager table. Fixes #576.
615
16+ * Refined handling of the To: and From: address lists when the Liaison
17+ Manager is also a WG Chair or AD.
18+
19+ From henrik@levkowetz.com:
20+
721 * Add a clean_whitespace filter in some places to get rid of any newlines
822 embedded in document titles. Fixes a problem with bad email headers
923 in announcements related to documents with newlines embedded in the title.
@@ -18,13 +32,9 @@ ietfdb (3.12)
1832 * Renamed 'LiaisonDetail.taken_care' field to 'action_taken'.
1933 Miscellaneous associated fixes. Enhanced liaison-related admin pages.
2034
21- Note: Deploying this release requires additional steps; to verify
22- that liaison related settings in settings.py are correct, and to create
23- new tables and update existing tables and table content. The latter
24- is done as South migrations (see http://south.aeracode.org/ for more
25- info on the South app). More extensiive documentation about the actions
26- needed are provided in the user manual (doc/LSMT_user_manual.pdf in
27- the release). The brief version follows:
35+ Note: Deploying this release requires an additional steps to create
36+ a new column in a table. This is done as a South migration
37+ (see http://south.aeracode.org/ for more info on South):
2838
2939 # 8<----------
3040 # First the regular checkout and prepare:
@@ -46,7 +56,7 @@ ietfdb (3.12)
4656
4757 # 8<----------
4858
49- -- Henrik Levkowetz <henrik@levkowetz.com> 28 Jan 2011 13:15:40 +0100
59+ -- Henrik Levkowetz <henrik@levkowetz.com> 02 Feb 2011 18:34:58 +0100
5060
5161ietfdb (3.11)
5262
0 commit comments