Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)Add last changes to the changelog - missing by mistake.
Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
added skinable Admin Interface
Redirect time for function print_success can now be defined in Settings (ticket #603)
Copyright notices now includes 2009
added config for section anchor.ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
added workaround for language sorting-problem
Changed language sorting from directory to name (needs additional to be escaped!)
added new CAPTCHA and ASP (Advanced Spam Protection)
Added support to configure the mailer settings via the backend
added new module-based search-function and publish-by-date code
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
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
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 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Added List sorting in admin area (thanks to rsmith)
Updated all copyright notices to include 2006
Reintroduced page languages setting. If switched to off page languages are only used to determine the language file for the universal texts. If on, displayed page and menu are affected by the language session variable.
Added default charset option to settings
Added captcha verification to sign-up form
Added captcha verification option to settings page
Reintroduced option 'none' to WYSIWYG editor selection list in settings.
Fixed some minor bugs with settings
Semi-disabled use of "separate" page trash feature
Updated tools interface
Fixed addon listing in numerous places so it now use's DB for info
Tuned interface with less javascript
Removed page languages option
Updated tool-handling code
'None found' is shown if no tools are found.
Fixed mis-use of templating for Administrative Tools section
Implemented new module type 'tool'. Added setting section 'Tools' (advanced). Removed possibility to set permissions for all module types other than 'page'.
Removed strip_slashes_dummy.
Fixed some issues regarding settings.
Fixed problems with settings section in admin.
Removed debugging lines.
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.
Changed language string name 'EDITOR' to 'WYSIWYG_EDITOR'
Implemented choice of WYSIWYG editor
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Added the Id keyword for all files
All occurrences of "CVS" in the code are replace by ".svn"
Initial import from CVS to Subversion of Website Baker 2.5.2