Details
Description
Plugins could embed their own static resources such as images and JS files. These resources should be accessible from an URL like : /static/<PLUGIN>/<FILENAME>.
Example : the image bar.png included in the plugin foo would be accessible from http://<SERVER>/static/foo/bar.png
Implemented in r5560, but also ruby helper should be created for generation of URLs.