Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 3548:61d48244e7a8
login may now be for a single session
trackers may hide exceptions from web users (they will be mailed to the
tracker admin)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Feb 2006 03:47:28 +0000 |
| parents | 7fb8cfe3c737 |
| children | f6719836e521 |
comparison
equal
deleted
inserted
replaced
| 3547:7728ee93efd2 | 3548:61d48244e7a8 |
|---|---|
| 10 then you don't need to do anything. If you're upgrading from 0.5.6 to | 10 then you don't need to do anything. If you're upgrading from 0.5.6 to |
| 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" | 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" |
| 12 steps. | 12 steps. |
| 13 | 13 |
| 14 .. contents:: | 14 .. contents:: |
| 15 | |
| 16 Migrating from 1.0 to 1.1 | |
| 17 ========================= | |
| 18 | |
| 19 1.1 Login for Session Only | |
| 20 -------------------------- | |
| 21 | |
| 22 In 1.1, web logins are alive for the length of a session only, *unless* you | |
| 23 add the following to the login form in your tracker's ``page.html``:: | |
| 24 | |
| 25 <input type="checkbox" name="remember" id="remember"> | |
| 26 <label for="remember" i18n:translate="">Remember me?</label><br> | |
| 27 | |
| 28 See the classic tracker ``page.html`` if you're unsure where this should | |
| 29 go. | |
| 30 | |
| 15 | 31 |
| 16 Migrating from 0.8.x to 1.0 | 32 Migrating from 0.8.x to 1.0 |
| 17 =========================== | 33 =========================== |
| 18 | 34 |
| 19 1.0 New Query Permissions | 35 1.0 New Query Permissions |
