Home | Trees | Indices | Help |
|
---|
|
Define the main tool used by StagingAddOn.
$Id: staging_tool.py 29256 2006-08-24 00:45:53Z dbaty $
|
|||
|
UnrestrictedUser Unrestricted user that still has an id. |
||
|
StagingTool This is the main tool used by StagingAddOn. |
|
|||
|
ID = 'portal_staging'
|
||
|
TITLE = 'Staging tool'
|
||
|
META_TYPE = 'StagingAddOnTool'
|
||
|
LOG = logging.getLogger('StagingAddOn')
|
||
|
useless = 'metadata', 'local_roles'
|
||
|
actions = [a for a in actions if a ['id'] not in useless]
|
||
|
StagingToolActions = tuple(actions)
|
|
IDNone
|
TITLENone
|
META_TYPENone
|
LOGNone
|
uselessNone
|
actionsNone
|
StagingToolActionsNone
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue Oct 31 19:29:52 2006 | http://epydoc.sourceforge.net |