stable
Clone or download
Read-only
story #7497: choose on which mirrors my repository is mirrored
Change-Id: I3710f37f2a3378885840c2e3fb3d7a4a4bb13c34
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/MirrorMapper.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 | +35 | −9 | Go to diff View file |