stable

Clone or download

Read-only

Refactoring: remove global admin.mustache file

This is part of story #14019 automate jenkins job creation & run No functional change expected here. Given that we will need to add a pane from an external plugin in the Git administration view, we have to remove the global file and inject the header in each separate administration file. Change-Id: I3502d8f881b6b06ee6532dbed635373aaca0070d

Modified Files

Name
M plugins/git/include/Git/DefaultSettings/IndexController.php +1 −1 Go to diff View file
M plugins/git/include/GitPresenters/AdminDefaultSettingsPresenter.php +1 −2 Go to diff View file
M plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php +1 −2 Go to diff View file
M plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php +1 −2 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php +1 −2 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php +3 −4 Go to diff View file
M plugins/git/include/GitPresenters/AdminPresenter.php +2 −13 Go to diff View file
M plugins/git/include/GitViews.class.php +4 −4 Go to diff View file
M plugins/git/templates/admin-default-settings.mustache +35 −14 Go to diff View file
M plugins/git/templates/admin-gerrit-templates.mustache +126 −105 Go to diff View file
M plugins/git/templates/admin-git-admins.mustache +38 −17 Go to diff View file
M plugins/git/templates/admin-mass-update-select-repositories.mustache +47 −26 Go to diff View file
M plugins/git/templates/admin-mass-update.mustache +101 −80 Go to diff View file
D plugins/git/templates/admin.mustache +0 −44 Go to diff View file