comparison doc/customizing.txt @ 2154:9f6e6bc40a08

fixes and release announcement
author Richard Jones <richard@users.sourceforge.net>
date Sat, 27 Mar 2004 03:57:07 +0000
parents 643f9c9d7517
children d68eeb9d363f
comparison
equal deleted inserted replaced
2153:643f9c9d7517 2154:9f6e6bc40a08
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.127 $ 5 :Version: $Revision: 1.128 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
1600 for the query 1600 for the query
1601 hasPermission specific to the "user" class - determine whether the 1601 hasPermission specific to the "user" class - determine whether the
1602 user has a Permission 1602 user has a Permission
1603 is_edit_ok is the user allowed to Edit the current item? 1603 is_edit_ok is the user allowed to Edit the current item?
1604 is_view_ok is the user allowed to View the current item? 1604 is_view_ok is the user allowed to View the current item?
1605 is_retired is the item retired?
1605 =============== ======================================================== 1606 =============== ========================================================
1606 1607
1607 Note that if you have a property of the same name as one of the above 1608 Note that if you have a property of the same name as one of the above
1608 methods, you'll need to access it using a python "item access" 1609 methods, you'll need to access it using a python "item access"
1609 expression. For example:: 1610 expression. For example::

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