Revise Horde::addScriptFile() API
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 6 Oct 2009 18:53:40 +0000 (12:53 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 6 Oct 2009 18:53:40 +0000 (12:53 -0600)
commit82ab649321b2e7d418610f4d089c8d78c4763e45
tree1bdf9e918f67a5b1f969b0ae0e48db0f070e458b
parentff1ff3c3c759e39956e6aa8fcbd2d5a176cd145d
Revise Horde::addScriptFile() API

Move addExternalScriptFile() into this function - no reason to have a
separate function for this.
Direct loading should be the default.  Loading through javascript.php is
deprecated and any remaining scripts that contain PHP code should be
rewritten ASAP.
Fix javascript loading for fckeditor - use addScriptFile() instead of
the deprecated javascript notification handler.
framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php
framework/Core/lib/Horde.php
framework/Editor/lib/Horde/Editor/Fckeditor.php
framework/Editor/lib/Horde/Editor/Xinha.php
framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php