stable

Clone or download

Read-only

The REST route /users/{id}/history returns icons as an SVG string

This is part of story #10257: show artifact view history Change-Id: I552cd4ab5bc9d36f8b50672b9fa4387de724fac0

Modified Files

Name
A plugins/tracker/glyphs/tuleap-tracker.svg +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +12 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +17 −1 Go to diff View file
M plugins/tracker/tests/Artifact/RecentlyVisited/VisitRetrieverTest.php +5 −2 Go to diff View file
A src/common/Glyph/Glyph.php +42 −0 Go to diff View file
A src/common/Glyph/GlyphFinder.php +63 −0 Go to diff View file
A src/common/Glyph/GlyphNotFoundException.php +25 −0 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/common/event/Event.class.php +9 −0 Go to diff View file
M src/common/user/REST/v1/UserHistoryEntryRepresentation.php +1 −1 Go to diff View file
A tests/simpletest/common/Glyph/GlyphFinderTest.php +33 −0 Go to diff View file