stable
Clone or download
Read-only
Part of story #10336: Widget heartbeat - git push In Heartbeat widget git entries should have a sharp icon (and a git one, by the way). In Heartbeat widget and Navbar history, tracker icon should be sharp (before it was not sharp in Heartbeat because it was scaled by the browser). Change-Id: If7841f8a0deb87510e9c19fee0bceabb8f88c481
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/glyphs/tuleap-git-small.svg | +3 | −0 | Go to diff View file |
M | plugins/git/glyphs/tuleap-git.svg | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/LatestHeartbeatsCollector.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +2 | −2 | Go to diff View file |
A | plugins/tracker/glyphs/tuleap-tracker-small.svg | +3 | −0 | Go to diff View file |
M | plugins/tracker/glyphs/tuleap-tracker.svg | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/LatestHeartbeatsCollector.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +2 | −2 | Go to diff View file |
M | src/common/project/HeartbeatsEntry.php | +22 | −7 | Go to diff View file |
M | src/common/project/REST/HeartbeatsEntryRepresentation.php | +6 | −1 | Go to diff View file |
M | src/common/user/History/HistoryEntry.php | +32 | −8 | Go to diff View file |
M | src/common/user/REST/v1/UserHistoryEntryRepresentation.php | +11 | −6 | Go to diff View file |
M | src/templates/widgets/project-heartbeat.mustache | +1 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/widgets/heartbeat.scss | +0 | −1 | Go to diff View file |
M | tests/simpletest/common/User/History/HistoryRetrieverTest.php | +32 | −10 | Go to diff View file |
M | tests/simpletest/common/project/HeartbeatsEntryCollectionTest.php | +5 | −3 | Go to diff View file |