stable

Clone or download

Read-only

Merge commit 'refs/changes/06/3206/27' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #7325: see the correct mirror information for a git repository Change-Id: I417364a47260f6ab6fd4800ecdecffb73a16d744

Modified Files

Name
M plugins/git/db/install.sql +1 −0 Go to diff View file
A plugins/git/db/mysql/updates/2014/201411061153_add_name_to_table_plugin_git_mirrors.php +52 −0 Go to diff View file
M plugins/git/etc/config.inc.dist +5 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +5 −2 Go to diff View file
M plugins/git/include/Git/AdminMirrorEditPresenter.class.php +3 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorPresenter.class.php +12 −0 Go to diff View file
M plugins/git/include/Git/Mirror/Mirror.class.php +7 −5 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDao.class.php +9 −7 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +11 −9 Go to diff View file
M plugins/git/include/GitPresenters/MirrorPresenter.php +2 −2 Go to diff View file
M plugins/git/include/GitPresenters/MirroringPresenter.php +1 −1 Go to diff View file
A plugins/git/include/GitPresenters/RepositoryClonePresenter.class.php +183 −0 Go to diff View file
M plugins/git/include/GitRepository.class.php +4 −0 Go to diff View file
M plugins/git/include/GitViews/ShowRepo.class.php +8 −2 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +25 −38 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +3 −2 Go to diff View file
M plugins/git/site-content/en_US/git.tab +11 −1 Go to diff View file
D plugins/git/site-content/en_US/git_url_example.php +0 −36 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +11 −1 Go to diff View file
D plugins/git/site-content/fr_FR/git_url_example.php +0 −36 Go to diff View file
M plugins/git/templates/admin-plugin-add-mirror.mustache +7 −1 Go to diff View file
M plugins/git/templates/admin-plugin-edit-mirror.mustache +6 −0 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +6 −0 Go to diff View file
M plugins/git/templates/mirroring.mustache +2 −2 Go to diff View file
A plugins/git/templates/repository_clone.mustache +94 −0 Go to diff View file
M plugins/git/tests/Git/Gitolite/ConfigPermissionsSerializerTest.php +4 −4 Go to diff View file
M plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php +5 −5 Go to diff View file
M plugins/git/tests/Git/Mirror/ManifestManagerTest.php +2 −2 Go to diff View file
A plugins/git/www/scripts/clone_url.js +118 −0 Go to diff View file
R plugins/git/www/git.js Go to diff View file
R plugins/git/www/online_edit.js Go to diff View file
M plugins/git/www/themes/default/css/style.less +39 −17 Go to diff View file