Skip to content

Commit

Permalink
MDL-12212 readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 17, 2009
1 parent 0d2c422 commit 09f77f0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions lib/editor/tinymce/readme_moodle.txt
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$

0 comments on commit 09f77f0

Please sign in to comment.