Revision 1453
Added by Dietmar over 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
02 Jun-2011 Build 1453 Dietmar Woellbrink (Luisehahne) |
|
15 |
# fix target in admin/media/browse.php |
|
16 |
# http://www.websitebaker2.org/forum/index.php/topic,21688.msg145812.html#msg145812 |
|
17 |
# Tks to the community |
|
14 | 18 |
02 Jun-2011 Build 1452 Dietmar Woellbrink (Luisehahne) |
15 | 19 |
! change status to RC6 |
16 | 20 |
29 May-2011 Build 1451 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/media/browse.php | ||
---|---|---|
152 | 152 |
'NAME_SLASHED' => addslashes($name), |
153 | 153 |
'TEMP_ID' => $admin->getIDKEY($temp_id), |
154 | 154 |
'LINK' => "browse.php?dir=$directory/$link_name", |
155 |
'LINK_TARGET' => '_SELF',
|
|
155 |
'LINK_TARGET' => '_self',
|
|
156 | 156 |
'ROW_BG_COLOR' => $row_bg_color, |
157 | 157 |
'FT_ICON' => THEME_URL.'/images/folder_16.png', |
158 | 158 |
'FILETYPE_ICON' => THEME_URL.'/images/folder_16.png', |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC6'); |
55 |
if(!defined('REVISION')) define('REVISION', '1452');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1453');
|
|
56 | 56 |
|
57 | 57 |
?> |
Also available in: Unified diff
fix target in admin/media/browse.php