stable
Clone or download
Read-only
Merge 'gerrit #19880' into stable/master
* commit '161555e797': request #16234: API explorer should be the default `api` link Change-Id: Iab6780c030456bb9322ecd224115b5beeb8e5268
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/api_explorer/site-content/fr_FR/LC_MESSAGES/tuleap-api_explorer.po | +22 | −0 | Go to diff View file |
M | plugins/api_explorer/templates/explorer.mustache | +10 | −0 | Go to diff View file |
M | site-content/en_US/layout/footer.txt | +2 | −0 | Go to diff View file |
M | site-content/en_US/layout/footer_cli.php | +4 | −1 | Go to diff View file |
M | site-content/fr_FR/layout/footer.txt | +2 | −0 | Go to diff View file |
M | site-content/fr_FR/layout/footer_cli.php | +4 | −1 | Go to diff View file |
M | src/common/HelpDropdown/HelpDropdownPresenter.php | +6 | −0 | Go to diff View file |
M | src/common/HelpDropdown/HelpDropdownPresenterBuilder.php | +14 | −0 | Go to diff View file |
D | src/templates/help/api.mustache | +0 | −54 | Go to diff View file |
M | src/themes/BurningParrot/include/BurningParrotTheme.php | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/include/FooterPresenter.php | +3 | −0 | Go to diff View file |
M | src/themes/BurningParrot/templates/help-dropdown.mustache | +3 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/templates/help-dropdown.mustache | +3 | −1 | Go to diff View file |
D | src/www/help/api.php | +0 | −69 | Go to diff View file |
M | src/www/soap/index.php | +37 | −2 | Go to diff View file |
M | src/www/soap/templates/soap_index.mustache | +23 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php | +11 | −2 | Go to diff View file |