stable
Clone or download
Read-only
Merge commit 'refs/changes/82/12382/15' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11825 Add times via REST route part Modal modifications Change-Id: I7461d0e84dbe298de1e9ae54f54824fffdfeeaa6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/personal-timetracking-widget/po/fr.po | +9 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/po/template.pot | +9 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.js | +22 | −3 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.spec.js | +29 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +3 | −1 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalAddTime.vue | +96 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +18 | −5 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +6 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +5 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.js | +35 | −3 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.spec.js | +91 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/getters.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +28 | −29 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js | +27 | −48 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js | +5 | −0 | Go to diff View file |
M | plugins/timetracking/www/themes/BurningParrot/css/_widget.scss | +13 | −0 | Go to diff View file |