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.
Updated CHANGELOG
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...
Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
Fixed bug #99 and two additional instances of catpcha instead of captcha.
Fixed another typo in class.frontend.php. Ticket #100.
Fixed ticket #100 - 'contruction' typo
Fixed some notices and warnings.
Fixed bug #105 - back buttons in addon detail pages not editable.
Reverted config.php to rev 217.
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.
Fixed problems on RSS script
fixed bug with page description not being set
Added extra protection from deleting all addons if none selected
Added charset encoding for admin templates
Fixed captcha bug for signup when disabled
Fixed captcha problems when disabled
Fixed typo in EN.php
Fixed error in patch
Change version from 2.6.0 to 2.6.1
Applied patch to class.login.php
Fixed small bug in forgot details app
Updated CHANGELOG - now ready for 2.6.0 (stable) release
Added default charset option to settings
Added email validation to form module
Fixed spacing with form submissions
Added captcha verification to sign-up form
Updated installer to add captcha_verification into settings table
Added captcha verification option to settings page
Added Captcha to News module
Fixed a problem with the install script that occur when non-stock modules are already present and use $admin->print_error().
Fixed bug where READ_MORE was never shown in news pages because 'long' was used as table column name instead of 'content_long'. Related to ticket #81.
Fixed ticket #80 and some faulty stripslashes in news view.php
Improved default block content feature. Usage: If a template is used with multiple blocks and a page does not have content in one of the blocks, the content of this block is taken from the default (start) page instead. This behavior can be deactivated by setting ->default_block_content='none' or a specific page can be set using ->default_block_content=%page_id% where page_id stands for the page id of the page to use. This variable can be changed before every page_content call for the specific blocks to allow for complete flexibility.
Fixed bug #70 - again...
Fixed the dubious header already sent bug in installation
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
Replaced by in templates round and allcss
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
Removed captcha code in footer var
Changed line endings in install/save.php to Unix format
Updated CHANGELOG and some other files
News mod now hides read more link if no need for it (see ticket #56)
Modified some comments about copyright/license notices (see ticket #48)
Added support for mailto: links in the menu link mod
Added direct-access redirection on some files (see ticket #37)
Added extra characters to convert.php (see bug #64)
Corrected "Help" URL on admin start page
Correct "Help" URL on admin start page
Finished correct Captcha implementation in form mod
Fixed bug #65 (last_reset check in account/forgot_form.php)
Fixed bug #74 - permission settings no getting changed.
Fixed save.php
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 bug #70. Thanks to John.
Some changes and fixes to menu code
Fixed bug #61 - typo regarding standard menu_footer.
Fixed spelling mistakes
Frontend functions page_keywords() and page_description() now display page specific entries if present, otherwise website settings.
Changed content of config.php to empty php tags.
Fixed bug #54 - captcha functionality not working.
Added a blank space to config.php to give it non-zero file size
Fixed bug #45 - incorrect display of time in settings.
Fixed bug #32 - (wrong use of add_slashes in installation script)
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.
Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.
Initial import.