MDL-12212 readme improvements

This commit is contained in:
skodak 2009-05-17 17:29:38 +00:00
parent 0d2c4229c4
commit 09f77f09f5

View File

@ -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)
=========================================================================================
Added:
* 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:
*
Modified:
* added tiny_mce_popup_src.js, copy of tinymce/jscripts/tiny_mce/classes/Popup.js from dev package
TODO:
* customize plugins/spellchecker/*
Added:
* plugins/gradmath/*
* plugins/moodlenolink/*
Petr Skoda (skodak), Mathieu Petit-Clair
$Id$