stable
Clone or download
Read-only
Merge commit 'refs/changes/08/12008/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11812 Add a time format verificator for add and edit time Change-Id: I147a7118499ef399c643c79d0d8321a82c90e4e8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewPresenter.php | +7 | −0 | Go to diff View file |
A | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingBadTimeFormatException.php | +32 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Router.php | +7 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeChecker.php | +9 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeController.php | +2 | −3 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/TimeCheckerTest.php | +32 | −5 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/TimeControllerTest.php | +0 | −28 | Go to diff View file |
M | plugins/timetracking/site-content/fr_FR/LC_MESSAGES/tuleap-timetracking.po | +3 | −0 | Go to diff View file |
M | plugins/timetracking/site-content/tuleap-timetracking.pot | +3 | −0 | Go to diff View file |
M | plugins/timetracking/templates/timetracking-add-modal.mustache | +1 | −1 | Go to diff View file |
M | plugins/timetracking/templates/timetracking-edit-modal.mustache | +2 | −2 | Go to diff View file |