Mercurial > p > roundup > code
diff doc/upgrading.txt @ 1813:6c2cff78d6a0
added note about hidden :template var in user.item ([SF#799842])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 17 Sep 2003 22:30:30 +0000 |
| parents | a3b1b1dcf639 |
| children | 461d8aa81376 |
line wrap: on
line diff
--- a/doc/upgrading.txt Tue Sep 16 16:12:38 2003 +0000 +++ b/doc/upgrading.txt Wed Sep 17 22:30:30 2003 +0000 @@ -17,9 +17,11 @@ be replaced with a call to Database.getuid(). + Migrating from 0.5 to 0.6 ========================= + 0.6.0 Configuration ------------------- @@ -40,6 +42,15 @@ <tracker home>/detectors/__init__.py. Don't worry, the "classic" __init__ is a one-size-fits-all, so it'll work even if you've added/removed detectors. +0.6.0 Templating changes +------------------------ + +The ``user.item`` template (in the tracker home "templates" directory) +needs to have the following hidden variable added to its form (between the +``<form...>`` and ``</form>`` tags:: + + <input type="hidden" name=":template" value="item"> + 0.6.0 Form handling changes --------------------------- @@ -80,6 +91,7 @@ is no tool for converting such data, the only solution is to close appropriate old issues and create new ones with the same content. + 0.6.0 User timezone support --------------------------- @@ -112,6 +124,7 @@ and mail interfaces in local time. It will also accept any Date info in local time, convert and store it in GMT. + 0.6.0 Search page structure ---------------------------
