stable
Clone or download
Read-only
request #11482: Use an autoloader generated with Composer for the tracker plugin
No more generation of autoload each time a class is added/renamed o/ The namespace \Tuleap\Tracker is defined with two paths to be the most compliant with the existing code structure. Change-Id: Ib63285a8589cf7d1405da1d1be85afe4f1bc3e4c
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/AgileDashboardRouterTest.php | +1 | −2 | Go to diff View file |
M | plugins/crosstracker/phpunit/bootstrap.php | +1 | −2 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEXTest.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/tests/GraphOnTrackersV5_BurndownDataTest.php | +3 | −3 | Go to diff View file |
A | plugins/tracker/composer.json | +9 | −0 | Go to diff View file |
M | plugins/tracker/db_tests/PriorityDaoTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db_tests/PriorityDaoTestPerformances.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/TrackerRestBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InFieldComparisonVisitor.php | +2 | −2 | Go to diff View file |
D | plugins/tracker/include/autoload.php | +0 | −1110 | Go to diff View file |
D | plugins/tracker/include/phpab-options.txt | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/bootstrap.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
M | tests/integration/tracker_v3_to_v5/MigrateTrackerTest.php | +2 | −6 | Go to diff View file |