[Testbot] Plone 5.0 - Python 2.7 - Build # 3751 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Nov 22 11:29:50 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3751 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/3751/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-11-22T11:56:07+01:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/8ed9eb9bd8e77945661f53640302bbfe8c15bd29

add warning about folderish-profile

Files changed:
M docs/README.rst

diff --git a/docs/README.rst b/docs/README.rst
index b2ea4ab..afbe256 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -221,6 +221,10 @@ However if you'd like to migrate your content-types to Dexterity before this fea
 Migrating to folderish objects or change base class for any dexterity type
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+.. warning::
+
+   All types will probably be folderish in Plone 5 (see https://dev.plone.org/ticket/20144). The additional profile ``folderish`` will be removed soon. Use it at your own risk!
+
 Migration non folderish object to folderish has few steps.
 
 Step 1: Enable folderish types
@@ -236,7 +240,7 @@ If you changed the base-class of existing types you might also want to upgrade t
 
 On this you will see checkboxes with class names and the amount of objects that are going to be updated. Select classes that you want to update and click on button `Update`.
 
-If the migration was successful you see the info box with number of successfully updated objects or a warning with number of not updated objects.
+If the migration was successful you see the info box with number of successfully updated objects or a warning with the number of skipped objects.
 
 This form can be used to change the base-class of any dexterity-types instances.
 
@@ -318,6 +322,10 @@ If you use the profile ``default`` then the default-content in new sites will st
 Using folderish types
 ^^^^^^^^^^^^^^^^^^^^^
 
+.. warning::
+
+   All types will probably be folderish in Plone 5 (see https://dev.plone.org/ticket/20144). The additional profile ``folderish`` will be removed soon. Use it at your own risk!
+
 If you want all types folderish you need to depend on the profile ``folderish`` in your own ``metadata.xml``.
 
 .. code:: xml




-------------------------------------------------------------------------------


More information about the Testbot mailing list