Removed hardcoded /admin folder strings from WB core files where possible
restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
added new languages to install script; fixed some issues and typos in languagefiles
fixed language bug (backend language switched to the pages language viewed in frontend)
fixed some errors in standard german language file
added new colloquially german language file (thanks to Michael Tenschert)
added visualization of wrong/empty input fields, fixed bug with re-enter of admin password
added missing session cookie forgotten in Changeset 593
added possibility to select the default backend language during installation process
added default language for users to avoid empty language fields
added new CAPTCHA and ASP (Advanced Spam Protection)
fixed bug in changeset 581 (reverts most of it)
Unique session-identifier for each website baker installation. fixes #354
Fixed E_NOTICE error in save.php (onl if input data from WB Installer was wrong).
Added support to configure the mailer settings via the backend
added new module-based search-function and publish-by-date code
added the "users in multiple groups" feature (closes parts of ticket #546)
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)
Changed all copyright notices to include now 2008
Added Changeset [417] again to the trunk because removing it from the branches also removed it from the trunk
Removed changeset [417] from the 2.6.x branches because it is for WB 2.7.x versions
Added multilingual support to the search;Fixed ticket #385;
Updated some core files to allow the configuration of PHPMailer via the admin settings panel instead of config.php. PHPMailer related settings are now stored in the Website Baker database. The following settings can be configured:SMTP-host, SMTP-authentification , SMTP-password and SMTP-username.
Added Id keywords to all missing files
Fixed bug in installer
Removed use of GMX name in installation
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Return to Search Results Page (#365)
Added phpmailer class (thanks to doc)
Fixed installer does not insert admin user, added missing default values for INT fields to save.php (#328)
Fixed bug #313 - MySQL strict mode installation issue with missing default values.
Ticket #162 - info top level domain not accepted in installation.
Changed INSERT SQL code for settings table in installation.
Removed a semicolon from settings table insert SQL query.
Style adjustment of the install script.
Updated all copyright notices to include 2006
Added default value '' to all varchar and text fields
Added default charset option to settings
Updated installer to add captcha_verification into settings table
Fixed a problem with the install script that occur when non-stock modules are already present and use $admin->print_error().
Fixed bug #70 - again...
Fixed the dubious header already sent bug in installation
Applied aportale's patch to use label instead of javascript toggle code
Fixed more inconsistencies regarding line endings and end-of-file newlines
Changed line endings in install/save.php to Unix format
Fixed save.php
Fixed ticket #46 - addon details are taken from database. Minor changes to install/save.php.
Fixed bug #70. Thanks to John.
Fixed bug #32 - (wrong use of add_slashes in installation script)
Fixed bug #33 and other bugs regarding addon (un)installation
Fixed language install problem
Fixed minor module-loading bug on install
Removed modules-table code
Fixed str_replace
Added addons loading code
Removed relative path input
Replaced addslashes by magic_quotes aware add_slashes in install/save.php
Renamed designed_for to platform on addons table
""
Added addons table
Fix: Timezone option in installation doesn't affect the setting.
Created new table "modules" to allow for faster lookup of which modules are installed. Allows for greater flexibility also.
Added new setting 'wb_version' which is not changeable in admin>>settings but allows for easier upgrade scripts in the future.
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).
Fixed some issues regarding settings.
Fixed problems with settings in database. Should be fully functional again.
Moved settings from config.php into database.NOT FULLY WORKING!!!
Removed support for internal HTMLArea editor. Created new stock module HTMLArea.
Corrected use of addslashes in install/save.php
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Added the Id keyword for all files
Restructured frontend code and fixed various bugs
Initial import from CVS to Subversion of Website Baker 2.5.2