Fixed table width 100% are wrong displayed in container templates when IE is used (#350)
Fixed large space between menupoints in IE (#349)
Fixed Website description is not displayed when no page description is available (#348)
Fixed group images in news modul cannot be stored (#342)
Fixed files in /pages/posts folder are not deleted (#340)
Fixed specialchars problem in the news modul (#339)
Fixed news modul stores empty records (#338)
Fixed Captcha didn't work in news comments (#337)
Fixed various php notices (#334)
Fixed addons table isn't updated when a modul is updated (#332)Added new upgrade_function (thanks to kozmoz)
Fixed spelling errors in the signup2.php (#330)
Fixed missing default values for INT fields in all system and modules tables (#329)
Fixed installer does not insert admin user, added missing default values for INT fields to save.php (#328)
Fixed search results generate invalid XHTML and notify warnings (#326)Added support for getting page ID of page that referred search request (#327) (thanks to brofield)
Fixed intro page doesn't save correct. See #71.
Fixed typo bug in form module save_field
Added new script that could possibly be apart of 2.7.x as a replacement for having the pages directory
Added get_post_escaped to wb class which automatically calls add_slashes on get_post output and used it in form/save_field.php
Fixed bug #313 - MySQL strict mode installation issue with missing default values.
Creating 2.6.4 tag
Creating 2.6.x branch
Removing 2.6.x branch
Fixed problems that were created in changeset 353
Fixed problems that weren't fully addressed in changeset 356
Added notice for when PHP Session Support appears to be disabled in installer, even if it is enabled and the problem actually lies in the users browser #154
Added multi-submission protection to form module #119
Fixed typo in news delete post page #283
Fixed typo in news save comment page #282
Fixed more security issue's related to ticket #237
Fixed tickets 190 and 207
Changed version number to 2.6.4.
Fixes security issue #237.
Updated CHANGELOG
Removed superfluous lines from admin/pages/index.php
Removed use of variable module_function in sections_save.php
Fixed problem with pre-2.6.0 modules not appearing in section list
Removed "From:" from calls to internal mail function. Ticket 189
Ticket #162 - info top level domain not accepted in installation.
Ticket #182 - error not reset by additional query
Changed to in htmlarea install script. Fixes obscure bug.
Creating 2.6.3 tag
Fixed ticket #146 - problems removing groups from private, registered viewer lists of page.
Updated version.php to show 2.6.3
Changed link target selection. Now: self, top, new. Ticket #145
Fixed ticket #143. Charset setting is now used in admin login and forgot pages.
Changed INSERT SQL code for settings table in installation.
John: New option in backup tool - either export all tables in database or only WB specific.
Removed a semicolon from settings table insert SQL query.
Style adjustment of the install script.
Added strip_slashes call to directory parameter.
Fixed ticket #134 - error on browsing media.
John: fixed ticket #82 backup module.
Fixed ticket #141 - admin now sees all folders in media
Removed additional parameter from mail call
Applied fix regarding ticket #138
Ticket #137 - Last Reset timer not reset in frontend forgotten password process
Fixed bugs in the new functions in class.admin.php.
Due to compatibility reasons, removed support for MEMORY_USAGE again. Updated CHANGELOG.
Added permission check to admin/pages/add.php to fix ticket #68. Also used get_page_permission, get_user_details, get_page_details in some places.
Added methods get_user_details, get_page_details, get_page_permission to class admin.
Changed all line endings to Unix stlye
Added support for tag [MEMORY_USAGE] in page footer. Renamed tag [PROCESSTIME] to [PROCESS_TIME]
Changed ->mail to ->mail in admin/login/forgot/index.php - ticket #136
Removed duplicate expression from news/install.php
Creating 2.6.2 tag
Fixed ticket #133
Updated help links to use websitebaker.org/permalink
Updated all copyright notices to include 2006
Added default value '' to all varchar and text fields
Updated CHANGELOG. Correction: Last submission solved #104, not #127.
Solved ticket #127, commas are now stored as htmlentity in database. Also changed wb_mail to mail in form/view.php.
Tiny spelling change.
Fixed some wrong html tags in settings/template.html (moved WYSIWYG Style back to advanced options)
Set version number to 2.6.2.
Ticket #126. Cookie REMEMBER_KEY wasn't cleared in account/logout and expiration date is now set to time in the past. Thanks to alex!
Ticket 125 - smart login not working. Thanks to alex.
Changed mail calls to $wb->mail (thanks to John!).
John: changed captcha.php call to include timestamp
Fixed charset typos.
John: Changed the e-mail validation code and added a mail function to class wb.
Added parameter depth to show_breadcrumbs function to set the number of levels to be show.
Forgotten password: if sending of e-mail fails, restore old password. Ticket #110
Added more charset options. Ticket #102 - thanks to ruebenwurzel!
Character encoding setting also affects admin backend. Mentioned in ticket #102.
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.
Fixed: Breadcrumbs showed incorrectly when using the level feature.
Fixed a bug where access settings of registered and private pages were displayed incorrectly.
Fixed ticket #107 - captcha being cached.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Fixed ticket #120.
Fixed bug #122. Replaced empty field check by check with setting name n.e. wb_version.
Once again reverted to correct config.php...