Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 5.1 KB

CHANGELOG_PLUGIN.rdoc

File metadata and controls

91 lines (75 loc) · 5.1 KB

Plugin Changelog

Version 0.1.7

  • Upgraded TinyMCE from 3.3.9.3 to 3.4 (Sasha Gerrand)

  • Added additional languages and associated themes and plugins

Version 0.1.6

  • Upgraded TinyMCE from 3.3.6 to 3.3.9.3 (Josh Proehl)

  • Added jQuery Plugin (Josh Proehl)

  • Removed languages with incomplete translations. (Josh Proehl)

Version 0.1.5 (unreleased)

  • Added plugin support (see README and TinyMCE::Plugin class) (Kieran Pilkington)

  • Added ERB support to fixtures (Daniel Tsadok)

Version 0.1.4 (2010-06-03)

  • Upgraded TinyMCE from 3.3.1 to 3.3.6 (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • Added missing ‘formats’ tinymce option (Roelof Reitsma)

**Important Note:** A lot of translations were removed from this release because TinyMCE (the editor) did not have up-to-date translations for them. As they get completed, I’ll pull them back into this plugin.

Version 0.1.3 (2010-04-12)

  • Support for Rails 3

  • Remove deprecation warnings in Rails 3 (Akhil Bansal)

  • Get rid of Jeweler in favor of a smaller, more maintainable gemspec (Kieran Pilkington)

  • Fixed issue when I18n.locale was a two part locale, e.g. en-US (Fred Blasdel)

  • Fixed issue when I18n.locale was a symbol (Fred Blasdel)

  • Fixed issue that caused that locale to always stay the same (Kieran Pilkington)

**Important Note:** As of this release, we are no longer checking support for Rails versions prior to 2.3.5. Please feel free to submit a ticket if you notice an issue though.

Version 0.1.2 (2010-03-23)

  • Upgraded TinyMCE from 3.2.7 to 3.3.1 (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • Multiple configurations supports and code cleanup (Marian Theisen)

Version 0.1.1 (2010-01-09)

  • Upgraded TinyMCE from 3.2.6 to 3.2.7 (see CHANGELOG_TINYMCE) (Sergio Cambra)

  • Further compatibility fixes for Rails versions prior to 2.3.x (Kieran Pilkington)

  • Improving the installation instructions for plugin installs (Kieran Pilkington)

  • Ability to specify default TinyMCE options in config/tiny_mce.yml (Marty Zalega)

Version 0.1.0 (2009-09-17)

  • tiny_mce is now available as a gem on github under kete-tiny_mce. See README.rdoc (Alexander Semyonov)

  • The TinyMCE sources are now installed automatically by the plugin/gem, so no more rake tasks (Alexander Semyonov)

(big thanks to Alexander Semyonov for helping to get this release ready)

Version 0.0.6 (2009-06-03)

  • Upgraded TinyMCE from 3.2.2 to 3.2.6 (see CHANGELOG_TINYMCE) (Sergio Cambra & Maciej Litwiniuk)

  • Cleanup tiny_mce_options.yml (Sergio Cambra)

  • Maintaining backwards compatibility with Rails 2.1 or earlier (which do not have I18n) (Kieran Pilkington)

Version 0.0.5 (2009-03-12)

  • Upgraded TinyMCE to 3.2.2 (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • Fixed errors when uses_tiny_mce was used with no options (Joseph Wilk)

  • Further testing for uses_tiny_mce method without any options (Kieran Pilkington)

Version 0.0.4 (2009-02-23)

  • Updated TinyMCE to 3.2.1.1 (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • Rewrote test suite (Kieran Pilkington)

  • Added comments throughout the plugin for future developer (Kieran Pilkington)

    • to all users: feel free to fork this repo, make changes, and send a pull request

  • Split the plugin into 4 files to make it easier to maintain (Kieran Pilkington)

  • Added two missing TinyMCE configuration options (Kieran Pilkington)

  • Better Regex check for the theme_advanced_container configuration option (Kieran Pilkington)

  • Console notification on next installation steps when installing plugin via script/plugin (Kieran Pilkington)

Version 0.0.3 (2008-11-16)

  • Updated TinyMCE to 3.2.1 (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • New raw_tiny_mce_init, which produces raw javascript (without the <script> tags) (Kieran Pilkington)

  • New ASpell spellchecking functionality (require aspell installed, see SPELLCHECKING_PLUGIN.rdoc for more details) (Kieran Pilkington)

  • Added ability to pass in additional javascript for complex data needed in places such as the template plugin (Kieran Pilkington)

  • (Now in Rails 2.2, thanks for your support) Help get a patch to a bug, that prevents ampersands in link/image urls, submitted to Rails core (Kieran Pilkington)

  • Updated documentation (Kieran Pilkington)

  • Bug fixes to tiny_mce helper methods (Remco van ‘t Veer)

  • Fixed tests to work with the latest changes (Remco van ‘t Veer)

Version 0.0.2 (2008-10-04)

  • Updated TinyMCE to 3.2.0.2 (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • Formatted README file with RDoc syntax for easier reading on Github (Kieran Pilkington)

  • Added separate TinyMCE changelog (starting from 3.0 alphas through to now) (Kieran Pilkington)

  • Rake task refactored (now uses cp_r instead of custom method), and new update task (Kieran Pilkington)

  • Edited TinyMCE helper methods (single “include_tiny_mce_if_needed” method includes Javascript and initializes TinyMCE) (Kieran Pilkington)

  • Updated TinyMCE configuration options file (tiny_mce_options.yml) (Kieran Pilkington)

Version 0.0.1 (2008-07-02)

  • Updated TinyMCE based on Blake Watters original TinyMCE plugin (Kieran Pilkington - see CHANGELOG_TINYMCE)

  • Replaced old documentation with readme file containing link to online documentation (Kieran Pilkington)