stable

Clone or download

Read-only

Display actual release note link on help dropdown

part of : story #15102 highlight informations to the end user This is only possible to see it on lab mod Change-Id: I8ceb99817f7739cb06612e035eddf67a5ce987b2

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenter.php +7 −7 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenterBuilder.php +31 −29 Go to diff View file
M src/common/HelpDropdown/HelpLinkPresenter.php +8 −3 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +1 −1 Go to diff View file
M src/themes/BurningParrot/templates/help-dropdown.mustache +16 −7 Go to diff View file
M src/themes/FlamingParrot/templates/help-dropdown.mustache +21 −14 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +8 −3 Go to diff View file
A tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php +99 −0 Go to diff View file