Changes between Version 27 and Version 28 of DownloadXinha
- Timestamp:
- 02/15/07 23:42:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadXinha
v27 v28 123 123 Tickets resolved since 0.91beta 124 124 * fixed Ticket #831 stop empty anchors from being removed 125 * Make htmlarea.js just load XinhaCore.js instead of being a copy of it.126 * fixed Ticket #445 Toggle TableBorder doesn't work if this.fullpage=true or using FullPage plugin125 * Make htmlarea.js just load !XinhaCore.js instead of being a copy of it. 126 * fixed Ticket #445 Toggle !TableBorder doesn't work if this.fullpage=true or using FullPage plugin 127 127 * fixed Ticket #551 shape and coord attributes of area element are ignored by IE 128 128 * fixed Ticket #650 SpellChecker is not compatible with FullPage plugin … … 150 150 * Ticket #939 Japanese langage support 151 151 * fixed Ticket #3 Horizontal Rule Selection 152 * Plugin ExtendedFileManager: added doc to allowed upload extensions153 * Plugin PasteTextupdate154 * Plugin HtmlEntities: included preset for iso-8859-1152 * Plugin [wiki:Plugins/ExtendedFileManager ExtendedFileManager]: added doc to allowed upload extensions 153 * Plugin [wiki:Plugins/PasteText PasteText] update 154 * Plugin [wiki:Plugins/HtmlEntities HtmlEntities]: included preset for iso-8859-1 155 155 * fixed Ticket #948 IE: inline styles are not rendered by DOMwalk getHTML() 156 * Plugin HorizontalRuleupdate157 * Plugin SaveSubmitupdate158 * Plugin Linkerupdate156 * Plugin [wiki:Plugins/HorizontalRule HorizontalRule] update 157 * Plugin [wiki:Plugins/SaveSubmit SaveSubmit] update 158 * Plugin [wiki:Linker Linker]update 159 159 * fixed Ticket #823 editor contents was not submitted when using JavaScript form.submit() without prior form.onsubmit() 160 * fixed Ticket #459 all body attributes removed in full page mode in FireFox160 * fixed Ticket #459 all body attributes removed in full page mode in !FireFox 161 161 * _editor_url is now converted to absolute if it is relative. 162 162 * fixed Ticket #594 IE: insertHTML() inserts HTML outside editor when editor is not focussed 163 * Ticket #954 FullScreen mode can now be called programmatically or on startup with or without button164 * fixed Ticket #321 FullScreen : select elements show through in IE6163 * Ticket #954 !FullScreen mode can now be called programmatically or on startup with or without button 164 * fixed Ticket #321 !FullScreen : select elements show through in IE6 165 165 * fixed Ticket #953 Statusbar has ugly white gap at the bottom when switching back from full screen in IE 166 * fixed Ticket #952 FullScreen: scrollbars don't disappear in IE inQuirksMode166 * fixed Ticket #952 !FullScreen: scrollbars don't disappear in IE in !QuirksMode 167 167 * fixed Ticket #603 Popop Dialog Height problems 168 168 * fixed Ticket #955 DOMwalk getHTML outputs empty attribute with value "true" instead of attribute name and some are skipped at all