]> git.pld-linux.org Git - packages/Zope-CMFPlone.git/commitdiff
- this patch fixes migration from plone 1.0.5 to 2.0-beta3
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 19 Nov 2003 13:13:46 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-CMFPlone-migration.patch -> 1.1

Zope-CMFPlone-migration.patch [new file with mode: 0644]

diff --git a/Zope-CMFPlone-migration.patch b/Zope-CMFPlone-migration.patch
new file mode 100644 (file)
index 0000000..954ac90
--- /dev/null
@@ -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)
This page took 0.106037 seconds and 4 git commands to generate.