Ignore:
Timestamp:
May 31, 2010 1:27:35 PM (14 years ago)
Author:
mylan
Message:

#131: Refuse from configurable schema extending for portal types in the trunk version.

Location:
quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/content
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/content/configure.zcml

    r2404 r2406  
    2121    </class> 
    2222 
    23     <utility 
    24       component=".vocabularies.TypesWithInterfaceVocabularyFactory" 
    25       name="googlesitemaps.vocabularies.TypesWithInterfaceVocabulary" 
    26       /> 
    27  
    2823</configure> 
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/content/sitemap.py

    r2404 r2406  
    3737        widget=atapi.MultiSelectionWidget( 
    3838            label=_(u"Define the types"), 
    39             description=_(u"Define the types to be included in sitemap. " \ 
    40                 "All listed types automaticall will be extended with " \ 
    41                 "additional fields, if its applicable."), 
     39            description=_(u"Define the types to be included in sitemap."), 
    4240        ), 
    4341    ), 
     
    137135        self._setProperty('layout', default_layout) 
    138136 
    139     # def setPortalTypes(self): 
    140     #     pt = getToolByName(self, 'portal_types') 
    141     #     types = pt.listContentTypes() 
    142     #     return atapi.DisplayList(zip(types,types)) 
    143  
    144137    def getWorkflowStates(self): 
    145138        pw = getToolByName(self,'portal_workflow') 
Note: See TracChangeset for help on using the changeset viewer.