mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-19184 more tinymce integration and upgrade related improvements
This commit is contained in:
parent
5657f5c87a
commit
a4e6818ab3
3 changed files with 4 additions and 2 deletions
2
lib/editor/tinymce/extra/tools/compress.sh
Normal file
2
lib/editor/tinymce/extra/tools/compress.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
java -jar yuicompressor.jar --line-break 1000 ../../tiny_mce_src.js -o ../../tiny_mce.js
|
||||
java -jar yuicompressor.jar --line-break 1000 ../../Popup.js -o ../../tiny_mce_popup.js
|
|
@ -7,9 +7,9 @@ License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
|
|||
Upgrade procedure:
|
||||
1/ Download latest dev package from http://tinymce.moxiecode.com/download.php
|
||||
2/ replace tiny_mce*.* files, themes/*, utils/* and plugins/* (keep dragmath, moodlenolink, spellchecker)
|
||||
3/ copy tinymce/jscripts/tiny_mce/classes/Popup.js to tiny_mce_popup_src.js
|
||||
3/ copy tinymce/jscripts/tiny_mce/classes/Popup.js to Popup.js
|
||||
4/ apply patches
|
||||
5/ compress modified js files using yuicompressor.jar from dev package
|
||||
5/ compress modified js files using yuicompressor.jar from dev package, use shell file extra/tools/compress.sh
|
||||
6/ download all TinyMCE lang files and update moodle lang string files
|
||||
|
||||
TODO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue