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

jenkins at plone.org jenkins at plone.org
Sun Aug 10 12:14:56 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2962 - Failure!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.widgets
Branch: refs/heads/master
Date: 2014-08-10T12:59:44+02:00
Author: Ramon Navarro Bosch (bloodbare) <ramon.nb at gmail.com>
Commit: https://github.com/plone/plone.app.widgets/commit/39649644da32b79e7cf8e86e2e89a37d5b34a544

We need a loadingBaseUrl to get the languages and a content_css for inner css

Files changed:
M plone/app/widgets/utils.py

diff --git a/plone/app/widgets/utils.py b/plone/app/widgets/utils.py
index 1537170..80d8c7d 100644
--- a/plone/app/widgets/utils.py
+++ b/plone/app/widgets/utils.py
@@ -179,6 +179,7 @@ def get_tinymce_options(context, field, request):
         del config['plugins']
         del config['theme']
 
+        config['content_css'] = '++plone++static/components/tinymce/skins/lightgray/content.min.css'
         args['pattern_options'] = {
             'relatedItems': {
                 'vocabularyUrl': config['portal_url'] +
@@ -194,6 +195,8 @@ def get_tinymce_options(context, field, request):
                 'showTitle': False
             },
             'tiny': config,
+            # This is for loading the languages on tinymce
+            'loadingBaseUrl': '++plone++static/components/tinymce-builded/js/tinymce',
             'prependToUrl': 'resolveuid/',
             'linkAttribute': 'UID',
             'prependToScalePart': '/@@images/image/',
@@ -218,6 +221,11 @@ def get_tinymce_options(context, field, request):
                 'showTitle': False
             },
             'base_url': context.absolute_url(),
+            'tiny':{
+                'content_css': '++plone++static/components/tinymce/skins/lightgray/content.min.css',
+            },
+            # This is for loading the languages on tinymce
+            'loadingBaseUrl': '++plone++static/components/tinymce-builded/js/tinymce',
             'prependToUrl': 'resolveuid/',
             'linkAttribute': 'UID',
             'prependToScalePart': '/@@images/image/',




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


More information about the Testbot mailing list