stable
Clone or download
Read-only
request #11812 Add a time format verificator for add and edit time
That don't change anithing for user. Add a verificator for times in php code Change-Id: Iec7f7d8f17472bd4c9495c27d83c7143b136884e
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 |