Fixed addon listing in numerous places so it now use's DB for info
Updated module install code for correct insertion into addons table
Update module install code for correct insertion into addons table
Module table entries now get deleted upon module installation. Removed 1 second delay in admin success messages.
Created new table "modules" to allow for faster lookup of which modules are installed. Allows for greater flexibility also.
Removed another occurrence of OPT_REMOVE_ALL_PATH (pclzip).
Implemented upgrade functionality in templates and languages. Fixed some bugs.
Fixed bug in new module installation routine. Added language string "Upgraded successfully".
Implemented Installation of modules on top of an older version. This is done via checking $module_version. Instead of install.php, upgrade.php is then called if it exists in the module package. For module developers: $module_version and $new_module_version are accessible in upgrade.php to find out what upgrade steps need to be taken.
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Added the Id keyword for all files
All occurrences of "CVS" in the code are replace by ".svn"
Initial import from CVS to Subversion of Website Baker 2.5.2