Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1663:09f0a54829eb
Fixed spelling of "supersede";
got rid of forms[0] in js, rather refer to the form by name.
| author | Jean Jordaan <neaj@users.sourceforge.net> |
|---|---|
| date | Wed, 18 Jun 2003 11:15:13 +0000 |
| parents | 496f8f741e26 |
| children | ab6db4c6770d |
comparison
equal
deleted
inserted
replaced
| 1662:0fc2c1fd3064 | 1663:09f0a54829eb |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.86 $ | 5 :Version: $Revision: 1.87 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 369 "superseder" properties. | 369 "superseder" properties. |
| 370 The messages and files properties list the links to the messages and files | 370 The messages and files properties list the links to the messages and files |
| 371 related to the issue. The nosy property is a list of links to users who wish to | 371 related to the issue. The nosy property is a list of links to users who wish to |
| 372 be informed of changes to the issue - they get "CC'ed" e-mails when messages | 372 be informed of changes to the issue - they get "CC'ed" e-mails when messages |
| 373 are sent to or generated by the issue. The nosy reactor (in the detectors | 373 are sent to or generated by the issue. The nosy reactor (in the detectors |
| 374 directory) handles this action. The superceder link indicates an issue which | 374 directory) handles this action. The superseder link indicates an issue which |
| 375 has superceded this one. | 375 has superseded this one. |
| 376 They also have the dynamically generated "creation", "activity" and "creator" | 376 They also have the dynamically generated "creation", "activity" and "creator" |
| 377 properties. | 377 properties. |
| 378 The value of the "creation" property is the date when an item was created, and | 378 The value of the "creation" property is the date when an item was created, and |
| 379 the value of the "activity" property is the date when any property on the item | 379 the value of the "activity" property is the date when any property on the item |
| 380 was last edited (equivalently, these are the dates on the first and last | 380 was last edited (equivalently, these are the dates on the first and last |
