Revision 1878
Added by darkviper over 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
02 Mae-2013 Build 1877 Dietmar Woellbrink (Luisehahne) |
|
| 14 |
05 Mar-2013 Build 1878 Werner v.d.Decken(DarkViper) |
|
| 15 |
# fixed PagesDir in WbAdaptor |
|
| 16 |
02 Mar-2013 Build 1877 Dietmar Woellbrink (Luisehahne) |
|
| 15 | 17 |
! fix news reorg.php to be backward compatible slash settings |
| 16 |
01 Mae-2013 Build 1876 Dietmar Woellbrink (Luisehahne)
|
|
| 18 |
01 Mar-2013 Build 1876 Dietmar Woellbrink (Luisehahne)
|
|
| 17 | 19 |
! wysgwyg, first try to repair missing table entries |
| 18 | 20 |
! page sections typofix in header |
| 19 | 21 |
28 Feb-2013 Build 1875 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1877');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1878');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/framework/WbAdaptor.php | ||
|---|---|---|
| 158 | 158 |
break; |
| 159 | 159 |
case 'PAGES_DIRECTORY': |
| 160 | 160 |
$sVal = trim(str_replace('\\', '/', $sVal), '/').'/';
|
| 161 |
$sVal = $sVal=='/' ? '' : $sVal; |
|
| 161 | 162 |
$sKey = 'PagesDir'; |
| 162 | 163 |
$this->_aSys['System'][$sKey] = $sVal; |
| 163 | 164 |
break; |
Also available in: Unified diff
fixed PagesDir in WbAdaptor: no more single slash in this entry.