Skip to content

Releases: ietf-tools/datatracker

2.12

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, November 6, 2008 at 4:20 PM UTC
Release Author: Henrik Levkowetz


  • settings.py: Fixed broken setting for database host, which had a
    hardcoded IP address when it should be empty.

2.11

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, November 6, 2008 at 4:20 PM UTC
Release Author: Henrik Levkowetz


  • Template and layout fixes. Removed broken links from the lefthand
    menu-bar.

2.10

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, November 6, 2008 at 4:20 PM UTC
Release Author: Henrik Levkowetz


  • Changed look-and-feel of the datatracker, by introducing a different
    style sheet, and using a more consistent style, and introducing a
    lefthand menubar.

  • Make IDInternal.docstate() consistent in the type of the returned
    information. Tweaked the format of returned docstate information
    to not have spaces around the :: separator between state and substate.

  • Fixed the help page for ballot symbols, which had a very old text
    which no longer was correct.

2.09

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, November 6, 2008 at 4:20 PM UTC
Release Author: Henrik Levkowetz


  • Merged in support for a new URL, /list/wg/, which lists the archive
    URLs for WG mailing lists, from Chris Newman chris.newman@sun.com

2.08

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, November 6, 2008 at 4:20 PM UTC
Release Author: Henrik Levkowetz


  • Fixed mkrelease to handle minor numbers greater than 07 ,;-)

  • Changed agenda templates, adding a note about agenda being subject to change.

  • Backporting change from deployment copy, reflecting a change in
    path and URL of presentation slides.

2.07

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Mon, May 19, 2008 at 12:11 AM UTC
Release Author: Henrik Levkowetz


The full list of changes is here, highlights below:
http://tools.ietf.org/tools/ietfdb/log/branch/2.00?rev=1161&stop_rev=1070

  • Adjustments to the default settings, to match the new deployment environment
    at AMS

  • Template updates for agendas:

    • Use python, not template-language, to decide if the month is
      different.
    • Don't use "odate" and add a space where appropriate.
    • Use a datetime and time zone instead of hardcoding (ET).
      (let the model combine the date and the time)
  • Per suggestion from John Klensin, add a link directly to the text of the
    I-D, but only give the explicit link to the draft if it's active.

  • Expanded description of a document on the agenda.

  • Added authorization infrastructure. No impact on current functionality,
    but needed for future features.

  • Added a feed for documents on the IESG telechat. Improved the admin
    interface for iesg_login and irtf rg's and chairs.

  • /meeting/ now redirects to meeting//materials.html

  • Licencing information added. IETF Trust copyright added as needed.

2.06

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Mon, November 5, 2007 at 3:55 PM UTC
Release Author: Henrik Levkowetz


This was a patch release to fix issue #237

2.05

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Wed, October 31, 2007 at 7:37 AM UTC
Release Author: Henrik Levkowetz


  • Fixed problems with the rfc feed. Fixes #217

  • Added 2 liaison feeds

  • Fixed a number of template and email problems

  • Refactoring and cleanup work

2.04

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Mon, July 16, 2007 at 8:19 PM UTC
Release Author: Henrik Levkowetz


  • Fixed a number of issues with the meeting agenda page.

2.03

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Mon, July 9, 2007 at 10:00 PM UTC
Release Author: Henrik Levkowetz


  • Many minor template fixes

  • Added more feeds.

  • Additions to the test framework

  • Tweaks to the announce app. Closes ticket #202

  • Tweaked an url regex. Fixes #204.