[Testbot] Plone 4.3 - Python 2.7 - Build # 2579 - Regression! - 44 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Sep 28 22:49:00 UTC 2014


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-09-28T23:56:48+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.app.contenttypes/commit/55e7dff5b454a2bdc9134f67159f049e66534860

Added missing types to CMFDiffTool configuration

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: 1582 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140928/4f31934c/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 260453 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140928/4f31934c/attachment-0003.obj>


More information about the Testbot mailing list