Ivan Tcholakov 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
..
Classes 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
assets 32b934fe6d [svn r22389] FS#2867 - The online editor, the simple file manager, the Image manager: Implementing a dialog for ceation of new folders. %!s(int64=15) %!d(string=hai) anos
img 158a68d3fe [svn r17430] FS#2867 - FCKEditor, Image Manager: Minor visual fixes. %!s(int64=16) %!d(string=hai) anos
lang ebbccfebda [svn r18347] FS#2867: FCKEditor, Image Manager: Fixing some bugs. %!s(int64=16) %!d(string=hai) anos
ChangeLog 2f1ea9e500 [svn r15985] FCKeditor languages and plugins added see FS#2528 %!s(int64=16) %!d(string=hai) anos
README.txt 3f54b7927e [svn r9834] desactivate upgrade button (not yet tested) %!s(int64=18) %!d(string=hai) anos
config.inc.php 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
editor.php 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
editorFrame.php 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
fckplugin.js da3d95847c [svn r22391] FS#2867 - The online editorr: Fixing some language translations and javascript errors (IE). %!s(int64=15) %!d(string=hai) anos
icon.gif 9f95b7e7d6 [svn r17255] FS#2867 - FCKEditor: Cosmetics, fixing some toolbar icons. %!s(int64=16) %!d(string=hai) anos
icon_or.gif 2f1ea9e500 [svn r15985] FCKeditor languages and plugins added see FS#2528 %!s(int64=16) %!d(string=hai) anos
images.php 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
index.html f87792b814 [svn r17147] FS#2867 - Empty index.html files everywhere within the directory structure of FCKEditor. %!s(int64=16) %!d(string=hai) anos
manager.php 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. %!s(int64=15) %!d(string=hai) anos
newFolder.html e523ce17c1 [svn r20427] styles button in fck editor see FS#3901 %!s(int64=16) %!d(string=hai) anos
thumbs.php 2f1ea9e500 [svn r15985] FCKeditor languages and plugins added see FS#2528 %!s(int64=16) %!d(string=hai) anos

README.txt

Below are the steps required to setup the Wei Zhuo's Image Manager (http://www.zhuo.org/htmlarea/)
as a plugin for FCKeditor.

-----------------------------
SETTING UP THE IMAGE MANAGER:
-----------------------------

- Firstly extract the archive to the editor/plugins directory
- Edit the file 'editor/plugins/ImageManager/config.inc.php' to configure the plugin.

---------------------------
INSTALLING AS A FCK PLUGIN:
---------------------------

The required fckplugin.js file is already in the archive, so all you need to do is update fckconfig.js (in the root directory) and make the following updates:

- The language for the plugin and to directEdit option must be set in its 'editor/plugins/ImageManager/fckplugin.js' file.
- Add the plugin to your FCKeditor by opening you 'fckconfig.js' file and update the 'FCKConfig.ToolbarSets' you're using by replacing 'Image' with 'ImageManager';
Register the plugin with the following statement: "FCKConfig.Plugins.Add('ImageManager');"
- Done. (Should the toolbar icon not appear, try to clear your browser's cache)


--------------------------------------------------------------
UPDATING THE CONTEXT MENU FOR IMAGES TO USE THE IMAGE MANAGER:
--------------------------------------------------------------

Copy an icon for the image manager for the popup context menu
cp /editor/skins/default/toolbar/image.gif /editor/skins/default/toolbar/imagemanager.gif

edit editor/_source/internals/fckcontextmenu.js
- search for 'FCKLang.ImageProperties'
- replace the string in the parameter before the above mentioned one from 'Image' to 'ImageManager'.
the line should now read: return new FCKContextMenuGroup( true, this, 'ImageManager', FCKLang.ImageProperties, true ) ;

This updates the _source context menu to use the image manager. However to avoid having to recompile the whole thing, also need to update the compiled versions too so also repeat the above on the following files:

- editor/js/fckeditorcode_gecko_2.js
- editor/js/fckeditorcode_ie_2.js


Enjoy!
Brent Kelly
Zeald.com
http://www.zeald.com

Paul Moers
http://www.saulmade.nl