[Testbot] Plone 4.3 - Python 2.6 - Build # 2384 - Regression! - 22 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Sep 25 16:04:31 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2384 - Failure!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2384/


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

Repository: plone.app.textfield
Branch: refs/heads/master
Date: 2014-09-23T17:23:12+01:00
Author: Jamie Lentin (lentinj) <jm at lentin.co.uk>
Commit: https://github.com/plone/plone.app.textfield/commit/668bfe95c6ee2f1a97dc4830b9fad8798df8bc6f

Tell Products.TinyMCE what the MIME type is, so it doesn't have to work it out.

Files changed:
M docs/HISTORY.rst
M plone/app/textfield/widget_input.pt

diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst
index f1dcb52..c30ced6 100644
--- a/docs/HISTORY.rst
+++ b/docs/HISTORY.rst
@@ -4,6 +4,9 @@ Changelog
 1.2.4 (unreleased)
 ------------------
 
+* Tell Products.TinyMCE what the MIME type is, so it doesn't have to work it out.
+  [lentinj]
+
 - Use closest_content to navigate through the sea of subforms to
   find something that we can use portal_url on.
   [lentinj]
diff --git a/plone/app/textfield/widget_input.pt b/plone/app/textfield/widget_input.pt
index 1c6720f..98fa3ad 100644
--- a/plone/app/textfield/widget_input.pt
+++ b/plone/app/textfield/widget_input.pt
@@ -49,6 +49,7 @@
                         here               nocall:context;
                         portal_url         nocall:context/portal_url;
                         portal             portal_url/getPortalObject;
+                        text_format        view/value/mimeType | view/field/default_mime_type;
                         inputname          view/name;
                         inputvalue         view/value/raw | nothing;
                         here_url           request/getURL;


Repository: plone.app.textfield
Branch: refs/heads/master
Date: 2014-09-23T17:24:45+01:00
Author: Jamie Lentin (lentinj) <jm at lentin.co.uk>
Commit: https://github.com/plone/plone.app.textfield/commit/87f307b6dcb40578aa0476941b53ab20ec42db51

Force WYSIWYG for Products.TinyMCE

This means that when we start with 'text/plain' (or another MIME),
selecting 'text/html' will cause TinyMCE to spring into life. It won't
override the user's editor preference.

Files changed:
M docs/HISTORY.rst
M plone/app/textfield/widget_input.pt

diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst
index c30ced6..8066119 100644
--- a/docs/HISTORY.rst
+++ b/docs/HISTORY.rst
@@ -4,6 +4,10 @@ Changelog
 1.2.4 (unreleased)
 ------------------
 
+* Force WYSIWYG, so when we start with 'text/plain' (or another MIME),
+  selecting 'text/html' will cause TinyMCE to spring into life.
+  [lentinj]
+
 * Tell Products.TinyMCE what the MIME type is, so it doesn't have to work it out.
   [lentinj]
 
diff --git a/plone/app/textfield/widget_input.pt b/plone/app/textfield/widget_input.pt
index 98fa3ad..087d54f 100644
--- a/plone/app/textfield/widget_input.pt
+++ b/plone/app/textfield/widget_input.pt
@@ -50,6 +50,7 @@
                         portal_url         nocall:context/portal_url;
                         portal             portal_url/getPortalObject;
                         text_format        view/value/mimeType | view/field/default_mime_type;
+                        force_wysiwyg      python:True;
                         inputname          view/name;
                         inputvalue         view/value/raw | nothing;
                         here_url           request/getURL;


Repository: plone.app.textfield
Branch: refs/heads/master
Date: 2014-09-25T17:21:33+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.app.textfield/commit/8ce19a27db608028aa973db2210dc6e30d09f10d

Merge pull request #12 from lentinj/master

Fixes to improve type handling for plone.app.textfield in Lists

Files changed:
M docs/HISTORY.rst
M plone/app/textfield/widget_input.pt

diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst
index f1dcb52..8066119 100644
--- a/docs/HISTORY.rst
+++ b/docs/HISTORY.rst
@@ -4,6 +4,13 @@ Changelog
 1.2.4 (unreleased)
 ------------------
 
+* Force WYSIWYG, so when we start with 'text/plain' (or another MIME),
+  selecting 'text/html' will cause TinyMCE to spring into life.
+  [lentinj]
+
+* Tell Products.TinyMCE what the MIME type is, so it doesn't have to work it out.
+  [lentinj]
+
 - Use closest_content to navigate through the sea of subforms to
   find something that we can use portal_url on.
   [lentinj]
diff --git a/plone/app/textfield/widget_input.pt b/plone/app/textfield/widget_input.pt
index 1c6720f..087d54f 100644
--- a/plone/app/textfield/widget_input.pt
+++ b/plone/app/textfield/widget_input.pt
@@ -49,6 +49,8 @@
                         here               nocall:context;
                         portal_url         nocall:context/portal_url;
                         portal             portal_url/getPortalObject;
+                        text_format        view/value/mimeType | view/field/default_mime_type;
+                        force_wysiwyg      python:True;
                         inputname          view/name;
                         inputvalue         view/value/raw | nothing;
                         here_url           request/getURL;




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


More information about the Testbot mailing list