comparison doc/upgrading.txt @ 3738:7d1ab8c03049

fix doc
author Richard Jones <richard@users.sourceforge.net>
date Thu, 09 Nov 2006 00:50:22 +0000
parents 0cc9b954f1f1
children 20e9831fc58a
comparison
equal deleted inserted replaced
3737:0480d5585f58 3738:7d1ab8c03049
246 with ``import detectors``, down to ``return db`` inclusive. 246 with ``import detectors``, down to ``return db`` inclusive.
247 247
248 You may remove the ``__init__.py`` module from the "detectors" directory as 248 You may remove the ``__init__.py`` module from the "detectors" directory as
249 it is no longer used. 249 it is no longer used.
250 250
251 There's a new way to write extension code for Roundup - the old 251 There's a new way to write extension code for Roundup. If you have code in
252 ``interfaces.py`` file will be ignored. See the `customisation 252 an ``interfaces.py`` file you should move it. See the `customisation
253 documentation`_ for information about how extensions are now written. 253 documentation`_ for information about how extensions are now written.
254 Note that some older trackers may use ``interfaces.py`` to customise the
255 mail gateway behaviour. You will need to keep your ``interfaces.py`` file
256 if this is the case.
254 257
255 258
256 0.8.0 Permissions Changes 259 0.8.0 Permissions Changes
257 ------------------------- 260 -------------------------
258 261

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