Project

General

Profile

  • svn:executable: *
  • svn:keywords: Id

# Date Author Comment
1182 2009-11-24 20:36 Dietmar

add two constants in /framework/initialize.php for later feature in database settings
define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
modify page will be loading all sections with editor
define('EDITOR_WIDTH', 900) set min width for editor...

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

987 2009-06-14 17:17 aldus

Bugfixes for ticket 728 (install without tables) - see changelog for details.

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

725 2008-02-23 12:30 doc

suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor

719 2008-02-20 20:47 doc

modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)

636 2008-01-28 22:31 thorn

fixed WARNING-message about possibly not defined constant

596 2008-01-25 22:29 thorn

added new CAPTCHA and ASP (Advanced Spam Protection)

542 2008-01-16 13:10 thorn

fixed #532 - PHP Error levels

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

250 2005-11-27 10:44 ryan

Added Captcha to News module

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

208 2005-10-23 14:27 stefan

Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.

164 2005-09-27 02:49 ryan

Added some DB checking code to initialize.php

143 2005-09-19 01:49 ryan

Cleaned-up some whitespace

107 2005-09-15 21:22 stefan

Corrected session code.

106 2005-09-15 21:15 stefan

Renamed compatibility.php to frontend.functions.php.
Moved frontend functions from class frontend to frontend.functions.php.
Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.
Created file initialize.php, where all initializations now take place (moved from class wb constructor).