Skip to content

Commit

Permalink
Update Jquery library to 1.9.1, ui to 1.10, mobile to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Feb 9, 2013
1 parent 2ea89ba commit 04d848b
Show file tree
Hide file tree
Showing 31 changed files with 27 additions and 876 deletions.
6 changes: 3 additions & 3 deletions core/html_api.php
Expand Up @@ -339,7 +339,7 @@ function require_css( $p_stylesheet_path ) {
function html_css() {
global $g_stylesheets_included;
html_css_link( 'default.css' );
html_css_link( 'jquery-ui.css' );
html_css_link( 'jquery-ui-1.10.0.custom.min.css' );
html_css_link( 'common_config.php' );
# Add right-to-left css if needed
if ( _( 'ltr' ) == 'rtl' ) {
Expand Down Expand Up @@ -412,8 +412,8 @@ function html_head_javascript() {
global $g_scripts_included;
echo "\t<script type=\"text/javascript\" src=\"" . helper_mantis_url( 'javascript_config.php' ) . '"></script>' . "\n";
echo "\t<script type=\"text/javascript\" src=\"" . helper_mantis_url( 'javascript_translations.php' ) . '"></script>' . "\n";
html_javascript_link( 'jquery.js' );
html_javascript_link( 'jquery-ui.js' );
html_javascript_link( 'jquery-1.9.1.min.js' );
html_javascript_link( 'jquery-ui-1.10.0.custom.min.js' );
html_javascript_link( 'common.js' );
foreach ( $g_scripts_included as $t_script_path ) {
html_javascript_link( $t_script_path );
Expand Down
5 changes: 5 additions & 0 deletions static/javascript/jquery-1.9.1.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions static/javascript/jquery-ui-1.10.0.custom.min.js

Large diffs are not rendered by default.

125 changes: 0 additions & 125 deletions static/javascript/jquery-ui.js

This file was deleted.

4 changes: 0 additions & 4 deletions static/javascript/jquery.js

This file was deleted.

2 changes: 2 additions & 0 deletions static/javascript/jquery.mobile-1.2.0.min.js

Large diffs are not rendered by default.

177 changes: 0 additions & 177 deletions static/javascript/jquery.mobile.js

This file was deleted.

Binary file added themes/default/images/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/icons-18-black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/icons-18-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/icons-36-black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/icons-36-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/ui-icons_222222_256x240.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/ui-icons_2e83ff_256x240.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/ui-icons_454545_256x240.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/ui-icons_888888_256x240.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/images/ui-icons_cd0a0a_256x240.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions themes/default/jquery-ui-1.10.0.custom.min.css

Large diffs are not rendered by default.

565 changes: 0 additions & 565 deletions themes/default/jquery-ui.css

This file was deleted.

2 changes: 2 additions & 0 deletions themes/default/jquery.mobile-1.2.0.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions themes/default/jquery.mobile.css

This file was deleted.

2 changes: 2 additions & 0 deletions themes/default/jquery.mobile.structure-1.2.0.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions themes/default/jquery.mobile.theme-1.2.0.min.css

Large diffs are not rendered by default.

0 comments on commit 04d848b

Please sign in to comment.