Mercurial > p > roundup > code
diff doc/customizing.txt @ 3098:5b0f7f1cc3cb maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 Jan 2005 04:50:11 +0000 |
| parents | abdeb9b0e53a |
| children | ac1803a09920 |
line wrap: on
line diff
--- a/doc/customizing.txt Sun Jan 09 05:34:54 2005 +0000 +++ b/doc/customizing.txt Thu Jan 13 04:50:11 2005 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.161.2.3 $ +:Version: $Revision: 1.161.2.4 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -447,6 +447,17 @@ * A Multilink property refers to possibly many items in a specified class. The value is a list of integers. +All Classes automatically have a number of properties by default: + +*creator* + Link to the user that created the item. +*creation* + Date the item was created. +*actor* + Link to the user that last modified the item. +*activity* + Date the item was last modified. + FileClass ~~~~~~~~~
