In 2.11.5.1 and 2.5.11.2 you changed:
if (empty($_SESSION['PMA_Config'])) {
/**
* We really need this one!
*/
if (! function_exists('preg_replace')) {
PMA_fatalError('strCantLoad', 'pcre');
}
/**
* @global PMA_Config $_SESSION['PMA_Config']
*/
$_SESSION['PMA_Config'] = new PMA_Config('./config.inc.php');
} elseif (version_compare(phpversion(), '5', 'lt')) {
/**
* @todo move all __wakeup() functionality into session.inc.php
*/
$_SESSION['PMA_Config']->__wakeup();
}
To:
/**
* We really need this one!
*/
if (! function_exists('preg_replace')) {
PMA_fatalError('strCantLoad', 'pcre');
}
/**
* @global PMA_Config $_SESSION['PMA_Config']
* force reading of config file, because we removed sensitive values
* in the previous iteration
*/
$_SESSION['PMA_Config'] = new PMA_Config('./config.inc.php');
This is causing the font size set by the user on the opening page to be
ignored. While this may be minor it is important to those that need a
select font size to see the page.
Nobody/Anonymous
Usability
2.11.5.1
Public
|
Date: 2008-05-26 02:20
|
|
Date: 2008-05-12 07:49
|
|
Date: 2008-05-03 00:32
|
|
Date: 2008-05-02 23:00
|
|
Date: 2008-05-02 22:17
|
|
Date: 2008-05-02 22:05
|
|
Date: 2008-04-30 17:08
|
|
Date: 2008-04-29 10:01
|
|
Date: 2008-04-23 16:14
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Pending | 2008-05-26 02:20 | sf-robot |
| close_date | 2008-05-11 21:56 | 2008-05-26 02:20 | sf-robot |
| status_id | Open | 2008-05-11 21:56 | lem9 |
| resolution_id | None | 2008-05-11 21:56 | lem9 |
| close_date | - | 2008-05-11 21:56 | lem9 |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use