rfe #2981999 [interface] Default sort order is now SMART.
This commit is contained in:
@@ -71,6 +71,7 @@ $Id$
|
|||||||
Philip Frank.
|
Philip Frank.
|
||||||
- patch #2983960 [interface] Add javascript validation of datetime input,
|
- patch #2983960 [interface] Add javascript validation of datetime input,
|
||||||
thanks to Sutharshan Balachandren.
|
thanks to Sutharshan Balachandren.
|
||||||
|
- rfe #2981999 [interface] Default sort order is now SMART.
|
||||||
|
|
||||||
3.3.3.0 (not yet released)
|
3.3.3.0 (not yet released)
|
||||||
- patch #2982480 [navi] Do not group if there would be one table in group,
|
- patch #2982480 [navi] Do not group if there would be one table in group,
|
||||||
|
@@ -887,7 +887,7 @@ $cfg['MaxRows'] = 30;
|
|||||||
*
|
*
|
||||||
* @global string $cfg['Order']
|
* @global string $cfg['Order']
|
||||||
*/
|
*/
|
||||||
$cfg['Order'] = 'ASC';
|
$cfg['Order'] = 'SMART';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* default for 'Show binary contents as HEX'
|
* default for 'Show binary contents as HEX'
|
||||||
|
Reference in New Issue
Block a user