From 597da8790ca47dad097cef1a93f078812dd2d5c7 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 26 Sep 2007 22:18:41 +0000 Subject: [PATCH] ActionItem64: removing fckeditor. TinyMCE is much better. --- public/javascripts/fck-custom-styles.xml | 17 ----------------- public/javascripts/fckcustom.js | 31 ------------------------------- public/javascripts/fckeditor | 1 - 3 files changed, 0 insertions(+), 49 deletions(-) delete mode 100644 public/javascripts/fck-custom-styles.xml delete mode 100644 public/javascripts/fckcustom.js delete mode 120000 public/javascripts/fckeditor diff --git a/public/javascripts/fck-custom-styles.xml b/public/javascripts/fck-custom-styles.xml deleted file mode 100644 index f9d9663..0000000 --- a/public/javascripts/fck-custom-styles.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/public/javascripts/fckcustom.js b/public/javascripts/fckcustom.js deleted file mode 100644 index 03ec1a8..0000000 --- a/public/javascripts/fckcustom.js +++ /dev/null @@ -1,31 +0,0 @@ -// CHANGE FOR APPS HOSTED IN SUBDIRECTORY -FCKRelativePath = ''; - -// DON'T CHANGE THESE -FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector='+FCKRelativePath+'/fckeditor/command'; -FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector='+FCKRelativePath+'/fckeditor/command'; -FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector='+FCKRelativePath+'/fckeditor/command'; - -FCKConfig.LinkUploadURL = FCKRelativePath+'/fckeditor/upload'; -FCKConfig.ImageUploadURL = FCKRelativePath+'/fckeditor/upload?Type=Image'; -FCKConfig.FlashUploadURL = FCKRelativePath+'/fckeditor/upload?Type=Flash'; -FCKConfig.AllowQueryStringDebug = false; -FCKConfig.SpellChecker = 'SpellerPages'; - -// ONLY CHANGE BELOW HERE -FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/'; - -FCKConfig.ToolbarSets["Simple"] = [ - ['Source','-','Templates'], - ['Cut','Copy','Paste','PasteWord','-','Print'], - ['Undo','Redo','-','Find','Replace', 'Style'], - '/', - ['Bold','Italic','Underline','StrikeThrough'], - ['OrderedList','UnorderedList'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink'], - ['Image','Table','Rule','Smiley'], - ['-','About'] -] ; - -FCKConfig.StylesXmlPath = FCKConfig.EditorPath + '../fck-custom-styles.xml' ; diff --git a/public/javascripts/fckeditor b/public/javascripts/fckeditor deleted file mode 120000 index ad81d9c..0000000 --- a/public/javascripts/fckeditor +++ /dev/null @@ -1 +0,0 @@ -../../vendor/plugins/fckeditor/public/javascripts/fckeditor \ No newline at end of file -- libgit2 0.21.2