Skip to content

Releases: ietf-tools/datatracker

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.

2.24

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Sun, April 26, 2009 at 2:02 PM UTC
Release Author: Henrik Levkowetz


  • Merged in code from Pasi for new ID/RFC search and per-document pages,
    and IESG "discuss report".

  • Added missing images for liaison_manager.cgi to static/images/.

  • More sensible error message if settings_local.py is not found.

  • Fix feed problem for non-ascii names. From Pasi Eronen.

  • ** NOTE: This release uses the Django cache framework, and requires
    that the cache directory in settings.py (/a/www/ietf-datatracker/cache/)
    exists.

  • Fix problem with area model in admin interface

2.23

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Wed, March 25, 2009 at 12:48 AM UTC
Release Author: Bill Fenner


  • Fixed a wrong link in the html agenda (from Henrik)

  • Removed the explicit database server ip address in settings.py
    (from Henrik)

  • Integrated updated authorization system. This requires applying
    database fixups as follows:

    cd /a/www/ietf-datatracker/2.23/ietf
    python manage.py dbshell < ../test/sql_fixup.sql

    The existing htpasswd file can be imported into this new system
    as follows:

    export PYTHONPATH=/a/www/ietf-datatracker/2.23
    export DJANGO_SETTINGS_MODULE=ietf.settings
    /a/www/ietf-datatracker/2.23/ietf/bin/import-users /a/www/htpasswd

    Please capture the output of the import-users script, as it will
    help us resolve any troubles that users have.

  • Fixed infinite loop in wrapping code that prevented display of certain
    document comments

2.22

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Invalid DateTime
Release Author: Henrik Levkowetz


  • Fixed the menubar nomcom link.

  • Merged in Chris' django-based replacement for the old perl-based
    WG overview page, the 1wg-summary.txt and 1wg-summary-by-acronym.txt
    pages.

2.21

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Invalid DateTime
Release Author: Henrik Levkowetz


  • Merged in Adams django-based replacement for the old perl-based
    nomcom announcement pages.

2.20

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Invalid DateTime
Release Author: Henrik Levkowetz


  • Merged in Roberts django-based replacement for the old perl script
    generating all_id.txt

2.19

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Sat, March 21, 2009 at 9:33 PM UTC
Release Author: Henrik Levkowetz


  • Merged in code from Pasi containing auxiliary tables and support scripts
    for his new document meta-information pages.

  • Merged in code from Pasi for a machine-readable list of documents on the
    next iesg-agenda.

  • ** To deploy this release, the Django db sync command has to be run
    (python .../ietf/manage.py syncdb) and the cron scripts which fetch
    information from the RFC-editor and tools.ietf.org has to be set up
    to run **

2.18

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Invalid DateTime
Release Author: Henrik Levkowetz


  • Made the plenary agenda font larger

  • Don't show break location information for lunch breaks (requires new
    column in non_session table, with the show_break_location information).