Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 1769:5fed70f96d2b
various minor bugfixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 05:09:08 +0000 |
| parents | 5e1680c11bed |
| children | a3b1b1dcf639 9560e94beeea |
comparison
equal
deleted
inserted
replaced
| 1767:fdaa0b751355 | 1769:5fed70f96d2b |
|---|---|
| 74 --------------------------- | 74 --------------------------- |
| 75 | 75 |
| 76 From version 0.6.0 roundup supports displaying of Date data in user' local | 76 From version 0.6.0 roundup supports displaying of Date data in user' local |
| 77 timezone if he/she has provided timezone information. To make it possible | 77 timezone if he/she has provided timezone information. To make it possible |
| 78 some modification to tracker's schema and HTML templates are required. | 78 some modification to tracker's schema and HTML templates are required. |
| 79 First you should add string property 'timezone' to user class in dbinit.py | 79 First you must add string property 'timezone' to user class in dbinit.py |
| 80 like this:: | 80 like this:: |
| 81 | 81 |
| 82 user = Class(db, "user", | 82 user = Class(db, "user", |
| 83 username=String(), password=Password(), | 83 username=String(), password=Password(), |
| 84 address=String(), realname=String(), | 84 address=String(), realname=String(), |
| 99 Timezone should be a positive or negative integer - offset from GMT. | 99 Timezone should be a positive or negative integer - offset from GMT. |
| 100 | 100 |
| 101 After providing timezone, roundup will show all dates values, found in web | 101 After providing timezone, roundup will show all dates values, found in web |
| 102 and mail interfaces in local time. It will also accept any Date info in | 102 and mail interfaces in local time. It will also accept any Date info in |
| 103 local time, convert and store it in GMT. | 103 local time, convert and store it in GMT. |
| 104 | |
| 105 However you are not forced to make these modifications. By default roundup | |
| 106 will assume timezone=0 and will work as previous versions did. | |
| 107 | 104 |
| 108 0.6.0 Search page structure | 105 0.6.0 Search page structure |
| 109 --------------------------- | 106 --------------------------- |
| 110 | 107 |
| 111 In order to accomodate query editing the search page has been restructured. If | 108 In order to accomodate query editing the search page has been restructured. If |
