! /framework/class.wb.php::getLanguagesDetailsInUsed() optimized+ /framework/class.wb.php::getAvailableLanguagesObjectInstance()! /framework/class.wb.php::getLanguagesInUsed() method optimized! /framework/class.frontend.php update changes made in class.wb.php...
syncronize project and some small typo corrections in /admin/
update headerinfo
add new method wb::ReplaceAbsoluteMediaUrl()class wb: added Translate::disableAddon() in print_error() and print_success()
! add ErrorMsgException in /framework/globalExceptionHandler.php! ErrorMessage "ADMIN_INSUFFICIENT_PRIVELLIGES" now can be styled by the /admin/skel/themes/htt/ErrorMsgFile.htt template ! add css selectors to wb_theme
! upgrade-script: update if filesRemove or remove dirs failed! update methode StripCodeFromText, add remove , ! security fixes in form modul with StripCodeFromText
! supress frontend preferences, if user have no permission for it
+ add maintance modus in backend
+ add methode StripCodeFromText in class.wb to clean injection! rebranding the admin/settings and security fixes! a few new styling in backend wb_theme! beginning aa lot of account changes like correction of $_SESSION indexe, security fixes+ add head.load.min.js and head.min.js to /include/jquery/ to style HTML5 templates
! optimize some methods+ add method send_header, replace header('Location:... with new method+ if header send failed you get a manuell redirected link, so script don't break
! update upgrade-script, now don't overwrite existings values in settings+ add field tooltip to table pages in installer! change some module tool_icon.png (Tks to Stefek) ! add date_time string to backup_droplets.zip- search and comment out founded require_once(WB_PATH."/framework/class.database.php"); ...
renamed file class.database.php to Database.phprenamed class database into Databaseclasses SecurityException and SecDirectoryTraversalException added in globalExceptionHandler.phpCoreAutoloader() added in initialize.phpnew Constants 'WB_REL' and 'DOCUMENT_ROOT' in initialize.php...
add replyto to form module (see DEVINFOS)
add argument 'replyTo' into class.wb::mail()
+ move admin/themes/templates/ to admin/skel/themes/htt/! and update class.wb.php, upgrade-script.php
! update correct_theme_source and fixed the call in all files
add new backend theme handling (Tks to Stefek)
fixed strict notice warning in class.wbchange editor for intropage to editareaadd missing slash in themes
little fix in calling globalExceptionHandler from inner core files
activate globalExceptionHandler in inner core files
class.order completely recoded to reduce SQL requestsall other files: fix SQL-statements to SQL-strict
fixed Ticket 1050 Bug in include/phpmailer/class.phpmailer.php with Lotus Notesfixed Ticket 573, 939 Bad formatting of e-mail received from form submissionsfixed Ticket 1009 cannot change user password without changing Email in preference
class-switcher for SecureForm added
Ticket 833 fixed markup for table cells in view.phpchange themes.css to make style more flexible in success.htt and error.httbackend themes: add js function redirect_to_page(url, timer) to redirect without message
Preparing 2.8.2 stable, last tests
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