stable
Clone or download
Read-only
Merge "story #9585: Plugin administration installed & available plugins" into burning_parrot
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pluginsadministration/build-manifest.json | +17 | −0 | Go to diff View file |
A | plugins/pluginsadministration/include/AvailablePluginsPresenter.php | +48 | −0 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministration.class.php | +9 | −8 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationActions.class.php | +9 | −7 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +62 | −60 | Go to diff View file |
M | plugins/pluginsadministration/include/Presenter/installedPluginsPresenter.class.php | +45 | −27 | Go to diff View file |
M | plugins/pluginsadministration/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/pluginsadministration/include/pluginsadministrationPlugin.class.php | +17 | −0 | Go to diff View file |
M | plugins/pluginsadministration/site-content/en_US/pluginsAdministration.tab | +12 | −8 | Go to diff View file |
M | plugins/pluginsadministration/site-content/fr_FR/pluginsAdministration.tab | +12 | −8 | Go to diff View file |
A | plugins/pluginsadministration/templates/available-plugins.mustache | +48 | −0 | Go to diff View file |
M | plugins/pluginsadministration/templates/installed-plugins.mustache | +80 | −53 | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/InstallPlugins.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/InstalledPlugins.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/InstalledPlugins_noCSS.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/Priorities.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/Priorities_noCSS.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/index.html | +0 | −86 | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/en_US/screenshots.css | +0 | −81 | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/InstallPlugins.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/InstalledPlugins.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/InstalledPlugins_noCSS.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/Priorities.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/Priorities_noCSS.png | +- | −- | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/index.html | +0 | −87 | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/fr_FR/screenshots.css | +0 | −81 | Go to diff View file |
D | plugins/pluginsadministration/www/documentation/style.css | +0 | −49 | Go to diff View file |
A | plugins/pluginsadministration/www/scripts/pluginsadministration.js | +30 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/_pluginsadministration.scss | +61 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/style-blue.scss | +22 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/style-green.scss | +22 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/style-grey.scss | +22 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/style-orange.scss | +22 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/style-purple.scss | +22 | −0 | Go to diff View file |
A | plugins/pluginsadministration/www/themes/BurningParrot/css/style-red.scss | +22 | −0 | Go to diff View file |
M | src/common/plugin/PluginFactory.class.php | +13 | −3 | Go to diff View file |
M | src/common/plugin/PluginInfo.class.php | +3 | −2 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +1 | −1 | Go to diff View file |