Changeset 2501 in products


Ignore:
Timestamp:
Jun 7, 2010 4:13:02 PM (14 years ago)
Author:
mylan
Message:

#194: Add migration description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/branches/plone4/docs/INSTALL.txt

    r2500 r2501  
    6262(/@@register), to protect register form with captcha - you must follow the instructions here: 
    6363http://projects.quintagroup.com/products/wiki/quintagroup.plonecaptchas#JoinForm 
     64 
     65 
     66Migration notes 
     67=============== 
     68 
     69Following migration notes must be done only if you protect join (registration) form with captcha. 
     70All steps performed in ZMI (<portal>/manage_main). 
     71 
     72=== Migration from Plone-3.X to Plone-3.Y === 
     73 
     74If you have Plone-3.X site with installed quintagroup.plonecaptchas v3 package, and want to migrate site to Plone-3.Y, you must perform following steps: 
     75  * migrate your plone site to Plone-3.Y 
     76  * update *Directory:* property of `<portal>/portal_skins/captchas_join_form` Filesystem Directory View' - go to `<portal>/portal_skins/captchas_join_form/manage_propertiesForm` and update value of the *Directory* property according to the following rooles: 
     77    *  for Plone-3.0: quintagroup.plonecaptchas:skins/captchas_join_form_30 
     78    *  for Plone-3.1 or Plone-3.2: quintagroup.plonecaptchas:skins/captchas_join_form_31_32 
     79    *  for Plone-3.3+: quintagroup.plonecaptchas:skins/captchas_join_form_33 
     80     
     81 
     82=== Migration from Plone-3 to Plone-4 === 
     83 
     84If you have Plone-3 site with installed quintagroup.plonecaptchas v3 package, and want to migrate site to Plone-4, you must perform following steps: 
     85  * update plone-4 buildout/instance - to use quintagroup.plonecaptchas v4 package instead of quintagroup.plonecaptchas v3 
     86  * migrate your plone site to Plone-4 
     87  * remove `<portal>/portal_skins/captchas_join_form` Filesystem Directory View' 
     88  * remove *captchas_join_form* layer from all skins in `<portal>/portal_skins/manage_propertiesForm` 
     89  * run all steps with "Plone Captchas Register Forms for Plone 4" upgrade profile - go to `<portal>/portal_setup/manage_importSteps`, select mentioned profile and push "Import all steps" button. 
     90 
Note: See TracChangeset for help on using the changeset viewer.