[Testbot] Plone 5.0 - Python 2.7 - Build # 1577 - Still failing! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Feb 14 15:12:35 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1577 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-02-14T06:27:02-08:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/ae4fdce6f4755639e6295be77115b2056637c710

improve docs

Files changed:
M CHANGES.rst
M README.rst

diff --git a/CHANGES.rst b/CHANGES.rst
index 4ad1da3..ba21448 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,8 +4,11 @@ Changelog
 1.1a2 (unreleased)
 ------------------
 
+- Improve documentation.
+  [pbauer]
+
 - Add a richtext-behavior and use it in for all types.
-  [amleczko]
+  [amleczko, pysailor]
 
 - Improve the migration-results page (Fix #67).
   [pbauer]
diff --git a/README.rst b/README.rst
index d6badd4..bfcd57e 100644
--- a/README.rst
+++ b/README.rst
@@ -142,11 +142,11 @@ Custom content will not be changed by plone.app.contenttypes and should continue
 Dependencies
 ============
 
-* ``plone.app.dexterity``. Dexterity is shipped with Plone 4.3.x. Version pins for Dexterity are included in Plone 4.2.x. For Plone 4.1.x you need to pin the correct version for Dexterity in your buildout. See `Installing Dexterity on older versions of Plone <http://developer.plone.org/reference_manuals/external/plone.app.dexterity/install.html#installing-dexterity-on-older-versions-of-plone>`.
+* ``plone.app.dexterity>=2.0.7``. Dexterity is shipped with Plone 4.3.x. Version pins for Dexterity are included in Plone 4.2.x. For Plone 4.1.x you need to pin the correct version for Dexterity in your buildout. See `Installing Dexterity on older versions of Plone <http://developer.plone.org/reference_manuals/external/plone.app.dexterity/install.html#installing-dexterity-on-older-versions-of-plone>`_.
 
-* ``plone.dexterity >= 2.2.1``. Olders version of plone.dexterity break the RRS-functionalisty in Plone because plone.app.contenttypes 1.1a2 uses behaviors for the Richtext-Fields.
+* ``plone.dexterity>=2.2.1``. Olders version of plone.dexterity break the rss-views in Plone because since version 1.1b1 plone.app.contenttypes uses behaviors for the richtext-fields.
 
-* ``plone.app.event``.
+* ``plone.app.event>=1.1b1``. This provides the behaviors used for the event-type.
 
 Toubleshooting
 ==============
@@ -184,12 +184,16 @@ How to override widgets
 
 To override the default keywords-widgets with a nicer widget you can use the package ``collective.z3cform.widgets``.
 
-Add ``collective.z3cform.widgets`` to your ``buildout`` and in your own package register the override in your ``configure.zcml``::
+Add ``collective.z3cform.widgets`` to your ``buildout`` and in your own package register the override in your ``configure.zcml``:
+
+.. code:: xml
 
     <adapter factory=".subjects.SubjectsFieldWidget" />
 
 
-Then add a file ``subjects.py``::
+Then add a file ``subjects.py``
+
+.. code:: python
 
     # -*- coding: UTF-8 -*-
     from collective.z3cform.widgets.token_input_widget import TokenInputFieldWidget
@@ -225,7 +229,9 @@ The types (Document, News Item, Folder, Event) have no schemata but only use beh
 Installation as a dependency from another product
 -------------------------------------------------
 
-If you want to add plone.app.contenttypes as a dependency from another products use the profile ``plone-content`` in your ``metadata.xml`` to have Plone populate a new site with DX-based default-content. ::
+If you want to add plone.app.contenttypes as a dependency from another products use the profile ``plone-content`` in your ``metadata.xml`` to have Plone populate a new site with DX-based default-content.
+
+.. code:: xml
 
     <metadata>
       <version>1</version>
@@ -244,7 +250,9 @@ You have several options:
 
 1. Extend the types through-the-web by adding new fields or behaviors in the types-controlpanel ``/@@dexterity-types``.
 
-2. Extend the types with a custom type-profile that extends the existing profile. Here is an example that enables the image-behavior for Folders in ``[yourpackage]/profiles/default/types/Folder.xml``::
+2. Extend the types with a custom type-profile that extends the existing profile. Here is an example that enables the image-behavior for Folders in ``[yourpackage]/profiles/default/types/Folder.xml``:
+
+   .. code:: xml
 
     <?xml version="1.0"?>
     <object name="Folder" meta_type="Dexterity FTI">
@@ -253,7 +261,9 @@ You have several options:
      </property>
     </object>
 
-   You will also have to add the type to your ``[yourpackage]/profiles/default/types.xml``::
+   You will also have to add the type to your ``[yourpackage]/profiles/default/types.xml``.
+
+   .. code:: xml
 
     <?xml version="1.0"?>
     <object name="portal_types" meta_type="Plone Types Tool">




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 4685 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140214/ca3fd7c4/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 138152 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140214/ca3fd7c4/attachment-0003.obj>


More information about the Testbot mailing list