stable

Clone or download

Read-only

Merge commit 'gerrit #4960' into stable/master

* commit '4d0d746': request #8773: Allow plugins to display a link in the navbar Change-Id: Iaa5026b73ba2d74d0025a3ff8868a9336bf12d79

Modified Files

Name
M src/common/event/Event.class.php +54 −44 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +17 −4 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemDropdownPresenter.php +43 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemDropdownSectionPresenter.php +35 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemLinkPresenter.php +33 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemPresenter.php +34 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemPresentersCollection.php +44 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemPresentersCollectionBuilder.php +191 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemProjectsPresenter.php +58 −0 Go to diff View file
M src/www/themes/FlamingParrot/NavBarPresenter.class.php +6 −124 Go to diff View file
D src/www/themes/FlamingParrot/templates/navbar-extra-tabs.mustache +0 −15 Go to diff View file
D src/www/themes/FlamingParrot/templates/navbar-help.mustache +0 −24 Go to diff View file
A src/www/themes/FlamingParrot/templates/navbar-item-dropdown.mustache +16 −0 Go to diff View file
A src/www/themes/FlamingParrot/templates/navbar-item-link.mustache +5 −0 Go to diff View file
D src/www/themes/FlamingParrot/templates/navbar-project.mustache +0 −48 Go to diff View file
A src/www/themes/FlamingParrot/templates/navbar-projects.mustache +37 −0 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar.mustache +11 −23 Go to diff View file