Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
131d11dfe6
@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog
|
||||
+ Patch #3507001 Contest-4: Textarea for large character columns
|
||||
+ Removed the PHP version of the ENUM editor
|
||||
+ Patch #3507111 Display distinct results, linked to corresponding data rows
|
||||
+ Update to jQuery 1.7.2
|
||||
|
||||
3.5.1.0 (not yet released)
|
||||
- bug #3510784 [edit] Limit clause ignored when sort order is remembered
|
||||
|
||||
@ -132,7 +132,7 @@ require 'libraries/header_http.inc.php';
|
||||
// ]]>
|
||||
</script>
|
||||
<?php
|
||||
echo PMA_includeJS('jquery/jquery-1.6.2.js');
|
||||
echo PMA_includeJS('jquery/jquery-1.7.2.js');
|
||||
echo PMA_includeJS('update-location.js');
|
||||
echo PMA_includeJS('common.js');
|
||||
?>
|
||||
|
||||
4435
js/jquery/jquery-1.6.2.js → js/jquery/jquery-1.7.2.js
vendored
4435
js/jquery/jquery-1.6.2.js → js/jquery/jquery-1.7.2.js
vendored
File diff suppressed because it is too large
Load Diff
@ -556,7 +556,7 @@ $_REQUEST['js_frame'] = PMA_ifSetOr($_REQUEST['js_frame'], '');
|
||||
* @global array $js_include
|
||||
*/
|
||||
$GLOBALS['js_include'] = array();
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-1.6.2.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-1.7.2.js';
|
||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
|
||||
$GLOBALS['js_include'][] = 'update-location.js';
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ require_once 'libraries/header_http.inc.php';
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="phpmyadmin.css.php?<?php echo PMA_generate_common_url('', ''); ?>&js_frame=left&nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
|
||||
<?php
|
||||
echo PMA_includeJS('jquery/jquery-1.6.2.js');
|
||||
echo PMA_includeJS('jquery/jquery-1.7.2.js');
|
||||
echo PMA_includeJS('jquery/jquery-ui-1.8.16.custom.js');
|
||||
echo PMA_includeJS('jquery/jquery.qtip-1.0.0-rc3.js');
|
||||
echo PMA_includeJS('navigation.js');
|
||||
|
||||
@ -36,7 +36,7 @@ require './libraries/header_http.inc.php';
|
||||
<link href="../favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
||||
<link href="styles.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="../js/jquery/jquery-1.6.2.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery-1.7.2.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery-ui-1.8.16.custom.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery.json-2.2.js"></script>
|
||||
<script type="text/javascript" src="../js/config.js"></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user