rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php.

This commit is contained in:
Michal Čihař
2010-01-25 12:45:59 +00:00
parent 8ef8f753cb
commit ce5077eace
2 changed files with 29 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2936482 [core] Fix SSL detection.
+ rfe #2937850 [doc] Add some hints to chk_rel.php for quick setup.
+ rfe #2938579 [interface] Add class to some elements for easier theming.
+ rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php.
3.3.0.0 (not yet released)
+ rfe #2308632 [edit] Use hex for (var)binary fields,

View File

@@ -69,4 +69,32 @@ $cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
/**
* Defines whether a user should be displayed a "show all (records)"
* button in browse mode or not.
*/
//$cfg['ShowAll'] = false;
/**
* Number of rows displayed when browsing a result set. If the result
* set contains more rows, "Previous" and "Next".
*/
//$cfg['MaxRows'] = 30;
/**
* Use graphically less intense menu tabs
*/
//$cfg['LightTabs'] = false;
/**
* Set to true if you want DB-based query history.If false, this utilizes
* JS-routines to display query history (lost by window close)
*
* This requires advanced features enabled, see above.
*/
//$cfg['QueryHistoryDB'] = false;
/*
* You can find more configuration options in Documentation.html
*/
?>