Revision 1290
Added by Dietmar almost 15 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
14 |
19-Feb-2010 Dietmar Woellbrink (Luisehahne) |
|
15 |
! change constant EDIT_ONE_SECTION to default false |
|
14 | 16 |
08-Feb-2010 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
! missunderstanding back to old logo |
16 | 18 |
08-Feb-2010 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
} |
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 |
if(!defined('VERSION')) define('VERSION', '2.8.1');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1287');
|
|
54 |
if(!defined('VERSION')) define('VERSION', '2.8.x');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1290');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/framework/initialize.php | ||
---|---|---|
3 | 3 |
* |
4 | 4 |
* @category framework |
5 | 5 |
* @package initialize |
6 |
* @author Ryan Djurovich
|
|
6 |
* @author WebsiteBaker Project
|
|
7 | 7 |
* @copyright 2004-2009, Ryan Djurovich |
8 | 8 |
* @copyright 2009-2010, Website Baker Org. e.V. |
9 |
* @filesource $HeadURL$ |
|
10 |
* @author Ryan Djurovich |
|
11 |
* @copyright 2004-2009, Ryan Djurovich |
|
12 |
* |
|
13 |
* @author WebsiteBaker Project |
|
14 | 9 |
* @link http://www.websitebaker2.org/ |
15 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
16 |
* @link http://start.websitebaker2.org/impressum-datenschutz.php |
|
17 | 10 |
* @license http://www.gnu.org/licenses/gpl.html |
11 |
* @platform WebsiteBaker 2.8.x |
|
12 |
* @requirements PHP 4.4.9 and higher |
|
18 | 13 |
* @version $Id$ |
19 |
* @platform WebsiteBaker 2.8.x |
|
20 |
* @requirements PHP 4.3.4 and higher |
|
14 |
* @filesource $HeadURL$ |
|
21 | 15 |
* @lastmodified $Date$ |
22 | 16 |
* |
23 | 17 |
*/ |
... | ... | |
129 | 123 |
define('THEME_PATH', WB_PATH.'/templates/'.DEFAULT_THEME); |
130 | 124 |
|
131 | 125 |
// extended wb_settings |
132 |
define('EDIT_ONE_SECTION', true);
|
|
126 |
define('EDIT_ONE_SECTION', false);
|
|
133 | 127 |
|
134 | 128 |
define('EDITOR_WIDTH', 0); |
135 | 129 |
|
Also available in: Unified diff
change constant EDIT_ONE_SECTION to default false