fixed: gateway macro not usable in links in rich editor

This commit is contained in:
Graham Knop 2008-04-10 22:14:56 +00:00
parent ede0d57974
commit 99d96a6a82
3 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,7 @@
- fixed: able to view visitor profile, send private messages, add as friend
- fixed: international characters corrupted in titles
- fixed: Users without karma can transfer karma by rating posts
- fixed: gateway macro not usable in links in rich editor
7.5.9
- fixed: Collaboration System attachments follow site's max size instead of CS's

View file

@ -464,7 +464,7 @@ sub getRichEditor {
remove_script_host => JSON::true(),
auto_reset_designmode => JSON::true(),
cleanup_callback => "tinyMCE_WebGUI_Cleanup",
urlconvertor_callback => "tinyMCE_WebGUI_URLConvertor",
urlconverter_callback => "tinyMCE_WebGUI_URLConvertor",
theme_advanced_resizing => JSON::true(),
(map { "theme_advanced_buttons".($_+1) => (join ',', @{$toolbarRows[$_]}) }
(0..$#toolbarRows)),

View file

@ -1,7 +1,6 @@
// WebGUI Specific javascript functions for TinyMCE
function tinyMCE_WebGUI_URLConvertor(url, node, on_save) {
url = tinyMCE.convertURL(url, node, on_save);
// Do custom WebGUI convertion, replace back ^();
// turn escaped macro characters back into the real thing