- Added Danish language files to modules (Thanks to Achrist)
- Updated Danish language file (Thanks to Achrist)
- Again added some & to news and form to get more valid output (Thanks to Luisehahne)
-Fixed wrong set </form> tag to get valid output (Thanks to Luisehahne)
replaced in form and news delimiter "&" with "&" was introduced with changeset [1069] but didn't work on all servers
replaced all remaining mktime() with time(), except from third party scripts
Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
Fixed some strange backend layout issues (ticket #722)
Updated French language files (Thanks to Quinto and VotreEspace)
fixed wrong path to images in news and form modul
bugfix for #693, add the section_id to the query to aviod conflicts changes the center tag inside the warning.htt templates to get valid xhtml1.1 output ...
fixed: typos in the section_id inside the action-link
remove test_trash and unused variables in query (name and use_xhtml_strict) and add Stefanos suggetions for #588 in the action-string.
Bugfix for #688 - remove "AND required = 1" inside the query in line 470 so all fields are cleaned
Copyright notices now includes 2009
fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)
added French languages to modules
Tcket #610: add the IP-Address to the EMail-Body in the Form-Modul
Bugfix for Ticket #608
fixed validiation bug in option fields of form modul
fixed some more language-files
removed some obsolete language variables from news and form module (now defined in global WB language files)
Added norwegian translation (Thanks OEH)
Moved edit module CSS functions from modules to WB core (avoid code duplication; improve maintenance of code)
some code clean up in news/form module
small adaption of the edit CSS function file css.functions.php
updated edit module CSS functions to include backend.css into head if possible
fixed some layout issues with Form module (combination with Output-filter)
added updated edit CSS functions to the Form module
Added RU-language-files, provided by user shlack; converted to entities.
Added class nixhier to frontend.css from form and news Modul (required for ASP)
removed include/captcha/asp.php. css have to be added to module's css-files.
Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
fixed some small layout issues
reintroduced include/captcha/asp.php
added missing title tag
removed include/captcha/asp.php
added missing Dutch language files for core modules
removed German Umlauts in some language file (PHP comments)
added kewyword id to all new files
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Added default index.php to all folders to prevent directory spoofing
Allow a user-supplied From-Name in form-settings for email und success-email.
Module form: user supplied input isn't lost on captcha-failure anymore
Module form: dropdown "success page" listed foreign private pages, too. Fixed.
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.
added new CAPTCHA and ASP (Advanced Spam Protection)
fixed bug in Codepress integration (if codepress framework not installed)
Fixed bug with the edit module CSS file implementation (IE7, Opera)
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)
changed version number of form modul
added keywords again to form modul files
Updated form modul with features from the advanced form modul
Added keywords to new files
added new module-based search-function and publish-by-date code
Changed all copyright notices to include now 2008
Fixed wrong error message in form modul
Fixed issue in the search table entries of form 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
Fixed table width 100% are wrong displayed in container templates when IE is used (#350)
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
Changed all line endings to Unix stlye
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.
Fixed bug #99 and two additional instances of catpcha instead of captcha.
Fixed captcha problems when disabled
Added email validation to form module
Fixed spacing with form submissions
Added Captcha to News module
Removed captcha code in footer var
Updated CHANGELOG and some other files
Finished correct Captcha implementation in form mod
Fixed bug #54 - captcha functionality not working.
Fixed bug in Form settings page
Fixed minor bug in form mod
Update captcha code on submitting form
Updated Captcha code
Implemented backend captcha code
Updated module info files
Added nl2br to body when viewing a form submission
Removed strip_slashes_dummy.
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
Temporarily moved addons folder
""
Moved Form module
Fixed addslashes issue in form/save_field.php
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.