Added synchronized flushing with Magento's cache because I felt like making my customers feel like morons by having to flush their caches on 2 separate pages.
Added observers to listen for _adminhtml_cache_flushsystem and _adminhtml_cache_flushall events and perform a flushAll accordingly.
Added Dutch translations
Added adminhtml interface configuration to set up synchronized flushing
Added extra help comment (and translations).
Updated the modman file
Changed the README.md file to reflect the changes
I had to move some functionality from the controller to the helper in order to call it easily from my Observer.php.
The synchronized flushing is disabled by default, so existing installations should have no issues.
I could not translate the newly added translatable strings to Korean, but I left the english ones in there.
Added synchronized flushing with Magento's cache because I felt like making my customers feel like morons by having to flush their caches on 2 separate pages.
I had to move some functionality from the controller to the helper in order to call it easily from my Observer.php.
The synchronized flushing is disabled by default, so existing installations should have no issues.
I could not translate the newly added translatable strings to Korean, but I left the english ones in there.