stable

Clone or download

Read-only

Merge commit 'refs/changes/39/3239/4' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #7525: Move current git admin categories into dedicated tabs

Modified Files

Name
M plugins/git/include/Git.class.php +17 −14 Go to diff View file
A plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php +159 −0 Go to diff View file
A plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php +91 −0 Go to diff View file
M plugins/git/include/GitPresenters/AdminPresenter.php +8 −184 Go to diff View file
M plugins/git/include/GitViews.class.php +19 −6 Go to diff View file
M plugins/git/include/autoload.php +4 −2 Go to diff View file
M plugins/git/site-content/en_US/git.tab +3 −1 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +3 −1 Go to diff View file
A plugins/git/templates/admin-gerrit-templates.mustache +124 −0 Go to diff View file
A plugins/git/templates/admin-git-admins.mustache +19 −0 Go to diff View file
M plugins/git/templates/admin.mustache +16 −140 Go to diff View file
M plugins/git/www/themes/default/css/style.less +11 −0 Go to diff View file