Show
Ignore:
Timestamp:
04/22/08 07:23:38 (9 months ago)
Author:
andy
Message:

plone 3 compat work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plumi-buildout-plone3/trunk/MIGRATING

    r323 r343  
     1WORK IN PROGRESS 
     2--------------- 
     3last modified - 21 april 2008 
     4andy@engagemedia.org 
     5 
    16 
    271. Migrate to Plone 3 
    3  
    4     1.1 Convert existing content objects to Blob backed storage 
    58 
    69    Delete the following objects: 
     
    2326    Make sure Blob type is available - see README.txt in plone.app.blob 
    2427 
    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 
    2647 
    27482. Migrate to P4A Video