Bugs
- show version number in UI
- WRONG::: 147 sites Internet différents (utilisant 147 différentes adresses)
- something is wrong in JS calendar when year selected
- error message ugly in IE, wrong in chrome
- write test to make sure deployement don't include logger in file/db/etc
- disable db plugin default

To clean
- test set wrong permission and trigger frontController:checkDir
- fdd2div clean in /libs
- plugins should listen to user delete/ site delete and delete their own user/site related data
- in API request, menu/widget hooks should not be triggered
- embed widgets codes above widget?
- why widgetize inherits Piwik_Widgetize_Controller
- rss cache + user agent piwik
- PLUGINS HAVE THEIR OWN TESTS

Documentation
- postEvent smarty doc is not clear, + feature we're not using (filter but what we need is simply way to print out html in templates from plugins)

Live! plugin
- api propre
- html
- jquery spy
- simple stats above in TEXT
- Security review
- blog post, push version

CHANGES DONE TO LIBRARIES
=========================
- edited Zend/Db/Adapter/Abstract.php added resetConfigArray()
- edited zend_log and changed attr to protected
- fixed bug fwrite in zend_log stream writer
- fixed PEAR so that it works under PHP5 with STRICT MODE enabled
- edited line 145 registry.php from require_once 'Zend/Exception.php'; to require_once 'Exception.php';
