Merge branch 'w43_MDL-35771_m24_zindex' of git://github.com/skodak/moodle

This commit is contained in:
Dan Poltawski
2012-11-07 11:22:26 +08:00
264 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -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?
+6
View File
@@ -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
File diff suppressed because one or more lines are too long

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: 340 B

After

Width:  |  Height:  |  Size: 340 B

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 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: 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

File diff suppressed because one or more lines are too long
@@ -36,7 +36,7 @@
var t = this;
t.parent(ed);
t.zIndex = 300000;
t.zIndex = 3000;
t.count = 0;
t.windows = {};
},

Some files were not shown because too many files have changed in this diff Show More