Changeset 343
- Timestamp:
- 04/22/08 07:23:38 (9 months ago)
- Location:
- plumi-buildout-plone3/trunk
- Files:
-
- 2 modified
-
MIGRATING (modified) (2 diffs)
-
buildout.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plumi-buildout-plone3/trunk/MIGRATING
r323 r343 1 WORK IN PROGRESS 2 --------------- 3 last modified - 21 april 2008 4 andy@engagemedia.org 5 1 6 2 7 1. Migrate to Plone 3 3 4 1.1 Convert existing content objects to Blob backed storage5 8 6 9 Delete the following objects: … … 23 26 Make sure Blob type is available - see README.txt in plone.app.blob 24 27 25 HACKED migrations.py to change types in ATFileToBlobMigrator method 28 HACKED migrations.py in plone.app.blob to change types in ATFileToBlobMigrator method 29 HACKED archetypes.py in contentmigrations, to fix a bug in returning the archtype object for ATBlob 30 31 Add P4A to egg 32 33 Delete CMF Action Category at /Plumi/portal_actions/object_buttons 34 delete portletification stuff in ZMI 35 36 rm development-products/plumi/ATVideo/skins/ATVideo_public/base_edit.cpt 37 38 $cd /opt/instances/plumi-buildout-plone3/parts/development-products/plumi 39 $ rm ATVideo/skins/ATEngageVideo/jquery.js 40 41 Use Plumi trunk as of 21 April 2008 42 43 44 1.1 Convert existing content objects to Blob backed storage 45 46 http://www.engagemedia.org:8580/Plumi/@@blob-migration 26 47 27 48 2. Migrate to P4A Video -
plumi-buildout-plone3/trunk/buildout.cfg
r326 r343 27 27 develop = 28 28 29 # src/engagesubtypes 30 29 31 [plone] 30 32 recipe = plone.recipe.plone … … 51 53 [development-products] 52 54 recipe = infrae.subversion 53 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 55 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 56 http://svn.plone.org/svn/collective/Clouseau/trunk/ Clouseau 57 http://svn.plone.org/svn/collective/DocFinderTab/tags/1.0.2/ DocFinderTab 58 http://www.plone4artists.org/svn/projects/Plone4ArtistsVideo/tags/release-1.1/ Plone4ArtistsVideo 54 59 60 #developers might like to add, for a python debug shell on exceptions 61 #http://svn.plone.org/svn/collective/PDBDebugMode/trunk PDBDebugMode 55 62 56 63 [instance] … … 73 80 Products.contentmigration 74 81 82 #engage.subtypes 83 75 84 # If you want to register ZCML slugs for any packages, list them here. 76 85 # e.g. zcml = my.package my.other.package … … 80 89 Products.contentmigration 81 90 91 #engage.subtypes 92 82 93 products = 83 94 ${plone:products} 84 95 ${buildout:directory}/parts/development-products/plumi 96 ${buildout:directory}/parts/development-products/ 85 97 86 98 [zopepy]
