friendica/library/mcefixes
friendica 5589bca1e0 fix !@#$ tinymce linebreaks for the thousandth time 2012-07-04 17:15:43 -07:00
..
README document tinymce fixes/workarounds 2012-04-01 04:13:27 -07:00
plugins.bbcode.editor_plugin_src.js fix !@#$ tinymce linebreaks for the thousandth time 2012-07-04 17:15:43 -07:00
themes.advanced.img.icons.gif Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
themes.advanced.skins.default.dialog.css Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
themes.advanced.skins.default.ui.css Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00

README

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. 
 

in TinyMCE 3.5b2 it appears that we are getting double linefeeds. Code has been put in place in mod/item.php and mod/message.php to reduce the duplicates.