dev

Forked from tuleap/dev

Clone or download

Read-only

Distinguish forks and references in repositories

In site admin > git > mirrors > repositories, instead of displaying the name of the repo: | Id | Name | |-----|-------------| | 123 | firefox.git | | 134 | firefox.git | | 235 | firefox.git | We display the path so that we distinguish personal forks: | Id | Repository | |-----|-------------------------------| | 123 | mozilla/firefox.git | | 134 | mozilla/u/nicolas/firefox.git | | 235 | mozilla/u/dylan/firefox.git | Part of story #7326 see list of repositories mirrored Change-Id: I255f004d0ac74652910f34401925111cef6f1cfc

Modified Files

Name
M plugins/git/include/Git/AdminRepositoryListPresenter.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +1 −1 Go to diff View file
M plugins/git/site-content/en_US/git.tab +1 −1 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +1 −1 Go to diff View file
M plugins/git/templates/admin-plugin-list-repositories.mustache +2 −2 Go to diff View file