You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by gm...@apache.org on 2013/07/01 21:28:16 UTC

svn commit: r1498635 - in /incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts: fckconfig.js prettify.js

Author: gmazza
Date: Mon Jul  1 19:28:16 2013
New Revision: 1498635

URL: http://svn.apache.org/r1498635
Log:
Added comments to JS files

Modified:
    incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/fckconfig.js
    incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/prettify.js

Modified: incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/fckconfig.js
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/fckconfig.js?rev=1498635&r1=1498634&r2=1498635&view=diff
==============================================================================
--- incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/fckconfig.js (original)
+++ incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/fckconfig.js Mon Jul  1 19:28:16 2013
@@ -22,8 +22,19 @@
  *
  * Follow this link for more information:
  * http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
+ *
  */
 
+// Note 7/2013: JSPWiki does not package this editor in its distribution
+// it's necessary for it to be manually included by the user 
+// (See "HowToManuallyIntegrateFCKEditor" in the JSPWiki Wiki.)
+//   
+// This configuration is apparently for FCKEditor V2.6.2 (rather old): 
+// https://issues.apache.org/jira/browse/JSPWIKI-61, featuring JSPWiki's   
+// overrides to standard values shown in
+// https://dev.ckeditor.com/browser/FCKeditor/branches/versions/2.6.x/fckconfig.js?rev=2113
+// A later version, CKEditor, is also available (see JIRA issue JSPWIKI-623).
+ 
 // JSPWiki: this option is dynamically configured in the 'FCK.jsp' file
 // to point to this very 'fckconfig.js' file that you are viewing right now.
 //FCKConfig.CustomConfigurationsPath = '' ;

Modified: incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/prettify.js
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/prettify.js?rev=1498635&r1=1498634&r2=1498635&view=diff
==============================================================================
--- incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/prettify.js (original)
+++ incubator/jspwiki/trunk/jspwiki-war/src/main/webapp/scripts/prettify.js Mon Jul  1 19:28:16 2013
@@ -11,7 +11,10 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-
+//
+// Used google-code-prettify version dated March 4, 2013:
+// http://code.google.com/p/google-code-prettify/downloads/list
+//
 
 /**
  * @fileoverview