]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
FIXME for Plugin::path() in TinyMCE
authorEvan Prodromou <evan@status.net>
Thu, 3 Feb 2011 16:38:11 +0000 (11:38 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 3 Feb 2011 16:38:11 +0000 (11:38 -0500)
plugins/TinyMCE/TinyMCEPlugin.php

index e0640ebdf36d9194888cdac879441df33cc74676..49bbdf90db1159b236093299a0f73ae22f71259f 100644 (file)
@@ -38,6 +38,10 @@ if (!defined('STATUSNET')) {
  * Use TinyMCE library to allow rich text editing in the browser
  *
  * Converts the notice form in browser to a rich-text editor.
+ * 
+ * FIXME: this plugin DOES NOT load its static files from the configured
+ * plugin server if one exists. There are cross-server permissions errors
+ * if you try to do that (something about window.tinymce).
  *
  * @category  WYSIWYG
  * @package   StatusNet