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
News mod now hides read more link if no need for it (see ticket #56)
Finished correct Captcha implementation in form mod
Fixed bug #54 - captcha functionality not working.
Fixed bug in Form settings page
Updated backup and reload info files
Updated reload module info file
Fixed minor bug in news mod
Fixed minor bug in form mod
Added credit for John's work on backup mod
Finished backup module
backup-sql.php now fully working
Worked on backup-sql.php
Fixed form action
Moved backup-sql code into seperate script
Finished reload module
Worked on backup and reload modules
Added basic structure for two new stock tools: backup and reload
Fixed HTMLArea install script
Replaced faulty use of add_slashes by addslashes.
Update captcha code on submitting form
Updated Captcha code
Implemented backend captcha code
Added Id keyword to htmlarea module files
Updated module info files
Added nl2br to body when viewing a form submission
Removed strip_slashes_dummy.
Module table entries now get deleted upon module installation. Removed 1 second delay in admin success messages.
Renamed compatibility.php to frontend.functions.php.Moved frontend functions from class frontend to frontend.functions.php. Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.Created file initialize.php, where all initializations now take place (moved from class wb constructor).
Moved all modules,templates, and languages into previous locations
Moved Wrapper module
Moved News module
Moved Menu Link module
Moved HTMLArea module
Moved Form module
Moved Code module
Moved WYSIWYG module
Fixed more path bugs concerning the htmlarea module transition.
Fixed path bugs concerning the htmlarea module transition.
Removed support for internal HTMLArea editor. Created new stock module HTMLArea.
Removed support for internal HTMLArea editor.