stable

Clone or download

Read-only

Add a breadcrumb level in a repository's settings

Part of story #10413 manage breadcrumb in burning parrot instead of gitphp How to test: - When browsing a Git repository's Settings (as git admin or forked repository owner), there is a breadcrumb level named "Settings" Change-Id: Ib91efe14278b705743f3b167743365520e3cd85b

Modified Files

Name
M plugins/git/include/Git.class.php +25 −16 Go to diff View file
A plugins/git/include/Git/BreadCrumbDropdown/RepositorySettingsCrumbsBuilder.php +69 −0 Go to diff View file
M plugins/git/include/GitViews.class.php +18 −6 Go to diff View file
M plugins/git/include/gitPlugin.class.php +23 −14 Go to diff View file
M plugins/git/phpunit/GitRoutingTest.php +4 −4 Go to diff View file
M plugins/git/tests/GitTest.php +3 −2 Go to diff View file