forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
skodak
committed
May 17, 2009
1 parent
0d2c422
commit 09f77f0
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
Description of TinyMCE v3.2.3.1 library import into Moodle | ||
Description of TinyMCE v3.2.3.1 library integration in Moodle | ||
========================================================================================= | ||
|
||
Copyright: (c) 2004-2008, Moxiecode Systems AB, All rights reserved. | ||
License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 | ||
License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 | ||
|
||
Moodle maintainer: Petr Skoda (skodak) | ||
|
||
========================================================================================= | ||
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) | ||
2/ replace tiny_mce*.* files, themes/*, utils/* and plugins/* | ||
(keep dragmath, moodlenolink, spellchecker) | ||
3/ copy tinymce/jscripts/tiny_mce/classes/Popup.js to Popup.js | ||
4/ apply plugins/media/* (extra/tinymce_plugin_media.patch) - MDL-16650 | ||
5/ apply strings patch | ||
6/ copy yuicompressor.jar from dev package into extra/tools/, use shell script extra/tools/compress.sh to compress modified files | ||
7/ download all TinyMCE lang files and update moodle lang string files | ||
8/ rebuild string files | ||
|
||
TODO: | ||
|
||
* lang string handling | ||
* customize spellchecker | ||
* finish update with info from http://docs.moodle.org/en/Development:TinyMCE_Upgrade | ||
* all upgrade info must be here and always kept up-to-date ;-) | ||
6/ copy yuicompressor.jar from dev package into extra/tools/, use shell | ||
script extra/tools/compress.sh to compress modified files | ||
7/ download all TinyMCE lang files (extra/tools/download_langs.sh) | ||
8/ update moodle lang string files (extra/tools/update_lang_files.php) | ||
|
||
========================================================================================= | ||
|
||
Removed: | ||
* | ||
|
||
Modified: | ||
* added tiny_mce_popup_src.js, copy of tinymce/jscripts/tiny_mce/classes/Popup.js from dev package | ||
|
||
Added: | ||
* plugins/gradmath/* | ||
* added Popup.js, copy of tinymce/jscripts/tiny_mce/classes/Popup.js from dev package | ||
* plugins/gragmath/* | ||
* plugins/moodlenolink/* | ||
|
||
Modified: | ||
* Popup.js --> compressed into tiny_mce_popup.js (extra/patches/tinymce_strings.patch) | ||
* tiny_mce_src.js --> compressend into tiny_mce.js (extra/patches/tinymce_strings.patch) | ||
* plugins/media/js/media.js (extra/patches/tinymce_plugin_media.patch) | ||
|
||
Removed: | ||
* | ||
|
||
TODO: | ||
* customize plugins/spellchecker/* | ||
|
||
Petr Skoda (skodak), Mathieu Petit-Clair | ||
|
||
$Id$ |