Fixed minor module-loading bug on install
Removed modules-table code
Fixed str_replace
Added addons loading code
Removed relative path input
Replaced addslashes by magic_quotes aware add_slashes in install/save.php
Renamed designed_for to platform on addons table
""
Added addons table
Fix: Timezone option in installation doesn't affect the setting.
Created new table "modules" to allow for faster lookup of which modules are installed. Allows for greater flexibility also.
Added new setting 'wb_version' which is not changeable in admin>>settings but allows for easier upgrade scripts in the future.
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).
Fixed some issues regarding settings.
Fixed problems with settings in database. Should be fully functional again.
Moved settings from config.php into database.NOT FULLY WORKING!!!
Removed support for internal HTMLArea editor. Created new stock module HTMLArea.
Corrected use of addslashes in install/save.php
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Added the Id keyword for all files
Restructured frontend code and fixed various bugs
Initial import from CVS to Subversion of Website Baker 2.5.2