stable

Clone or download

Read-only

Popover on project flags in FlamingParrot pages

Part of story #12553: see flags that categorize my project in all project pages If your project has project flags, then on FlamingParrot pages (e.g. trackers service homepage), you should have a dropdown that appears on mouse over. This dropdowns display description of project flags when available. Change-Id: Ic67d6c311ce819fc33077b7f2f8edfae0617caf9

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +8 −0 Go to diff View file
M src/common/project/Flags/ProjectFlagPresenter.php +6 −4 Go to diff View file
M src/common/project/Flags/ProjectFlagsBuilder.php +1 −1 Go to diff View file
M src/common/project/Flags/ProjectFlagsDao.php +1 −1 Go to diff View file
M src/www/scripts/FlamingParrot/index.js +1 −0 Go to diff View file
A src/www/scripts/FlamingParrot/project-flags.js +66 −0 Go to diff View file
M src/www/themes/FlamingParrot/CurrentProjectNavbarInfoPresenter.php +19 −1 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_navbar.scss +67 −0 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar.mustache +3 −0 Go to diff View file