2.23
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.sqlThe 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/htpasswdPlease 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