Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
0471f1a2f9
@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3526916 [interface] Search fails with JS error when tooltips disabled
|
||||
- bug #3544366 [interface] Event comments not saved
|
||||
- bug #3549084 [edit] Can't enter date directly when editing inline
|
||||
- bug #3548491 [interface] Inline query editor doesn't work from search results
|
||||
|
||||
3.5.2.0 (2012-07-07)
|
||||
- bug #3521416 [interface] JS error when editing index
|
||||
|
||||
@ -24,6 +24,8 @@ $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';
|
||||
$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
|
||||
$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
|
||||
|
||||
$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse foreign values'));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user