]> git.pld-linux.org Git - packages/Zope-CMFPlone.git/blob - Zope-CMFPlone-migration.patch
- this patch fixes migration from plone 1.0.5 to 2.0-beta3
[packages/Zope-CMFPlone.git] / Zope-CMFPlone-migration.patch
1 diff -durN CMFPlone-2.0-beta3.orig/CMFPlone/migrations/oneX_twoBeta2.py CMFPlone-2.0-beta3/CMFPlone/migrations/oneX_twoBeta2.py
2 --- CMFPlone-2.0-beta3.orig/CMFPlone/migrations/oneX_twoBeta2.py        Tue Oct 28 19:55:09 2003
3 +++ CMFPlone-2.0-beta3/CMFPlone/migrations/oneX_twoBeta2.py     Wed Nov 19 14:10:14 2003
4 @@ -34,6 +34,7 @@
5          portal.manage_addProduct['CMFPlone'].manage_addTool('Portal Interface Tool')
6  
7      # add portal_prefs
8 +    skinsTool = getToolByName(portal, 'portal_skins')
9      skins = skinsTool.getSkinSelections()
10      for skin in skins:
11          path = skinsTool.getSkinPath(skin)
This page took 0.050488 seconds and 3 git commands to generate.