stable
Clone or download
Read-only
request #14575: Remove unused private elements
Unused private elements are dead code and dead code is not useful. Change-Id: I1e8bd48e53b8e942e20c71e294fee3bf558658bc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php | +0 | −16 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AdministrationCrumbBuilder.php | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php | +1 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/Backlog.php | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php | +7 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPaneInfo.php | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2PaneInfo.php | +1 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinder.class.php | +1 | −7 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/PaneInfoFactory.class.php | +3 | −14 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php | +0 | −29 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php | +1 | −7 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +1 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +1 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +1 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +0 | −7 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +1 | −19 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +0 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFactory.class.php | +12 | −27 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +1 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +3 | −28 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/AgileDashboard_XMLExporterTest.php | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/HierarchyCheckerTest.php | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/Backlog/TopBacklogElementsToAddCheckerTest.php | +0 | −7 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php | +1 | −8 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneControllerTest.php | +1 | −7 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryTest.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/phpunit/REST/v1/Milestone/MilestoneElementAdderTest.php | +1 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/aMilestone.php | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/MilestoneResourceValidatorTest.php | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +0 | −8 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/DataBuilder.php | +1 | −12 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/init_test_data.php | +3 | −1 | Go to diff View file |
M | plugins/artifactsfolders/include/Folder/DataFromRequestAugmentor.php | +0 | −7 | Go to diff View file |
M | plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollectionBuilder.php | +1 | −8 | Go to diff View file |
M | plugins/artifactsfolders/include/artifactsfoldersPlugin.php | +1 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardFields.class.php | +1 | −7 | Go to diff View file |
M | plugins/cardwall/include/Cardwall/Agiledashboard/PaneInfo.php | +1 | −7 | Go to diff View file |
M | plugins/cardwall/include/Cardwall/CardwallLegacyController.php | +0 | −2 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +2 | −8 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php | +1 | −7 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php | +7 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ConfigEmpty.class.php | +0 | −13 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ConfigFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/REST/v1/CardsResource.class.php | +0 | −1 | Go to diff View file |
M | plugins/cardwall/include/RawBoardBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFields.class.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFieldsPresenterBuilder.php | +0 | −11 | Go to diff View file |
M | plugins/cardwall/include/Semantic/SingleCardPreviewDetailsBuilder.php | +0 | −12 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.php | +2 | −9 | Go to diff View file |
M | plugins/cardwall/phpunit/Cardwall/OnTop/Config/ColumnFactoryTest.php | +1 | −5 | Go to diff View file |
M | plugins/cardwall/phpunit/OnTop/Config/ColumnFactoryTest.php | +1 | −6 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldType.php | +0 | −4 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldsMatcher.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +6 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_Controller.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_LinkVersionDao.class.php | +0 | −11 | Go to diff View file |
M | plugins/docman/include/Docman_ProjectItemsBatchIterator.class.php | +1 | −4 | Go to diff View file |
M | plugins/docman/include/Notifications/NotificationBuilders.php | +1 | −3 | Go to diff View file |
M | plugins/docman/include/Notifications/NotificationsForProjectMemberCleaner.php | +1 | −7 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemsEventAdder.php | +1 | −2 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +1 | −2 | Go to diff View file |
M | plugins/docman/phpunit/Docman_NotificationsManager_SubscribersTest.php | +0 | −5 | Go to diff View file |
M | plugins/docman/phpunit/Metadata/MetadataValueStoreTest.php | +0 | −13 | Go to diff View file |
M | plugins/docman/phpunit/NotificationsManagerTest.php | +0 | −9 | Go to diff View file |
M | plugins/docman/phpunit/PermissionManager/PermissionsManagerPerfTest.php | +0 | −3 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php | +0 | −5 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/ItemRepresentationCollectionBuilderTest.php | +0 | −6 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/Links/DocmanLinkVersionCreatorTest.php | +0 | −19 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/Wiki/DocmanWikiUpdatorTest.php | +0 | −17 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Document/DocumentMetadataCreatorTest.php | +0 | −4 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Document/DocumentUploadFinisherTest.php | +0 | −2 | Go to diff View file |
M | plugins/document/phpunit/include/DocumentUsageRetrieverTest.php | +0 | −5 | Go to diff View file |
M | plugins/frs/phpunit/FRS/REST/v1/ServiceRepresentationBuilderTest.php | +6 | −6 | Go to diff View file |
M | plugins/frs/tests/rest/FRS/FileTest.php | +0 | −8 | Go to diff View file |
M | plugins/frs/tests/rest/FRS/ReleaseTest.php | +0 | −8 | Go to diff View file |
M | plugins/git/bin/import_all_giotlite3_logs.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git.class.php | +0 | −7 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorController.class.php | +0 | −5 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +0 | −6 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/UserFinder.class.php | +1 | −5 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +12 | −13 | Go to diff View file |
M | plugins/git/include/Git/GitRepositoryBrowserController.php | +1 | −7 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/Gitolite3LogParser.php | +0 | −12 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingRunner.class.php | +0 | −3 | Go to diff View file |
M | plugins/git/include/Git/Permissions/HistoryValueFormatter.php | +9 | −6 | Go to diff View file |
M | plugins/git/include/Git/PermissionsPerGroup/CollectionOfUGroupRepresentationBuilder.php | +0 | −7 | Go to diff View file |
M | plugins/git/include/Git/Repository/DescriptionUpdater.php | +1 | −8 | Go to diff View file |
M | plugins/git/include/Git/RepositoryList/GitRepositoryListController.php | +0 | −6 | Go to diff View file |
M | plugins/git/include/Git/SystemCheck.class.php | +0 | −5 | Go to diff View file |
M | plugins/git/include/Git/URL.class.php | +0 | −5 | Go to diff View file |
M | plugins/git/include/GitBackend.class.php | +0 | −4 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +0 | −9 | Go to diff View file |
M | plugins/git/include/GitViews/GitPhpViewer.class.php | +1 | −6 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo/Content.class.php | +5 | −8 | Go to diff View file |
M | plugins/git/include/GitXMLExporter.php | +0 | −8 | Go to diff View file |
M | plugins/git/include/GitXmlImporter.class.php | +0 | −7 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +0 | −4 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_RESTORE.class.php | +1 | −6 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_UPDATE.class.php | +0 | −10 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +3 | −20 | Go to diff View file |
M | plugins/git/phpunit/Git/AdminGerritControllerTest.php | +0 | −13 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +0 | −5 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserFinderGetUgroupsTest.php | +1 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserFinderTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/Gitolite3LogParserTest.php | +0 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Mirror/ManifestManagerTest.php | +0 | −4 | Go to diff View file |
M | plugins/git/phpunit/GitGerritRouteTest.php | +0 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitXMLExporterTest.php | +0 | −7 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php | +0 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php | +0 | −3 | Go to diff View file |
M | plugins/git/tests/integration/GitXmlImporterTest.php | +0 | −5 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Controller/LFSLockCreateController.php | +0 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php | +0 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/phpunit/GraphOnTrackersV5_BurndownDataTest.php | +0 | −6 | Go to diff View file |
M | plugins/hudson/phpunit/HudsonBuildTest.php | +0 | −1 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Git/Administration/DeleteController.php | +0 | −8 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/hudson_git/phpunit/HudsonGit/Git/Administration/DeleteControllerTest.php | +0 | −13 | Go to diff View file |
M | plugins/ldap/include/BindMembersConfirmController.php | +0 | −5 | Go to diff View file |
M | plugins/ldap/include/GroupSyncAdminEmailNotificationsManager.class.php | +0 | −7 | Go to diff View file |
M | plugins/ldap/include/LDAP_ProjectManager.class.php | +0 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupManager.class.php | +0 | −5 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/mediawiki/include/Maintenance/CleanUnusedDao.php | +0 | −9 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminController.class.php | +0 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminPermissionsPanePresenter.class.php | +0 | −5 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +0 | −5 | Go to diff View file |
M | plugins/oauth2_server/include/App/OAuth2App.php | +6 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/Controller.php | +0 | −9 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +0 | −6 | Go to diff View file |
M | plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/projectmilestones/phpunit/Widget/ProjectMilestonesPresenterBuilderTest.php | +0 | −6 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/RepositoryResource.php | +0 | −16 | Go to diff View file |
M | plugins/pullrequest/include/PullrequestDisplayer.php | +0 | −7 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php | +0 | −8 | Go to diff View file |
M | plugins/referencealias_git/include/referencealias_gitPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php | +2 | −9 | Go to diff View file |
M | plugins/referencealias_tracker/include/referencealias_trackerPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsageRouter.php | +0 | −7 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/statistics/www/disk_usage.php | +0 | −1 | Go to diff View file |
M | plugins/svn/bin/migrate_to_plugin.php | +0 | −2 | Go to diff View file |
M | plugins/svn/bin/svn_post_commit.php | +1 | −5 | Go to diff View file |
M | plugins/svn/include/REST/v1/NotificationsBuilder.php | +0 | −7 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +1 | −7 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/SVNRefreshAllAccessFilesCommand.php | +0 | −4 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/ImmutableTagPresenter.php | +12 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Commit/CommitInfo.php | +0 | −6 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/ExplorerController.php | +0 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/Hooks/PreRevpropChange.php | +0 | −8 | Go to diff View file |
M | plugins/svn/include/SVN/Notifications/EmailsToBeNotifiedRetriever.php | +1 | −27 | Go to diff View file |
M | plugins/svn/include/SVN/PermissionsPerGroup/PaneCollector.php | +0 | −7 | Go to diff View file |
M | plugins/svn/include/SVN/PermissionsPerGroup/PermissionPerGroupRepositoryRepresentationBuilder.php | +1 | −7 | Go to diff View file |
M | plugins/svn/include/SVN/ServiceSvn.php | +0 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/SvnPermissionManager.php | +1 | −7 | Go to diff View file |
M | plugins/svn/include/SVN/SvnRouter.php | +0 | −6 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +4 | −7 | Go to diff View file |
M | plugins/svn/phpunit/SVN/AccessFile/SVNRefreshAllAccessFilesCommandTest.php | +0 | −12 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Notifications/EmailsToBeNotifiedRetrieverTest.php | +1 | −5 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Repository/HookConfigCheckerTest.php | +0 | −12 | Go to diff View file |
M | plugins/svn/phpunit/SVN/XMLImporterTest.php | +0 | −6 | Go to diff View file |
M | plugins/taskboard/include/Column/ColumnPresenterCollectionRetriever.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php | +1 | −2 | Go to diff View file |
M | plugins/taskboard/phpunit/Tracker/TrackerCollectionTest.php | +0 | −3 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingReportResource.php | +0 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TrackerRepresentationFactory.php | +0 | −14 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/ModeUpdater.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFile.class.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Chart/Burndown.class.php | +0 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/ChartMessageFetcher.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php | +0 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php | +0 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsDefaultValuesDao.class.php | +0 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/NotificationsForProjectMemberCleaner.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/CurrentUserValueWrapper.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidComparisonCollectorVisitor.php | +0 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenter.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBuilder.php | +0 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +0 | −63 | Go to diff View file |
M | plugins/tracker/include/Tracker/UgroupPermissionsConsistencyChecker.class.php | +12 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporter.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporter.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporter.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/TrackerXmlImportFeedbackCollector.php | +0 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdater.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetFieldsValidatorTest.php | +0 | −21 | Go to diff View file |
M | plugins/tracker/phpunit/Artifact/TrackerArtifactChangesetValueFileTest.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/phpunit/ChangesetValueComputedTest.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/TransitionPatcherTest.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Attachment/TemporaryFileManagerAppendChunkTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | +0 | −8 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php | +5 | −14 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XmlImportTest.php | +0 | −23 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php | +0 | −30 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ArtifactLink/CatchLinkDirectionTest.php | +0 | −6 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/File/AttachmentForTusUploadCreatorTest.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringTest.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/TrackerFormElementJsonTest.php | +0 | −8 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/TrackerFormElementUserPermissionsTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Report/TrackerReportRendererTableTest.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/TrackerXmlImportArtifactLinkV2Activation.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/TrackerXmlImportTest.php | +0 | −9 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker_Artifact_ChangesetValue_DateTest.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/CreateArtifactTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/SizeValidatorTest.php | +0 | −6 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +0 | −4 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointDeleteController.php | +1 | −8 | Go to diff View file |
M | plugins/tuleap_synchro/include/tuleap_synchroPlugin.php | +1 | −2 | Go to diff View file |
M | plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php | +2 | −9 | Go to diff View file |
M | plugins/velocity/include/Velocity/Semantic/SemanticVelocityFactory.php | +1 | −11 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.php | +2 | −7 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSFile.class.php | +1 | −11 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSRelease.class.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVFRSTest.php | +0 | −12 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVTreeTest.php | +0 | −2 | Go to diff View file |
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +0 | −1 | Go to diff View file |
M | src/common/CLI/ConsoleLogger.php | +0 | −12 | Go to diff View file |
M | src/common/Dashboard/User/AtUserCreationDefaultWidgetsCreator.php | +1 | −7 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetColumn.php | +0 | −3 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetLine.php | +0 | −9 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetReorder.php | +0 | −6 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetRetriever.php | +0 | −5 | Go to diff View file |
M | src/common/FRS/FRSPermission.php | +1 | −5 | Go to diff View file |
M | src/common/FRS/FRSPermissionFactory.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSRouter.php | +0 | −2 | Go to diff View file |
M | src/common/FRS/FRSXMLImporter.class.php | +0 | −5 | Go to diff View file |
M | src/common/FRS/PermissionController.php | +0 | −5 | Go to diff View file |
M | src/common/Label/REST/LabelsUpdater.php | +13 | −7 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenterBuilder.php | +0 | −28 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescription.class.php | +0 | −1 | Go to diff View file |
M | src/common/Project/Home.php | +0 | −1 | Go to diff View file |
M | src/common/Project/Label/IndexController.php | +0 | −6 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php | +0 | −5 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationRequest.class.php | +0 | −6 | Go to diff View file |
M | src/common/Project/ProjectCreator.class.php | +0 | −4 | Go to diff View file |
M | src/common/Project/ProjectUGroup.php | +0 | −4 | Go to diff View file |
M | src/common/Project/ProjectXMLImporter.class.php | +0 | −1 | Go to diff View file |
M | src/common/Project/Quota/ProjectQuotaInformation.php | +1 | −9 | Go to diff View file |
M | src/common/Project/REST/v2/ProjectResource.class.php | +0 | −5 | Go to diff View file |
M | src/common/Project/UGroupLiteralizer.class.php | +6 | −9 | Go to diff View file |
M | src/common/Queue/QueueInstrumentation.php | +1 | −10 | Go to diff View file |
M | src/common/User/REST/v1/UserMembershipResource.php | +0 | −5 | Go to diff View file |
M | src/common/User/REST/v1/UserResource.php | +0 | −5 | Go to diff View file |
M | src/common/User/UserManager.class.php | +0 | −1 | Go to diff View file |
M | src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php | +0 | −6 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenterBuilder.php | +0 | −4 | Go to diff View file |
M | src/common/admin/PermissionDelegationGroupPresenter.php | +0 | −6 | Go to diff View file |
M | src/common/chart/Chart.class.php | +0 | −6 | Go to diff View file |
M | src/common/include/MIME.class.php | +23 | −33 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +6 | −6 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +3 | −1 | Go to diff View file |
M | src/common/search/Presenters/SearchForumResultPresenter.php | +0 | −9 | Go to diff View file |
M | src/common/search/SearchController.class.php | +0 | −5 | Go to diff View file |
M | src/common/soap/SOAP_RequestLimitator.class.php | +0 | −2 | Go to diff View file |
M | src/common/svn/SVN_RepositoryListing.class.php | +0 | −1 | Go to diff View file |
M | src/common/svn/SVN_RevisionPathInfo.class.php | +1 | −4 | Go to diff View file |
M | src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php | +14 | −14 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +0 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventPresenter.php | +0 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php | +0 | −7 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_canvtools.php | +0 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_contour.php | +0 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gantt.php | +0 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_legend.inc.php | +0 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie.php | +0 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie3d.php | +0 | −14 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_polar.php | +0 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_radar.php | +0 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_table.php | +0 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_text.inc.php | +2 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_utils.inc.php | +0 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_windrose.php | +0 | −10 | Go to diff View file |
M | src/utils/check_user_mapping_for_project_import.php | +0 | −1 | Go to diff View file |
M | src/utils/generate_user_mapping_for_project_import.php | +0 | −1 | Go to diff View file |
M | src/www/file/admin/index.php | +0 | −1 | Go to diff View file |
M | src/www/my/index.php | +0 | −1 | Go to diff View file |
M | src/www/project/admin/editugroup.php | +0 | −3 | Go to diff View file |
M | src/www/project/admin/labels.php | +1 | −3 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +0 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +0 | −7 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/PresenterBuilder.php | +0 | −7 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/UserNavPresenter.php | +0 | −6 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +0 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarPresenter.class.php | +0 | −9 | Go to diff View file |
M | tests/phpcs/non-psr-rules.xml | +2 | −0 | Go to diff View file |
M | tests/phpunit/common/Dashboard/AssetsIncluderTest.php | +0 | −2 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/ProjectDashboardDuplicatorTest.php | +7 | −19 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Widget/WidgetDeletorTest.php | +1 | −9 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Widget/WidgetReorderTest.php | +5 | −20 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Widget/WidgetRetrieverTest.php | +0 | −73 | Go to diff View file |
M | tests/phpunit/common/FRS/CorrectRepositoryPermissions/CorrectFrsRepositoryPermissionsCommandTest.php | +1 | −7 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSPermissionManagerTest.php | +6 | −6 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSXMLImporterTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/FRS/PermissionsPerGroup/PermissionPerTypeExtractorTest.php | +0 | −6 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationPrivateRestrictedTest.php | +0 | −4 | Go to diff View file |
M | tests/phpunit/common/Layout/CssAssetCollectionTest.php | +0 | −3 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectCreationDataTest.php | +0 | −6 | Go to diff View file |
M | tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php | +0 | −5 | Go to diff View file |
M | tests/phpunit/common/Project/UgroupDuplicatorTest.php | +0 | −5 | Go to diff View file |
M | tests/phpunit/common/SystemEvent/SystemEventPROJECTISPRIVATETest.php | +0 | −2 | Go to diff View file |
M | tests/phpunit/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/mail/Mail_RecipientListBuilderTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/svn/SVN_Apache_Auth_FactoryTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/tracker/ArtifactXMLExporterTest.php | +0 | −10 | Go to diff View file |
M | tests/phpunit/tuleap-cfg/Command/SystemControlCommandDockerCentos7Test.php | +0 | −7 | Go to diff View file |
M | tests/rest/lib/TestDataBuilder.php | +1 | −17 | Go to diff View file |
M | tests/rest/tests/ArtifactsTest.php | +0 | −4 | Go to diff View file |
M | tools/Configuration/Apache/BackendSVN.php | +1 | −3 | Go to diff View file |
M | tools/Configuration/Setup/DistributedSVN.php | +2 | −2 | Go to diff View file |
M | tools/distlp/backend-svn/run.php | +1 | −1 | Go to diff View file |
M | tools/rpm/check_release/CheckReleaseGit.class.php | +14 | −7 | Go to diff View file |