Skip to content

Releases: ietf-tools/datatracker

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).

2.17

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Mon, March 2, 2009 at 8:51 PM UTC
Release Author: Henrik Levkowetz


  • Fixed the agena problem where breaks would not have the right name. Also
    refactor and simplify the agenda code and templates. Requires some database
    changes, too.

  • Made the liaison statement list inherit from base.html, to have the same style

  • Changed to table layout for the base page. Not puristic, but the non-table
    approach had problems with some pages, (some content being forced to start
    below the lefthand menu even when there was space higher up), and I could see
    no easy way to fix it.

  • Added the text from the original IPR declaration to the detail page for
    declarations submitted by mail. Made the link to the email text page more
    prominent. Fixed some html issues.

  • Added a link to the meeting agenda to the lefthand menu, and did some minor
    fixes to the html.

  • Added more people to the autogenerated release mail.

2.16

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Wed, February 18, 2009 at 12:46 PM UTC
Release Author: Henrik Levkowetz


  • Added per-draft IPR information to the IESG agenda
  • From Pasi: Fixed links for RFCs in IESG agenda, and show deferred ballots
  • Added a test and development view which (sort of) lets you look at
    old IESG telechat agendas by date
  • Added a machine-readable view listing IPR declarations per draft/rfc

2.15

16 Mar 22:46
Compare
Choose a tag to compare

Release Date: Thu, February 12, 2009 at 12:22 PM UTC
Release Author: Henrik Levkowetz


  • Merged in Pasi's fixes for links in the public version of the IESG agenda

  • Fix som nits in the new IESG agendapage (show and link to drafts with
    explicit revision numbers, and provide direct links to the text-only
    version of drafts)