[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/editor/tinymce/ -> readme_moodle.txt (source)

   1  Description of TinyMCE library integration in Moodle
   2  =========================================================================================
   3  
   4  Copyright: (c) 2004-2012, Moxiecode Systems AB, All rights reserved.
   5  License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
   6  
   7  Moodle maintainer: Petr Skoda (skodak)
   8  
   9  =========================================================================================
  10  Upgrade procedure:
  11  
  12  1/ extract standard TinyMCE package into lib/editor/tinymce/tiny_mce/x.y.z/
  13  2/ bump up editor version in lib.php to match the directory name x.y.z
  14  3/ bump up main version.php
  15  4/ update ./thirdpartylibs.xml
  16  5/ execute cli/update_lang_files.php and review changes in lang/en/editor_tinymce.php
  17  
  18  Changes:
  19  lib/editor/tinymce/tiny_mce/3.5.11/plugins/fullscreen/editor_plugin_src.js:31-33 - Added checks to see if required functions exist.
  20  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
  21  (I used "uglifyjs editor_plugin_src.js -c -m -v -o editor_plugin.js")
  22  
  23  Copy the moodle skin to the new version:
  24  lib/editor/tinymce/tiny_mce/3.5.10/theme/advanced/skins/moodle/
  25  
  26  TODO:
  27   * create some new automated script that sends other languages from upstream into AMOS


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1