Changeset 343

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

plone 3 compat work

Location:
plumi-buildout-plone3/trunk
Files:
2 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 
  • plumi-buildout-plone3/trunk/buildout.cfg

    r326 r343  
    2727develop = 
    2828 
     29#       src/engagesubtypes 
     30 
    2931[plone] 
    3032recipe = plone.recipe.plone 
     
    5153[development-products] 
    5254recipe = infrae.subversion 
    53 urls = https://svn.plone.org/svn/collective/Plumi/trunk plumi 
     55urls =  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 
    5459 
     60#developers might like to add, for a python debug shell on exceptions 
     61#http://svn.plone.org/svn/collective/PDBDebugMode/trunk PDBDebugMode 
    5562 
    5663[instance] 
     
    7380    Products.contentmigration 
    7481 
     82#engage.subtypes 
     83 
    7584# If you want to register ZCML slugs for any packages, list them here. 
    7685# e.g. zcml = my.package my.other.package 
     
    8089    Products.contentmigration 
    8190 
     91#engage.subtypes 
     92 
    8293products = 
    8394    ${plone:products} 
    8495    ${buildout:directory}/parts/development-products/plumi 
     96    ${buildout:directory}/parts/development-products/ 
    8597 
    8698[zopepy]