PSR-12 coding style
respect conf['target'] for Docs and Bugs linksfix #2912
better variable name
translation update
Update de, de-informal
sort plugins in plugin_list()
Revert "eliminate access to global $plugin_controller"This reverts commit 2b1bb8ffafe5d72c35b81659b1d96b8dc19f0de3.
eliminate access to global $plugin_controller
fixed bug in extension cli when installing multiple plugins
replaced deprecated utf8 functionsFor now this uses full qualified namespaces, sensible imports may comelater.
added filter to extension listing in CLI component
fix color for noninstalled extensions
show disabled extensions in gray
warn about inaccessible repo api
bugfix: access check was never cachedNow the API ping result is cached for 10 minutes and can be refreshedusing the purge parameter as intended.
First go on a CLI component for the extension managerThis allows managing plugins from the command line which is useful inautomatic deployments (eg. through salt or ansible).
Move list of plugin types to plugin controller constantThere is no need to have them in a global variable.
moved plugin controller to Extension namespace
12345678910>>...22