stable
Clone or download
Read-only
As of today, installation and activation of a plugin is difficult whenever it has dependencies: administrator must install/activate one by one the dependencies. Now a modal allow admin to install or activate everything in one action. Closes request #26787: Ease installation of plugins Change-Id: Ie24850fa4914a321eaae42548d7eb7596f4e1305
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pluginsadministration/include/AvailablePluginsPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginPropertiesPresenter.php | +5 | −0 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationActions.class.php | +6 | −2 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +43 | −15 | Go to diff View file |
M | plugins/pluginsadministration/scripts/pluginsadministration.js | +4 | −1 | Go to diff View file |
M | plugins/pluginsadministration/site-content/fr_FR/LC_MESSAGES/tuleap-pluginsadministration.po | +14 | −1 | Go to diff View file |
M | plugins/pluginsadministration/site-content/pt_BR/LC_MESSAGES/tuleap-pluginsadministration.po | +13 | −0 | Go to diff View file |
M | plugins/pluginsadministration/templates/enable-disable-plugin-switch.mustache | +77 | −28 | Go to diff View file |
M | plugins/pluginsadministration/templates/install-plugin-modal.mustache | +15 | −2 | Go to diff View file |
M | src/common/Plugin/PluginManager.php | +7 | −1 | Go to diff View file |