Skip to content

Commit 493718f

Browse files
author
Richard Jones
committed
added note about hidden :template var in user.item ([SF#799842])
1 parent 28d19c0 commit 493718f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ are given with the most recent entry first.
55
Feature:
66
- support confirming registration by replying to the email (sf bug 763668)
77

8+
89
2003-09-?? 0.6.2
910
Fixed:
1011
- cleaned up, clarified internal caching API in *dbm backends
1112
- stopped pyc writing to current directory! yay! (patch 800718 with changes)
1213
- fixed file leak in detector initialisation (patch 800715)
1314
- commented out example tracker homes (patch 800720)
15+
- added note about hidden :template var in user.item (bug 799842)
1416

1517

1618
2003-08-31 0.6.1

doc/upgrading.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ Removed Database.curuserid attribute. Any code referencing this attribute should
1717
be replaced with a call to Database.getuid().
1818

1919

20+
2021
Migrating from 0.5 to 0.6
2122
=========================
2223

24+
2325
0.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
4143
one-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

4455
0.6.0 Form handling changes
4556
---------------------------
@@ -80,6 +91,7 @@ user names, keywords, etc) can be edited by administrator, the others
8091
is no tool for converting such data, the only solution is to close
8192
appropriate old issues and create new ones with the same content.
8293

94+
8395
0.6.0 User timezone support
8496
---------------------------
8597

@@ -112,6 +124,7 @@ After providing timezone, roundup will show all dates values, found in web
112124
and mail interfaces in local time. It will also accept any Date info in
113125
local time, convert and store it in GMT.
114126

127+
115128
0.6.0 Search page structure
116129
---------------------------
117130

0 commit comments

Comments
 (0)