stable
Clone or download
Read-only
part of : story #15102 highlight informations to the end user Every major change, the new link is created. You can try it by changing tuleap_link on table release_note_link This is only possible to the link on lab mod We keep the possibility to edit actual_link value on database for extrem cases Change-Id: Ib492746ae6b0109e2a861dcfc510bee4a867d7a8
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/HelpDropdown/HelpDropdownPresenterBuilder.php | +31 | −20 | Go to diff View file |
M | src/common/HelpDropdown/HelpLinkPresenter.php | +11 | −4 | Go to diff View file |
A | src/common/HelpDropdown/ReleaseLinkDao.php | +51 | −0 | Go to diff View file |
A | src/common/HelpDropdown/ReleaseNoteManager.php | +63 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +7 | −0 | Go to diff View file |
A | src/db/mysql/updates/2020/202008171622_create_release_note_link_table.php | +46 | −0 | Go to diff View file |
M | src/themes/BurningParrot/include/BurningParrotTheme.php | +10 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +9 | −2 | Go to diff View file |
M | tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php | +54 | −13 | Go to diff View file |
A | tests/unit/common/HelpDropdown/ReleaseNoteManagerTest.php | +112 | −0 | Go to diff View file |