Downloads
Download tar.gz
78.35 KB
MD5: a745141da5436606e8bdf848cfd6da20
SHA-1: dd3f5e0bb78a8063a3f632d67b05cad3c6bcce27
SHA-256: b0c093d53ffb50ff2e441b31dc88e72dc76e4f4dbe4691bb7defbad7febbb578
Download zip
107.55 KB
MD5: 42fbdae3f4ea5c2a50fdcacd106680e5
SHA-1: d05ba52de8f334a07cd48fa62ab9e58a9a3bbca1
SHA-256: 80410f212e824ae2b683f17fc2c60669a7c632978a80b6625a17a971df8b3e33
Release notes
Changes since DRUPAL-6--0-5:
- #341267 by sun: Added support for extensions that do not need to be loaded.
- #341996 by sun: Fixed editor cannot be re-enabled with one input format only.
- #341267 by sun: Fixed improper test for internal editor plugins.
- #343217 by sun: Fixed improperly capitalized library script name for nicEdit.
- #342864 by davexoxide, sun: Added YUI editor support.
- #348986 by sun: Added CSS class for toggle link container.
- #348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink plugin.
- #348317 by sun: Fixed TinyMCE's extended_valid_elements for advimage plugin.
- #352703 by sun: Fixed wrong default configuration options for TinyMCE 3.2.1+.
- #352295 by sun: Added markItUp editor support.
- #342376 by sun: Extended API to allow "preprocess" JavaScript option for some editors.
- #360696 by sun: Fixed IE does not trigger onChange event when selecting an input format.
- #361289 by sun: Fixed CSS files do not need to use media 'screen'.
- #344230 by wwalc: Fixed wrong editor base path setting for FCKeditor.
- #331089 by sun: Fixed PHP notice for 'user_choose'; FCKeditor clean-up.
- #331089 by wwalc, sun: Added custom toolbar configuration support for FCKeditor.
- #352938 by sun: Fixed JS error (blank page) in IE when plugins are loaded.
- #364782 by sun: Fixed theme stylesheets not properly loaded.
- #319363 by sun, quicksketch: Rewrote editor plugin API. The new plugin API allows Drupal modules to expose editor plugins for ANY editor without implementing editor-specific code. Major milestone for better content-editing in Drupal.
- #319363 by sun: Follow-up: Synced 1.x with 2.x where possible.
- #367632 by sun: Fixed invalid JavaScript syntax.
- #367632 by sun: Fixed "Unexpected identifier, string or number" error in IE.
- #370277 by sun: Fixed "Uncaught SyntaxError: Unexpected token" in IE/Chrome.
- #372806 by sun: Fixed block format configuration form element description.
- #373542 by sun: Fixed TinyMCE: entity_encoding 'raw' removes HTML entities.
- #287025 by sun: Fixed native editor plugin options for TinyMCE and FCKeditor.
- #373672 by chawl: Added (native) xhtmlextras plugin for TinyMCE 3.
- #319363 by sun: Fixed missing spacer.gif for Teaser break plugin.
- #367632 by sun: Fixed $this and i JavaScript variables defined in global scope.
- #376400 by TwoD: Fixed bad grammar in help text on profile overview page.
- #369115 by sun: Fixed TinyMCE's URL conversion magic breaks some input filters.
- #359626 by sun: Fixed external/Drupal plugins are not loaded for all profiles.
- #390224 by hass: Fixed JS error YAHOO.widget.Editor is not a constructor.
- #380586 by sun, hass: YUI editor: Fixed version detection.
- #308912 by sun: Fixed TinyMCE: Buttons do not wrap in IE/Chrome.
- #385736 by sun: Fixed markItUp: Wrong editor library location.
- #390460 by sun: Fixed broken plugin loading due to #359626.
- #385974 by sun: Fixed form element description for CSS path (for Define CSS).
- #394068 by StephaneC: markItUp: Fixed icons not displayed due to #385736.
- #398848 by sun: Added support for TinyMCE 3.1.
- #380698 by TwoD, sun: Added Drupal plugin support for FCKeditor (part I).
- #380698 by TwoD: Added Drupal plugin support for FCKeditor.
- #404532 by TwoD: Fixed Teaser break comment stripped in IE.
- #416742 by sun: Fixed type casting of $profile in profile configuration form.
- #293803 by sun: Fixed "Show summary in full view" checkbox not displayed.
- #414768 by sun: Fixed Wysiwyg API not working in Konqueror.
- #419696 by sun: Fixed native plugins plugins are not loaded for all profiles.
- #454992 by sun: Fixed drupal_get_js() query string 'q' breaks plugin loading.
- #403728 by jfduchesneau: Fixed none.js breaks if textarea.js is not loaded.