stable

Clone or download

Read-only

Merge 'gerrit #12091' into stable/master

* commit '8a08b36f30': request #11873 Refactoring extract TimeController's checks to TimeUpdater Change-Id: I33e0f9ec5fa19ddc7f100879c95f66b444d519c5

Modified Files

Name
M plugins/timetracking/include/Timetracking/Router.php +0 −6 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeChecker.php +4 −9 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeController.php +5 −59 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeUpdater.php +67 −4 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.class.php +10 −4 Go to diff View file
M plugins/timetracking/phpunit/Time/TimeCheckerTest.php +1 −2 Go to diff View file
M plugins/timetracking/phpunit/Time/TimeControllerTest.php +2 −109 Go to diff View file
A plugins/timetracking/phpunit/Time/TimeUpdaterTest.php +180 −0 Go to diff View file
M plugins/timetracking/site-content/fr_FR/LC_MESSAGES/tuleap-timetracking.po +1 −1 Go to diff View file
M plugins/timetracking/site-content/tuleap-timetracking.pot +1 −1 Go to diff View file
M plugins/timetracking/tests/rest/TimetrackingDataBuilder.php +26 −9 Go to diff View file