stable
Clone or download
Read-only
request #10618 Add a way to store and retrieve glyphs from core
This enables developpers to store SVG assets in tuleap/src/glyphs and to load them from there. How to test: - Navbar History on BurningParrot and FlamingParrot should show the same SVG project icon Change-Id: I3283df7408d87330da0a6344d374f4b87e0912e0
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Glyph/GlyphFinder.php | +33 | −8 | Go to diff View file |
A | src/glyphs/project-small.svg | +6 | −0 | Go to diff View file |
M | src/templates/common/navbar-content-history.mustache | +1 | −3 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/History/UserHistoryPresenter.php | +5 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/PresenterBuilder.php | +3 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/UserNavPresenter.php | +10 | −2 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar-dropdown-history.scss | +5 | −5 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +8 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarPresenter.class.php | +5 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_navbar-dropdown-history.scss | +5 | −5 | Go to diff View file |
M | tests/simpletest/common/Glyph/GlyphFinderTest.php | +30 | −0 | Go to diff View file |