Skip to content

Commit 360d45d

Browse files
committed
Updates for 2.23
- Legacy-Id: 1435
1 parent 324c873 commit 360d45d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

changelog

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
ietfdb (2.23)
22

3-
* Fixed a wrong link in the html agenda
3+
* Fixed a wrong link in the html agenda (from Henrik)
44

55
* Removed the explicit database server ip address in settings.py
6+
(from Henrik)
67

7-
-- Henrik Levkowetz <[email protected]> 22 Mar 2009 18:16:48 +0100
8+
* Integrated updated authorization system. This requires applying
9+
database fixups as follows:
10+
11+
cd /a/www/ietf-datatracker/2.23/ietf
12+
python manage.py dbshell < ../test/sql_fixup.sql
13+
14+
The existing htpasswd file can be imported into this new system
15+
as follows:
16+
17+
export PYTHONPATH=/a/www/ietf-datatracker/2.23
18+
export DJANGO_SETTINGS_MODULE=ietf.settings
19+
/a/www/ietf-datatracker/2.23/ietf/bin/import-users /a/www/htpasswd
20+
21+
Please capture the output of the import-users script, as it will
22+
help us resolve any troubles that users have.
23+
24+
* Fixed infinite loop in wrapping code that prevented display of certain
25+
document comments
26+
27+
-- Bill Fenner <[email protected]> 24 Mar 2009 17:48:12 PDT
828

929
ietfdb (2.22)
1030

0 commit comments

Comments
 (0)