@@ -15,6 +15,63 @@ ietfdb (2.44)
1515 # TAKE A BACKUP OF THE WHOLE DIRECTORY, JUST IN CASE
1616 . /a/www/ietf-datatracker/2.44/test/liaison_fixup.sh
1717
18+ From Pasi:
19+
20+ * Use new look for more pages
21+
22+ * Make obsoletes/updates/etc. lists links (with new urlize_ietf_docs
23+ template filter)
24+
25+ * Always show year in /idtracker/status/ dates
26+
27+ * /doc/rfcNNNN/: show the internet-draft name (if known) and link to its
28+ history; show information about post-RFC IESG processing
29+
30+ * Use yellow for 'abstain' also in /iesg/agenda/documents/
31+
32+ * IESG ballot grid icon: show 'abstain' as yellow instead of gray
33+
34+ * IESG telechat agenda: include "private" links also if logged in, link
35+ from document list
36+
37+ * Added /doc/all/ page
38+
39+ * Better output if /doc/ search doesn't match anything
40+
41+ * Show state-change-notice-to field in /doc/ (to AD/secretariat)
42+
43+ * Make IESG telechat agenda feed discoverable
44+
45+ * Added IPR/dependency links and edit/add buttons for RFCs, too; some
46+ template refactoring
47+
48+ * Avoid exceptions from MySQL when searching for non-ASCII draft names/WG
49+ acronyms/etc.
50+
51+ * Handle non-ASCII characters gracefully in old cgi-bin script redirects
52+
53+ * IPR search: handle non-numeric RFC numbers/ID document tags gracefully
54+ (instead of uncaught exception)
55+
56+ * Change Atom feeds (+couple of other places) to point to /doc/draft-..
57+ instead of /idtracker/draft-.../
58+
59+ From Henrik:
60+
61+ * In PersonOrOrgInfo.email(), try harder to find a relevant email address.
62+ The new code will eventually fall back to a broad filter which matches that
63+ of the perl code which creates WG charter pages, where the old code would
64+ sometimes result in django-generated charter pages with missing email
65+ addresses.
66+
67+ * Serve ipr disclosures which are available on the server directly,
68+ instead of through an external http link in an <iframe/>. The <iframe/>
69+ method can result in mixing https and http content in the page, which some
70+ browser take issue with.
71+
72+ * Add back in rudimentary Django Admin support which was lost in the 0.96
73+ -> 1.1 transition.
74+
1875ietfdb (2.43)
1976
2077 From Pasi:
@@ -45,7 +102,7 @@ ietfdb (2.43)
45102
46103 * Improve coloring for "for N days" information
47104
48- -- Henrik Levkowetz <henrik@levkowetz.com> 12 Feb 2010 18:40:21 +0100
105+ -- Henrik Levkowetz <henrik@levkowetz.com> 01 Mar 2010 13:05:22 +0100
49106
50107ietfdb (2.42)
51108
0 commit comments