Added RU-language-files, provided by user shlack; converted to entities.
added missing Dutch language files for core modules
Removed colloquially german language files as the filename causes issues
fixed some errors in standard german language file
added new colloquially german language file (thanks to Michael Tenschert)
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
added language support to all integrated modules (except for news and form module)
Module code: curly backets get deleted by pparse() from phplib. fixes #553
Changed all copyright notices to include now 2008
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed missing default values for INT fields in all system and modules tables (#329)
Changed all line endings to Unix stlye
Updated all copyright notices to include 2006
Added default value '' to all varchar and text fields
Updated module info files
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 Code module
Rolled back changeset 62,63.
Added code to remove occurances DB_URL in Code module to prevent exposure of database info
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