[Testbot] Plone 4.3 - Python 2.6 - Build # 2250 - Still failing! - 4 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Aug 13 19:20:47 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2250 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.jquerytools
Branch: refs/heads/master
Date: 2014-08-13T20:40:48+02:00
Author: Ramon Navarro Bosch (bloodbare) <ramon.nb at gmail.com>
Commit: https://github.com/plone/plone.app.jquerytools/commit/5f12d1c808d7b72b7018825b81098a0a8b28eb8c

Forcing non AMD version

Files changed:
M plone/app/jquerytools/browser/jquery.form.js
M plone/app/jquerytools/configure.zcml

diff --git a/plone/app/jquerytools/browser/jquery.form.js b/plone/app/jquerytools/browser/jquery.form.js
index 591ad6f..91b5a73 100644
--- a/plone/app/jquerytools/browser/jquery.form.js
+++ b/plone/app/jquerytools/browser/jquery.form.js
@@ -10,20 +10,7 @@
  */
 /*global ActiveXObject */
 
-// AMD support
-(function (factory) {
-    "use strict";
-    if (typeof define === 'function' && define.amd) {
-        // using AMD; register as anon module
-        define(['jquery'], factory);
-    } else {
-        // no AMD; invoke directly
-        factory( (typeof(jQuery) != 'undefined') ? jQuery : window.Zepto );
-    }
-}
 
-(function($) {
-"use strict";
 
 /*
     Usage Note:
@@ -1274,4 +1261,4 @@ function log() {
     }
 }
 
-}));
+
diff --git a/plone/app/jquerytools/configure.zcml b/plone/app/jquerytools/configure.zcml
index 3d9ef69..c114404 100644
--- a/plone/app/jquerytools/configure.zcml
+++ b/plone/app/jquerytools/configure.zcml
@@ -10,7 +10,7 @@
         />
     <resource
         name="plone.app.jquerytools.form.js"
-        file="browser/jquery.form.min.js"
+        file="browser/jquery.form.js"
         />
     <resource
         name="plone.app.jquerytools.plugins.js"




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


More information about the Testbot mailing list