You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica/library/mcefixes
friendica 5589bca1e0
fix !@#$ tinymce linebreaks for the thousandth time
11 years ago
..
README document tinymce fixes/workarounds 11 years ago
plugins.bbcode.editor_plugin_src.js fix !@#$ tinymce linebreaks for the thousandth time 11 years ago
themes.advanced.img.icons.gif Merge branch 'master' of https://github.com/friendica/friendica 11 years ago
themes.advanced.skins.default.dialog.css Merge branch 'master' of https://github.com/friendica/friendica 11 years ago
themes.advanced.skins.default.ui.css Merge branch 'master' of https://github.com/friendica/friendica 11 years ago

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.