File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
ietfdb (2.23)
2
2
3
- * Fixed a wrong link in the html agenda
3
+ * Fixed a wrong link in the html agenda (from Henrik)
4
4
5
5
* Removed the explicit database server ip address in settings.py
6
+ (from Henrik)
6
7
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
8
28
9
29
ietfdb (2.22)
10
30
You can’t perform that action at this time.
0 commit comments