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.
Updated CHANGELOG
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.
Updated installation instructions
Fixed language install problem
Fixed bug in Form settings page
Updated backup and reload info files
Updated reload module info file
Fixed minor bugs with template and module permissions on groups
Fixed template install problem
Fixed minor bug in news mod
Fixed minor bug in form mod
Fixed some minor bugs with settings
Added module_function-lowercasing
Added credit for John's work on backup mod
Semi-disabled use of "separate" page trash feature
Finished backup module
backup-sql.php now fully working
Worked on backup-sql.php
Added extra language objects
Updated functions file
Fixed form action
Moved backup-sql code into seperate script