Skip to content

Releases: ietf-tools/datatracker

2.34

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, October 8, 2009 at 1:26 PM UTC
Release Author: Henrik Levkowetz


From Pasi:

  • Updated IESG telechat narrative scribe template based on feedback

  • Added more test cases, and added some enhancements to the test framework.

  • Added more safe/escape tags for Django 1.x, and other fixes for Django 1.1

  • Added support for comparing only a subset pages via URLPREFIX variable

  • Removed a bunch of unused code/templates

  • Fixed some ballot issues.

  • Gracefully handle non-ASCII IPR disclosure files

From Henrik:

  • Fixed grouping problems in 1wg-summary.txt due to incomplete grouping
    key in template.

2.33

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Tue, September 22, 2009 at 1:49 PM UTC
Release Author: Henrik Levkowetz


From Pasi pasi.eronen@nokia.com:

  • Added narrative minutes template

  • New script for comparing output from Django 0.96 vs 1.x

  • Added a bunch of safe/escape tags for Django 1.x

  • Handle persons with non-ASCII names correctly in Django 1.x

  • Improve test coverage for meeting/, idrfc/

  • Multiple bugfixes for days-in-state information

  • Avoid using IDInternal.documentcomment_set -- it breaks in Django 1.x
    because the foreign key isn't really a foreign key

  • Fix author name (Unicode) and pubdate (datetime vs. date) for Django 1.x

  • Use IDInternal.comments method to avoid foreign key problems; support
    Unicode in jsonify_helper

  • Comment out unused permission code (causes test failures on Django 1.x)

  • Fixes so test suite runs better on Django 1.x

  • Make IPR form work with both Django 0.96 and 1.x

From Henrik:

  • Return 404 not found when the wg acronym given as part of a wg charter
    URL can't be found.

  • Sometimes a documents lc_sent_date is None; don't let the last-call
    feed break if that happens.

  • Add debian-style control file with metainformation.

2.32

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Fri, September 4, 2009 at 2:19 PM UTC
Release Author: Henrik Levkowetz


  • Make the 1wg-charters.txt page stable, not changing dependent on the
    order in which the database backend returns records.

  • Various fixes to the new charter page generation. Removed the area
    prefix for secretaries (secretaries aren't area secretaries, they're
    secretaries to the group). Added tech advisors and WG editors.
    Fixed html for secretary lists.

  • Fixed link in Slides model (should be moved to templates, I suspect)
    which has changed since ietf-74. Todo: Should be made consistent in
    the archives, or failing that, be dependent on the meeting number
    (ugh!).

  • Show correct days-in-state information (hopefully). From Pasi.

  • Cleaning of IPR disclosure submission form internals
    to simplify Django 1.0 transition. From Jelte and Pasi.

  • Make WG summary available also with the same name as before
    (1wg-summary.txt). Fix the template to more closely match
    the old layout, for screenscraping scripts.

  • Make Django testing framework work again. From Pasi.

  • Minor fixes to bugs found by the testing framework. From Pasi.

  • Replaced /liaison/managers/ with redirect to static page
    on www.ietf.org. From Pasi.

2.31

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Tue, July 28, 2009 at 2:30 PM UTC
Release Author: Henrik Levkowetz


  • Fix dropped plenary agendas in the html agenda page.

  • Some Django 1.0 related fixes plus conversion script. From Pasi.

2.30

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Tue, July 28, 2009 at 12:14 PM UTC
Release Author: Henrik Levkowetz


  • Merged in Adam and Ben's rewrite of the WG charter page generation,
    which is used to produce the individual WG charter.txt and charter.html
    pages, and also used by the script which produces 1wg-charters.txt.

  • Also merged in Arifumi and RjS' rewrite of the script which produces
    1wg-charters.txt.

2.29

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Sat, July 25, 2009 at 5:46 PM UTC
Release Author: Henrik Levkowetz


  • New script bin/abstracts.py, intended to be run as a cronjob, to generate
    the ID abstracts files. Merged in from Jelte.

  • Fixed bug in wg-dir.html to support additional area URLs properly.
    From Chris.

  • Added new rfcurl filter to eliminate hardcoded references to RFC URLs
    primarily in the liaisons and drafts pages. From Chris.

  • Fixed URLs that were broken or outdated by the IETF web page
    re-organization throughout the tree. In particular, references to
    html.charters in URLs, and old charter references. Including many
    broken links in leftmenu. From Chris.

  • Some Django 1.0 related fixes plus conversion script. From Pasi.

2.28

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Sat, July 25, 2009 at 12:38 PM UTC
Release Author: Henrik Levkowetz


  • Show full name in document comment log. From Pasi.

  • Optimize meeting agenda page to use less SQL queries. From Pasi.

  • Include version in iesg/agenda/documents.txt. From Pasi.

2.27

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Fri, July 24, 2009 at 2:38 PM UTC
Release Author: Henrik Levkowetz


  • Add support for an iPhone specific agenda format. Going to the html
    agenda will now give an iPhone version if accessed by iPhone.

  • Added AGENDA_PATH config variable to settings.py, and removed hardcoded
    agenda path.

  • Added a new template filter to truncate a string based on character count,
    rather than word count.

  • Added support for an additional field in the Meeting model, to hold
    meeting time zone information.

  • Added cookie-based coloring of agenda lines, using the same mechanism as
    on http://tools.ietf.org/agenda/nn/

  • Various updates to agenda presentations. Make text agenda adhere better
    to earlier format (for users who process it) and fix various flaws in the
    html agenda.

  • Replaced IESG minutes with redirect, and removed related feed/sitemap.
    From Pasi.

  • Correctly handle discusses for RFCs on /iesg/discusses/ page. From Pasi.

  • Fixed broken links in "new layout" navigation bar. From Pasi.

  • Other minor fixes.

2.26

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, May 28, 2009 at 12:03 PM UTC
Release Author: Pasi Eronen


  • Fixed parsing of REF state in RFC Editor queue.

  • Include draft version in document comment Atom feed.

  • Minor formatting bugfixes (should work better with IE6 and Safari)
    in "new layout" (idrfc).

  • Minor fixes to showing "days in state" data.

2.25

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Tue, May 12, 2009 at 12:45 PM UTC
Release Author: Pasi Eronen


  • Refactored IdRfcWrapper and lots of improvements to ID/RFC pages.

  • New "Documents on Future IESG Telechat Agendas" page; some
    improvements for the "IESG Discuss Positions" page.

  • Improved "Sign in" dialog for new ID/RFC pages.

  • Better error message if cookies are not supported when logging in.

  • Include all comments (not just 15) in document comment Atom feed;
    correctly sort comments on same date.

  • New template tags for comparisons: greater_than/less_than/equal.

  • Get YUI base URL from settings instead of hardcoding.