Renamed configuration directive: LeftDisplayDatabaseFilterMinimum => NavigationTreeDisplayDbFilterMinimum
This commit is contained in:
parent
3dc9897561
commit
c1ea4f00f9
@ -67,6 +67,7 @@ VerboseMultiSubmit, ReplaceHelpImg
|
||||
+ Renamed configuration directive: LeftLogoLinkWindow => NavigationLogoLinkWindow
|
||||
+ Renamed configuration directive: LeftDisplayServers => NavigationDisplayServers
|
||||
+ Renamed configuration directive: LeftRecentTable => NumRecentTables
|
||||
+ Renamed configuration directive: LeftDisplayDatabaseFilterMinimum => NavigationTreeDisplayDbFilterMinimum
|
||||
|
||||
3.5.4.0 (not yet released)
|
||||
- bug #3570212 [edit] uuid_short() is a no-arguments function
|
||||
|
||||
@ -882,9 +882,9 @@ $cfg['DisplayServersList'] = false;
|
||||
* display a JavaScript database filter in the left frame
|
||||
* when more then x databases are present
|
||||
*
|
||||
* @global boolean $cfg['LeftDisplayDatabaseFilterMinimum']
|
||||
* @global boolean $cfg['NavigationTreeDisplayDbFilterMinimum']
|
||||
*/
|
||||
$cfg['LeftDisplayDatabaseFilterMinimum'] = 30;
|
||||
$cfg['NavigationTreeDisplayDbFilterMinimum'] = 30;
|
||||
|
||||
/**
|
||||
* target of the navigation panel quick access icon
|
||||
|
||||
@ -268,7 +268,6 @@ $strConfigImport_xlsx_col_names_name = __('Column names in first row');
|
||||
$strConfigInitialSlidersState_name = __('Initial state for sliders');
|
||||
$strConfigInsertRows_desc = __('How many rows can be inserted at one time');
|
||||
$strConfigInsertRows_name = __('Number of inserted rows');
|
||||
$strConfigLeftDisplayDatabaseFilterMinimum_name = __('Minimum number of databases to display the database filter box');
|
||||
$strConfigLimitChars_desc = __('Maximum number of characters shown in any non-numeric column on browse view');
|
||||
$strConfigLimitChars_name = __('Limit column characters');
|
||||
$strConfigLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
|
||||
@ -308,6 +307,7 @@ $strConfigNavigationDisplayServers_name = __('Display servers selection');
|
||||
$strConfigNavigationTreeDefaultTabTable_name = __('Target for quick access icon');
|
||||
$strConfigNavigationTreeDisplayItemFilterMinimum_desc = __('Defines the minimum number of items (tables, views, routines and events) to display a filter box.');
|
||||
$strConfigNavigationTreeDisplayItemFilterMinimum_name = __('Minimum number of items to display the filter box');
|
||||
$strConfigNavigationTreeDisplayDbFilterMinimum_name = __('Minimum number of databases to display the database filter box');
|
||||
$strConfigNavigationTreeEnableGrouping_desc = __('Group items in the navigation tree (determined by the separator defined below)');
|
||||
$strConfigNavigationTreeEnableGrouping_name = __('Group items in the tree');
|
||||
$strConfigNavigationTreeDbSeparator_desc = __('String that separates databases into different tree levels');
|
||||
|
||||
@ -87,7 +87,7 @@ $forms['Left_frame']['Left_frame'] = array(
|
||||
'NavigationTreeEnableGrouping',
|
||||
'NavigationTreeDisplayItemFilterMinimum');
|
||||
$forms['Left_frame']['Left_databases'] = array(
|
||||
'LeftDisplayDatabaseFilterMinimum',
|
||||
'NavigationTreeDisplayDbFilterMinimum',
|
||||
'NavigationTreeDbSeparator');
|
||||
$forms['Left_frame']['Left_tables'] = array(
|
||||
'NavigationTreeDefaultTabTable',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user