|
| 1 | +ietfdb (4.31) |
| 2 | + |
| 3 | + This is primarily a bugfix-release, catching a lot of issues related to the |
| 4 | + most recent few releases. |
| 5 | + |
| 6 | + A few features have also been included, liste first: |
| 7 | + |
| 8 | + * Added support for IRTF liaisons. |
| 9 | + |
| 10 | + * Improved I-D submission author extraction code, adding support for |
| 11 | + extraction of affiliation, improved date format extraction, support |
| 12 | + for additional (unusual) name abbreviation patterns, and more. |
| 13 | + |
| 14 | + Bugfixes. Not all fixes are mentioned here; for a complete list please see |
| 15 | + the commitlog. |
| 16 | + |
| 17 | + * Fixed a language typo in the registration confirmation page. |
| 18 | + |
| 19 | + * Tweaked the community tracker notification email. |
| 20 | + |
| 21 | + * Changed and tweaked various I-D submission emails in order to 1) make it |
| 22 | + less likely that they would be classified as spam (better ratio of English |
| 23 | + text to hash urls) and 2) provide better consistency in formatting of |
| 24 | + key/value information. |
| 25 | + |
| 26 | + * From adam@nostrum.com: Fixed an URL in the agenda.csv file which hadn't |
| 27 | + been updated to match current naming conventions and code. |
| 28 | + |
| 29 | + * Added new RFC-Editor state tag 'AUTH48-DONE' to the rfc-ed-queue mirror |
| 30 | + script. |
| 31 | + |
| 32 | + * Tweaked the meeting materials list to avoid duplicate rows for WGs with |
| 33 | + more than one slot, as long as the materials list is the same (which is the |
| 34 | + only thing supported by other parts of the system at this time). |
| 35 | + |
| 36 | + * Applied ballot popup patch from olau@iola.dk. |
| 37 | + |
| 38 | + * Made links to other versions available also for expired documents. |
| 39 | + |
| 40 | + * Changed community I-D tracking rule update frequency to every hour. |
| 41 | + |
| 42 | + * Rewrote the view and template code for the meeting materials list, |
| 43 | + which was showing nothing. Better to do the rewrite for the new models |
| 44 | + than trying to dig into why the proxy models doesn't work any more. |
| 45 | + |
| 46 | + * Fixed id_abstracts to include drafts assigned directly to areas, not |
| 47 | + only individual and WG drafts. |
| 48 | + |
| 49 | + * Fixed 1wg-charters.txt (and friends) to not list the areas as if they were |
| 50 | + WGs. |
| 51 | + |
| 52 | + * Updated utils/draft.py and modified the submit app code accordingly. |
| 53 | + |
| 54 | + * Merged in [4604] from adam@nostrum.com, which fixes problems with the |
| 55 | + html agenda code related to the schema transition. |
| 56 | + |
| 57 | + * Ballot ids are limited to integers, rather than being descriptive as |
| 58 | + intended at one point. Adjusted the url regexes accordingly. Patch from |
| 59 | + olau@iola.dk. |
| 60 | + |
| 61 | + * Introduced a line break to clean up the state display for tracked drafts |
| 62 | + a bit. |
| 63 | + |
| 64 | + * Make the link to the search form more prominent in the community list |
| 65 | + explicitly added documents page. |
| 66 | + |
| 67 | + * Sorted WGs in the community rules drop-down list by acronym rather than |
| 68 | + WG name. |
| 69 | + |
| 70 | + * Provided a more comprehensive document state indication. May need |
| 71 | + further refinement. |
| 72 | + |
| 73 | + * Tweaked the community tracker links in the lefthand menubar to avoid |
| 74 | + line breaking for the WG documents link visible to WG chairs. |
| 75 | + |
| 76 | + * Enabled the check for existing account, disabled when we started using |
| 77 | + self-service http password reset, but hadn't started creating accounts yet. |
| 78 | + |
| 79 | + * Refactored the two confirm*() methods in ietfauth/views.py; they need the |
| 80 | + same processing, only the templates to use differ. |
| 81 | + |
| 82 | + * Fixed the back-link on personal list email subscription confirmation page -- |
| 83 | + it just lead to the confirmation page itself, now leads to read-only list |
| 84 | + view. |
| 85 | + |
| 86 | + * When logged in as secretariat, at /iesg/agenda/ or |
| 87 | + /iesg/agenda/documents/, and clicking on the position matrix for a |
| 88 | + document, the overlay window would give a code 500 error, because of a |
| 89 | + missing ballot id in the templates' url lookup. Fix this by providing the |
| 90 | + ballot id. |
| 91 | + |
| 92 | + -- Henrik Levkowetz <henrik@levkowetz.com> 28 Jul 2012 01:51:44 +0200 |
| 93 | + |
1 | 94 | ietfdb (4.30) |
2 | 95 |
|
3 | 96 | This is a feature release which provides the community document tracking |
|
0 commit comments