stable

Clone or download

Read-only

Extract header and breadcrumb building out of GitViews

Part of story #10413 manage breadcrumb in burning parrot instead of gitphp No functional change expected. Will be done later: - Letting each view call its own header and footer - Removal of boolean optional parameters in GitViews::header() - Building breadcrumbs in the right order and not having to unshift() the service breadcrumb Change-Id: I6393997a04496428f8cc4919dbdcb7a6060adccc

Modified Files

Name
M plugins/git/include/Git.class.php +9 −3 Go to diff View file
M plugins/git/include/GitViews.class.php +15 −36 Go to diff View file
A plugins/git/include/GitViews/Header/HeaderRenderer.php +101 −0 Go to diff View file