remove auto including YUI Framework in backend for modules, enable with >print_footer(true)>print_error and ->print_success too accept a message as arrayauto validate in frontend if style block inside body tagcaptcha now XHTML valide
add missing methode is_group_match in class.wb.php
YGN Ethical Hacker Group (2.8.2 / 2.9.0)
fixed wb::password_chars
recoded rediect timer in print_success (tks to Chio)
set construct to FRONTEND class.wbset 2.8.2 to RC5
fix class.wb
fixed inclusion of SecureFormadded IDNA/Punycode to wb::validate_email()
fixed headerinfos
update headerinfos
fixed class.wb.php to add class SecureForm
delete class.secureform.phpadd newest SecureForm fixed Call to a member function read() on a non-object in function register_frontend_modfiles
added some functions set status to 2.8.2 RC3
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
remove some unneeded code in backend themes templatessee forum: JQuery und Backend-Theme
add an extra class class.secureform.php and extends it to class.wb.phpcheck for installed modules before loading in content
little fixes for backwards compatible PHP4, pls test
show_menu2 remove unneeded code for WB < 2.7class.wb.php, recoding backend preferenceadd a language variable $MESSAGE['PREFERENCES']['INVALID_CHARS']update theme.css & preference.htt in argos_theme & wb_themeremove classic_theme
Ticket #971 Using $_POST in Admin - account - login.php (tks to Aldus)update class.wb.php added tokens function
update headertext
Fix Bugs headersend errors in some core filesdelete whitespaces after ?>
Security fix - wrong placed "exit()" inside class.wb
Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. (problem introduced by code optimisations for WB2.8) Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
Created 2.8.x branch
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.
added skinable Admin Interface
Redirect time for function print_success can now be defined in Settings (ticket #603)
Copyright notices now includes 2009
changed mailer to not extract line break of alternative body text
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Allow a user-supplied From-Name in form-settings for email und success-email.
Revoked parts of changeset [547] and again introduced changeset [540]
added new module-based search-function and publish-by-date code
Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]
Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...
added the "users in multiple groups" feature (closes parts of ticket #546)
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link
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 Id keywords to all missing files
Removed mention of GMX name
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Added phpmailer class (thanks to doc)
Added get_post_escaped to wb class which automatically calls add_slashes on get_post output and used it in form/save_field.php
Removed additional parameter from mail call
Changed all line endings to Unix stlye
Updated all copyright notices to include 2006
Fixed charset typos.
John: Changed the e-mail validation code and added a mail function to class wb.
Replace 'admin' by 'wb' in all account pages. Moved print_success and print_error code to class.wb.php. Added correct parameters to these functions in account pages.
Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method
Fixed inconsistent line ending styles
Removed strip_slashes_dummy.
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).
Moved settings from config.php into database.NOT FULLY WORKING!!!
Removed support for internal HTMLArea editor. Created new stock module HTMLArea.
Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.
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
Reverted erroneous deletion in class.wb.php
Reworked search.php, fixed typo in media/browse.html.
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Removed direct access path disclosure occurrences.
Added the Id keyword into the top of each file that was missing it
Added the Id keyword for all files
Restructured frontend code and fixed various bugs