[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_7RC1-9390-gb1aa4d7

Piotr Przybylski crackpl at users.sourceforge.net
Thu Sep 2 23:50:04 CEST 2010


The branch, master has been updated
       via  b1aa4d72bb3d01beab320f2b04990d90abe725fe (commit)
      from  07d85d420b86ba8e01a7edd7ed2b8e5d23ad80fb (commit)


- Log -----------------------------------------------------------------
commit b1aa4d72bb3d01beab320f2b04990d90abe725fe
Author: Crack <piotrprz at gmail.com>
Date:   Thu Sep 2 23:49:38 2010 +0200

    add user preference for accepted patch #3055886 (LeftDisplayTableFilter)

-----------------------------------------------------------------------

Summary of changes:
 libraries/config/messages.inc.php           |    1 +
 libraries/config/setup.forms.php            |    1 +
 libraries/config/user_preferences.forms.php |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php
index 33a4f31..59ac04d 100644
--- a/libraries/config/messages.inc.php
+++ b/libraries/config/messages.inc.php
@@ -265,6 +265,7 @@ $strConfigLeftDisplayLogo_desc = __('Show logo in left frame');
 $strConfigLeftDisplayLogo_name = __('Display logo');
 $strConfigLeftDisplayServers_desc = __('Display server choice at the top of the left frame');
 $strConfigLeftDisplayServers_name = __('Display servers selection');
+$strConfigLeftDisplayTableFilter_name = __('Display table filter');
 $strConfigLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels');
 $strConfigLeftFrameDBSeparator_name = __('Database tree separator');
 $strConfigLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');
diff --git a/libraries/config/setup.forms.php b/libraries/config/setup.forms.php
index 48d195a..ab654bd 100644
--- a/libraries/config/setup.forms.php
+++ b/libraries/config/setup.forms.php
@@ -170,6 +170,7 @@ $forms['Left_frame']['Left_databases'] = array(
     'LeftFrameDBSeparator',
     'ShowTooltipAliasDB');
 $forms['Left_frame']['Left_tables'] = array(
+    'LeftDisplayTableFilter',
     'LeftDefaultTabTable',
     'LeftFrameTableSeparator',
     'LeftFrameTableLevel',
diff --git a/libraries/config/user_preferences.forms.php b/libraries/config/user_preferences.forms.php
index a82a351..7ae41fb 100644
--- a/libraries/config/user_preferences.forms.php
+++ b/libraries/config/user_preferences.forms.php
@@ -81,6 +81,7 @@ $forms['Left_frame']['Left_databases'] = array(
     'LeftFrameDBSeparator',
     'ShowTooltipAliasDB');
 $forms['Left_frame']['Left_tables'] = array(
+    'LeftDisplayTableFilter',
     'LeftDefaultTabTable',
     'LeftFrameTableSeparator',
     'LeftFrameTableLevel',


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list