Skip to content

Commit

Permalink
MDL-49525 libraries: Update Jquery to 1.11.2 and JQuery UI to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
John Okely committed Mar 31, 2015
1 parent 20d3883 commit c2260ad
Show file tree
Hide file tree
Showing 77 changed files with 23,193 additions and 12,611 deletions.
4 changes: 0 additions & 4 deletions lib/jquery/jquery-1.11.1.min.js

This file was deleted.

188 changes: 113 additions & 75 deletions lib/jquery/jquery-1.11.1.js → lib/jquery/jquery-1.11.2.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lib/jquery/jquery-1.11.2.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/jquery/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
*/

$plugins = array(
'jquery' => array('files' => array('jquery-1.11.1.min.js')),
'jquery' => array('files' => array('jquery-1.11.2.min.js')),
'migrate' => array('files' => array('jquery-migrate-1.2.1.min.js')),
'ui' => array('files' => array('ui-1.11.1/jquery-ui.min.js')),
'ui-css' => array('files' => array('ui-1.11.1/theme/smoothness/jquery-ui.min.css')),
'ui' => array('files' => array('ui-1.11.4/jquery-ui.min.js')),
'ui-css' => array('files' => array('ui-1.11.4/theme/smoothness/jquery-ui.min.css')),
);
4 changes: 2 additions & 2 deletions lib/jquery/readme_moodle.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Description of import of various jQuery libraries into Moodle:

1/ download jQuery JS and Migrate files from http://jquery.com/download/,
delete old files and edit plugins.php
delete old files and edit plugins.php and lib/requirejs/moodle-config.js

2/ download jQuery UI files from http://jqueryui.com/download/all/,
delete old files and edit plugins.php
delete old files and edit plugins.php and lib/requirejs/moodle-config.js

3/ download all UI themes and update smoothness theme

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions lib/jquery/ui-1.11.1/jquery-ui.min.css

This file was deleted.

13 changes: 0 additions & 13 deletions lib/jquery/ui-1.11.1/jquery-ui.min.js

This file was deleted.

5 changes: 0 additions & 5 deletions lib/jquery/ui-1.11.1/jquery-ui.structure.min.css

This file was deleted.

Loading

0 comments on commit c2260ad

Please sign in to comment.