stable

Clone or download

Read-only

REST route /users/{id}/history have a color and icon associated for each entry

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

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +2 −0 Go to diff View file
M plugins/tracker/include/constants.php +2 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +1 −1 Go to diff View file
M src/common/user/History/HistoryEntry.php +27 −1 Go to diff View file
M src/common/user/REST/v1/UserHistoryEntryRepresentation.php +10 −0 Go to diff View file
M tests/simpletest/common/User/History/HistoryRetrieverTest.php +4 −4 Go to diff View file