stable

Clone or download

Read-only

Display dates in trackers stats tooltips

part of: story #14828: display dates with both absolute and relative How to test: - Go to the homepage of the tracker service of your project - Hover the trackers names --> The tooltip is displayed as before --> Relative dates are displayed --> Number of open artifatcs/total artifacts is displayed as before Change-Id: If0fe8b0ef121ed2d13f1891d9ed7cd6ec00f91c7

Modified Files

Name
A plugins/tracker/include/Tracker/Tooltip/TooltipStatsPresenter.php +97 −0 Go to diff View file
A plugins/tracker/include/Tracker/Tooltip/TrackerStats.php +81 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +39 −39 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +25 −7 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +6 −6 Go to diff View file
A plugins/tracker/templates/tooltip/stats-tooltip.mustache +27 −0 Go to diff View file