From 4a5cb00df5cf14019842d4c4745079f204726c17 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Tue, 11 Oct 2011 02:00:45 +0200 Subject: [PATCH] Fix jQuery UI version number It's 1.8.16, not 1.8.6 --- db_create.php | 2 +- db_events.php | 2 +- db_operations.php | 2 +- db_routines.php | 2 +- db_structure.php | 2 +- db_tracking.php | 2 +- db_triggers.php | 2 +- js/jquery/{jquery-ui-1.8.6.custom.js => jquery-ui-1.8.16.custom.js} | 0 libraries/common.inc.php | 2 +- main.php | 2 +- navigation.php | 2 +- server_plugins.php | 2 +- server_privileges.php | 2 +- server_status.php | 2 +- setup/index.php | 2 +- sql.php | 2 +- tbl_change.php | 2 +- tbl_operations.php | 2 +- tbl_replace.php | 2 +- tbl_select.php | 2 +- tbl_structure.php | 2 +- tbl_zoom_select.php | 2 +- 22 files changed, 21 insertions(+), 21 deletions(-) rename js/jquery/{jquery-ui-1.8.6.custom.js => jquery-ui-1.8.16.custom.js} (100%) diff --git a/db_create.php b/db_create.php index c4465b0317..fe86dc9613 100644 --- a/db_create.php +++ b/db_create.php @@ -10,7 +10,7 @@ */ require_once './libraries/common.inc.php'; $GLOBALS['js_include'][] = 'functions.js'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; require_once './libraries/mysql_charsets.lib.php'; if (!PMA_DRIZZLE) { diff --git a/db_events.php b/db_events.php index e08663ddfe..6d18641557 100644 --- a/db_events.php +++ b/db_events.php @@ -15,7 +15,7 @@ require_once './libraries/common.lib.php'; /** * Include JavaScript libraries */ -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; $GLOBALS['js_include'][] = 'rte/common.js'; $GLOBALS['js_include'][] = 'rte/events.js'; diff --git a/db_operations.php b/db_operations.php index 9a4c7ff97a..6589587942 100644 --- a/db_operations.php +++ b/db_operations.php @@ -23,7 +23,7 @@ require_once "./libraries/blobstreaming.lib.php"; // add a javascript file for jQuery functions to handle Ajax actions // also add jQueryUI -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'db_operations.js'; /** diff --git a/db_routines.php b/db_routines.php index 004d372790..633a848c38 100644 --- a/db_routines.php +++ b/db_routines.php @@ -21,7 +21,7 @@ if (PMA_DRIZZLE) { /** * Include JavaScript libraries */ -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; $GLOBALS['js_include'][] = 'rte/common.js'; $GLOBALS['js_include'][] = 'rte/routines.js'; diff --git a/db_structure.php b/db_structure.php index 897a664e3b..e486ce8e4a 100644 --- a/db_structure.php +++ b/db_structure.php @@ -10,7 +10,7 @@ */ require_once './libraries/common.inc.php'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'db_structure.js'; $GLOBALS['js_include'][] = 'tbl_change.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; diff --git a/db_tracking.php b/db_tracking.php index 89bcca24a3..d00d106964 100644 --- a/db_tracking.php +++ b/db_tracking.php @@ -10,7 +10,7 @@ require_once './libraries/common.inc.php'; //Get some js files needed for Ajax requests -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'db_structure.js'; /** diff --git a/db_triggers.php b/db_triggers.php index b9f35624c2..66a1085561 100644 --- a/db_triggers.php +++ b/db_triggers.php @@ -15,7 +15,7 @@ require_once './libraries/common.lib.php'; /** * Include JavaScript libraries */ -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'rte/common.js'; $GLOBALS['js_include'][] = 'rte/triggers.js'; $GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js'; diff --git a/js/jquery/jquery-ui-1.8.6.custom.js b/js/jquery/jquery-ui-1.8.16.custom.js similarity index 100% rename from js/jquery/jquery-ui-1.8.6.custom.js rename to js/jquery/jquery-ui-1.8.16.custom.js diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 1a1dd23b08..65d63d49a8 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -555,7 +555,7 @@ $_REQUEST['js_frame'] = PMA_ifSetOr($_REQUEST['js_frame'], ''); */ $GLOBALS['js_include'] = array(); $GLOBALS['js_include'][] = 'jquery/jquery-1.6.2.js'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'update-location.js'; /** diff --git a/main.php b/main.php index 23e555faac..30d958957f 100644 --- a/main.php +++ b/main.php @@ -10,7 +10,7 @@ */ require_once './libraries/common.inc.php'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/jquery.sprintf.js'; // Handles some variables that may have been sent by the calling script diff --git a/navigation.php b/navigation.php index 4edf490934..dffa557e2f 100644 --- a/navigation.php +++ b/navigation.php @@ -106,7 +106,7 @@ require_once './libraries/header_http.inc.php'; href="phpmyadmin.css.php?&js_frame=left&nocache=getThemeUniqueValue(); ?>" /> - + diff --git a/sql.php b/sql.php index 4d7e30eb31..05b80b67d3 100644 --- a/sql.php +++ b/sql.php @@ -14,7 +14,7 @@ require_once './libraries/Table.class.php'; require_once './libraries/check_user_privileges.lib.php'; require_once './libraries/bookmark.lib.php'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; $GLOBALS['js_include'][] = 'tbl_change.js'; $GLOBALS['js_include'][] = 'gis_data_editor.js'; diff --git a/tbl_change.php b/tbl_change.php index f2ad519646..004c30a194 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -120,7 +120,7 @@ if ($GLOBALS['cfg']['ShowPropertyComments']) { */ $GLOBALS['js_include'][] = 'functions.js'; $GLOBALS['js_include'][] = 'tbl_change.js'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; $GLOBALS['js_include'][] = 'gis_data_editor.js'; diff --git a/tbl_operations.php b/tbl_operations.php index 14c7873601..1f443156cd 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -32,7 +32,7 @@ require_once './libraries/StorageEngine.class.php'; // add a javascript file for jQuery functions to handle Ajax actions // also add jQueryUI -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; /** * Class for partition management diff --git a/tbl_replace.php b/tbl_replace.php index 74edd0065c..79c21c3d12 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -568,7 +568,7 @@ if (isset($return_to_sql_query)) { $GLOBALS['js_include'][] = 'tbl_change.js'; // in case we call sql.php which needs those: -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $active_page = $goto_include; diff --git a/tbl_select.php b/tbl_select.php index 0aedc74ea4..07626774b7 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -21,7 +21,7 @@ $GLOBALS['js_include'][] = 'makegrid.js'; $GLOBALS['js_include'][] = 'sql.js'; $GLOBALS['js_include'][] = 'tbl_select.js'; $GLOBALS['js_include'][] = 'tbl_change.js'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; $GLOBALS['js_include'][] = 'gis_data_editor.js'; diff --git a/tbl_structure.php b/tbl_structure.php index 24df77c99c..0385b26745 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -12,7 +12,7 @@ require_once './libraries/common.inc.php'; require_once './libraries/mysql_charsets.lib.php'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'tbl_structure.js'; $GLOBALS['js_include'][] = 'indexes.js'; /** diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 3242fb255a..739a509633 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -26,7 +26,7 @@ $GLOBALS['js_include'][] = 'highcharts/highcharts.js'; /* Files required for chart exporting */ $GLOBALS['js_include'][] = 'highcharts/exporting.js'; $GLOBALS['js_include'][] = 'canvg/canvg.js'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; -- 2.11.4.GIT