From b4a2dae0850ed72b61b008e44efa98f300ccd640 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 Mar 2012 21:04:09 -0700 Subject: [PATCH] added README to mcefixes to explain what is going on. --- library/mcefixes/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 library/mcefixes/README diff --git a/library/mcefixes/README b/library/mcefixes/README new file mode 100644 index 0000000000..dca70e1c39 --- /dev/null +++ b/library/mcefixes/README @@ -0,0 +1,4 @@ +In order to make TinyMCE work smoothly with Friendica, the files in this directory are those few files we've changed in TinyMCE. We will attempt to keep them current, but if you decide to upgrade tinymce, it is best to save current copies of the files in question from the active tinymce tree and replace them or merge them after upgrade. + +Except for some simple theming, the primary changes are the advanced theme icon set, which we changed the "html" icon to "[]" to represent BBcode, and major changes have been made to the bbcode plugin. + \ No newline at end of file