[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  This files describes API changes in /lib/editor/tinymce/* - TinyMCE editor,
   2  information provided here is intended especially for developers.
   3  
   4  === 2.8 ===
   5  
   6  * Removed the 'DragMath' plugin as it is incompatible with GNU GPL license - see MDL-32450.
   7  
   8  === 2.6 ===
   9  
  10  * added a new plugin to toggle the 2nd and 3rd toolbars
  11  * added a new plugin to wrap the toolbars on small screens.
  12  This plugin will be automatically added to existing toolbars by replacing the middle occurrence of | with "wrap".
  13  * New functions to make adding of new buttons easier:
  14    - editor_tinymce_plugin::find_button()
  15    - editor_tinymce_plugin::count_button_rows()
  16  
  17  === 2.5 ===
  18  
  19  * update filter related code to use short filter names instead
  20    of original paths, ex.: 'filter/tex' ---> 'tex'
  21  
  22  === 2.4 ===
  23  
  24  new features:
  25  
  26  * subplugin support - see http://docs.moodle.org/dev/TinyMCE_plugins
  27  
  28  
  29  changes:
  30  
  31  * Editor directory exception was removed from Moodle JS loader, use moodle_url instance
  32    if you want to prevent standard caching.


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