[LON-CAPA-cvs] cvs: loncom /html/adm/fckeditor FCKeditor_2.6.5.tar.gz commands loncapaconfig.js
faziophi
faziophi@source.lon-capa.org
Wed, 25 Nov 2009 03:39:13 -0000
faziophi Wed Nov 25 03:39:13 2009 EDT
Added files:
/loncom/html/adm/fckeditor FCKeditor_2.6.5.tar.gz
Modified files:
/loncom/html/adm/fckeditor commands loncapaconfig.js
Log:
Upgrades FCKEditor to version 2.6.5, including the tar.gz package.
Improvements/Features:
-- IE8 Compatibility
-- Spell Check As You Type (SCAYT)
Also:
-- removed Image and Table toolbar buttons temporarily due to bugs
5966 and 5550, respectively, while a permanent solution
can be worked on
-- Image Browser shut off (see bug 5966); a solution may or may
not be possible
Index: loncom/html/adm/fckeditor/commands
diff -u loncom/html/adm/fckeditor/commands:1.2 loncom/html/adm/fckeditor/commands:1.3
--- loncom/html/adm/fckeditor/commands:1.2 Mon Nov 3 10:56:05 2008
+++ loncom/html/adm/fckeditor/commands Wed Nov 25 03:39:13 2009
@@ -1,5 +1,5 @@
path=`pwd`
cd $1
-echo $path/FCKeditor_2.6.3.tar.gz
-tar xzf $path/FCKeditor_2.6.3.tar.gz
+echo $path/FCKeditor_2.6.5.tar.gz
+tar xzf $path/FCKeditor_2.6.5.tar.gz
cp $path/loncapaconfig.js fckeditor/loncapaconfig.js
Index: loncom/html/adm/fckeditor/loncapaconfig.js
diff -u loncom/html/adm/fckeditor/loncapaconfig.js:1.3 loncom/html/adm/fckeditor/loncapaconfig.js:1.4
--- loncom/html/adm/fckeditor/loncapaconfig.js:1.3 Tue Nov 24 00:57:02 2009
+++ loncom/html/adm/fckeditor/loncapaconfig.js Wed Nov 25 03:39:13 2009
@@ -6,7 +6,7 @@
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
- ['Image','Table','Rule', 'Smiley','SpecialChar','PageBreak'],
+ ['Rule', 'Smiley','SpecialChar','PageBreak'], // removed 'Image', 'Table' from front
['TextColor','BGColor'],
['Style','FontFormat','FontName','FontSize'],
['FitWindow','-','About']
@@ -21,3 +21,4 @@
FCKConfig.FormatOutput = true;
FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'p' ; // p | div | br
+FCKConfig.ImageBrowser = false;