Branch 2.8.1 merged back into Trunk
replaced all remaining mktime() with time(), except from third party scripts
Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
Copyright notices now includes 2009
applied additional mail check to forgot login form
Fixed possible XSS in account/login.php and forgot-form.php
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php
Changed all copyright notices to include now 2008
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed tickets 190 and 207
Removed "From:" from calls to internal mail function. Ticket 189
Ticket #137 - Last Reset timer not reset in frontend forgotten password process
Updated all copyright notices to include 2006
Changed mail calls to $wb->mail (thanks to John!).
Forgotten password: if sending of e-mail fails, restore old password. Ticket #110
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed bug #65 (last_reset check in account/forgot_form.php)
Fixed spelling mistakes
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).
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Added direct access redirection in account files.
Added the Id keyword for all files
Initial import from CVS to Subversion of Website Baker 2.5.2