@@ -17,9 +17,11 @@ Removed Database.curuserid attribute. Any code referencing this attribute should
1717be replaced with a call to Database.getuid().
1818
1919
20+
2021Migrating from 0.5 to 0.6
2122=========================
2223
24+
23250.6.0 Configuration
2426-------------------
2527
@@ -40,6 +42,15 @@ __init__.py from roundup/templates/classic/detectors/__init__.py to your
4042<tracker home>/detectors/__init__.py. Don't worry, the "classic" __init__ is a
4143one-size-fits-all, so it'll work even if you've added/removed detectors.
4244
45+ 0.6.0 Templating changes
46+ ------------------------
47+
48+ The ``user.item`` template (in the tracker home "templates" directory)
49+ needs to have the following hidden variable added to its form (between the
50+ ``<form...>`` and ``</form>`` tags::
51+
52+ <input type="hidden" name=":template" value="item">
53+
4354
44550.6.0 Form handling changes
4556---------------------------
@@ -80,6 +91,7 @@ user names, keywords, etc) can be edited by administrator, the others
8091is no tool for converting such data, the only solution is to close
8192appropriate old issues and create new ones with the same content.
8293
94+
83950.6.0 User timezone support
8496---------------------------
8597
@@ -112,6 +124,7 @@ After providing timezone, roundup will show all dates values, found in web
112124and mail interfaces in local time. It will also accept any Date info in
113125local time, convert and store it in GMT.
114126
127+
1151280.6.0 Search page structure
116129---------------------------
117130
0 commit comments