dev

Forked from tuleap/dev

Clone or download

Read-only

story #7525: Move current git admin categories into dedicated tabs

Change-Id: Idf8a48f8e1d09c9e5ba5d7c0818f1a854e164418

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 +2 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +2 −0 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