@@ -7,24 +7,24 @@ Updated: $Date$
77Planned work in rough order
88===========================
99
10- * Polish the htmlization pages, making the style identical with tools.ietf.org.
11-
1210* Wrap Trac in a docker container, in preparation for transition to running
1311 the datatracker under Python 3. It doesn't look like Trac will be available
1412 for Python 3 until January 2020 at the earliest.
1513
16- * Investigate making RFCs first-class document objects to faciliate being
17- able to model BCPs that represent groups of RFCs properly. Then fix the rfc sync
18- script to update BCP aliases when changes occur changes (a BCP points to new
19- RFC numbers)
20-
2114* Complete the transition to Python 3. This will make it easier to add add
2215 support for internationalsed email, and also other i18n enhancements. The
2316 code has now been made Python 2 / Python 3 compatible (as of release 6.99.0,
2417 16 July 2019), but has not been deployed under Python 3 yet. The natural
2518 point for changing the deployment seems to be just after the next OS upgrade,
2619 which we think will make Python 3.6 the default mod_wsgi python.
2720
21+ * Polish the htmlization pages, making the style identical with tools.ietf.org.
22+
23+ * Investigate making RFCs first-class document objects to faciliate being
24+ able to model BCPs that represent groups of RFCs properly. Then fix the rfc sync
25+ script to update BCP aliases when changes occur changes (a BCP points to new
26+ RFC numbers)
27+
2828* Rework email sending so that all emails sent by the datatracker, except for
2929 logging and failure emails sent to ADMINS, are captured as a Message object.
3030
@@ -36,9 +36,6 @@ Planned work in rough order
3636 there are about 100 file open() which should be reviewed and changed to
3737 io.open() unless that's clearly not right.
3838
39- * Add generation of bibxml reference library entries to the datatracker, in order
40- to be able to transition away from the old TCL code.
41-
4239* Add django pagination to selected pages with long lists of results in order
4340 return results to the user faster.
4441
0 commit comments