stable
Clone or download
Read-only
story #7324: Git admin have a new tab in git repo settings to enable mirroring
Change-Id: I6e3c96c05133baa467ac942e248ff2d97c8e279d
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/db/mysql/updates/2014/201410031707_add_mirrored_information_on_repository.php | +43 | −0 | Go to diff View file |
M | plugins/git/include/Git.class.php | +21 | −0 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +22 | −0 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +25 | −4 | Go to diff View file |
A | plugins/git/include/GitPresenters/MirrorPresenter.php | +66 | −0 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +33 | −22 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +6 | −0 | Go to diff View file |
A | plugins/git/include/GitViews/RepoManagement/Pane/Mirrors.class.php | +61 | −0 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +12 | −0 | 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 | +10 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +10 | −0 | Go to diff View file |
A | plugins/git/templates/mirrors.mustache | +22 | −0 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.less | +12 | −0 | Go to diff View file |