[Testbot] Plone 4.3 - Python 2.7 - Build # 2582 - Still failing! - 22 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Sep 29 06:55:26 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2582 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2582/


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-09-29T08:15:48+02:00
Author: Timo Stollenwerk () <contact at timostollenwerk.net>
Commit: https://github.com/plone/plone.app.contenttypes/commit/783fbc167be0a18e1d973343dc0b392267ea63ba

Revert "Revert "Added missing types to CMFDiffTool configuration""

Seems like this commit wasn't responsible for the test failures.

This reverts commit 9df91de6c00260cdd566d80e904f5133032dca00.

Files changed:
M docs/CHANGES.rst
M plone/app/contenttypes/profiles/default/diff_tool.xml

diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index bbe829c..392f049 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -4,7 +4,8 @@ Changelog
 1.2a5 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Fix: Added missing types to CMFDiffTool configuraion.
+  [jensens]
 
 
 1.2a4 (2014-09-17)
diff --git a/plone/app/contenttypes/profiles/default/diff_tool.xml b/plone/app/contenttypes/profiles/default/diff_tool.xml
index 836bb33..834b9b6 100644
--- a/plone/app/contenttypes/profiles/default/diff_tool.xml
+++ b/plone/app/contenttypes/profiles/default/diff_tool.xml
@@ -7,6 +7,15 @@
     <type portal_type="Event">
       <field name="any" difftype="Compound Diff for Dexterity types"/>
     </type>
+    <type portal_type="File">
+      <field name="any" difftype="Compound Diff for Dexterity types"/>
+    </type>
+    <type portal_type="Folder">
+      <field name="any" difftype="Compound Diff for Dexterity types"/>
+    </type>
+    <type portal_type="Image">
+      <field name="any" difftype="Compound Diff for Dexterity types"/>
+    </type>
     <type portal_type="Link">
       <field name="any" difftype="Compound Diff for Dexterity types"/>
     </type>




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


More information about the Testbot mailing list