[Testbot] Plone 5.0 - Python 2.7 - Build # 3113 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Aug 26 01:46:07 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3113 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: plone.resourceeditor
Branch: refs/heads/master
Date: 2014-08-26T00:33:32+02:00
Author: Gil Forcada (gforcada) <gforcada at gnome.org>
Commit: https://github.com/plone/plone.resourceeditor/commit/c4ed121b056aba6d729607b4b28366c49cd6a34a

Whitespaces cleanup

Files changed:
M docs/LICENSE.txt
M plone/resourceeditor/resources/ace/ace.js
M plone/resourceeditor/resources/filemanager/ReadMe.txt
M plone/resourceeditor/resources/filemanager/scripts/jquery.form-2.63.js
M plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter-1.5.1.js
M plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter.css
M plone/resourceeditor/resources/filemanager/styles/filemanager.css

diff --git a/docs/LICENSE.txt b/docs/LICENSE.txt
index dee7f58..3e3a182 100644
--- a/docs/LICENSE.txt
+++ b/docs/LICENSE.txt
@@ -1,4 +1,4 @@
-  plone.resource is copyright 
+  plone.resource is copyright
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -12,5 +12,5 @@
 
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
   MA 02111-1307 USA.
diff --git a/plone/resourceeditor/resources/ace/ace.js b/plone/resourceeditor/resources/ace/ace.js
index 3d0aaef..bc6dc5f 100644
--- a/plone/resourceeditor/resources/ace/ace.js
+++ b/plone/resourceeditor/resources/ace/ace.js
@@ -8,4 +8,3 @@
                         ace[key] = a[key];
                 });
             })();
-        
\ No newline at end of file
diff --git a/plone/resourceeditor/resources/filemanager/ReadMe.txt b/plone/resourceeditor/resources/filemanager/ReadMe.txt
index 905762f..d3ad7cc 100644
--- a/plone/resourceeditor/resources/filemanager/ReadMe.txt
+++ b/plone/resourceeditor/resources/filemanager/ReadMe.txt
@@ -13,7 +13,7 @@ You can place the FileManager anywhere within your web serving root directory.
 
 (3) Find the default configuration file for the connector you chose in Step 2 above, and follow the same procedure to configure the connector. For instance, the default configuration file for the PHP connector is located here:
     Currently, PHP and JSP connectors are available for Filemanager, but we are waiting for you contributions
-    
+
 [Path to FileManager]/connectors/php/filemanager.config.inc.default
 
 (4a) If you are integrating the FileManager with FCKEditor, open your fckconfig.js file and find the lines which specify what file browser to use for images, links, etc. Look toward the bottom of the file. You will need to change lines such as this:
@@ -77,7 +77,7 @@ Your script should include support for the following methods/functions. GET requ
 
 getinfo
 -------
-The getinfo method returns information about a single file. Requests with mode "getinfo" will include an additional parameter, "path", indicating which file to inspect. A boolean parameter "getsize" indicates whether the dimensions of the file (if an image) should be returned. 
+The getinfo method returns information about a single file. Requests with mode "getinfo" will include an additional parameter, "path", indicating which file to inspect. A boolean parameter "getsize" indicates whether the dimensions of the file (if an image) should be returned.
 
 Example Request:
 
@@ -91,11 +91,11 @@ Example Response:
 		"File Type": "png",
 		"Preview": "/UserFiles/Image/logo.png",
 		"Properties": {
-			"Date Created": null, 
-			"Date Modified": "02/09/2007 14:01:06", 
+			"Date Created": null,
+			"Date Modified": "02/09/2007 14:01:06",
 			"Height": 14,
 			"Width": 14,
-			"Size": 384 
+			"Size": 384
 		},
 		"Error": "",
 		"Code": 0
@@ -148,11 +148,11 @@ Example Response:
 			"File Type": "png",
 			"Preview": "/UserFiles/Image/logo.png",
 			"Properties": {
-				"Date Created": null, 
-				"Date Modified": "02/09/2007 14:01:06", 
+				"Date Created": null,
+				"Date Modified": "02/09/2007 14:01:06",
 				"Height": 14,
 				"Width": 14,
-				"Size": 384 
+				"Size": 384
 			},
 			"Error": "",
 			"Code": 0	
