Code

doc for the retire action
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 15 Oct 2002 06:39:44 +0000 (06:39 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 15 Oct 2002 06:39:44 +0000 (06:39 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1351 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index 901f13a47176b4e669d4636f100ec958d1503650..d683f2708d8f771a93dfe26759d73f1a1eba82ec 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.57 $
+:Version: $Revision: 1.58 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -694,11 +694,14 @@ triggered by using a ``:action`` CGI variable, where the value is one of:
 
 **login**
  Attempt to log a user in.
+
 **logout**
  Log the user out - make them "anonymous".
+
 **register**
  Attempt to create a new user based on the contents of the form and then log
  them in.
+
 **edit**
  Perform an edit of an item in the database. There are some special form
  elements you may use:
@@ -720,6 +723,9 @@ triggered by using a ``:action`` CGI variable, where the value is one of:
  Add a new item to the database. You may use the same special form elements
  as in the "edit" action.
 
+**retire**
+ Retire the item in the database.
+
 **editCSV**
  Performs an edit of all of a class' items in one go. See also the
  *class*.csv templating method which generates the CSV data to be edited, and