Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-03-22 11:39:50 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-03-26 22:07:19 +0400
commit8bc21b7876387a50a70a3658f95b3777a0f67cbb (patch)
tree13925b50b947b81ae3619b93c17fd8e1c40b80be /libraries/config.values.php
parent69e2d84b513f89b3eedf3cefe4f8a8f5fb2bfd24 (diff)
Feature request: #1476 Favourite tables select box.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Changes in "create_tables.sql". Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Minor fix in structure.lib.php. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Ripped Trailing White spaces. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Removed irrelevant comments from "FavouriteTable.class.php". Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fixed Table Summary colspan. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Changed Favourite to Favorite Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fixed failing test. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Feature request: #1476 Favourite tables select box. (Icon only) Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Gray and Golden Icons. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Removed unwanted icon from "img". Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fixed error in PMA_buildActionTitles_test.php. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Re-positioned star icon and added tooltip to it. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Ripped trailing spaces from "structure.lib.php" and "db_structure.js". Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'libraries/config.values.php')
-rw-r--r--libraries/config.values.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/config.values.php b/libraries/config.values.php
index 33285614b9..d5b63ad45e 100644
--- a/libraries/config.values.php
+++ b/libraries/config.values.php
@@ -221,6 +221,7 @@ $cfg_db['_validators'] = array(
'Import/skip_queries' => 'validateNonNegativeNumber',
'InsertRows' => 'validatePositiveNumber',
'NumRecentTables' => 'validateNonNegativeNumber',
+ 'NumFavoriteTables' => 'validateNonNegativeNumber',
'LimitChars' => 'validatePositiveNumber',
'LoginCookieValidity' => 'validatePositiveNumber',
'LoginCookieStore' => 'validateNonNegativeNumber',