plone.app.upgrade
HomePage: http://pypi.python.org/pypi/plone.app.upgrade
Author: Plone Foundation
Download: https://pypi.python.org/packages/source/p/plone.app.upgrade/plone.app.upgrade-1.3.6.zip
Overview ======== This package contains the upgrade machinery to upgrade a Plone site to a newer version. Changelog ========= 1.3.6 (2014-03-02) ------------------ - Migrate theme settings, install Barceloneta. [davisagli] - Migrate Members folder default view [davisagli] 1.3.5 (2014-02-19) ------------------ - Be sure the improved syndication settings introduced in the 4.3 series are applied on upgrade. [gbastien] - Avoid failure at lexicon upgrade (4.3rc1) when we have an integrity error into the ZCTextIndex. [thomasdesvenain] - Install plone.app.event and remove portal_calendar when upgarding to Plone 5. [davisagli] - Remove portal_interface when upgrading to Plone 5. [ale-rt] - Remove portal_actionicons, portal_discussion, and portal_undo when upgrading to Plone 5. [davisagli] - Add condition to the upgrade step to add scaling-quality 4.3-final. plone.app.imaging no longer has the imaging_properties (moved to CMFPlone) so they are not there in plone5-tests. [pbauer] - Add conditional install of plonetheme.classic in upgrade step 4.0a1. Since plonetheme.classic will be removed in Plone 5, we can not be sure that it is always installed. [timo] - Replace deprecated test assert statements. [timo] - Add undeclared Products.TinyMCE dependency. [timo] - Add use_uuid_as_userid site property in Plone 5. Part of PLIP 13419. [maurits] - Use lowercase for email login in Plone 5. Part of PLIP 13419. [maurits] - Remove persistent kss_mimetype import step. [maurits] - Fix name of Plone 5 zcml conditional feature to plone-5. [thet] - Don't fail on out of date catalog when upgrading syndication for 4.3 [tomgross] - Add Default Plone Password Policy to Plone's acl_users. [gbastien] 1.3.4 (2013-08-14) ------------------ - Replace basic infrastructure for 4.4 series with same for 5.0 series. [davisagli] - Upgrade TinyMCE: Remove space from style to prevent bogus class. [maurits] 1.3.3 (2013-06-13) ------------------ - Add upgrade step to set image scaling quality (p.a.imaging 1.0.8). [khink] - Upgrade broken 'added' content rules. [thomasdesvenain] - handle syndication upgrade when folder is not syndication enabled but has syndication information. [vangheem] 1.3.2 (2013-05-30) ------------------ - Nothing changed yet. 1.3.1 (2013-04-13) ------------------ - Fix upgrade-step upgradeSyndication for Dexterity [pbauer] 1.3 (2013-04-06) ---------------- - Add basic upgrade infrastructure for the Plone 4.4 series. [davisagli] - Do not import Products.kupu. Fixes https://dev.plone.org/ticket/13480 [danjacka] 1.3rc1 (2013-03-05) ------------------- - add step for rc1 to upgrade catalog correctly [vangheem] - Avoid hard dependency on ATContentTypes. [davisagli] 1.3b2 (2013-01-17) ------------------ - Run plonetheme.sunburst 1.4 upgrade. [esteele] - Add upgrade step for plone.app.discussion. [toutpt] 1.3b1 (2013-01-01) ------------------ - Make sure the syndication upgrade step unregisters the old tool as a utility. [davisagli] - Add upgrade for version 4.3b1 to make sure TinyMCE is upgraded. [davisagli] - In the UID index migration, if there are items whose key is None, skip them instead of complaining about there being multiple items. [davisagli] 1.3a2 (2012-10-18) ------------------ - Add upgrade step to remove KSS. [vangheem, davisagli] - Remove old upgrades that depended on KSS being present. [davisagli] - Make sure registry settings for syndication and ResourceRegisties bundles are set up for Plone 4.3. [vangheem, davisagli] - Make plone.app.theming upgrade steps only run when plone.app.theming is installed (i.e. not for a plain Products.CMFPlone site.) [elro] 1.3a1 (2012-08-31) ------------------ - Added Plone 4.3 upgrade step to apply plone.app.jquery 1.5 upgrade step. [esteele] - Added Plone 4.3 upgrade step to re-install plone.app.theming (Diazo theme support) if installed previously. This will upgrade the control panel to the new unified one. [optilude] - Added Plone