Changeset 1171
- Timestamp:
- 07/22/08 08:20:33
- Files:
-
- qPloneSkinDump/branches/plone_3.0/HISTORY.txt (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/skin_template/utils.py (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneSkinDump/branches/plone_3.0/HISTORY.txt
r1170 r1171 1 qPloneSkinDump 0.8. 71 qPloneSkinDump 0.8.8 2 2 3 - fixed bug with importing portlet for single selected content object 3 - fixed bug of exporting objects into SkinProduct with 4 'backup' policy 5 - fixed bug with importing portlet for single selected 6 content object 4 7 5 8 qPloneSkinDump/branches/plone_3.0/skin_template/utils.py
r1115 r1171 117 117 # Get temp folder-object 118 118 if temp_id not in portal_objects: 119 # Temporary allow implicitly adding Large Plone Folder 120 types_tool = getToolByName(portal, 'portal_types') 121 lpf_fti = types_tool['Large Plone Folder'] 122 lpf_global_setting = lpf_fti.global_allow 123 lpf_fti.global_allow = 1 124 119 125 portal.invokeFactory('Large Plone Folder', id=temp_id) 126 127 lpf_fti.global_allow = lpf_global_setting 120 128 print >> import_out, "! Created '%%s' backup directory with same-ids " \ 121 129 "objects from portal root." %% temp_id qPloneSkinDump/branches/plone_3.0/version.txt
r1170 r1171 1 0.8. 71 0.8.8
