stable
Clone or download
Read-only
This is part of story #10061 new project admin homepage and navigation How to test: - Enable Agiledashboard, SVN, Docman, Git, proftpd services from the service section of your project admin. --> You should see for each service a new quick link in the permission tab. --> If you click on a link, you are redirected to the permission admin section of the plugin (except for agiledashboard, it redirects you to the global admin) Change-Id: I1898f5198762242e3c2d957fb2496464e03ef311
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +30 | −1 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/tuleap-agiledashboard.pot | +3 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +26 | −0 | Go to diff View file |
M | plugins/docman/site-content/fr_FR/LC_MESSAGES/tuleap-docman.po | +3 | −0 | Go to diff View file |
M | plugins/docman/site-content/tuleap-docman.pot | +3 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +24 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +3 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +3 | −0 | Go to diff View file |
M | plugins/proftpd/include/proftpdPlugin.class.php | +26 | −0 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +25 | −1 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po | +3 | −0 | Go to diff View file |
M | plugins/svn/site-content/tuleap-svn.pot | +3 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationDropdownQuickLinksCollector.php | +57 | −0 | Go to diff View file |
M | src/common/project/Admin/Navigation/NavigationPermissionsDropdownPresenterBuilder.php | +11 | −3 | Go to diff View file |