Sha256: 75e80f00b320a6b985fbe97ddb49aea92bbd2f137ef37c9cb2a764b8f9e059c8
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
= Updating the bundled TinyMCE 1. Download the new TinyMCE tarball and extract it to your Desktop (or other easily accessible location) 2. Delete the copy of TinyMCE in the plugin at lib/tiny_mce/assets/tiny_mce (this ensures old/removed files are deleted) 3. 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) 4. Update CHANGELOG_TINYMCE (simply download and overwrite the contents with that of http://tinymce.moxiecode.com/js/tinymce/changelog.txt) 5. Update lib/tiny_mce/valid_tinymce_options.yml with any new options, or remove old ones, as described in the tinymce changelog 6. Download all 'Complete' locales from http://tinymce.moxiecode.com/download_i18n.php, unpack, and copy into place 7. Update lib/tiny_mce/valid_tinymce_langs.yml with any new languages, or remove old/incomplete ones 8. Update the CHANGELOG_PLUGIN.rdoc to say what you upgraded from, what you upgraded to, and your name 9. Update the 'Bundled TinyMCE version' value at the bottom of README.rdoc 10. Commit, push, and send pull request to http://github.com/kete/tiny_mce
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
runtastic-tiny_mce-0.1.5 | DEV_UPGRADE_NOTES.rdoc |
runtastic-tiny_mce-0.1.5.pre | DEV_UPGRADE_NOTES.rdoc |
tiny_mce-0.1.4 | DEV_UPGRADE_NOTES.rdoc |