mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-62381 editor_tinymce: Rearrange style modification
This commit is contained in:
parent
060884dfd6
commit
4069f62436
1 changed files with 4 additions and 6 deletions
|
@ -16,15 +16,13 @@ Upgrade procedure:
|
|||
5/ execute cli/update_lang_files.php and review changes in lang/en/editor_tinymce.php
|
||||
|
||||
Changes:
|
||||
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")
|
||||
- MDL-62381 - Icon sizing is being overwritten on images.
|
||||
- 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:
|
||||
* create some new automated script that sends other languages from upstream into AMOS
|
||||
|
||||
HISTORY:
|
||||
MDL-62381 - Icon sizing is being overwritten on images.
|
Loading…
Add table
Add a link
Reference in a new issue