Changeset 420

Show
Ignore:
Timestamp:
07/25/06 08:51:08
Author:
fenix
Message:

fixed installation script, modify fti, fixed bugs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qTopic/trunk/Extensions/Install.py

    r419 r420  
    4141            path = ','.join(path) 
    4242            skinstool.addSkinSelection(skinName, path) 
    43  
    44  
    45  
     43         
     44    pact_icons = getToolByName(self, 'portal_actionicons') 
     45    pact_icons.removeActionIcon('plone', 'export_csv') 
  • qTopic/trunk/qTopic.py

    r419 r420  
    9292    security.declareProtected(ChangeTopics, "criteriaByIndexId") 
    9393    def criteriaByIndexId(self, indexId): 
    94         """ get createrias bu index """ 
     94        """ get createrias by index """ 
    9595        catalog_tool = getToolByName(self, self.getCatalog()) 
    9696        indexObj = catalog_tool.Indexes[indexId] 
     
    210210    """ 
    211211    actions = [] 
     212    fti['allowed_content_types'] = ('qTopic',) 
     213    fti['filter_content_types'] = 1 
    212214    for action in fti["actions"]: 
    213215        if action["id"] == "folderlisting":