Kieran Pilkington (author)
Fri Oct 02 11:59:50 -0700 2009
tiny_mce / DEV_UPGRADE_NOTES.rdoc
Updating the bundled TinyMCE
- Download the new TinyMCE tarball and extract it to your Desktop (or other easily accessible location)
- Delete the copy of TinyMCE in the plugin at lib/tiny_mce/assets/tiny_mce (this ensures old/removed files are deleted)
- Copy the source files of TinyMCE (not the documentation) to lib/tiny_mce/assets/tiny_mce (so in that folder you should have a tiny_mce.js file)
- Update the CHANGELOG_PLUGIN.rdoc to say what you upgraded from, what you upgraded to, and your name
- Update CHANGELOG_TINYMCE (simply download and overwrite the contents with that of tinymce.moxiecode.com/js/tinymce/changelog.txt)
- Update the ‘Bundled TinyMCE version’ value at the bottom of README.rdoc
- Update lib/tiny_mce/valid_tinymce_options.yml with any new options, or remove old ones, as described in the tinymce changelog
- Commit, push, and send pull request to github.com/kete/tiny_mce
