public
Description: Adds helper methods for creating the TinyMCE initialization script
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/tiny_mce_helper.git
tiny_mce_helper / CHANGELOG.rdoc
100644 47 lines (30 sloc) 1.216 kb

master

0.3.0 / 2009-04-14

  • No longer require that the Sourceforge project page be downloaded when determining the location of a custom version
  • Require at least TinyMCE 3.2.2 be installed
  • Update to new TinyMCE file structure
  • Update to new Sourceforge downloads location

0.2.0 / 2008-12-14

  • Remove the PluginAWeek namespace
  • Update tests to use mocha
  • Update tests to use ActionView::TestCase

0.1.1 / 2008-10-19

  • Fix TinyMCE temp file getting closed/deleted too soon after being downloaded [Brandon Goodin]
  • Add more descriptive output during installation

0.1.0 / 2008-08-30

  • Remove references to system wget/unzip calls for cross-platform compatibility
  • Add dependency on RubyZip

0.0.4 / 2008-06-22

  • Remove log files from gems

0.0.3 / 2008-05-05

  • Updated documentation
  • Change references from RAILS_ROOT to Rails.root
  • Use zipped version of TinyMCE instead of tar

0.0.2 / 2007-09-26

  • Remove gem dependency on actionpack

0.0.1 / 2007-08-20

  • Add README documentation
  • Add tiny_mce:uninstall and tiny_mce:update rake tasks
  • Add working unit tests
  • Add installation and uninstallation scripts
  • Add rake tasks tiny_mce:install and tiny_mce:update_options