Mercurial > p > roundup > code
diff doc/customizing.txt @ 1164:e2b5f02cefe3
more info
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 18 Sep 2002 01:33:49 +0000 |
| parents | d0da32fbdedc |
| children | 3a5e05edcd87 |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Sep 18 00:57:54 2002 +0000 +++ b/doc/customizing.txt Wed Sep 18 01:33:49 2002 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.42 $ +:Version: $Revision: 1.43 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -360,6 +360,10 @@ ============================================ .. _detectors: +Detectors are initialised every time you open your tracker database, so you're +free to add and remove them any time, even after the database is initliased +via the "roundup-admin initalise" command. + The detectors in your tracker fire before (*auditors*) and after (*reactors*) changes to the contents of your database. They are Python modules that sit in your tracker's ``detectors`` directory. You will have some installed by @@ -1945,7 +1949,7 @@ # everything's ok, move on to the next page self.template = 'add_page2' -4. Use the usual "edit" action as the :action on the final page, and you're +4. Use the usual "new" action as the :action on the final page, and you're done (the standard context/submit method can do this for you). -------------------
