Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
534330ea0c
@ -10,7 +10,6 @@
|
||||
*/
|
||||
require_once 'libraries/common.inc.php';
|
||||
$GLOBALS['js_include'][] = 'functions.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
|
||||
require_once 'libraries/mysql_charsets.lib.php';
|
||||
if (!PMA_DRIZZLE) {
|
||||
|
||||
@ -15,7 +15,6 @@ require_once 'libraries/common.lib.php';
|
||||
/**
|
||||
* Include JavaScript libraries
|
||||
*/
|
||||
$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';
|
||||
|
||||
@ -19,8 +19,6 @@ require_once 'libraries/common.inc.php';
|
||||
require_once 'libraries/mysql_charsets.lib.php';
|
||||
|
||||
// add a javascript file for jQuery functions to handle Ajax actions
|
||||
// also add jQueryUI
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'db_operations.js';
|
||||
|
||||
/**
|
||||
|
||||
@ -21,7 +21,6 @@ if (PMA_DRIZZLE) {
|
||||
/**
|
||||
* Include JavaScript libraries
|
||||
*/
|
||||
$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';
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
*/
|
||||
require_once 'libraries/common.inc.php';
|
||||
|
||||
$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';
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
require_once 'libraries/common.inc.php';
|
||||
|
||||
//Get some js files needed for Ajax requests
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'db_structure.js';
|
||||
|
||||
/**
|
||||
|
||||
@ -15,7 +15,6 @@ require_once 'libraries/common.lib.php';
|
||||
/**
|
||||
* Include JavaScript libraries
|
||||
*/
|
||||
$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';
|
||||
|
||||
2
main.php
2
main.php
@ -10,8 +10,6 @@
|
||||
*/
|
||||
require_once 'libraries/common.inc.php';
|
||||
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
|
||||
// Handles some variables that may have been sent by the calling script
|
||||
$GLOBALS['db'] = '';
|
||||
$GLOBALS['table'] = '';
|
||||
|
||||
@ -13,7 +13,6 @@ require_once 'libraries/common.inc.php';
|
||||
/**
|
||||
* JS includes
|
||||
*/
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery.cookie.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery.tablesorter.js';
|
||||
$GLOBALS['js_include'][] = 'server_plugins.js';
|
||||
|
||||
@ -15,7 +15,6 @@ require_once 'libraries/common.inc.php';
|
||||
*/
|
||||
$GLOBALS['js_include'][] = 'server_privileges.js';
|
||||
$GLOBALS['js_include'][] = 'functions.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
|
||||
$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
|
||||
$_add_user_error = false;
|
||||
|
||||
@ -433,7 +433,6 @@ if (PMA_DRIZZLE) {
|
||||
*/
|
||||
|
||||
$GLOBALS['js_include'][] = 'server_status.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery.tablesorter.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery.cookie.js'; // For tab persistence
|
||||
// Charting
|
||||
|
||||
1
sql.php
1
sql.php
@ -14,7 +14,6 @@ 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.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
|
||||
$GLOBALS['js_include'][] = 'tbl_change.js';
|
||||
// the next one needed because sql.php may do a "goto" to tbl_structure.php
|
||||
|
||||
@ -123,7 +123,6 @@ if ($GLOBALS['cfg']['ShowPropertyComments']) {
|
||||
*/
|
||||
$GLOBALS['js_include'][] = 'functions.js';
|
||||
$GLOBALS['js_include'][] = 'tbl_change.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';
|
||||
|
||||
|
||||
@ -30,10 +30,6 @@ $cfgRelation = PMA_getRelationsParam();
|
||||
require_once 'libraries/mysql_charsets.lib.php';
|
||||
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.16.custom.js';
|
||||
|
||||
/**
|
||||
* Class for partition management
|
||||
*/
|
||||
|
||||
@ -556,8 +556,6 @@ 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.16.custom.js';
|
||||
|
||||
$active_page = $goto_include;
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@ $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.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
|
||||
$GLOBALS['js_include'][] = 'gis_data_editor.js';
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
require_once 'libraries/common.inc.php';
|
||||
require_once 'libraries/mysql_charsets.lib.php';
|
||||
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'tbl_structure.js';
|
||||
$GLOBALS['js_include'][] = 'indexes.js';
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ $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.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user