comparison doc/upgrading.txt @ 2912:841850edc467 maint-0.7

crap
author Richard Jones <richard@users.sourceforge.net>
date Mon, 15 Nov 2004 05:30:17 +0000
parents 762148a70014
children 07166758e412
comparison
equal deleted inserted replaced
2900:0fe0452338ba 2912:841850edc467
125 @action @required @template @remove@messages ... 125 @action @required @template @remove@messages ...
126 126
127 Note that ``tal:`` statements are unaffected. So are TAL expression type 127 Note that ``tal:`` statements are unaffected. So are TAL expression type
128 prefixes such as ``python:`` and ``string:``. Please ask on the 128 prefixes such as ``python:`` and ``string:``. Please ask on the
129 roundup-users mailing list for help if you're unsure. 129 roundup-users mailing list for help if you're unsure.
130
131 0.7.0 Edit collision detection
132 ------------------------------
133
134 Roundup now detects collisions with editing in the web interface (that is,
135 two people editing the same item at the same time).
136
137 You must copy the ``_generic.collision.html`` file from Roundup source in
138 the ``templates/classic/html`` directory. to your tracker's ``html``
139 directory.
130 140
131 141
132 Migrating from 0.6.x to 0.6.3 142 Migrating from 0.6.x to 0.6.3
133 ============================= 143 =============================
134 144

Roundup Issue Tracker: http://roundup-tracker.org/