Revision 1485
Added by Dietmar over 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
=============================== FEATURES FREEZE ================================ |
14 |
------------------------------------- 2.8.3 ------------------------------------ |
|
14 |
----------------------------------- Fixes 2.8.2 -------------------------------- |
|
15 |
01 Aug-2011 Build 1485 Dietmar Woellbrink (Luisehahne) |
|
16 |
! rename config.php.bak to config.php.new |
|
17 |
# fixed rss.php SERVER_EMAIL |
|
15 | 18 |
31 Jul-2011 Build 1484 Dietmar Woellbrink (Luisehahne) |
16 | 19 |
! move fixes 2.8.2 to 2.8.3 |
17 | 20 |
! fixes will be shown in an extra readme |
branches/2.8.x/wb/config.php.bak | ||
---|---|---|
1 |
<?php |
|
2 | 0 |
branches/2.8.x/wb/config.php.new | ||
---|---|---|
1 |
<?php |
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'); |
55 |
if(!defined('REVISION')) define('REVISION', '1484'); |
|
55 |
if(!defined('REVISION')) define('REVISION', '1485'); |
branches/2.8.x/wb/modules/news/rss.php | ||
---|---|---|
60 | 60 |
?> |
61 | 61 |
<language><?php echo strtolower(DEFAULT_LANGUAGE); ?></language> |
62 | 62 |
<copyright><?php $thedate = date('Y'); $websitetitle = WEBSITE_TITLE; echo "Copyright {$thedate}, {$websitetitle}"; ?></copyright> |
63 |
<managingEditor><?php echo 'info@wdsnet.de'; ?></managingEditor>
|
|
64 |
<webMaster><?php echo 'info@wdsnet.de'; ?></webMaster>
|
|
63 |
<managingEditor><?php echo SERVER_EMAIL; ?></managingEditor>
|
|
64 |
<webMaster><?php echo SERVER_EMAIL; ?></webMaster>
|
|
65 | 65 |
<category><?php echo WEBSITE_TITLE; ?></category> |
66 | 66 |
<generator>WebsiteBaker Content Management System</generator> |
67 | 67 |
<?php |
Also available in: Unified diff
rename config.php.bak to config.php.new
fixed rss.php SERVER_EMAIL