Merge branch 'w43_MDL-35771_m24_zindex' of git://github.com/skodak/moodle
@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
class tinymce_texteditor extends texteditor {
|
||||
/** @var string active version - this is the directory name where to find tinymce code */
|
||||
public $version = '3.5.7';
|
||||
public $version = '3.5.7b';
|
||||
|
||||
/**
|
||||
* Is the current browser supported by this editor?
|
||||
|
||||
@@ -14,7 +14,13 @@ Upgrade procedure:
|
||||
3/ bump up main version.php
|
||||
4/ update lib/thirdpartylibs.xml
|
||||
5/ execute cli/update_lang_files.php and review changes in lang/en/editor_tinymce.php
|
||||
6/ use search to find oversized zIndexes and divide them by 100
|
||||
|
||||
|
||||
Changes:
|
||||
|
||||
1/ zIndex 300000 and 200000 changed to 3000 and 2000 - this prevents collision with YUI,
|
||||
see MDL-35771
|
||||
|
||||
TODO:
|
||||
* create some new automated script that sends other languages from upstream into AMOS
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
|
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 328 B |
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
@@ -36,7 +36,7 @@
|
||||
var t = this;
|
||||
|
||||
t.parent(ed);
|
||||
t.zIndex = 300000;
|
||||
t.zIndex = 3000;
|
||||
t.count = 0;
|
||||
t.windows = {};
|
||||
},
|
||||
|
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 810 B |
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 907 B After Width: | Height: | Size: 907 B |
|
Before Width: | Height: | Size: 909 B After Width: | Height: | Size: 909 B |
|
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
|
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 84 B |