@@ -163,11 +163,11 @@ Example Response:
 			"File Type": "png",
 			"Preview": "/UserFiles/Image/icon.png",
 			"Properties": {
-				"Date Created": null, 
-				"Date Modified": "02/09/2007 14:01:06", 
+				"Date Created": null,
+				"Date Modified": "02/09/2007 14:01:06",
 				"Height": 14,
 				"Width": 14,
-				"Size": 384 
+				"Size": 384
 			},
 			"Error": "",
 			"Code": 0	
@@ -192,7 +192,7 @@ Example Response:
 	"Code": 0,
 	"Old Path": "/a_folder_renamed/thisisareallylongincrediblylongfilenamefortesting.txt",
 	"Old Name": "thisisareallylongincrediblylongfilenamefortesting.txt",
-	"New Path": "/a_folder_renamed/a_renamed_file", 
+	"New Path": "/a_folder_renamed/a_renamed_file",
 	"New Name": "a_renamed_file"
 }
 
diff --git a/plone/resourceeditor/resources/filemanager/scripts/jquery.form-2.63.js b/plone/resourceeditor/resources/filemanager/scripts/jquery.form-2.63.js
index 14e1457..5b87f11 100644
--- a/plone/resourceeditor/resources/filemanager/scripts/jquery.form-2.63.js
+++ b/plone/resourceeditor/resources/filemanager/scripts/jquery.form-2.63.js
@@ -144,7 +144,7 @@ $.fn.ajaxSubmit = function(options) {
 	}
 
 	options.success = function(data, status, xhr) { // jQuery 1.4+ passes xhr as 3rd arg
-		var context = options.context || options;   // jQuery 1.4+ supports scope context 
+		var context = options.context || options;   // jQuery 1.4+ supports scope context
 		for (var i=0, max=callbacks.length; i < max; i++) {
 			callbacks[i].apply(context, [data, status, xhr || $form, $form]);
 		}
@@ -220,7 +220,7 @@ $.fn.ajaxSubmit = function(options) {
 		}
 
 		if (s.beforeSend && s.beforeSend.call(s.context, xhr, s) === false) {
-			if (s.global) { 
+			if (s.global) {
 				$.active--;
 			}
 			return;
@@ -339,7 +339,7 @@ $.fn.ajaxSubmit = function(options) {
 				}
 
 				//log('response detected');
-				xhr.responseText = doc.body ? doc.body.innerHTML : doc.documentElement ? doc.documentElement.innerHTML : null; 
+				xhr.responseText = doc.body ? doc.body.innerHTML : doc.documentElement ? doc.documentElement.innerHTML : null;
 				xhr.responseXML = doc.XMLDocument ? doc.XMLDocument : doc;
 				xhr.getResponseHeader = function(header){
 					var headers = {'content-type': s.dataType};
@@ -363,7 +363,7 @@ $.fn.ajaxSubmit = function(options) {
 						else if (b) {
 							xhr.responseText = b.innerHTML;
 						}
-					}			  
+					}			
 				}
 				else if (s.dataType == 'xml' && !xhr.responseXML && xhr.responseText != null) {
 					xhr.responseXML = toXml(xhr.responseText);
diff --git a/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter-1.5.1.js b/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter-1.5.1.js
index 8471793..396c87a 100644
--- a/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter-1.5.1.js
+++ b/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter-1.5.1.js
@@ -1,11 +1,11 @@
 /*
  * jQuery.splitter.js - two-pane splitter window plugin
  *
- * version 1.51 (2009/01/09) 
- * 
- * Dual licensed under the MIT and GPL licenses: 
- *   http://www.opensource.org/licenses/mit-license.php 
- *   http://www.gnu.org/licenses/gpl.html 
+ * version 1.51 (2009/01/09)
+ *
+ * Dual licensed under the MIT and GPL licenses:
+ *   http://www.opensource.org/licenses/mit-license.php
+ *   http://www.gnu.org/licenses/gpl.html
  */
 
 /**
@@ -13,12 +13,12 @@
  * The selected elements in the jQuery object are converted to a splitter;
  * each selected element should have two child elements, used for the panes
  * of the splitter. The plugin adds a third child element for the splitbar.
- * 
+ *
  * For more details see: http://methvin.com/splitter/
  *
  *
  * @example $('#MySplitter').splitter();
- * @desc Create a vertical splitter with default settings 
+ * @desc Create a vertical splitter with default settings
  *
  * @example $('#MySplitter').splitter({type: 'h', accessKey: 'M'});
  * @desc Create a horizontal splitter resizable via Alt+Shift+M
@@ -31,7 +31,7 @@
  * @author Dave Methvin (dave.methvin at gmail.com)
  */
  ;(function($){
- 
+
  $.fn.splitter = function(args){
 	args = args || {};
 	return this.each(function() {
@@ -51,7 +51,7 @@
 			if ( opts.outline ) {
 				newPos = Math.max(0, Math.min(newPos, splitter._DA - bar._DA));
 				bar.css(opts.origin, newPos);
-			} else 
+			} else
 				resplit(newPos);
 		}
 		function endSplitMouse(evt) {
@@ -68,7 +68,7 @@
 		}
 		function resplit(newPos) {
 			// Constrain new splitbar position to fit pane size limits
-			newPos = Math.max(A._min, splitter._DA - B._max, 
+			newPos = Math.max(A._min, splitter._DA - B._max,
 					Math.min(newPos, A._max, splitter._DA - bar._DA - B._min));
 			// Resize/position the two panes
 			bar._DA = bar[0][opts.pxSplit];		// bar size may change during dock
@@ -170,7 +170,7 @@
 				initPos = ckpos;
 			$(window).bind("unload", function(){
 				var state = String(bar.css(opts.origin));	// current location of splitbar
-				$.cookie(opts.cookie, state, {expires: opts.cookieExpires || 365, 
+				$.cookie(opts.cookie, state, {expires: opts.cookieExpires || 365,
 					path: opts.cookiePath || document.location.pathname});
 			});
 		}
@@ -191,7 +191,7 @@
 		}
 		else if ( opts.resizeToWidth && !$.browser.msie )
 			$(window).bind("resize", function(){
-				splitter.trigger("resize"); 
+				splitter.trigger("resize");
 			});
 
 		// Resize event handler; triggered immediately to set initial position
diff --git a/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter.css b/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter.css
index 8c50809..778b5c6 100644
--- a/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter.css
+++ b/plone/resourceeditor/resources/filemanager/scripts/jquery.splitter/jquery.splitter.css
@@ -38,17 +38,17 @@
 	/* No margin or border allowed */
 }
 
-/* 
+/*
  Splitter bar style; the .active class is added when the
  mouse is over the splitter or the splitter is focused
- via the keyboard taborder or an accessKey. 
+ via the keyboard taborder or an accessKey.
 */
 #splitter .vsplitbar {
 	width: 6px;
 	background: #ccc url(vgrabber.gif) no-repeat center;
 }
 /*
-#splitter .vsplitbar.active, 
+#splitter .vsplitbar.active,
 #splitter .vsplitbar:hover {
 	background: #e88 url(vgrabber.gif) no-repeat center;
 }
diff --git a/plone/resourceeditor/resources/filemanager/styles/filemanager.css b/plone/resourceeditor/resources/filemanager/styles/filemanager.css
index efc44ab..ea917cc 100644
--- a/plone/resourceeditor/resources/filemanager/styles/filemanager.css
+++ b/plone/resourceeditor/resources/filemanager/styles/filemanager.css
@@ -321,11 +321,11 @@ button.ON {
 	border: 1px inset #ccc;
 }
 
-#grid span { 
+#grid span {
 	background-image: url(../images/application_view_icons.png);
 }
 
-#list span { 
+#list span {
 	background-image: url(../images/application_view_list.png);
 }
 




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


More information about the Testbot mailing list