PKP Bugzilla – Bug 4697
resolve duplication of TinyMCE code in plugins
Last modified: 2012-09-25 13:37:30 PDT
TinyMCE script/code duplication exists in the Static Pages plugin (see Bug 4690) and the Custom Block Manager plugin. Since the default TinyMCE plugin has been extended to include extended support for images etc., this duplication (meant originally to give more options to developing blocks/pages, IIRC) should be resolved to rely only on the normal TinyMCE code. The script stuff can be found in plugins/generic/staticPages/StaticPagesEditForm.inc.php and in plugins/generic/customBlock/CustomBlockEditForm.inc.php.