stable
Clone or download
Read-only
Merge 'gerrit #11470' into stable/master
* commit '2cae90e8c6': request #11516 Timetracking uses PSR4 autoloader Change-Id: I41c10200dd80989756c7d5c2f6c3f98fea4375ab
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/timetracking/composer.json | +7 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingExistingDateException.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingMissingTimeException.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingNoTimeException.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingNotAllowedToAddException.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingNotAllowedToDeleteException.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingNotAllowedToEditException.php | +2 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingNotBelongToUserException.php | +1 | −1 | Go to diff View file |
R | plugins/timetracking/include/TimetrackingPluginDescriptor.php | Go to diff View file | ||
R | plugins/timetracking/include/TimetrackingPluginInfo.php | 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/TimeController.php | +24 | −7 | Go to diff View file |
D | plugins/timetracking/include/autoload.php | +0 | −54 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.class.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/tests/Time/TimeControllerTest.php | +7 | −8 | Go to diff View file |
M | plugins/timetracking/tests/bootstrap.php | +2 | −1 | Go to diff View file |
M | plugins/timetracking/tuleap-plugin-timetracking.spec | +1 | −1 | Go to diff View file |