moodle/lib/editor/tinymce/readme_moodle.txt

28 lines
1.2 KiB
Plaintext
Raw Normal View History

Description of TinyMCE library integration in Moodle
2009-05-17 17:29:38 +00:00
=========================================================================================
Copyright: (c) 2004-2012, Moxiecode Systems AB, All rights reserved.
2009-05-17 17:29:38 +00:00
License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
Moodle maintainer: Petr Skoda (skodak)
2009-05-17 17:29:38 +00:00
=========================================================================================
2012-09-07 13:56:16 +02:00
Upgrade procedure:
2012-09-07 13:56:16 +02:00
1/ extract standard TinyMCE package into lib/editor/tinymce/tiny_mce/x.y.z/
2/ bump up editor version in lib.php to match the directory name x.y.z
3/ bump up main version.php
4/ update ./thirdpartylibs.xml
2012-09-07 13:56:16 +02:00
5/ execute cli/update_lang_files.php and review changes in lang/en/editor_tinymce.php
Changes:
2015-03-19 14:36:03 +08:00
lib/editor/tinymce/tiny_mce/3.5.11/plugins/fullscreen/editor_plugin_src.js:31-33 - Added checks to see if required functions exist.
After these changes you need to use uglifier to compress the js into lib/editor/tinymce/tiny_mce/3.5.11/plugins/fullscreen/editor_plugin.js
(I used "uglifyjs editor_plugin_src.js -c -m -v -o editor_plugin.js")
Copy the moodle skin to the new version:
lib/editor/tinymce/tiny_mce/3.5.10/theme/advanced/skins/moodle/
TODO:
2012-09-07 13:56:16 +02:00
* create some new automated script that sends other languages from upstream into AMOS