dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/89/3089/2' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #7324: Git admin have a new tab in git repo settings to enable mirroring Conflicts: plugins/git/include/autoload.php Change-Id: I001a5acccab767afaeb7034d9c2a362371b9e29a

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