Merge branch 'QA_4_3'
This commit is contained in:
commit
5addde6c17
@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4677 Advanced feature checker does not check for favorite tables feature
|
||||
- bug #4678 Some of the data stored in configuration storage are not deleted upon db or table delete
|
||||
- bug #4679 Setup does not allow providing a name for favorites table
|
||||
- bug #4680 Number of favorite table are not configurable in setup
|
||||
|
||||
4.3.4.0 (2014-12-29)
|
||||
- bug #4653 Always connection error was shown, on /setup at tab "configuration storage"
|
||||
|
||||
@ -172,7 +172,9 @@ $forms['Navi_panel']['Navi_panel'] = array(
|
||||
'NavigationTreeEnableGrouping',
|
||||
'NavigationTreeDisableDatabaseExpansion',
|
||||
'NavigationTreeDisplayItemFilterMinimum',
|
||||
'NumRecentTables');
|
||||
'NumRecentTables',
|
||||
'NumFavoriteTables'
|
||||
);
|
||||
$forms['Navi_panel']['Navi_servers'] = array(
|
||||
'NavigationDisplayServers',
|
||||
'DisplayServersList');
|
||||
|
||||
@ -83,7 +83,9 @@ $forms['Navi_panel']['Navi_panel'] = array(
|
||||
'NavigationTreeEnableGrouping',
|
||||
'NavigationTreeDisableDatabaseExpansion',
|
||||
'NavigationTreeDisplayItemFilterMinimum',
|
||||
'NumRecentTables');
|
||||
'NumRecentTables',
|
||||
'NumFavoriteTables'
|
||||
);
|
||||
$forms['Navi_panel']['Navi_databases'] = array(
|
||||
'NavigationTreeDisplayDbFilterMinimum',
|
||||
'NavigationTreeDbSeparator');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user