Module form: user supplied input isn't lost on captcha-failure anymore
added keyword id to new file;
fixed spelling error in german language file of captcha modul
Added new CAPTCHA (calc_ttf_image). Changed call_captcha() to output a table-layout. Some minor changes to captcha-code.
Module form: dropdown "success page" listed foreign private pages, too. Fixed.
Added preview-images for CAPTCHA. Improved security: CAPTCHAS can't be loaded from outside WB
fixed bug in Javascript Admin module
removed forgotten debug output
fixed some issues with CAPTCHA and ASP: Adjusted baseline of '*' in supplyed fonts to meet baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib checks. Improved ASP in news-module.
removed some wrong set keywords
Added keywords to files where they are missing
changed WYSIWYG content field from text to longtext (allows more than 65'534 characters)
Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
module news: added publish_until field to control the visibility of a news-posting by date and time
added new CAPTCHA and ASP (Advanced Spam Protection)
Removed changes introduced with Changeset 593 (need to agree if we want add this to the core with WB2.7)
fixed bug in news module: Dont allow comments if commenting is disabled or post or post's group is inactive
Generate filename in pages/ from page_title instead of menu_title.
fixed bug in Codepress integration (if codepress framework not installed)
added language support to all integrated modules (except for news and form module)
Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.
Added keywords to new mail filter files
Fixed bug with the edit module CSS file implementation (IE7, Opera)
Added the new admin tool email output filter which allows to transform emails before displaying them on the frontend
module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed
fixed E_NOTICE-warning in news-module (SECTION_ID)
adapted news-module to use the new jscalendar, removed old one
Some minor changes. Reduced success time out, set WYSIWSY background colgor to white, fixed some errors in the form module (only in conjunction with E_ALL)
Module code: curly backets get deleted by pparse() from phplib. fixes #553
Fixed bug in news modul with missing variable PAGE_DIRECTORY
Module menu_link: added dropdown-listbox to select anchor
changed version number of form modul
added again keywords to news modul files
Updated news modul with features from the advanced news modul
added keywords again to form modul files
Updated form modul with features from the advanced form modul
Added keywords to modules/fckeditor files
Added keywords to new files
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)
fixed two issues with menu_link: adding a menu_link as first page did not worked; and an E_NOTICE-warning
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link
Added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)
Changed all copyright notices to include now 2008
fixed issue with special chars in news feed
Optimized search and highlighting funktions
Fixed wrong error message in form modul
Fixed issue in the search table entries of form modul
Fixed some bugs in rss.php
Fixed error when uninstalling the news modul
Added Id keywords to all missing files
Fixed form modul stores empty records
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Code cleaning and fixing two issues in save_group.php
Fixed Captcha error when adding comment to news (#358)
Fixed table width 100% are wrong displayed in container templates when IE is used (#350)
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 missing default values for INT fields in all system and modules tables (#329)
Fixed typo bug in form module save_field
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 problems that weren't fully addressed in changeset 356
Added multi-submission protection to form module #119
Fixed typo in news delete post page #283
Fixed typo in news save comment page #282
Changed to in htmlarea install script. Fixes obscure bug.
Changed link target selection. Now: self, top, new. Ticket #145
John: New option in backup tool - either export all tables in database or only WB specific.
John: fixed ticket #82 backup module.
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
Removed duplicate expression from news/install.php
Fixed ticket #133
Updated all copyright notices to include 2006
Added default value '' to all varchar and text fields
Solved ticket #127, commas are now stored as htmlentity in database. Also changed wb_mail to mail in form/view.php.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
Fixed bug #99 and two additional instances of catpcha instead of captcha.
Fixed problems on RSS script
Fixed captcha problems when disabled
Added email validation to form module
Fixed spacing with form submissions
Added Captcha to News module
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
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
Removed captcha code in footer var
Updated CHANGELOG and some other files