Package StagingAddOn :: Package content :: Module staging_tool
[hide private]
[frames] | no frames]

Module staging_tool



Define the main tool used by StagingAddOn.

$Id: staging_tool.py 29256 2006-08-24 00:45:53Z dbaty $



Classes [hide private]
  UnrestrictedUser
Unrestricted user that still has an id.
  StagingTool
This is the main tool used by StagingAddOn.

Variables [hide private]
  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)

Variables Details [hide private]

ID

None
Value:
'portal_staging'                                                       
      

TITLE

None
Value:
'Staging tool'                                                         
      

META_TYPE

None
Value:
'StagingAddOnTool'                                                     
      

LOG

None
Value:
logging.getLogger('StagingAddOn')                                      
      

useless

None
Value:
'metadata', 'local_roles'                                              
      

actions

None
Value:
[a for a in actions if a ['id'] not in useless]                        
      

StagingToolActions

None
Value:
tuple(actions)