stable

Clone or download

Read-only

REST route /users/{id}/history can retrieve quick links associated for each entry

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

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +21 −10 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +3 −0 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +4 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/user/History/HistoryEntry.php +21 −8 Go to diff View file
A src/common/user/History/HistoryQuickLink.php +55 −0 Go to diff View file
M src/common/user/REST/v1/UserHistoryEntryRepresentation.php +11 −0 Go to diff View file
A src/common/user/REST/v1/UserHistoryQuickLinkRepresentation.php +41 −0 Go to diff View file
M tests/simpletest/common/User/History/HistoryRetrieverTest.php +4 −4 Go to diff View file