again copied all changes for WB 2.6.6 from trunk to branches
Created up-to-date 2.6.x branch (based off 2.6.5 tag)
Creating 2.6.5 tag
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.
Added the Id keyword for all files
Initial import from CVS to Subversion of Website Baker 2.5.2