Add Missing code inside "framework/addon.precheck.php" (ticket #798).Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).
Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. (problem introduced by code optimisations for WB2.8) Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
Created 2.8.x branch
commentet out the droplets logo for a more similar backend design with other admin tools
- Added German language file to droplets
- Added modul_description to language files of droplets
- Added Danish language files to modules (Thanks to Achrist)
- Updated Danish language file (Thanks to Achrist)
replaced all remaining mktime() with time(), except from third party scripts
Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
Fixed the wrong handling of htmlentities in Droplet parameter parsing
Droplets upgrade script fixesAdded warning message in output_filter
Bugfix in the ugrade.php of the droplet-module
update upgrade-script to avoid droping droplet-tables if the modul still exists. Add an upgrade-script to the droplets.
Added missing id tags and copyright notices to droplets modul
Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)