From e70ce62359cb9b8633980b8de73c7afe4c237bd0 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Wed, 19 Nov 2003 13:13:46 +0000 Subject: [PATCH] - this patch fixes migration from plone 1.0.5 to 2.0-beta3 Changed files: Zope-CMFPlone-migration.patch -> 1.1 --- Zope-CMFPlone-migration.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Zope-CMFPlone-migration.patch diff --git a/Zope-CMFPlone-migration.patch b/Zope-CMFPlone-migration.patch new file mode 100644 index 0000000..954ac90 --- /dev/null +++ b/Zope-CMFPlone-migration.patch @@ -0,0 +1,11 @@ +diff -durN CMFPlone-2.0-beta3.orig/CMFPlone/migrations/oneX_twoBeta2.py CMFPlone-2.0-beta3/CMFPlone/migrations/oneX_twoBeta2.py +--- CMFPlone-2.0-beta3.orig/CMFPlone/migrations/oneX_twoBeta2.py Tue Oct 28 19:55:09 2003 ++++ CMFPlone-2.0-beta3/CMFPlone/migrations/oneX_twoBeta2.py Wed Nov 19 14:10:14 2003 +@@ -34,6 +34,7 @@ + portal.manage_addProduct['CMFPlone'].manage_addTool('Portal Interface Tool') + + # add portal_prefs ++ skinsTool = getToolByName(portal, 'portal_skins') + skins = skinsTool.getSkinSelections() + for skin in skins: + path = skinsTool.getSkinPath(skin) -- 2.43.0