summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c00156e)
raw | patch | inline | side by side (parent: c00156e)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 15 Oct 2002 06:39:44 +0000 (06:39 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 901f13a47176b4e669d4636f100ec958d1503650..d683f2708d8f771a93dfe26759d73f1a1eba82ec 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
**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:
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