Mailing List Archive

[bricoleurs/bricolage] 2fe346: - added support for CKeditor
Branch: refs/heads/master
Home: https://github.com/bricoleurs/bricolage

Commit: 2fe346a350004ab61f0c87ba9f335c003aff7e4a
https://github.com/bricoleurs/bricolage/commit/2fe346a350004ab61f0c87ba9f335c003aff7e4a
Author: Zdravko Balorda <zdravko@bricolage2.over.net>
Date: 2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
M comp/widgets/container_prof/container.html
A comp/widgets/wysiwyg/ckconfig.js
A comp/widgets/wysiwyg/ckeditor.html
M lib/Bric/Admin.pod

Log Message:
-----------
- added support for CKeditor

This patch is wywsiwyg editor layer to Bricolage. The CKeditor 3.4.2
is found to be working. Just install the editor in comp/media/widgets
directory in to default subdirectory ckeditor. Change the configuration
bricolage.conf WYSIWYG_EDITOR to ckeditor and you should be ok.

There are two new files:
comp/widgets/wysiwyg/ckeditor.html like xinha.html
comp/widgets/wysiwyg/ckconfig.js configuration file for the CKeditor

Two files were modified:
comp/widgets/container_prof/container.html restarting CKeditor on
page reload
lib/Bric/Admin.pod short description on this new Bricolage
feature


Commit: 06a746e74a83650ec593ae0f7c0e9dede5817e74
https://github.com/bricoleurs/bricolage/commit/06a746e74a83650ec593ae0f7c0e9dede5817e74
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-01-17 (Mon, 17 Jan 2011)

Changed paths:
M conf/bricolage.conf
M lib/Bric/Admin.pod
M lib/Bric/Changes.pod

Log Message:
-----------
Mention CKeditor in bricolage.conf.

Also, give credit and remove the note in Bric::Admin about the related document feature, which has not yet been committed.