Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2293:51b34469b7aa
mention DEFAULT_TIMEZONE requirement in upgrading doc [SF#952932]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 May 2004 00:24:32 +0000 |
| parents | c0e86056739f |
| children | 31cb1014300c |
comparison
equal
deleted
inserted
replaced
| 2291:90cca653ef3d | 2293:51b34469b7aa |
|---|---|
| 41 Charset preference is kept in the browser cookie ``roundup_charset``. | 41 Charset preference is kept in the browser cookie ``roundup_charset``. |
| 42 | 42 |
| 43 Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0 | 43 Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0 |
| 44 are misleading and should be removed. Actual charset is sent in the | 44 are misleading and should be removed. Actual charset is sent in the |
| 45 true http header. | 45 true http header. |
| 46 | |
| 47 Migrating from 0.7.0 to 0.7.2 | |
| 48 ============================= | |
| 49 | |
| 50 0.7.2 DEFAULT_TIMEZONE is now required | |
| 51 -------------------------------------- | |
| 52 | |
| 53 The DEFAULT_TIMEZONE configuration variable is now required. Add the | |
| 54 following to your tracker's ``config.py`` file:: | |
| 55 | |
| 56 # You may specify a different default timezone, for use when users do not | |
| 57 # choose their own in their settings. | |
| 58 DEFAULT_TIMEZONE = 0 # specify as numeric hour offest | |
| 59 | |
| 46 | 60 |
| 47 Migrating from 0.7.0 to 0.7.1 | 61 Migrating from 0.7.0 to 0.7.1 |
| 48 ============================= | 62 ============================= |
| 49 | 63 |
| 50 0.7.1 Permission assignments | 64 0.7.1 Permission assignments |
