Ignore:
Timestamp:
Aug 3, 2007 2:56:20 PM (17 years ago)
Author:
koval
Message:

added configlet for generating main_template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qPloneSkinDump/branches/multipleslots/config.py

    r894 r930  
    11import re, os 
    2 try: 
    3     from Products.CMFCore import permissions 
    4 except: 
    5     from Products.CMFCore import CMFCorePermissions as permissions 
     2from Products.CMFCore import CMFCorePermissions 
    63 
    74## Base Product Constants 
    85GLOBALS = globals() 
    96PROJECTNAME = "qPloneSkinDump" 
    10 ADD_CONTENT_PERMISSION = permissions.AddPortalContent 
     7ADD_CONTENT_PERMISSION = CMFCorePermissions.AddPortalContent 
    118CONFIGURATION_CONFIGLET = "qploneskindump_configuration" 
     9 
     10## Name for mian_template generation configlet 
     11GENERATION_CONFIGLET = "qploneskindump_generation" 
    1212 
    1313 
     
    2727DEFAULT_IMPORTING_POLICY = "only_new" 
    2828FORBIDDEN_EXP_PREFIXES = re.compile('^(portal_)') 
    29 FORBIDDEN_EXP_NAMES = ["ResourceRegistryCache", "MailHost", "HTTPCache", "Members", "RAMCache", "acl_users",\ 
     29FORBIDDEN_EXP_NAMES = ["MailHost", "HTTPCache", "Members", "RAMCache", "acl_users",\ 
    3030                       "archetype_tool", "caching_policy_manager", "content_type_registry", \ 
    3131                       "cookie_authentication", "error_log", "kupu_library_tool",\ 
Note: See TracChangeset for help on using the changeset viewer.