diff doc/customizing.txt @ 1711:3c3e44aacdb4

Documentation fixes. doc/customizing.txt, doc/design.txt Documented 'db.curuserid'. doc/design.txt Reflowed to 72 columns (even the layer cake fits :) roundup/mailgw.py Strip '\n' introduced by rfc822.readheaders
author Jean Jordaan <neaj@users.sourceforge.net>
date Tue, 24 Jun 2003 12:39:20 +0000
parents 86cc794cc3a0
children 2dd6b4c825e9
line wrap: on
line diff
--- a/doc/customizing.txt	Tue Jun 24 08:07:34 2003 +0000
+++ b/doc/customizing.txt	Tue Jun 24 12:39:20 2003 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.91 $
+:Version: $Revision: 1.92 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1622,6 +1622,10 @@
   db/user
   python:db.user
 
+Also, the current id of the current user is available as
+``db.curuserid``. This isn't so useful in templates (where you have
+``request/user``), but it can be useful in detectors or interfaces.
+
 The access results in a `hyperdb class wrapper`_.
 
 

Roundup Issue Tracker: http://roundup-tracker.org/