]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12212 readme improvements
authorskodak <skodak>
Sun, 17 May 2009 17:29:38 +0000 (17:29 +0000)
committerskodak <skodak>
Sun, 17 May 2009 17:29:38 +0000 (17:29 +0000)
lib/editor/tinymce/readme_moodle.txt

index a32d11f87e52e791268b55da872637f530cd7fea..23a2af7710d3a1bca5f3a69c76ec6114155a7a79 100644 (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)
 
 =========================================================================================
-
-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$