Fixed bug introduced with Changeset 826
Allowed tags for multi-lingual module descriptions
fixed E_NOTICE-message in admin/modules/details.php
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.
Bug fix for ticket 525. Prevents that installed modules with identical version are updated again.
Changed all copyright notices to include now 2008
changed MODULE_DESCRIPTION variable to module_description as we use in the modules languages also the lowercase version
Added new variable $MODULE_DESCRIPTION wich allows to have optional a language specific description of the modules in the language files of the modules.
Fixed some minor javascript errors in admin (thanks to pcwacht)
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Added List sorting in admin area (thanks to rsmith)
Fixed addons table isn't updated when a modul is updated (#332)Added new upgrade_function (thanks to kozmoz)
Updated all copyright notices to include 2006
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Fixed bug #105 - back buttons in addon detail pages not editable.
Added extra protection from deleting all addons if none selected
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed inconsistent line ending styles
Fixed ticket #46 - addon details are taken from database. Minor changes to install/save.php.
Fixed bug #44 - module entries in addons table do not get deleted upon module uninstallation.
Fixed bug #43 - double entries in addon table.
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