Updated 2.6.x branch version number to 2.6.7
Added changeset [500] to 2.6.x branch
Added changeset [497] to 2.6.x branch
Added changeset [488] to branches
Added changeset [484] to the branches
Added changeset [472] also to the branches
Added Changeset [458] and [459] to branches 2.6.x
again copied all changes for WB 2.6.6 from trunk to branches
Updated version
Created up-to-date 2.6.x branch (based off 2.6.5 tag)
Creating 2.6.5 tag
Updated links to Website Baker website
Fixed some minor javascript errors in admin (thanks to pcwacht)
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed IE allows to set a page as parent of itself (#320)
Fixed a small IE layout issue in adminActualized CHANGELOG
Fixed problem with Page Title has to be escaped (#287)
Fixed missing message when adding a site without page title (#300)
Removed changeset 365 because it is for WB 2.7.xChanged version to 2.6.5Completed CHANGELOG
Added Remember-expanded-pages-in-admin (thanks to ephraimt)
Added List sorting in admin area (thanks to rsmith)
Fixed addons table isn't updated when a modul is updated (#332)Added new upgrade_function (thanks to kozmoz)
Fixed intro page doesn't save correct. See #71.
Fixed problems that were created in changeset 353
Fixed more security issue's related to ticket #237
Fixed tickets 190 and 207
Changed version number to 2.6.4.
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
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.
Added strip_slashes call to directory parameter.
Fixed ticket #134 - error on browsing media.
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.
Changed all line endings to Unix stlye
Changed ->mail to ->mail in admin/login/forgot/index.php - ticket #136
Updated help links to use websitebaker.org/permalink
Updated all copyright notices to include 2006
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!
Changed mail calls to $wb->mail (thanks to John!).
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 a bug where access settings of registered and private pages were displayed incorrectly.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Fixed bug #122. Replaced empty field check by check with setting name n.e. wb_version.
Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
Fixed bug #105 - back buttons in addon detail pages not editable.
Added extra protection from deleting all addons if none selected
Added charset encoding for admin templates
Change version from 2.6.0 to 2.6.1
Fixed small bug in forgot details app
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.
Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method
Applied aportale's patch to use label instead of javascript toggle code
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed inconsistent line ending styles
Modified some comments about copyright/license notices (see ticket #48)
Added direct-access redirection on some files (see ticket #37)
Corrected "Help" URL on admin start page
Correct "Help" URL on admin start page
Fixed bug #74 - permission settings no getting changed.
Fixed ticket #46 - addon details are taken from database. Minor changes to install/save.php.
Fixed bug #71 - added $admin->strip_slashes() to intro2.php
Fixed spelling mistakes
Fixed bug #45 - incorrect display of time in settings.
Fixed bug #33 and other bugs regarding addon (un)installation
Fixed bug #44 - module entries in addons table do not get deleted upon module uninstallation.
Fixed bug #43 - double entries in addon table.
Fixed minor bugs with template and module permissions on groups
Fixed template install problem
Fixed some minor bugs with settings
Semi-disabled use of "separate" page trash feature
Updated tools interface
Changed included file name from include.php to tool.php
Fixed addon listing in numerous places so it now use's DB for info
Tuned interface with less javascript
Added css for label element
Removed page languages option
Replaced add_slashes by addslashes in media/browse.php where it is applied to a non GPC variable.
Updated tool-handling code
Updated module install code for correct insertion into addons table
Update module install code for correct insertion into addons table
Updated admin footer link
'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'.