[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 Version 1.43 (2005-03-06) 2 Fixed bug with ask option not working at all. 3 Fixed bug where a "instance is not defined bug" error was produced. 4 Fixed bug with empty image src produced a error. 5 Fixed so the simple and default theme used the same CSS style as the advanced theme. 6 Fixed bug with the relative to absolute URL convertion logic if a empty string was passed used. 7 Fixed parse error bug with the source editor some servers can't handle XML PI declarations. 8 Fixed bug issue with HR elements in MSIE, if a specific work pattern where used a runtime error was produced by MSIE. 9 Fixed bug in the URL convertor logic, port numbers was not correctly handled. 10 Fixed issue where the cursor was placed before a insert of custom charater or date/time. 11 Fixed bug where the editor height option didn't work on MSIE. 12 Fixed bug where a linefeed within a table cell broke the table in Firefox/Mozilla. 13 Fixed bug where return/enter key after a image removed all content. 14 Fixed bug where return/enter key sometimes produced nestled P elements. 15 Fixed bug where the editor was stealing focus on load in MSIE. 16 Fixed bug where the visual aid logic forces width/height attributes on tables. 17 Fixed bug where getCSSClasses some times returned null value. 18 Fixed issue where the lang_insert/lang_update language variables wasn't entity decoded. 19 Fixed so the image/link/flash drop list gets auto selected thanks goes to Randy Simons and salzbermat. 20 Fixed so remove formatting button in MSIE removes all classes aswell. 21 Fixed issue where output contained single br element when the editor area was empty. 22 Added new %A/%a/%B/%b format chunks to insertdatetime, these insert localized date names such as January. 23 Added new oninit callback option for TinyMCE this callback is executed when all editor instances been initialized. 24 Added new preview panel to dialog in the advimage plugin, contributed by Virtuelcom. 25 Added element class name to element path in the advanced theme. 26 Updated Canadian French table language pack contributed by Virtuelcom. 27 Updated the swedish language pack, contributed by Mats Löfström, York Consulting AB. 28 Version 1.42 (2005-02-14) 29 Fixed bug with the element path beeing resized if width/height of editor was 100%. 30 Fixed bug with reloading/flicker of all button images in MSIE if browser cache is disabled. 31 Fixed backspace/delete bug in Firefox, some times the cursor got stuck. 32 Fixed bug issues with enter/return key in Firefox/Mozilla. 33 Fixed bug where copy/paste and drag drop of images/links failed in Firefox/Mozilla if a document_base_url is provided. 34 Fixed so when relative_urls is set to false it forces absolute URLs for images/links. 35 Fixed so the _src.js suffix versions of the themes and plugins gets loaded with the tiny_mce_src.js script is used. 36 Fixed so verify_css_classes option is disabled by default. 37 Fixed bug where tables where resized when toggling visual aid in Firefox/Mozilla. 38 Fixed bugs with advhr plugin running in a hidden div element. 39 Added new auto_focus option that enabled a specific editor area to be focused on startup. 40 Added a extra argument to the filebrowser callback inorder to get the calling window reference. 41 Added a new persian (farsi) language pack contributed by Morteza Zafari. 42 Added new more nice looking icons contributed by Morteza Zafari and Michael Keck. The old icons are available in a separate icon pack. 43 Added updated Canadian French language pack contributed by Virtuelcom. 44 Added updated French languahe pack contributed by Laurent Dran. 45 Added updated German language pack contributed by Tobias Heer. 46 Added some documentation regarding the layout manager options made by SlyD. 47 Version 1.41 (2005-01-31) 48 Added new table plugin, all table code is moved into this plugin [BREAKS COMPATIBLITY]. 49 Added new external_link_list_url/external_image_list_url options for better backend integration. 50 Added new file_browser_callback option for better backend integration. 51 Added new layout manager code into the advanced theme, contributed by SlyD. 52 Added new nowrap option, enables so users may change the word wraping behavior. 53 Added new Thai language pack contributed by Innozent. 54 Added obfuscated version of all plugins and themes to reduce over all startup/download time. 55 Added Simplified Chinese language pack contributed by cube316. 56 Added a updated Czech language pack thanks to Josef Klimosz. 57 Fixed issue where anchor elements where closed. This results in browser problems with the outputed HTML. 58 Fixed bug where the first return key press didn't produce a paragraph in Firefox/Mozilla. 59 Fixed bug in the searchreplace plugin where replace content sometimes fails in Firefox/Mozilla. 60 Fixed so all language packs now uses the ISO-639-2 code instead of ISO 3166-1 [BREAKS COMPATIBLITY]. 61 Fixed some issues with the force_br_newlines option in MSIE. 62 Fixed bug where the backspace or delete key produced BR elements in Firefox/Mozilla. 63 Fixed bug issue with link and image dialogs of the default theme/simple example. 64 Fixed some bugs when having the editor hidden in a tab/div, contributed by Ernst de Moor. 65 Fixed some character issues with the Danish language packs, contributed by someone unknown. 66 Version 1.40 (2005-01-09) 67 Added a new default value for the font size drop down, if no font size where found this gets selected. 68 Added a auto resize window feature, this is enabled by default but can be disabled with a window argument. 69 Added a new print plugin, prints the current editor contents to a printer. 70 Added a new searchreplace plugin, adds a search, searchnext and replace button. 71 Fixed bug issue where buttons didn't display correctly on some Firefox installations. 72 Fixed issue with value and type attributes of input elements getting lost in cleanup on MSIE. 73 Fixed so that the getEditorInstance command is public, returns a TinyMCEControl by id. 74 Fixed issue where "true" and "false" string wasn't treated as booleans in TinyMCE init options. 75 Fixed so cursor/mousepointer allways remains a arrow in all themes when rolling over buttons. 76 Fixed the popup windows so they are mode "modal" in Mozilla/Firefox. 77 Fixed so the ask question is displayed when elements are focused with the tab key. 78 Fixed so the ask option works when mode option is set to exact. 79 Fixed issue with visualaids on tables not working correctly when the user uses the tab key in Firefox/Mozilla. 80 Fixed some bugs with the mceSetCSSClass class command and the element path. 81 Fixed a new version of the mceInsertContent command. 82 Fixed so the auto_cleanup_word option is disabled by default. 83 Removed the langs of the zoom plugin, it now uses + instead of the "zoom" word. 84 Version 1.391 (2005-01-04) 85 Fixed major spacebar bug in MSIE, spacebar was disabled. 86 Version 1.39 (2005-01-04) 87 Updated the Flash plugin with a new version, contributed by jamesw. 88 Added new setWindowArg function, useful if plugins are to call other plugins. 89 Added new save plugin, this plugin adds a save/submit form button to tinyMCE, contributed by SlyD. 90 Added new hilite color support, sets a background-color style on the selected text. 91 Added new variable replacement popup URLs, check the openWindow function documentation for details. 92 Added new force_p_newlines option, forces P elements on return/enter key in Mozilla/Firefox. 93 Added new theme_advanced_path_location, adds a element path list. 94 Added new theme_advanced_toolbar_align option, defaults to center. 95 Added new Portuguese translation contributed by José Pedro Pereira. 96 Added new mceSelectNode and mceSelectNodeDepth commands. 97 Added new add_unload_trigger option, this adds a unload triggerSave call. Enabled by default. 98 Added am/pm time format to the insertdatetime plugin. 99 Fixed font color and size attribute bug, contributed by Vincent FIACK. 100 Fixed className undefined bug, Firefox/Mozilla produced a console error sometimes. 101 Fixed so mceSetCSSClass command may be applied to all sorts of elements. 102 Fixed so anchor elements can be removed by setting the anchor name to nothing. 103 Fixed typing performance some in Firefox/Mozilla, removed some nodechange triggers. 104 Fixed so the zoom plugin is invisible in MSIE 5.0, since zoom isn't available in that browser. 105 Fixed bug with the emotions plugin in MSIE 5.0, it was opening a new window. 106 Fixed so contents stay within the editor if the user hits the back/forward buttons. 107 Fixed bug where the window.name property was set to the image name. 108 Fixed so anchors links within the same page are made relative when relative_urls are set to false. 109 Updated the advanced theme so most of the images are loaded from a tiled image, improves loading time. 110 Updated the Swedish language pack, contributed by Martin. 111 Updated the readme.txt in the advlink plugin, was some problems with the valid_elements. 112 Updated the default CSS for the advanced theme some, added button backgrounds to look like office2k. 113 Version 1.38 (2004-11-28) 114 Added new textarea field for form elements when debug mode is enabled, contributed by Michael Keck. 115 Added new spacer item support for the theme_advanced_buttons<n> options, contributed by Michael Keck. 116 Added new selection borders for images and hr elements, contributed by Michael Keck. 117 Added new advhr plugin, this plugin handles advanced settings on HR elements, contributed by Michael Keck. 118 Added new german language pack for the preview plugin, contributed by Michael Keck. 119 Added new word wrap and source formatting to the source editor, contributed by Michael Keck. 120 Added new updated charmap, contributed by Michael Keck. 121 Added new flash plugin that enabled flash movied to be handled, contributed by Michael Keck. 122 Added the old cut/copy/paste commands to the advanced theme, these are not visible by default. 123 Added new theme_advanced_buttons<N>_add_before option to advanced theme. 124 Added new "update" button title for a popup windows. 125 Added new zoom prefix language variable to the zoom plugin. 126 Added new entities option, that enables you to config entity code to name convertion. 127 Added new custom cleanup possibility to plugins. 128 Added new cleanup_callback option, adds the possibilty to add custom cleanup logic. 129 Added new Norwegian language pack, contributed by Sten Aksel Heien. 130 Added new Korean language pack, contributed by Setzer Gabbiani. 131 Fixed the layout of the color picker, contributed by Michael Keck. 132 Fixed so the preview plugin doesn't include the any toolsbars in preview popup window, contributed by Michael Keck. 133 Fixed bug where anchors elements was treated as links. 134 Fixed so all popup windows are modal dialogs in MSIE. 135 Fixed bug where the word "null" sometimes appares in HTML after cleanup in Firefox/Mozilla. 136 Fixed bug where form elements with missing name attributes produced errors. 137 Fixed some default value bugs and issues with the new advlink plugin. 138 Fixed the link/image dialog sizes in the SE language pack. 139 Fixed the content duplication bug, it seems to be fixed anyway, if not please let me know. 140 Fixed bug where plugin handleNodeChange extentions broke the theme function. 141 Version 1.37 (2004-11-12) 142 Added new mceResetDesignMode command that can be used when the editor is placed in tabs. 143 Added new updated Italian language pack thanks goes to "Fabrix Xm" for the contribtion. 144 Added new greek language pack thanks goes to "Jacaranda Bill" for the contribution. 145 Added new french language pack thanks goes to "Pat Boens" for the contribution. 146 Added new russian language pack thanks goes to "Roman Filippov" for the contribution. 147 Added new updated Dutch language pack thanks goes to Arnoud van Delden and Ernst de Moor for the contribution. 148 Added new convert_newlines_to_brs option, that enables newlines to be converted to br elements. 149 Added new custom_undo_redo_keyboard_shortcuts option, enables keyboard shortcuts to be enabled/disabled. 150 Added new auto_reset_designmode option, thats resets the design mode when a editor instance is focused. 151 Added new form reset handler, resets the contents of TinyMCE areas when the onreset event is trigged. 152 Added new skip_cleanup parameter to triggerSave, this parameter is optional and defaults to false. 153 Added new lang_underline_img language variable to all themes. 154 Added new title attribute to all images, enables tooltips in Mozilla and Firefox. 155 Added new insert and cancel CSS id's for all submit and cancel buttons. 156 Added new full featured example that includes all available plugins and buttons. 157 Added new advlink and advimage plugins to TinyMCE, these are more advanced link and image tools. Contributed by Michael Keck. 158 Added new parameters to insertImage and insertLink commands. Contributed by Michael Keck. 159 Added updated compatiblity chart, includes a matrix table thanks goes to Ernst de Moor. 160 Added new insert image icon contributed by Arnoud van Delden and Ernst de Moor. 161 Added window focus on all popup windows, contributed by Arnoud van Delden and Ernst de Moor. 162 Fixed some issues with the char map added some characters and removed duplicate ones, contributed by Arnoud van Delden and Ernst de Moor. 163 Fixed the insert row icon, rotated it 180 degrees, contributed by Arnoud van Delden and Ernst de Moor. 164 Fixed the visual aid icon, made it a bit darker. Contributed by Arnoud van Delden and Ernst de Moor. 165 Fixed some issues with entity encoding in source editor aswell as in core cleanup code. 166 Fixed bug where the auto import CSS feature imported invalid CSS rules with : or spaces. 167 Fixed bug where unnecessary entity encoding of characters was done. 168 Fixed the window sizes some to better function on MSIE with SP2. 169 Fixed some issued with the auto word cleanup feature, fixes some issued with content duplication. 170 Fixed bug that made the editor to throw weird error when HTML code includes <!a or <!/a> content. 171 Fixed bug where the style attribute was returned on images in source output even if it was disabled. 172 Fixed issue where the UI form elements of TinyMCE was submitted with the form submit. 173 Version 1.36 (2004-10-19) 174 Added a newly modified version of the German language pack from "krokogras". 175 Added auto resizing to popup windows with the same name. 176 Added example page for the plugin_preview_pageurl option in the preview plugin. 177 Fixed issue with link button auto enable/disable feature when content selection was made with the keyboard. 178 Fixed bug where events wasn't handled correctly in MSIE 5.5 and some 6.0 versions. 179 Fixed so align on images gets set as float style when the inline_styles option is enabled. 180 Fixed so solid border style isn't applied on elements with a border when the inline_styles option is enabled. 181 Fixed some issues with tables and the inline_styles option. 182 Fixed back button issue with MSIE, iframes was placed in browser history. 183 Version 1.35 (2004-10-13) 184 Added so that whitespace gets stripped in plugin and theme_advanced_buttons options. 185 Added custom plugin_preview_pageurl option to preview plugin. 186 Added Canadian French language packs for the new plugins, contributed by Virtuelcom. 187 Added new theme_advanced_blockformats option. 188 Added new title support to advanced theme link dialog. 189 Added new Ctrl+B/I/U keyboard shortcuts for Firefox. 190 Added Polish language pack contributed by "revyag". 191 Added Taiwanese language pack contributed by "Jim Kou". 192 Added updated German language pack contributed by "Krokogras". 193 Fixed some issues with ieSpell including better language support. 194 Fixed bug with default value in valid_elements not working in Firefox some times. 195 Fixed bug when focusing links without selecting any characters. 196 Fixed some typos in Swedish language pack. 197 Fixed bug with content selection and link button auto enable/disable feature. 198 Fixed bug issue when "theme_advanced_buttons<N>" options where left empty. 199 Fixed various bugs with absolute URLs. 200 Version 1.34 (2004-10-03) 201 Added new insertdatetime plugin, inserts date/time in various formats. 202 Added new preview plugin, previews the HTML page in a new window. 203 Added new zoom plugin, adds the possibility zoom the editor in MSIE. 204 Added new emotions plugin, adds the possibility to add smileys. 205 Fixed so that TinyMCE functions on MSIE 5.0 again. 206 Fixed so that TinyMCE functions better on Mozilla 1.3. 207 Fixed so that the cursor doesn't jump to the top when setting styles. 208 Fixed bug with STRONG and EM elements wasn't handled correctly in Firefox. 209 Optimized the key handling some, gives better typing performance. 210 Removed key down statusbar debug info. 211 Version 1.33 (2004-09-29) 212 Removed the need of loading blank.html, iframes are now created dynamicly. 213 Fixed bug when selecting tables, MSIE was casting errors. 214 Fixed bug with pluginurl variable. 215 Fixed bug when tinyMCE.selectedElement error was cast in Mozilla. 216 Added new Arabic language pack contributed by Hani Suleiman. 217 Added "lang_dir" support to language packs like Arabic. 218 Version 1.32 (2004-09-25) 219 Added new ieSpell plugin, only works in MSIE. 220 Added new "theme_advanced_buttons<N>_add" option. 221 Added new importPluginLanguagePack function. 222 Added new Danish language pack contributed by Jan Moelgaard. 223 Added updated German language pack contributed by Christopher Müller. 224 Added new any_selection to handleNodeChange callback. 225 Modified so link/unlink is dimmed if nothing is selected. 226 Fixed bug when deleting images in Firefox. 227 Changed the plugin location to a new plugin directory. 228 Renamed the "theme_plugins" option to "plugins". 229 Version 1.31 (2004-09-18) 230 Added Canadian French language pack, contributed by Virtuelcom. 231 Added so link/unlink buttons gets selected when user enters a link element. 232 Fixed URL bug when drag dropping/copy pasting images in Mozilla. 233 Fixed so mso style attribs don't get trimmed if auto_cleanup_word option is set to false. 234 Fixed bug with text alignment buttons. 235 Fixed bug with CSS auto import function in MSIE. 236 Fixed initialization bugs and issues. 237 Version 1.30 (2004-09-10) 238 Fixed bug issue where the editor was stealing focus from location bar. 239 Fixed bug issue with absolute aligned images lost focus when using tools. 240 Fixed bug #1025483, Url converting broken. 241 Added ability to send command values in advanced theme button list, contributed by someone helpfull. 242 Added new cleanup_on_startup option, to increase startup speed. 243 Added new inline_styles partly based on a contribution by Victor Nilsson. 244 Added new named anchor support. 245 Added custom_undo_redo_levels option. 246 Version 1.29 (2004-09-08) 247 Added new getEditorId function, to retrive the editor id of a form element. 248 Readded so cleanup is automaticly executed on editor startup in MSIE. 249 Added some various cleanup fixes for MS Word HTML. 250 Added new auto_cleanup_word option, enabled auto MS Word HTML cleanup on paste events. 251 Fixed parameter issue with insertImage function. Bug #1022863. 252 Fixed bug #1022874, Where the small theme had underline command on strikethrough button. 253 Fixed some bugs with table commands. 254 Fixed bug #1023204, mceRemoveControl brings back the old HTML. 255 Fixed bug issue with tinyMCE.selectedInstance in Mozilla. 256 Fixed bug issue with Mozilla not saving content. 257 Version 1.28 (2004-09-04) 258 Added new Finnish language pack thanks to Urho Konttori. 259 Added new rowseparator as a possible value of the theme_advanced_buttons<n> options. 260 Added new theme_advanced_toolbar_location option. 261 Added new uid variable option to valid_elements. (Generates unique IDs) 262 Added new "directionality" option to support languages like Arabic. 263 Added new character map button/window. 264 Added new guidelines/visual aid toggle button. 265 Reduced the source of the advanced theme some, and added some better comments. 266 Separated the default theme in to files aswell. 267 Removed source area size options and made source editor resizable instead. 268 Increased the default width and height of the source editor. 269 Fixed bug where image width/height default to 0x0 if these attributes wasn't defined. 270 Fixed some bug issues with MSIE 5.5. 271 Version 1.27 (2004-08-29) 272 Added new cleanup logic, with new options and smarter behavior. 273 Added new "trim_span_elements" option (removed unneeded span elements). 274 Added new "verify_css_classes" option (verifies so class attributes contain a valid class). 275 Added new "verify_html" option (enables/disabled verification of elements and attributes). 276 Added new value verification type to "valid_elements" option. 277 Added new simple wildcard support in "valid_elements" option. 278 Added class as a valid attribute to table elements by default. 279 Added so non existent classes gets removed HTML output. 280 Added fix for entities, so they get converted correctly. 281 Added new class select box in table dialog. 282 Added hr as a default valid element. 283 Fixed some issues with the language packs. 284 Fixed some weird bugs and issues with hr elements. 285 Fixed bug where Mozilla was casting exceptions on keypress. 286 Version 1.26 (2004-08-25) 287 Added a better way to create theme popup windows (External files). 288 Added new getWindowArg function, returns window arguments in theme popups. 289 Modified the advanced theme to adopt the new theme popup idea. 290 Fixed critical Mozilla bug, where the editor didn't work at all some times. 291 Fixed bug with auto CSS class import feature running on Firefox. 292 Version 1.25 (2004-08-22) 293 Added new format select box in advanced theme (Can be disabled). 294 Added new "theme_advanced_disable" option to advanced theme. 295 Added some new elements to default list of valid elements (Format select box elements). 296 Added new font face, forecolor and font size support, these are not enabled by default. 297 Added new "mceAddControl" command, enables users to dynamicly add editors. 298 Added new execInstanceCommand function, check the documentation for details. 299 Added new "mceSetAttribute" command. 300 Modified the themes so that the focus alert doesn't popup as often as before. 301 Modified the "mceRemoveControl" command so it can handle element id aswell as editor ids. 302 Fixed some bugs and issues with the new custom undo/redo logic. 303 Fixed weird Mozilla bug #997860. 304 Version 1.24 (2004-08-17) 305 Modified so that span with CSS classes that don't exists get removed. 306 Added new "custom_undo_redo" option, this option is enabled by default. 307 Added new "fix_content_duplication" option, that fixes some MSIE content duplication issues. 308 Added new "mceFocus" command, that changes focus to the specified editor instance. 309 Added new "mceReplaceContent" command, that enables users to replace the current selection. 310 Fixed so styles including spaces doesn't get listed in style selection box. 311 Fixed bug with form element names and exact mode in Mozilla. 312 Fixed so tiny_mce_src.js can be used aswell as tiny_mce.js. 313 Converted some of the language packs to better support unicode. 314 Version 1.23 (2004-07-31) 315 Modified the mceSetCSSClass command to address bug #997071. 316 Added new Hungarian language pack thanks to 2XP. 317 Added new callback "setupcontent_callback" check the manual for details. 318 Fixed bug #994506, where empty theme_plugins option generated a 404 error. 319 Fixed bug #999332, where image properties wasn't removed if the user deleted the image. 320 Version 1.22 (2004-07-19) 321 Fixed bug #989846, Image resize bug. 322 Changed so that style attribute values get converted to lowercase in MSIE. 323 Changed so the alignment called "middle" is "center" in table properties. 324 Fixed so visual aids work correctly after using the source editor. 325 Fixed some issues with anchor links. 326 Fixed so that javascript: links can be used. 327 Added width/height options for the advanced source editor. 328 Fixed bug issue with URL:s containing quotes or single quotes. 329 Fixed so that document_base_url can point to another domain. 330 Version 1.21 (2004-07-12) 331 Added new "theme_plugins" option, check the manuals for details. 332 Added new "execCommand" plugin extention possibility. 333 Added new "buttons<n>" config options to the advanced theme. 334 Added new "mceRemoveControl" command. 335 Added Spanish language pack thanks to "Alvaro Velasco". 336 Fixed first click bug. 337 Fixed so CSS url:s can be absolute. 338 Updated the FAQ regarding the Cut/Copy/Paste issue. 339 Version 1.20 (2004-07-05) 340 Fixed bug issue #983257, JS runtime error when template contains no controls. 341 Removed cut/copy/paste commands and icons due to security reasons in Mozilla. 342 Added Czech language pack, thanks goes to "Pavel Novák" for the contribution. 343 Fixed minor bug regarding empty attributes. 344 Fixed so the "extended_valid_elements" overrides previous declarations. 345 Version 1.19 (2004-06-28) 346 Fixed focus bug that appared on Linux version of Mozilla. 347 Fixed major bug issues with some Firefox/Firebird versions on Linux. 348 Fixed minor visual aid bugs on tables. 349 Fixed minor bugs with table commands. 350 Fixed scroll issue in HTML source windows on Mozilla/Linux. 351 Added a compatiblity chart to the manuals. 352 Version 1.18 (2004-06-20) 353 Added new option "remove_script_host". 354 Some minor fixes to the mceInsertContent command. 355 Fixed some issues with visual aids for tables. 356 Fixed strange focus bug in MSIE. 357 Updated some of the documentation. 358 Version 1.17 (2004-06-16) 359 Fixed bug, #972666 - Doesn't save edits when id != name. 360 Added more Italian, user manuals. Thanks goes to "Fabrix Xm". 361 Added Dutch language pack thanks to "Meint Post". 362 Modified the MSIE version of mceInsertContent command. 363 Version 1.16 (2004-06-14) 364 Added new table dialog and TinyMCE_<theme>_getInsertTableTemplate template function. 365 Added auto class import feature and Italian language pack thanks goes to "Lorenzo Pavani". 366 Added border, alignment, vspace, hspace, width, height fields to the image properties dialog in advanced theme. 367 Updates advanced theme help pages for Swedish and English. 368 Fixed some minor issues with the mceSetCSSClass command. 369 Fixed minor MSIE bug in built in default URL convertor. 370 Fixed some image alignment issues. 371 Fixed support for site root script paths like src="/jscripts/tiny_mce.js". 372 Removed the use of "TinyMCE_advanced_cssClasses" from "advanced" theme. 373 Modified the default value of "valid_elements" to include table align and class as valid attributes. 374 Modified the default value of "valid_elements" to set img border attribute to 0 by default instead of by force. 375 Modified so that popup windows gets centered on screen. 376 Version 1.15 (2004-06-09) 377 Added new "advanced" theme, that adds some new functions. 378 Added new public js functions "getContent, setContent, applyTemplate, openWindow". 379 Added new custom command "mceSetCSSClass", that sets css class of the selection. 380 Added new custom command "mceInsertContent", that inserts HTML content. 381 Added class attributes to some of the elements in the default value of "valid_elements". 382 Added ability to have theme specific language packs by the js function "importThemeLanguagePack". 383 Added more documentation to the usage and themes sections. 384 Added table support, with custom commands and in advanced theme. 385 Modified the advanced example to include the new advanced theme. 386 Fixed tooltips for buttons in Mozilla. 387 Version 1.14 (2004-06-07) 388 Added new conversion possibility to save callback. 389 Added some more usage documentation. 390 Fixed some issues will updateContent function in Mozilla. 391 Fixed some issues with relative paths. 392 Fixed small Mozilla issue with visual aids. 393 Fixed so that the default theme sets image border to 0. 394 Fixed bug #968079, Removing editor buttons in template can cause errors. 395 Version 1.13 (2004-06-04) 396 Fixed critical bug where the editor didn't work at all in MSIE. 397 Fixed bug where table visual aids didn't work in Mozilla. 398 Version 1.12 (2004-06-03) 399 Added updateContent function thanks to "Jürgen Baute" contribution. 400 Added documentation of the diffrent public javascript functions of tinyMCE. 401 Fixed bug #965615, Empty editor content returns "<br />" as value after cleanup. 402 Fixed bug where Bold and Italic didn't work correctly in Mozilla. 403 Version 1.11 (2004-06-01) 404 Added new option "document_base_url", it's used when converting absolute URLs to relative ones. 405 Added so that align button sets the align attribute of selected images. 406 Fixed bug when / was passed within query string to the editors page. 407 Fixed bug #961041, Image attributes are not removed. 408 Version 1.1 (2004-05-26) 409 Fixed bug #960112 JavaScript error when opening image window. 410 Fixed bug #926644 Multiple forms with elements having the same name failed. 411 Added function so that "specific_textareas" mode handles the "ask" option. 412 Added new option "focus_alert", to remove annoying focus alert message. 413 Version 1.09 (2004-05-24) 414 Added new option "extended_valid_elements", this option adds extra elements to the "valid_elements" list. 415 Fixed bug #958637, Resized images are displayed in original size 416 Fixed bug #958942, Bug on realitive_urls (Bug with absolute URLs to insertlink_callback, insertimage_callback callbacks) 417 Fixed bug #958498, Unable to change Bold and italic text in Mozilla. 418 Version 1.08 (2004-05-21) 419 Added new attributes "border, hspace, vspace, width, height, align" to the getInsertImageTemplate theme function. 420 Added new relative_urls option, this new feature converts all absolute URLs to relative URLs and it's on by default. 421 Fixed bug #956007, the CSS theme URL:s was allways pointing to the default theme. 422 Fixed bug where enter/return key produced a error in the insert link popup window form. (This was done in the default template) 423 Fixed bug #957681, Could not delete text without first adding character bug in Mozilla. 424 Version 1.07 (2004-05-10) 425 Added experimental support for option "force_br_newlines" to address bug #922416 and feature request #936270. 426 Fixed bug with mailto: links. 427 Version 1.06 (2004-04-15) 428 Added new German language pack. Thanks goes to "Simon Rupf" for the contribution. 429 Added new German/Swedish bold/italic language specific icons to both default and simple theme. 430 Added new Swedish documentation. 431 Version 1.05 (2004-04-02) 432 Added new Italian language pack and documentation. Thanks goes to "Fabrix Xm" for the contribution. 433 Fixed missing "lang_help_desc" definition in UK and SE langpacks. 434 Added better documentation for the "valid_elements" option and it's format. 435 Added new "preformatted" option to address feature request #927948. 436 Added browser checker so that the script don't break on non compatible browsers. 437 Fixed bug #926639, now the editor instance gets resized if a width/height is specified in %. 438 Added new simple theme, this theme has only basic functions. 439 Version 1.04 (2004-03-30) 440 Fixed bug when insertLink and insertImage function didn't use the url_convertor callback. 441 Fixed MSIE bug when images was 32x32 on initialization on slow connections. 442 Fixed bug that made request on images with wrong path, produced some 404 error in webserver logs. 443 Fixed MSIE bug where users could add images outside of the editor scope. 444 Version 1.03 (2004-03-26) 445 Added new "add_form_submit_trigger" this option is default and is added on all document forms within the page. To address bug #923362 446 Moved javascript sourcecode file to "jscripts/tiny_mce/tiny_mce_src.js". 447 Added new obfuscated version of tinymce to reduce size of script. 448 Added some performance boosting code to the switchClassSticky function. 449 Removed the "autosave" option, this is no longer needed and is replaced with "add_form_submit_trigger" or triggerSave call. 450 Fixed undo bug in MSIE. 451 Removed some unused eventhandlers results in better performance. 452 Version 1.02 (2004-03-26) 453 Added new handleNodeChange callback to themes. 454 Fixed some bugs regarding events and themes function checks. 455 Fixed bug issue when user focused nodes with keyboard. 456 Version 1.01 (2004-03-12) 457 Added some more documentation. 458 Added new "visual" option to editor. 459 Fixed bug on empty P elements. 460 Fixed bug on table width/height. 461 Version 1.0 (2004-03-11) 462 Added new "debug" option and fixed some path issues.
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |