stable
Clone or download
Read-only
Part of story #10413 manage breadcrumb in burning parrot instead of gitphp How to test: - When browsing a Git repository (except in Settings, will be done later), there is a breadcrumb level with the repository's full name. - Given I can administrate the repo (either it's my fork or I'm Git admin), there is a dropdown item with a link to the repo's settings. Will be done later: - Adding a breadcrumb level when browsing a repository's settings Change-Id: Ic31efe8862a5280338d5d22e248f0ab2ee5618ff
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Git/BreadCrumbDropdown/RepositoryCrumbBuilder.php | +105 | −0 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/GitViewHeader.php | +11 | −8 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo/RepoHeader.php | +35 | −18 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +13 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitRoutingTest.php | +2 | −0 | Go to diff View file |
M | src/common/layout/BreadCrumbDropdown/BreadCrumbCollection.php | +5 | −0 | Go to diff View file |