stable

Clone or download

Read-only

Merge commit 'refs/changes/76/11376/7' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: request #11482: Use an autoloader generated with Composer for the tracker plugin

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 −1112 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