stable

Clone or download

Read-only

Merge commit 'refs/changes/92/3092/6' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #7497: choose on which mirrors my repository is mirrored Conflicts: plugins/git/include/autoload.php plugins/git/www/themes/default/css/style.less Change-Id: I1659b04e0968431b42707c14b58b2ce20e38119e

Modified Files

Name
M plugins/git/db/install.sql +6 −0 Go to diff View file
A plugins/git/db/mysql/updates/2014/201410061451_add_table_plugin_git_repository_mirrors.php +66 −0 Go to diff View file
M plugins/git/db/uninstall.sql +1 −0 Go to diff View file
M plugins/git/include/Git.class.php +6 −13 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDao.class.php +48 −1 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +27 −0 Go to diff View file
M plugins/git/include/GitActions.class.php +11 −16 Go to diff View file
M plugins/git/include/GitDao.class.php +2 −22 Go to diff View file
M plugins/git/include/GitPresenters/MirrorPresenter.php +12 −33 Go to diff View file
A plugins/git/include/GitPresenters/MirroringPresenter.php +70 −0 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +0 −8 Go to diff View file
R plugins/git/include/GitViews/RepoManagement/Pane/Mirrors.class.php Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +5 −3 Go to diff View file
M plugins/git/include/autoload.php +4 −3 Go to diff View file
M plugins/git/site-content/en_US/git.tab +7 −7 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +7 −7 Go to diff View file
A plugins/git/templates/mirroring.mustache +36 −0 Go to diff View file
D plugins/git/templates/mirrors.mustache +0 −22 Go to diff View file
A plugins/git/www/themes/FlamingParrot/css/style.less +67 −0 Go to diff View file
M plugins/git/www/themes/default/css/style.less +38 −1 Go to diff View file