From 334f8d88ab26ba974a4f95f7e01e921877180882 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 15 Oct 2002 06:39:44 +0000 Subject: [PATCH] doc for the retire action git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1351 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/customizing.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/customizing.txt b/doc/customizing.txt index 901f13a..d683f27 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -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 -- 2.30.2