stable

Clone or download

Read-only

Add Git Service Breadcrumb

Part of story #10413 manage breadcrumb in burning parrot instead of gitphp How to test: - In Git pages, there is no longer a toolbar (the Help link is gone and not migrated). - Instead, there is now a smart breadcrumb with links to Git repositories, Git Service administration (when Git admin) and Fork repositories pages. Will be done later: - Adding a breadcrumb level when browsing a repository - Adding a breadcrumb level when browsing Service administration Change-Id: Ic3574c0c937089020b51975b9c255bd1cbf15cb1

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AgileDashboardCrumbBuilder.php +2 −3 Go to diff View file
M plugins/git/include/Git.class.php +18 −3 Go to diff View file
A plugins/git/include/Git/BreadCrumbDropdown/GitCrumbBuilder.php +117 −0 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php +2 −2 Go to diff View file
M plugins/git/include/GitViews.class.php +16 −4 Go to diff View file
M plugins/git/include/GitViews/GitViewHeader.php +35 −32 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/RepoHeader.php +15 −8 Go to diff View file
M plugins/git/include/gitPlugin.class.php +15 −2 Go to diff View file
M plugins/git/phpunit/GitRoutingTest.php +21 −14 Go to diff View file
M plugins/git/site-content/en_US/git.tab +0 −4 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +4 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +0 −4 Go to diff View file
M plugins/git/site-content/tuleap-git.pot +3 −0 Go to diff View file
M plugins/git/tests/GitTest.php +2 −1 Go to diff View file