Skip to content

2.39

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:46
· 14804 commits to main since this release

Release Date: Mon, November 30, 2009 at 9:38 AM UTC
Release Author: Henrik Levkowetz


From Pasi:

  • Replaced old authentication/authorization system with a new one
    (which uses Apache's authentication). This requires applying
    database fixups as follows:

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

    PYTHONPATH=../ python manage.py syncdb

    And adding something like this to Apache configuration:

    <LocationMatch "^/accounts/login/">
    AuthType Basic
    AuthName "IETF Datatracker"
    AuthUserFile /a/www/htpasswd
    Require valid-user

  • Fixed ballot icon/etc. to work with the new auth/authz system

  • Fixed escaping in text meeting agenda (ticket #331)

  • Added first beta of IESG telechat moderator package (not fully working
    yet)

  • Added ASCII version of IESG telechat agenda

  • Refactored/cleaned IESG telechat agenda code (and removed support for
    ballot sets)

  • Removed some unused code

  • Replaced non-WG mailing list page with redirect to ietf.org

  • Removed some Django 0.96-only code