Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 1911:f5c804379c85
fixed ZRoundup - mostly changes to classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 01:00:59 +0000 |
| parents | 15cfde2c3db8 |
| children | a291bf753037 |
comparison
equal
deleted
inserted
replaced
| 1910:d19fd344bd1f | 1911:f5c804379c85 |
|---|---|
| 18 | 18 |
| 19 0.7 creates indexes when using RDBMS backends. The yet-to-be-written | 19 0.7 creates indexes when using RDBMS backends. The yet-to-be-written |
| 20 'refreshdb' roundup-admin command will create most indexes, but you | 20 'refreshdb' roundup-admin command will create most indexes, but you |
| 21 might still need to create an index "create index ids_name_idx on | 21 might still need to create an index "create index ids_name_idx on |
| 22 ids(name)". | 22 ids(name)". |
| 23 | |
| 24 0.7.0 ZRoundup changes | |
| 25 ---------------------- | |
| 26 | |
| 27 The templates in your tracker's html directory will need updating if you | |
| 28 wish to use ZRoundup. If you've not modified those files (or some of them), | |
| 29 you may just copy the new versions from the Roundup source in the | |
| 30 templates/classic/html directory. | |
| 31 | |
| 32 If you have modified the html files, then you'll need to manually edit them | |
| 33 to change all occurances of special form variables from using the colon ":" | |
| 34 special character to the at "@" special character. That is, variables such | |
| 35 as:: | |
| 36 | |
| 37 :action :required :template :remove:messages ... | |
| 38 | |
| 39 should become: | |
| 40 | |
| 41 @action @required @template @remove@messages ... | |
| 42 | |
| 43 Note that ``tal:`` statements are unaffected. So are TAL expression type | |
| 44 prefixes such as ``python:`` and ``string:``. Please ask on the | |
| 45 roundup-users mailing list for help if you're unsure. | |
| 23 | 46 |
| 24 | 47 |
| 25 Migrating from 0.6.x to 0.6.3 | 48 Migrating from 0.6.x to 0.6.3 |
| 26 ============================= | 49 ============================= |
| 27 | 50 |
