stable

Clone or download

Read-only

Merge commit 'refs/changes/41/12641/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12281: Use an autoload generated by Composer for the Tuleap Core

Modified Files

Name
M Makefile +0 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/bootstrap.php +0 −1 Go to diff View file
M plugins/create_test_env/tests/rest/CreateTestEnvResourceTest.php +0 −2 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTest.php +1 −3 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestExpertQueryTest.php +1 −3 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestNonRegressionTrackerTest.php +1 −3 Go to diff View file
D plugins/crosstracker/tests/rest/bootstrap.php +0 −21 Go to diff View file
M plugins/docman/include/Docman_ActionsDeleteVisitor.class.php +8 −4 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +2 −1 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +1 −5 Go to diff View file
M plugins/dynamic_credentials/tests/rest/bootstrap.php +0 −1 Go to diff View file
M plugins/dynamic_credentials/tests/rest/init_test_data.php +0 −1 Go to diff View file
M plugins/frs/tests/rest/FRS/FileTest.php +1 −3 Go to diff View file
M plugins/frs/tests/rest/FRS/PackagesTest.php +1 −3 Go to diff View file
M plugins/frs/tests/rest/FRS/ReleaseTest.php +1 −3 Go to diff View file
D plugins/frs/tests/rest/bootstrap.php +0 −21 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/RequestWikiDataFactory.class.php +3 −1 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php +3 −1 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php +3 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_INDEX.class.php +3 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATE.class.php +2 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI.class.php +3 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_DELETE.class.php +2 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_INDEX.class.php +2 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE.class.php +2 −1 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE_PERMISSIONS.class.php +2 −1 Go to diff View file
M plugins/fulltextsearch/tests/ElasticSearch/RequestDataFactoryTest.php +2 −2 Go to diff View file
M plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php +4 −4 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_INDEXTest.php +2 −2 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATETest.php +2 −2 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKITest.class.php +2 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +4 −4 Go to diff View file
M plugins/git/tests/rest/bootstrap.php +1 −2 Go to diff View file
M plugins/graphontrackers/include/graphic-library/GraphOnTrackers_Engine_Gantt.class.php +7 −6 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php +7 −6 Go to diff View file
M plugins/hudson/include/HudsonJobWidget.class.php +1 −1 Go to diff View file
M plugins/hudson_svn/include/hudson_svnPlugin.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.class.php +1 −1 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/bootstrap.php +0 −1 Go to diff View file
M plugins/pullrequest/tests/rest/bootstrap.php +1 −2 Go to diff View file
M plugins/statistics/tests/bootstrap.php +0 −1 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +1 −1 Go to diff View file
M plugins/svn/tests/rest/bootstrap.php +1 −2 Go to diff View file
M plugins/timetracking/tests/rest/bootstrap.php +0 −1 Go to diff View file
M plugins/tracker/db_tests/bootstrap.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_Changeset_CommentTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/rest/bootstrap.php +0 −1 Go to diff View file
M plugins/tracker/www/resources/templates/index.php +2 −2 Go to diff View file
M src/common/REST/v1/PhpWikiPageRepresentation.class.php +2 −2 Go to diff View file
M src/common/Request/RouteCollector.php +1 −2 Go to diff View file
D src/common/autoload.php +0 −1441 Go to diff View file
M src/common/dao/WikiDao.class.php +7 −4 Go to diff View file
M src/common/include/URLVerification.class.php +4 −3 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumbPresenterBuilder.php +1 −1 Go to diff View file
M src/common/permission/PermissionsManager.class.php +1 −1 Go to diff View file
M src/common/plugin/PluginManager.class.php +1 −1 Go to diff View file
M src/common/project/Admin/Navigation/NavigationDropdownItemInterface.php +3 −3 Go to diff View file
M src/common/project/Admin/Navigation/NavigationDropdownQuickLinksCollector.php +3 −3 Go to diff View file
M src/common/project/Admin/Navigation/NavigationDropdownTitlePresenter.php +3 −3 Go to diff View file
M src/common/project/Admin/Navigation/NavigationItem.php +2 −2 Go to diff View file
M src/common/project/Admin/Navigation/NavigationPermissionsDropdownPresenterBuilder.php +2 −2 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +2 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +2 −2 Go to diff View file
M src/common/wiki/PermissionsManager.class.php +3 −1 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageFullRepresentation.class.php +2 −2 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageVersionFullRepresentation.class.php +1 −1 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +3 −3 Go to diff View file
M src/common/wiki/WikiService.class.php +8 −4 Go to diff View file
M src/common/wiki/actions/WikiServiceAdminActions.class.php +2 −0 Go to diff View file
M src/common/wiki/lib/PaginatedWikiPagesFactory.class.php +4 −1 Go to diff View file
M src/common/wiki/lib/Wiki.class.php +3 −0 Go to diff View file
M src/common/wiki/lib/WikiEntry.class.php +3 −1 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +14 −6 Go to diff View file
M src/common/wiki/lib/WikiPageVersion.class.php +3 −1 Go to diff View file
M src/common/wiki/lib/WikiPageVersionContentFormatter.php +3 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/RSSWriter091.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB.php +2 −0 Go to diff View file
M src/common/wiki/phpwiki/lib/editpage.php +4 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/loadsave.php +3 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentChanges.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SystemInfo.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/removepage.php +3 −0 Go to diff View file
M src/common/wiki/views/WikiServiceAdminViews.class.php +3 −1 Go to diff View file
M src/common/wiki/views/WikiServiceViews.class.php +4 −1 Go to diff View file
M src/common/wiki/views/WikiViews.class.php +8 −5 Go to diff View file
M src/composer.json +13 −0 Go to diff View file
M src/www/account/change_avatar.php +2 −3 Go to diff View file
M src/www/admin/usergroup.php +4 −4 Go to diff View file
M src/www/file/download.php +20 −7 Go to diff View file
M src/www/file/file_utils.php +1 −3 Go to diff View file
M src/www/forum/admin/index.php +1 −1 Go to diff View file
M src/www/forum/message.php +21 −7 Go to diff View file
M src/www/include/pre.php +0 −1 Go to diff View file
M src/www/news/admin/index.php +1 −1 Go to diff View file
M src/www/project/admin/editgroupinfo.php +3 −3 Go to diff View file
M src/www/project/autocomplete.php +2 −2 Go to diff View file
M src/www/project/showdetails.php +1 −1 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file
M src/www/tour/end-tour.php +2 −2 Go to diff View file
M src/www/tracker/include/ArtifactReportHtml.class.php +2 −2 Go to diff View file
M tests/bin/simpletest11x.php +0 −1 Go to diff View file
M tests/integration/ProjectCreationTest.php +0 −2 Go to diff View file
M tests/integration/ProjectImportTest.php +0 −2 Go to diff View file
D tests/integration/bootstrap.php +0 −21 Go to diff View file
M tests/integration/tracker_v3_to_v5/MigrateTrackerTest.php +0 −1 Go to diff View file
D tests/lib/autoload.php +0 −27 Go to diff View file
M tests/phpunit/bootstrap.php +1 −1 Go to diff View file
M tests/phpunit/common/User/PasswordVerifierTest.php +1 −0 Go to diff View file
M tests/rest/bin/init_data.php +2 −2 Go to diff View file
M tests/rest/bin/init_data_plugins.php +2 −2 Go to diff View file
M tests/rest/composer.json +6 −0 Go to diff View file
M tests/rest/lib/TestDataBuilder.php +0 −2 Go to diff View file
D tests/rest/lib/autoload.php +0 −30 Go to diff View file
M tests/rest/tests/ArtifactFilesTest.php +1 −2 Go to diff View file
M tests/rest/tests/ArtifactsChangesetsTest.php +1 −2 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +0 −2 Go to diff View file
M tests/rest/tests/AuthenticationTest.php +1 −3 Go to diff View file
M tests/rest/tests/BacklogItemsTest.php +1 −3 Go to diff View file
M tests/rest/tests/CardsTest.php +1 −3 Go to diff View file
M tests/rest/tests/MilestonesBacklogPatchTest.php +1 −3 Go to diff View file
M tests/rest/tests/MilestonesBacklogTest.php +1 −3 Go to diff View file
M tests/rest/tests/MilestonesBurndownTest.php +0 −2 Go to diff View file
M tests/rest/tests/MilestonesCardwallTest.php +1 −3 Go to diff View file
M tests/rest/tests/MilestonesContentTest.php +1 −3 Go to diff View file
M tests/rest/tests/MilestonesMilestones.php +1 −3 Go to diff View file
M tests/rest/tests/MilestonesTest.php +0 −2 Go to diff View file
M tests/rest/tests/PhpWikiTest.php +1 −3 Go to diff View file
M tests/rest/tests/PlanningTest.php +1 −3 Go to diff View file
M tests/rest/tests/ProjectBacklogV2Test.php +0 −2 Go to diff View file
M tests/rest/tests/ProjectTest.php +0 −2 Go to diff View file
M tests/rest/tests/SystemEventTest.php +0 −2 Go to diff View file
M tests/rest/tests/TokenTest.php +1 −3 Go to diff View file
M tests/rest/tests/TrackersTest.php +1 −3 Go to diff View file
M tests/rest/tests/UserGroupTest.php +0 −2 Go to diff View file
M tests/rest/tests/UserMembershipTest.php +0 −2 Go to diff View file
M tests/rest/tests/UsersTest.php +1 −3 Go to diff View file
M tests/rest/tests/regressions/ArtifactsCreationWithWrongWorkflowTest.php +1 −3 Go to diff View file
M tests/rest/tests/regressions/MilestonesContentOrderTest.php +1 −3 Go to diff View file
M tests/rest/tests/regressions/MilestonesContentTest.php +1 −3 Go to diff View file
M tests/rest/tests/regressions/PermissionOnArtifactRequiredTest.php +1 −3 Go to diff View file
M tests/rest/tests/regressions/PutSoloCardTest.php +1 −3 Go to diff View file
M tests/simpletest/common/mail/MailBuilderTest.php +1 −3 Go to diff View file
M tests/simpletest/common/project/Webhook/WebhookTest.php +2 −2 Go to diff View file
M tests/simpletest/common/user/Admin/UserStatusCheckerTest.php +2 −2 Go to diff View file
M tests/simpletest/common/user/ForgeUserGroupManagerTest.php +4 −4 Go to diff View file
M tests/simpletest/common/user/Password/Reset/RevokerTest.php +2 −2 Go to diff View file
M tests/simpletest/common/user/Password/Reset/TokenTest.php +2 −2 Go to diff View file
M tests/simpletest/common/user/Password/Reset/VerifierTest.php +2 −2 Go to diff View file
M tests/simpletest/common/user/UserImportTest.php +0 −1 Go to diff View file
M tests/simpletest/common/user/UserManagerTest.php +1 −1 Go to diff View file
M tests/simpletest/common/valid/Rule_NumericalTest.php +6 −5 Go to diff View file
M tests/simpletest/common/wiki/PermissionsManagerTest.php +2 −2 Go to diff View file
M tests/soap/bin/generate-testsuite.php +2 −2 Go to diff View file
A tests/soap/composer.json +5 −0 Go to diff View file
M tests/soap/lib/TestDataBuilder.php +0 −2 Go to diff View file
D tests/soap/lib/autoload.php +0 −19 Go to diff View file
M tests/soap/tests/FRSReleaseDeleteUsingCLITest.php +1 −3 Go to diff View file
M tests/soap/tests/FRSReleaseDownloadTest.php +0 −2 Go to diff View file
M tests/soap/tests/ProjectTest.php +1 −3 Go to diff View file
M tests/soap/tests/TrackerTest.php +0 −2 Go to diff View file
M tests/soap/tests/TrackerV3Test.php +1 −3 Go to diff View file
M tests/soap/tests/UserTest.php +1 −3 Go to diff View file
M tools/utils/autoload.sh +1 −14 Go to diff View file
M tools/utils/generate-po.php +1 −2 Go to diff View file
M tools/utils/password_hasher.php +1 −2 Go to diff View file