stable
Clone or download
Read-only
request #11516 Timetracking uses PSR4 autoloader
Change-Id: I299cb12690c9416503853723618ff56901e61ce1
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 |