Skip to content
  • Cecilia Vela Gurovic's avatar
    Bug 1672893: Upgrading tinyMCE to v4.5.5, adding customizations · b2b23894
    Cecilia Vela Gurovic authored
     * Added all of the language packs
    original commit: 259a8643
    
     * Removed all .min.js and .dev.js files
     * Removed all files in 'classes' directory since they're packaged into tinymce.js
     * Removed all .less files from skin
    original commit for the 3 above: 442ade4e
    
     * Added code to spellchecker/spellchecker.rpc to use $CFG->spellcheckerengine
    original commit: a42e68b4
    
     * Adding the 'aria-hidden="true"' to presentation icons
    original commit: 4ac89c31
    
     * Bug 1605110: Modified the "table" plugin to style the table through CSS instead of HTML attributes
    original commit: 63f91a7e
    
     * Add TinyMCE imagebrowser plugin: plugins/imagebrowser/plugin.js
    
    * adding
        plugins/imagebrowser (originally added in commit 36bc9f7d)
        plugins/mathslate (originally added in commit 325cdfac)
        plugins/tooltoggle (originally added in commit 2c490a70)
        skins/light (we use it but it's not included in new versions any more)
        README.Mahara
    
    * included in new library version but not added in ours
        plugins/lists source files
          not needed since they are all included in plugin.js file in same directory
        plugins/media source files
          not needed since they are all included in plugin.js file in same directory
        plugins/wordcount source files
          not needed since they are all included in plugin.js file in same directory
        plugins/toc, new plugin "Table of content"
        themes/inlite,  we don't nee this, we use modern theme
        themes/modern source files
          not needed since they are all included in theme.js file in same directory
    
    * have been removed in new version
        plugins/layer removed in v4.5.0
        plugins/media/moxieplayer.swf removed in v4.5.0
        tinymce.jquery.js removed in v4.3.4
    
    behatnotneeded: no functionality change
    
    Change-Id: I1feb60471037183ac718c3841fbcf19f123a1bdd
    b2b23894