You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2008/11/16 08:03:51 UTC

svn commit: r717987 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ChangeLog src/com/ecyrd/jspwiki/Release.java src/webdocs/scripts/jspwiki-common.js

Author: brushed
Date: Sat Nov 15 23:03:51 2008
New Revision: 717987

URL: http://svn.apache.org/viewvc?rev=717987&view=rev
Log:
2.8.1-svn-14 Illegal chars removed from jspwiki-common.js

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/scripts/jspwiki-common.js

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=717987&r1=717986&r2=717987&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Sat Nov 15 23:03:51 2008
@@ -1,4 +1,11 @@
-2008-11-06  Janne Jalkanen <ja...@apache.org>
+2008-11-15  Dirk Frederickx <di...@gmail.com>
+
+        * 2.8.1-svn-14
+         
+        * Illegal characters removed from jspwiki-common.js causing the YUI 
+        compressor to fail.
+  
+ 2008-11-15  Janne Jalkanen <ja...@apache.org>
 
         * 2.8.1-svn-13
         

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=717987&r1=717986&r2=717987&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Sat Nov 15 23:03:51 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "13";
+    public static final String     BUILD         = "14";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/scripts/jspwiki-common.js
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/scripts/jspwiki-common.js?rev=717987&r1=717986&r2=717987&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/scripts/jspwiki-common.js (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/scripts/jspwiki-common.js Sat Nov 15 23:03:51 2008
@@ -67,10 +67,10 @@
 	},
 	stripScripts: function(){
 		var text = this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi, function(){
-		      return '';
+			return '';
 		});
 		return text;
-  },
+	}
 })
 
 // get text of a dhtml node