stable
Clone or download
Read-only
Merge commit 'refs/changes/15/11815/23' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11668 See times details by the widget Change-Id: Ibb612aaafdfbcdda147ee38927df55a3d12c6e53
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/REST/v1/MinimalArtifactRepresentation.php | +8 | −3 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentation.php | +6 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/po/fr.po | +21 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/po/template.pot | +21 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetArtifactTable.vue | +102 | −103 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetArtifactTableRow.vue | +53 | −27 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetModalRows.vue | +25 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetModalTimes.vue | +132 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/rest-querier.js | +5 | −7 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/time-formatters.js | +8 | −10 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/time-formatters.spec.js | +19 | −13 | Go to diff View file |
M | plugins/timetracking/www/themes/BurningParrot/css/_widget.scss | +49 | −0 | Go to diff View file |