Changeset 420
- Timestamp:
- 07/25/06 08:51:08
- Files:
-
- qTopic/trunk/Extensions/Install.py (modified) (1 diff)
- qTopic/trunk/qTopic.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qTopic/trunk/Extensions/Install.py
r419 r420 41 41 path = ','.join(path) 42 42 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 92 92 security.declareProtected(ChangeTopics, "criteriaByIndexId") 93 93 def criteriaByIndexId(self, indexId): 94 """ get createrias b uindex """94 """ get createrias by index """ 95 95 catalog_tool = getToolByName(self, self.getCatalog()) 96 96 indexObj = catalog_tool.Indexes[indexId] … … 210 210 """ 211 211 actions = [] 212 fti['allowed_content_types'] = ('qTopic',) 213 fti['filter_content_types'] = 1 212 214 for action in fti["actions"]: 213 215 if action["id"] == "folderlisting":
