Changeset 1170
- Timestamp:
- 07/22/08 07:13:05
- Files:
-
- qPloneSkinDump/branches/plone_3.0/HISTORY.txt (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/utils.py (modified) (2 diffs)
- qPloneSkinDump/branches/plone_3.0/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneSkinDump/branches/plone_3.0/HISTORY.txt
r1124 r1170 1 qPloneSkinDump 0.8.7 2 3 - fixed bug with importing portlet for single selected content object 4 5 1 6 qPloneSkinDump 0.8.6 2 7 qPloneSkinDump/branches/plone_3.0/utils.py
r1109 r1170 1 import os, re, string, sets, time 1 import os, re, string, sets, time, types 2 2 from zope.app import zapi 3 3 from App.config import getConfiguration … … 211 211 dumpAllPortlets(portal, slot_structure, typesToShow, context_managers) 212 212 elif dump_policy == 'selection': 213 dump_portlets_selection = type(dump_portlets_selection) in types.StringTypes \ 214 and dump_portlets_selection.split("/") \ 215 or dump_portlets_selection 213 216 for ppath in dump_portlets_selection: 214 217 obj = portal.restrictedTraverse(ppath) qPloneSkinDump/branches/plone_3.0/version.txt
r1124 r1170 1 0.8. 61 0.8.7
