Contributions

Other (Category Index)
Search: 

CKEditor [wyswyg]

English_______________
Very good editor wyswyg and more modern than tinyMCE and FCKEditor.

Added screenshot

Español______________
Editor wyswyg muy bueno y más moderno que tinyMCE y FCKEditor.

Añadido screenshot

FULL PACKAGE

Expand All / Collapse All

security bug fix 29 Jul 2011

There is a small bug related with security in filemanager config.php . If someone knows the url for filemanager (i.e. http://xxxxxxx/admin/ckeditor/filemanager/index.php?editor=ckeditor&filter=image&CKEditor=products_description[2]&CKEditorFuncNum=2&langCode=en), then he/she can view, delete, or change the files.

To fix that:

FIND:
if (!isset ($_SESSION ['osCAdminID']))
on line 29

CHANGE TO:
if (!isset ($_SESSION ['osCAdminID'])) exit;

ckeditor with filemanager 1.1 31 Jan 2011
ckeditor with filemanager 25 Jan 2011
Bug in the loop 25 Jan 2011
No license needed 21 Oct 2010
CKEditor 3.4 24 Sep 2010
You have to pay for CKEditor use 23 Aug 2010
Updated instruction 4 Feb 2010
Support 31 Jan 2010
Turn ckeditor on/off in admin. 29 Jan 2010
Only load javascript when needed. 29 Jan 2010
Support tread 29 Jan 2010
CKEditor [wyswyg] 14 Nov 2009

Note: Contributions are used at own risk.