Changeset 374 for plumi-buildout-plone3/trunk
- Timestamp:
- 11/07/08 15:56:50 (2 months ago)
- Files:
-
- 1 modified
-
plumi-buildout-plone3/trunk/MIGRATING (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plumi-buildout-plone3/trunk/MIGRATING
r372 r374 6 6 *** THIS IS ALPHA SOFTWARE - WORK IN PROGRESS - DONT FOLLOW THIS ON PRODUCTION SYSTEMS *** 7 7 8 0. Get the buildout working. 9 10 vi /home/andy/src/plumi-buildout-plone3/eggs/p4a.plonevideo-1.1.1-py2.4.egg/p4a/plonevideo/atvideo/configure.zcml 11 change to ATVideo.content.video.ATVideo, from ATVideo.ATVideo.ATVideo 12 8 13 1. Migrate to Plone 3 14 15 cp Data.fs and files/ into var/filestorage/ of top level buildout 9 16 10 17 Delete the following objects: … … 12 19 Latest Videos 13 20 News and Events 21 22 [ ./bin/instance debug; delattr(app.Plumi,'featured-videos') ] 23 [ setattr(app.Plumi,'featured-videos',True) ] 14 24 15 25 set skin as Plone Default 16 17 cp Data.fs and files/ into var/filestorage/ of top level buildout18 26 19 27 Upgrade to Plone 3 in ZMI … … 30 38 HACKED archetypes.py in contentmigrations, to fix a bug in returning the archtype object for ATBlob 31 39 32 Add P4A to egg 33 34 Delete CMF Action Category at /Plumi/portal_actions/object_buttons 35 delete portletification stuff in ZMI 36 37 rm development-products/plumi/ATVideo/skins/ATVideo_public/base_edit.cpt 38 39 $cd /opt/instances/plumi-buildout-plone3/parts/development-products/plumi 40 $ rm ATVideo/skins/ATEngageVideo/jquery.js 41 42 Use Plumi trunk as of 21 April 2008 43 40 Delete CMF Action Category at /Plumi/portal_actions/object_buttons 41 delete portletification stuff in ZMI 44 42 45 43 1.1 Convert existing content objects to Blob backed storage
