stable

Clone or download

Read-only

request #24188: Force multiline arrays and method/function declarations to have a trailing comma in the PHP codebase

Recent versions of PHP allow for both cases so we have both cases in the codebase. Change-Id: I3cd663e815c97011857e4f3057670853d0a4383f

Modified Files

Name
M plugins/agiledashboard/db/mysql/updates/2018/201811051700_rename_burnup_daily_sysevent_with_wrong_case.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminChartsPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardChartsConfigurationUpdater.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Artifact/EventRedirectAfterArtifactCreationOrUpdateHandler.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Artifact/RedirectParameterInjector.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/MilestoneCrumbBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/VirtualTopMilestoneCrumbBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ArtifactsInExplicitBacklogDao.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ConfigurationUpdater.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/DirectArtifactLinkCleaner.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/UnplannedArtifactsAdder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionMatchingIdsRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/XMLExporter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/XMLImporter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FieldPriorityAugmenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/CountElementsCacheDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/CountElementsCalculator.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupFieldPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/MessageFetcher.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_DAILY.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/HierarchyChecker.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/BreadCrumbBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXMLExporter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/NewDropdownCurrentContextSectionForKanbanProvider.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageSender.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RecentlyVisited/VisitRetriever.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/TrackerReport/TrackerReportBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanRightsPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionProcessor.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/AllBreadCrumbsForMilestoneBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/Backlog.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogFactory.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +19 −19 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/HeaderOptionsProvider.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneParentLinker.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/ActivePaneContext.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsChartPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPane.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPresenterBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PaneInfo.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PaneInfoCollector.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PanePresenterBuilderFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Pane.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinder.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/ParentTrackerRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Request/SiblingMilestoneRequest.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Request/SubMilestoneRequest.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Request/TopMilestoneRequest.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/MonoMilestone/MonoMilestoneItemsFinder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneInfoFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneInfoIdentifier.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/Admin/PlanningEditionPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/Admin/PlanningEditionPresenterBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/Admin/UpdateRequestValidator.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/HeaderOptionsForPlanningProvider.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/PlanningDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/PlanningUpdater.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/RootPlanning/BacklogTrackerRemovalChecker.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/RootPlanning/UpdateIsAllowedChecker.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/AgileDashboardProjectResource.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentationFactory.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/CardRepresentation.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ContentForMiletoneProvider.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/CumulativeFlowDiagram/DiagramColumnRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/CumulativeFlowDiagram/DiagramPointRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/CumulativeFlowDiagram/DiagramRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/CumulativeFlowDiagram/OrderedColumnRepresentationsBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/ItemCollectionRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/ItemRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemRepresentation.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TrackerReport/FilteredDiagramRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TrackerReport/FilteredItemCollectionRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementAdder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementMover.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementRemover.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/ProjectMilestonesResource.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +11 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Scrum/BacklogItem/InitialEffortSemanticUpdater.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentation.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogRepresentation.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/RealTime/RealTimeArtifactMessageController.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/RemainingEffortValueRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/MoveChangesetXMLUpdater.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/MoveSemanticInitialEffortChecker.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/XML/SemanticsExporter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/MyKanban.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/ProjectKanban.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigUpdater.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanCreator.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklogPostActionFactory.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLExporter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLFullStructureExporter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/PaneRedirectionExtractor.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/AgileDashboardJSONPermissionsRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/AgileDashboardPermissionsRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/PlanningPermissionsRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactLinker.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneControllerFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneSelectorController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneBurndownSummaryPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenterAbstract.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ScrumPlanningFilter.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/XML/XMLExporter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/XML/XMLPlanning.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/integration/Planning/PlanningDAOTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/ArtifactsTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/ExplicitBacklog/ExplicitBacklogTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/rest/ExplicitBacklog/WorkflowPostActionTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +85 −85 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/EventRedirectAfterArtifactCreationOrUpdateHandlerTest.php +8 −8 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/HomeServiceRedirectionExtractorTest.php +10 −10 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/ConfigurationUpdaterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionCheckerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/Burnup/CountElementsCalculatorTest.php +7 −7 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheCheckerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheDateRetrieverTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCalculatorTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupDataBuilderTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/KanbanXmlImporterTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/RecentlyVisited/VisitRetrieverTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/TopBacklogElementsToAddCheckerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/HeaderOptionsProviderTest.php +11 −11 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Pane/PaneInfoCollectorTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/ParentTrackerRetrieverTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Request/FilteringQueryParserTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/SelectedMilestoneProviderTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/Admin/UpdateRequestValidatorTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactMilestoneTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/HeaderOptionsForPlanningProviderTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneControllerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetLastMilestoneCreatedTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetTopMilestonesTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryDuplicationTest.php +11 −11 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetPlanningByPlanningTrackerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetPlanningTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/RootPlanning/BacklogTrackerRemovalCheckerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Workflow/AddToTopBacklogPostActionFactoryTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Workflow/PostAction/Update/Internal/AddToTopBacklogValueUpdaterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Workflow/REST/v1/AddToTopBacklogJsonParserTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/Planning_RequestValidatorTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/XML/XMLPlanningTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementMoverTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementRemoverTests.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/api_explorer/include/Specification/Swagger/SwaggerJson.php +1 −1 Go to diff View file
M plugins/api_explorer/include/Specification/Swagger/SwaggerJsonController.php +1 −1 Go to diff View file
M plugins/api_explorer/include/Specification/Swagger/SwaggerJsonPathsAndDefinitions.php +8 −8 Go to diff View file
M plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Converter/AncestorFolderChecker.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Converter/ArtifactsFoldersToScrumV2Converter.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +3 −3 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenter.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactView.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/DataFromRequestAugmentor.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollectionBuilder.php +5 −5 Go to diff View file
M plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/PostSaveNewChangesetCommand.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/Router.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php +2 −2 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php +1 −1 Go to diff View file
M plugins/captcha/include/Captcha/Client.php +2 −2 Go to diff View file
M plugins/captcha/tests/unit/ConfigurationRetrieverTest.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardController.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterBuilder.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/Cardwall/AccentColor/AccentColorBuilder.php +2 −2 Go to diff View file
M plugins/cardwall/include/Cardwall/AllowedFieldRetriever.php +1 −1 Go to diff View file
M plugins/cardwall/include/Cardwall/BackgroundColor/BackgroundColorBuilder.php +2 −2 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/Form.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/DeleteColumns.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/DeleteMappingFields.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/UpdateMappingFields.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/MappedFieldProvider.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingFactory.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ValueMappingFactory.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/ConfigEmpty.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/OnTop/IConfig.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/Pane.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/PaneContentPresenter.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/REST/v1/CardValidator.php +2 −2 Go to diff View file
M plugins/cardwall/include/RawBoardBuilder.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/RendererPresenter.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/BackgroundColorFieldRetriever.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/BackgroundColorPresenterBuilder.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/BackgroundColorSelectorPresenter.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/CardFields.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/Semantic/CardFieldsFactory.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/CardFieldsPresenterBuilder.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/CardsPreviewBuilder.php +3 −3 Go to diff View file
M plugins/cardwall/include/Semantic/FieldPresenter.php +2 −2 Go to diff View file
M plugins/cardwall/include/Semantic/SemanticCardPresenter.php +2 −2 Go to diff View file
M plugins/cardwall/include/Semantic/SingleCardPreviewDetailsBuilder.php +2 −2 Go to diff View file
M plugins/cardwall/include/SingleCard.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/SingleCardBuilder.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/SwimlineFactory.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesController.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/Semantic/CardFieldXmlExporterTest.php +3 −3 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/Semantic/CardFieldXmlExtractorTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/Semantic/CardFieldsTrackerPresenterBuilderTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlExport_ColumnsTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php +3 −3 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_CardControllerTest.php +3 −3 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/ColumnFactoryTest.php +5 −5 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteColumnsTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateColumnsTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateFieldTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateValuesNoUpdateTest.php +7 −7 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateValuesTest.php +5 −5 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/CreateTestProject.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerArtifactReportRepresentation.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVExportController.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationFactory.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/BindToValueParameters.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/SimilarFieldsFormatter.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CrossTrackerArtifactReportFactory.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/AllowedMetadata.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidComparisonCollectorParameters.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidComparisonCollectorVisitor.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSearchableCollectorParameters.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSearchableCollectorVisitor.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSearchablesCollectionBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/BetweenComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/DateValueExtractor.php +5 −5 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/EqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/GreaterThanComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/GreaterThanOrEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/LesserThanComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/LesserThanOrEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Date/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/EqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/InComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/NotInComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/BetweenComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/ComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/GreaterThanComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/GreaterThanOrEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/InComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/LesserThanComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/LesserThanOrEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/ListValueExtractor.php +4 −4 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/NotInComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/AssignedTo/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/SearchableVisitorParameters.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilderVisitor.php +5 −5 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/Between/BetweenComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ComparisonChecker.php +5 −5 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/Equal/EqualComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/GreaterOrLesserThanComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/In/InComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/NotEqual/NotEqualComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/NotIn/NotInComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/ICheckMetadataForAComparison.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/MetadataChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/MetadataUsageChecker.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedAndFromWhere.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedOrFromWhere.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/FieldUsedInSupportedSemanticsVisitor.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldCandidate.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldType.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldsMatcher.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearch.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTest.php +11 −11 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestExpertQueryTest.php +13 −13 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestNonRegressionTrackerTest.php +6 −6 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/CrossTrackerReportFactoryTest.php +1 −1 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/CSVRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/Format/BindToValueVisitorTest.php +3 −3 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/SimilarFieldsFormatterTest.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/InvalidSemantic/MetadataUsageCheckerTest.php +3 −3 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsFilterTest.php +1 −1 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsMatcherTest.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Widget/WidgetPermissionCheckerTest.php +4 −4 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php +3 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/ApprovalTableRetriever.php +1 −1 Go to diff View file
M plugins/docman/include/ApprovalTable/ApprovalTableStateMapper.php +1 −1 Go to diff View file
M plugins/docman/include/ApprovalTable/ApprovalTableUpdateActionChecker.php +1 −1 Go to diff View file
M plugins/docman/include/DestinationCloneItem.php +3 −3 Go to diff View file
M plugins/docman/include/DocmanLegacyController.php +1 −1 Go to diff View file
M plugins/docman/include/DocmanSettingsSiteAdmin/DocmanSettingsTabsPresenterCollection.php +1 −1 Go to diff View file
M plugins/docman/include/DocmanSettingsSiteAdmin/FilesUploadLimits/DocmanFilesUploadLimitsAdminController.php +1 −1 Go to diff View file
M plugins/docman/include/DocmanSettingsSiteAdmin/FilesUploadLimits/DocmanFilesUploadLimitsAdminPresenter.php +1 −1 Go to diff View file
M plugins/docman/include/DocmanSettingsSiteAdmin/FilesUploadLimits/DocmanFilesUploadLimitsAdminSaveController.php +1 −1 Go to diff View file
M plugins/docman/include/DocmanWikisReferencingSameWikiPageRetriever.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_Actions.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_CloneItemsVisitor.class.php +1 −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_Error_PermissionDenied.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_ItemDao.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +7 −7 Go to diff View file
M plugins/docman/include/Docman_LockFactory.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_Log.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MIMETypeDetector.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataDao.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Delete.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_PermissionsExport.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_PermissionsManager.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Version.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Widget_Embedded.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_WikiController.class.php +3 −3 Go to diff View file
M plugins/docman/include/DocumentDeletion/DocmanWikiDeletor.php +2 −2 Go to diff View file
M plugins/docman/include/Download/DocmanFileDownloadController.php +1 −1 Go to diff View file
M plugins/docman/include/Download/DocmanFileDownloadResponseGenerator.php +2 −2 Go to diff View file
M plugins/docman/include/ExternalLinks/DocmanHTTPControllerProxy.php +1 −1 Go to diff View file
M plugins/docman/include/Metadata/ItemImpactedByMetadataChangeCollection.php +1 −1 Go to diff View file
M plugins/docman/include/Metadata/MetadataRecursiveUpdator.php +6 −6 Go to diff View file
M plugins/docman/include/Metadata/MetadataValueCreator.php +1 −1 Go to diff View file
M plugins/docman/include/Metadata/MetadataValueStore.php +1 −1 Go to diff View file
M plugins/docman/include/Metadata/MetadataValueUpdator.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/CollectionOfUgroupMonitoredItemsBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/NotificationEventAdder.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/NotificationListPresenter.php +2 −2 Go to diff View file
M plugins/docman/include/Notifications/NotificationsForProjectMemberCleaner.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/NotifiedPeopleRetriever.php +4 −4 Go to diff View file
M plugins/docman/include/Notifications/UgroupMonitoredItem.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/UsersRetriever.php +1 −1 Go to diff View file
M plugins/docman/include/Permissions/PermissionItemUpdater.php +4 −4 Go to diff View file
M plugins/docman/include/PermissionsPerGroup/PermissionPerGroupDocmanServicePaneBuilder.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/AfterItemCreationVisitor.php +3 −3 Go to diff View file
M plugins/docman/include/REST/v1/CopyItem/BeforeCopyVisitor.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/CopyItem/DocmanItemCopier.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmbeddedFilesResource.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmptyDocumentsResource.php +5 −5 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFilesResource.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemCreator.php +11 −11 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemUpdator.php +3 −3 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemsRequest.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemsResource.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanLinksResource.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/DocmanWikiResource.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/DocumentBeforeModificationValidatorVisitor.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocumentBeforeVersionCreationValidatorVisitor.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/EmbeddedFiles/EmbeddedFileVersionCreator.php +7 −7 Go to diff View file
M plugins/docman/include/REST/v1/Files/DocmanFileVersionCreator.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Files/EmptyFileToUploadFinisher.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/ItemApprovalTableRepresentation.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentation.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationCollectionBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationVisitor.php +3 −3 Go to diff View file
M plugins/docman/include/REST/v1/Links/DocmanLinkVersionCreator.php +5 −5 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/CustomMetadataRepresentationRetriever.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/ItemMetadataRepresentation.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataEventProcessor.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataUpdator.php +5 −5 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/ProjectConfiguredMetadataRepresentation.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/MoveItem/BeforeMoveVisitor.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/MoveItem/DocmanItemMover.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Permissions/DocmanItemPermissionsForGroupsBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Permissions/DocmanItemPermissionsForGroupsSetFactory.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/Permissions/PermissionItemUpdaterFromRESTContext.php +3 −3 Go to diff View file
M plugins/docman/include/REST/v1/PostUpdateEventAdder.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Service/DocmanServiceRepresentation.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Service/DocmanServiceRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Wiki/DocmanWikiVersionCreator.php +5 −5 Go to diff View file
M plugins/docman/include/Reference/CrossReferenceDocmanOrganizer.php +2 −2 Go to diff View file
M plugins/docman/include/Reference/Reference.php +1 −1 Go to diff View file
M plugins/docman/include/SystemCheck.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentBeingUploadedInformationProvider.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentDataStore.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentMetadataCreator.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentOngoingUploadDAO.php +3 −3 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentToUploadCreator.php +2 −2 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentUploadFinisher.php +5 −5 Go to diff View file
M plugins/docman/include/Upload/Version/DocumentOnGoingVersionToUploadDAO.php +2 −2 Go to diff View file
M plugins/docman/include/Upload/Version/VersionBeingUploadedInformationProvider.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Version/VersionDataStore.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Version/VersionToUploadCreator.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Version/VersionUploadFinisher.php +4 −4 Go to diff View file
M plugins/docman/include/XML/Export/XMLExportVisitor.php +1 −1 Go to diff View file
M plugins/docman/include/XML/Import/ImportProperties.php +6 −6 Go to diff View file
M plugins/docman/include/XML/Import/ImportPropertiesExtractor.php +1 −1 Go to diff View file
M plugins/docman/include/XML/Import/ItemImporter.php +2 −2 Go to diff View file
M plugins/docman/include/XML/Import/NodeImporter.php +1 −1 Go to diff View file
M plugins/docman/include/XML/Import/PermissionsImporter.php +1 −1 Go to diff View file
M plugins/docman/include/XML/Import/PostFileImporter.php +1 −1 Go to diff View file
M plugins/docman/include/XML/Import/VersionImporter.php +3 −3 Go to diff View file
M plugins/docman/include/XML/XMLExporter.php +1 −1 Go to diff View file
M plugins/docman/include/XML/XMLImporter.php +1 −1 Go to diff View file
M plugins/docman/include/docmanPlugin.php +6 −6 Go to diff View file
M plugins/docman/include/view/DocmanViewURLBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_LockInfos.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Metadata.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Obsolete.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Permissions.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Display.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Docman.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Embedded.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Extra.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Icons.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionDelete.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionMove.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNotifications.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPaste.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_New.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_NewDocument.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_New_FolderSelection.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ParentsTree.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_PositionWithinFolder.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ProjectHeader.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Redirect.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/DocumentFooterPresenter.php +1 −1 Go to diff View file
M plugins/docman/include/view/DocumentFooterPresenterBuilder.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmbeddedTest.php +21 −21 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmptyTest.php +7 −7 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFilesTest.php +23 −23 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFoldersTest.php +17 −17 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanItemsTest.php +2 −2 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanLinksTest.php +11 −11 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanWikiTest.php +5 −5 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanDataBuildCommon.php +5 −5 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanHardcodedMetadataExecutionHelper.php +2 −2 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanLinkDataBuild.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanTestExecutionHelper.php +3 −3 Go to diff View file
M plugins/docman/tests/rest/Metadata/CustomMetadataTest.php +28 −28 Go to diff View file
M plugins/docman/tests/rest/Metadata/HardcodedMetadataTest.php +16 −16 Go to diff View file
M plugins/docman/tests/unit/BuildItemMappingVisitorTest.php +9 −9 Go to diff View file
M plugins/docman/tests/unit/Docman_MetadataListOfValuesElementTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Docman_SOAPActionsTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/ExternalLinks/ExternalLinkParametersExtractorTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/ItemFactoryTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/ItemType/DoesItemHasExpectedTypeVisitorTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Metadata/CustomMetadataRepresentationRetrieverTest.php +6 −6 Go to diff View file
M plugins/docman/tests/unit/Metadata/MetadataValueUpdatorTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Notifications/NotifiedPeopleRetrieverTest.php +12 −12 Go to diff View file
M plugins/docman/tests/unit/NotificationsManagerTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/REST/v1/CopyItem/BeforeCopyVisitorTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocmanItemCreatorTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocumentBeforeVersionCreationValidatorVisitorTest.php +14 −14 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationCollectionBuilderTest.php +12 −12 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationVisitorTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/REST/v1/MetadataRepresentationBuilderTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/REST/v1/MoveItem/BeforeMoveVisitorTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Permissions/DocmanItemPermissionsForGroupsSetFactoryTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Reference/CrossReferenceDocmanOrganizerTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/TokenTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentBeingUploadedInformationProviderTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentMetadataCreatorTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentToUploadCreatorTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentUploadFinisherTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Upload/Version/VersionBeingUploadedInformationProviderTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/Upload/Version/VersionToUploadCreatorTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/Upload/Version/VersionUploadFinisherTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/VersionFactoryTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/XML/Export/PermissionsExporterTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/XML/Export/XMLExportVisitorTest.php +6 −6 Go to diff View file
M plugins/docman/tests/unit/XML/Import/VersionImporterTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/bin/DocmanImport/TreesTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/view/DocumentFooterPresenterBuilderTest.php +3 −3 Go to diff View file
M plugins/document/include/Config/Admin/FilesDownloadLimitsAdminController.php +1 −1 Go to diff View file
M plugins/document/include/Config/Admin/FilesDownloadLimitsAdminPresenter.php +1 −1 Go to diff View file
M plugins/document/include/Config/Admin/HistoryEnforcementAdminController.php +1 −1 Go to diff View file
M plugins/document/include/Config/Admin/HistoryEnforcementPresenter.php +1 −1 Go to diff View file
M plugins/document/include/DownloadFolderAsZip/DocumentFolderZipStreamer.php +2 −2 Go to diff View file
M plugins/document/include/DownloadFolderAsZip/ZipStreamFolderFilesVisitor.php +1 −1 Go to diff View file
M plugins/document/include/PermissionDeniedDocumentMailSender.php +1 −1 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +1 −1 Go to diff View file
M plugins/document/include/Tree/DocumentTreePresenter.php +1 −1 Go to diff View file
M plugins/document/tests/unit/DownloadFolderAsZip/ZipStreamFolderFilesVisitorTest.php +3 −3 Go to diff View file
M plugins/document_generation/include/Report/DateCriterionValueJson.php +1 −1 Go to diff View file
M plugins/document_generation/include/document_generationPlugin.php +2 −2 Go to diff View file
M plugins/document_generation/tests/unit/Report/ReportCriteriaJsonBuilderTest.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/include/Credential/CredentialDAO.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/include/User/DynamicUserCreator.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/tests/rest/DynamicCredentialsTest.php +6 −6 Go to diff View file
M plugins/embed/include/embedPlugin.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/CurrentListBreadcrumbCollectionBuilder.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/ListInfoFromVariables.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/ListInfoFromVariablesProvider.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/OneThread/AttachmentPresenter.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/OneThread/MessageInfo.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/OneThread/MessageInfoToMessagePresenterConvertor.php +2 −2 Go to diff View file
M plugins/forumml/include/ForumML/OneThread/MessagePresenter.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/OneThread/OneThreadController.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/OneThread/OneThreadPresenterBuilder.php +5 −5 Go to diff View file
M plugins/forumml/include/ForumML/Threads/ThreadInfoPresenter.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/Threads/ThreadsController.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/Threads/ThreadsPresenter.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML/Threads/ThreadsPresenterBuilder.php +3 −3 Go to diff View file
M plugins/forumml/include/ForumML/ThreadsDao.php +1 −1 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +1 −1 Go to diff View file
M plugins/forumml/tests/unit/ForumML/OneThread/MessageInfoToMessagePresenterConvertorTest.php +3 −3 Go to diff View file
M plugins/forumml/tests/unit/Incoming/IncomingMailParsingTest.php +12 −12 Go to diff View file
M plugins/frs/include/FRS/REST/v1/FileCreator.php +2 −2 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageRepresentation.php +2 −2 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageResource.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +4 −4 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseResource.php +2 −2 Go to diff View file
M plugins/frs/include/FRS/ReleaseNotesController.php +2 −2 Go to diff View file
M plugins/frs/include/FRS/ReleasePresenter.php +2 −2 Go to diff View file
M plugins/frs/include/FRS/Upload/EmptyFileToUploadFinisher.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/Upload/FileOngoingUploadDao.php +4 −4 Go to diff View file
M plugins/frs/include/FRS/Upload/FileToUploadCreator.php +4 −4 Go to diff View file
M plugins/frs/include/FRS/Upload/Tus/FileBeingUploadedInformationProvider.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/Upload/Tus/FileDataStore.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/Upload/Tus/FileUploadCanceler.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/Upload/Tus/FileUploadFinisher.php +1 −1 Go to diff View file
M plugins/frs/tests/rest/FRS/FileTest.php +4 −4 Go to diff View file
M plugins/frs/tests/rest/FRS/PackagesTest.php +2 −2 Go to diff View file
M plugins/frs/tests/rest/FRS/ReleaseTest.php +1 −1 Go to diff View file
M plugins/frs/tests/unit/FRS/Upload/FileToUploadCreatorTest.php +4 −4 Go to diff View file
M plugins/frs/tests/unit/FRS/Upload/Tus/FileBeingUploadedInformationProviderTest.php +1 −1 Go to diff View file
M plugins/frs/tests/unit/FRS/Upload/Tus/FileUploadFinisherTest.php +2 −2 Go to diff View file
M plugins/git/include/AccessRightsPresenterOptionsBuilder.php +6 −6 Go to diff View file
M plugins/git/include/CIBuilds/BuildStatusChangePermissionManager.php +1 −1 Go to diff View file
M plugins/git/include/CIBuilds/CIBuildsPanePresenter.php +2 −2 Go to diff View file
M plugins/git/include/CIBuilds/CIBuildsPanePresenterBuilder.php +1 −1 Go to diff View file
M plugins/git/include/CommitStatus/CommitStatusCreator.php +1 −1 Go to diff View file
M plugins/git/include/CommitStatus/CommitStatusDAO.php +1 −1 Go to diff View file
M plugins/git/include/CommonMarkExtension/LinkToGitFileProcessor.php +1 −1 Go to diff View file
M plugins/git/include/DiskUsage/Collector.php +1 −1 Go to diff View file
M plugins/git/include/Git.class.php +5 −5 Go to diff View file
M plugins/git/include/Git/AdminAllowedProjectsGerritPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminAllowedProjectsPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfig.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfigPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/BigObjectAuthorization/BigObjectAuthorizationManager.php +1 −1 Go to diff View file
M plugins/git/include/Git/BreadCrumbDropdown/GitCrumbBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/BreadCrumbDropdown/RepositoryCrumbBuilder.php +3 −3 Go to diff View file
M plugins/git/include/Git/BreadCrumbDropdown/RepositorySettingsCrumbBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/Ci.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/CreateRepositoryController.php +1 −1 Go to diff View file
M plugins/git/include/Git/DefaultSettings/IndexController.php +1 −1 Go to diff View file
M plugins/git/include/Git/DefaultSettings/Pane/AccessControl.php +3 −3 Go to diff View file
M plugins/git/include/Git/DefaultSettings/Pane/AccessControlPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/DefaultSettings/Pane/Mirroring.php +1 −1 Go to diff View file
M plugins/git/include/Git/DefaultSettings/Pane/MirroringPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/GerritUnsupportedVersionDriver.php +4 −4 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/AddBinding.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/User.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php +13 −13 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UmbrellaProjectManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UserAccountManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/GerritDriver.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/Driver/GerritDriverFactory.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/GerritHTTPClientFactory.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/GerritREST.class.php +13 −13 Go to diff View file
M plugins/git/include/Git/GeneralSettingsController.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitRepositoryBrowserController.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/Gitolite/Gitolite3LogParser.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/GitoliteConfWriter.php +4 −4 Go to diff View file
M plugins/git/include/Git/Gitolite/ProjectSerializer.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/RegenerateConfigurationCommand.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/AuthorizedKeysFileCreator.php +2 −2 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/DumperFactory.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/Gitolite3Dumper.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/ManagementDetector.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEvents.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/CleanUpGitoliteAdminRepo.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/EnableGitGc.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGc.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingRunner.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/HTTP/HTTPAccessControl.php +1 −1 Go to diff View file
M plugins/git/include/Git/HTTP/HTTPController.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/ParseLog.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/PostReceive.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/PostReceiveExecuteEvent.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/PostReceiveMailSender.php +2 −2 Go to diff View file
M plugins/git/include/Git/Hook/PostReceiveMailsRetriever.php +1 −1 Go to diff View file
M plugins/git/include/Git/LatestHeartbeatsCollector.php +1 −1 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php +7 −7 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorResourceRestrictor.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Notifications/NotificationsForProjectMemberCleaner.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionFactory.php +10 −10 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php +7 −7 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermissionReplicator.php +4 −4 Go to diff View file
M plugins/git/include/Git/Permissions/HistoryValueFormatter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/PatternValidator.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/PermissionChangesDetector.php +8 −8 Go to diff View file
M plugins/git/include/Git/Permissions/RegexpFineGrainedDisabler.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/RegexpFineGrainedEnabler.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/RegexpFineGrainedRetriever.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/RegexpPermissionFilter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/TemplateFineGrainedPermissionReplicator.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/TemplatePermissionsUpdater.php +2 −2 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/AdminUrlBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/CollectionOfUGroupRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/FineGrainedPermissionRepresentation.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/GitJSONPermissionsRetriever.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/GitPanePresenter.php +2 −2 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/GitPaneSectionCollector.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/PermissionPerGroupController.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/PermissionPerGroupGitSectionBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/RepositoriesPermissionRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/RepositoryFineGrainedRepresentation.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/RepositoryFineGrainedRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/RepositoryPermissionSimpleRepresentation.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/RepositorySimpleRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/git/include/Git/Reference/CommitDetails.php +1 −1 Go to diff View file
M plugins/git/include/Git/Reference/CommitDetailsCacheDao.php +1 −1 Go to diff View file
M plugins/git/include/Git/Reference/CommitDetailsCrossReferenceInformation.php +1 −1 Go to diff View file
M plugins/git/include/Git/Reference/CommitDetailsCrossReferenceInformationBuilder.php +2 −2 Go to diff View file
M plugins/git/include/Git/Reference/CrossReferenceGitEnhancer.php +5 −5 Go to diff View file
M plugins/git/include/Git/Reference/CrossReferenceGitOrganizer.php +1 −1 Go to diff View file
M plugins/git/include/Git/Reference/OrganizeableGitCrossReferencesAndTheContributors.php +1 −1 Go to diff View file
M plugins/git/include/Git/Reference/OrganizeableGitCrossReferencesAndTheContributorsCollector.php +2 −2 Go to diff View file
M plugins/git/include/Git/ReferenceManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/Dao.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/MigrationHandler.php +3 −3 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationHTTPUserAuthenticator.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/Restrictor.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritCanMigrateChecker.php +2 −2 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServer.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/DescriptionUpdater.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php +3 −3 Go to diff View file
M plugins/git/include/Git/Repository/RepositoriesWithObjectsOverTheLimitCommand.php +3 −3 Go to diff View file
M plugins/git/include/Git/Repository/RepositoryCreator.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/RepositoryFromRequestRetriever.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/Settings/CITokenController.php +3 −3 Go to diff View file
M plugins/git/include/Git/Repository/Settings/WebhookController.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/Settings/WebhookRouter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/ClonePresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/FilesHeaderPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/GerritStatusPresenter.php +2 −2 Go to diff View file
M plugins/git/include/Git/Repository/View/RepositoryHeaderPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/RepositoryHeaderPresenterBuilder.php +2 −2 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListController.php +1 −1 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php +3 −3 Go to diff View file
M plugins/git/include/Git/RepositoryList/ListPresenterBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/SystemCheck.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/SystemEventManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/URL.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/UserAccountManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Webhook/GenericWebhookPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookRequestSender.php +1 −1 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookSettingsPresenter.php +1 −1 Go to diff View file
M plugins/git/include/GitActions.class.php +7 −7 Go to diff View file
M plugins/git/include/GitBundle.php +2 −2 Go to diff View file
M plugins/git/include/GitDao.class.php +5 −5 Go to diff View file
M plugins/git/include/GitForkPermissionsManager.class.php +1 −1 Go to diff View file
M plugins/git/include/GitLog.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/Commit/CommitPresenter.php +3 −3 Go to diff View file
M plugins/git/include/GitPHP/Shortlog/ShortlogCommitPresenter.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/Util.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/git/TreeDiff.php +1 −1 Go to diff View file
M plugins/git/include/GitPermissionsManager.class.php +3 −3 Go to diff View file
M plugins/git/include/GitPresenters/AccessControlPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php +3 −3 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPresenters/RepositoryPaneNotificationPresenter.php +2 −2 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +1 −1 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +3 −3 Go to diff View file
M plugins/git/include/GitRepositoryUrlManager.class.php +3 −3 Go to diff View file
M plugins/git/include/GitRepositoryWithPermissions.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews.class.php +2 −2 Go to diff View file
M plugins/git/include/GitViews/GitPhpViewer.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/GitViewHeader.php +4 −4 Go to diff View file
M plugins/git/include/GitViews/Header/HeaderRenderer.php +5 −5 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Mirroring.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +1 −1 Go to diff View file
M plugins/git/include/GitXMLExporter.php +3 −3 Go to diff View file
M plugins/git/include/GitXmlImporter.class.php +6 −6 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +1 −1 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +2 −2 Go to diff View file
M plugins/git/include/Git_Widget_UserPushes.class.php +1 −1 Go to diff View file
M plugins/git/include/REST/v1/GitCommitRepresentation.php +2 −2 Go to diff View file
M plugins/git/include/REST/v1/GitCommitRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/git/include/REST/v1/GitProjectResource.php +2 −2 Go to diff View file
M plugins/git/include/REST/v1/GitRepositoryPermissionRepresentation.class.php +3 −3 Go to diff View file
M plugins/git/include/REST/v1/GitRepositoryRepresentation.class.php +2 −2 Go to diff View file
M plugins/git/include/REST/v1/RepositoryRepresentationBuilder.class.php +1 −1 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +4 −4 Go to diff View file
M plugins/git/include/SystemEvents/ProjectIsSuspended.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DELETE_MIRROR.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_MIRRORED_REPOSITORIES.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_SSH_KEYS.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYS.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_DELETE.class.php +2 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLY.class.php +2 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_PROJECTS_UPDATE.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_DELETE.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_RESTORE.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_UPDATE.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_UPDATE_MIRROR.php +1 −1 Go to diff View file
M plugins/git/include/XmlUgroupRetriever.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.php +20 −20 Go to diff View file
M plugins/git/tests/integration/Gitolite/SSHKeyDumperTest.php +9 −9 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +26 −26 Go to diff View file
M plugins/git/tests/unit/Account/AccountTabsBuilderTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/CommitStatus/CommitStatusRetrieverTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/GerritRESTTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerMirrorsTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/GerritServerTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGcTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/GitoliteHousekeeping/GitoliteHousekeepingRunnerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Hook/CrossReferencesExtractorTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Hook/PostReceiveMailsRetrieverTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/LatestHeartbeatsCollectorTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Mirror/ManifestFileGeneratorTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/DefaultFineGrainedPermissionFactoryTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/FineGrainedPermissionFactoryTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForProjectTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForRepositoryTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/RegexpPermissionFilterTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/REST/v1/GitTreeRepresentationFactoryTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Reference/CommitDetailsRetrieverTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Reference/CrossReferenceGitEnhancerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Repository/LargestObjectSizeGitRepositoryTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Repository/RepositoriesWithObjectsOverTheLimitCommandTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsForkTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitForkCrossProjectTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/GitGerritRouteTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitPHP/CommitTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitPHP/PackTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitPluginPostSystemEvents.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetAllGerritRepositoriesFromProjectTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetGerritRepositoriesWithPermissionsForUGroupTest.php +10 −10 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerCreateTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerForkTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitRoutingTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitXMLExporterTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/Git_Backend_GitoliteTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Gitolite/Git_Gitolite_ConfigPermissionsSerializerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION_BaseTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_DELETETest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/XmlUgroupRetrieverTest.php +2 −2 Go to diff View file
M plugins/gitlab/include/API/ClientWrapper.php +1 −1 Go to diff View file
M plugins/gitlab/include/API/GitlabHTTPClientFactory.php +1 −1 Go to diff View file
M plugins/gitlab/include/API/GitlabProject.php +1 −1 Go to diff View file
M plugins/gitlab/include/API/Tag/GitlabTagRetriever.php +1 −1 Go to diff View file
M plugins/gitlab/include/Artifact/Action/CreateBranchButtonFetcher.php +4 −4 Go to diff View file
M plugins/gitlab/include/Artifact/Action/CreateBranchPrefixDao.php +1 −1 Go to diff View file
M plugins/gitlab/include/Artifact/Action/CreateBranchPrefixUpdater.php +1 −1 Go to diff View file
M plugins/gitlab/include/EventsHandlers/ReferenceAdministrationWarningsCollectorEventHandler.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/ResourcesInjector.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/BotApiTokenUpdater.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/ConcealedBotApiTokenPatchRepresentation.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabBranchCreator.php +2 −2 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabBranchInformationRetriever.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabBranchPOSTRepresentation.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabProjectResource.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabRepositoryRepresentation.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabRepositoryRepresentationFactory.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php +1 −1 Go to diff View file
M plugins/gitlab/include/REST/v1/WebhookSecretGenerator.php +2 −2 Go to diff View file
M plugins/gitlab/include/Reference/Branch/GitlabBranch.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Branch/GitlabBranchCrossReferenceEnhancer.php +3 −3 Go to diff View file
M plugins/gitlab/include/Reference/Branch/GitlabBranchFactory.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Branch/GitlabBranchReference.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Commit/GitlabCommit.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Commit/GitlabCommitCrossReferenceEnhancer.php +3 −3 Go to diff View file
M plugins/gitlab/include/Reference/Commit/GitlabCommitFactory.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Commit/GitlabCommitReference.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/GitlabCrossReferenceOrganizer.php +7 −7 Go to diff View file
M plugins/gitlab/include/Reference/GitlabReferenceBuilder.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/MergeRequest/GitlabMergeRequest.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/MergeRequest/GitlabMergeRequestReference.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/MergeRequest/GitlabMergeRequestReferenceRetriever.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Tag/GitlabTag.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Tag/GitlabTagFactory.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/Tag/GitlabTagReference.php +1 −1 Go to diff View file
M plugins/gitlab/include/Reference/TuleapReferenceRetriever.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryCreator.php +3 −3 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryDeletor.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryIntegration.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryIntegrationDao.php +5 −5 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryIntegrationFactory.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryIntegrationUpdator.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryWebhookController.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/IntegrationWebhookController.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Token/IntegrationApiTokenDao.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/Bot/CommentSender.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/Bot/InvalidCredentialsNotifier.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreator.php +4 −4 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/MergeRequestTuleapReferenceDao.php +5 −5 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestBotCommenter.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookActionProcessor.php +6 −6 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookAuthorDataRetriever.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookData.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookDataBuilder.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PreviouslySavedReferencesRetriever.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/TuleapReferencesFromMergeRequestDataExtractor.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/Branch/BranchInfoDao.php +3 −3 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/Branch/PostPushWebhookActionBranchHandler.php +6 −6 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/Commits/CommitTuleapReferenceDao.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushCommitArtifactUpdater.php +4 −4 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushCommitBotCommenter.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushCommitWebhookData.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushTuleapArtifactCommentBuilder.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookActionProcessor.php +4 −4 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookCloseArtifactHandler.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookData.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookDataBuilder.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/Secret/SecretChecker.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/TagPush/TagInfoDao.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookActionProcessor.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookCreateAction.php +3 −3 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookData.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookDeleteAction.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookActions.php +3 −3 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookCreator.php +5 −5 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookDataExtractor.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookDeletor.php +2 −2 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookTuleapReferencesParser.php +1 −1 Go to diff View file
M plugins/gitlab/tests/rest/Gitlab/RepositoryTest.php +3 −3 Go to diff View file
M plugins/gitlab/tests/unit/API/GitlabProjectBuilderTest.php +7 −7 Go to diff View file
M plugins/gitlab/tests/unit/API/GitlabTagTest.php +7 −7 Go to diff View file
M plugins/gitlab/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +6 −6 Go to diff View file
M plugins/gitlab/tests/unit/Repository/GitlabRepositoryIntegrationFactoryTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreatorTest.php +5 −5 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestBotCommenterTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookActionProcessorTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookDataBuilderTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/Branch/PostPushWebhookActionBranchHandlerTest.php +6 −6 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitArtifactUpdaterTest.php +18 −18 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitBotCommenterTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitWebhookDataExtractorTest.php +31 −31 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookActionProcessorTest.php +4 −4 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushWebhookDataBuilderTest.php +7 −7 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookDataBuilderTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookActionsTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookTuleapReferencesParserTest.php +5 −5 Go to diff View file
M plugins/gitlfs/include/Authorization/Action/ActionAuthorizationDAO.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRemover.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRequest.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Authorization/Action/ActionAuthorizationVerifier.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Authorization/User/UserTokenCreator.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Authorization/User/UserTokenVerifier.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Batch/LFSBatchController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Request/BatchRequest.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionContent.php +3 −3 Go to diff View file
M plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionsForUploadOperation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithActions.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithNotFoundError.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithoutAction.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponse.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php +5 −5 Go to diff View file
M plugins/gitlfs/include/Download/FileDownloaderController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/HTTP/LSFAPIHTTPAuthorization.php +1 −1 Go to diff View file
M plugins/gitlfs/include/HTTP/UserRetriever.php +3 −3 Go to diff View file
M plugins/gitlfs/include/LFSObject/LFSObjectDAO.php +2 −2 Go to diff View file
M plugins/gitlfs/include/LFSObject/LFSObjectRemover.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Controller/LFSLockCreateController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Controller/LFSLockDeleteController.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Lock/Controller/LFSLockListController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Controller/LFSLockVerifyController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Lock.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/LockCreator.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/LockDao.php +4 −4 Go to diff View file
M plugins/gitlfs/include/Lock/LockDestructor.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Lock/LockRetriever.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Lock/Request/LockCreateRequest.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Request/LockDeleteRequest.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Request/LockListRequest.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseConflictErrorRepresentation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseErrorRepresentation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseLockRepresentation.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseSuccessfulCreationRepresentation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseSuccessfulDestructionRepresentation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseSuccessfulListRepresentation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseSuccessfulVerifyRepresentation.php +1 −1 Go to diff View file
M plugins/gitlfs/include/SSHAuthenticate/SSHAuthenticate.php +1 −1 Go to diff View file
M plugins/gitlfs/include/SSHAuthenticate/SSHAuthenticateResponseBuilder.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Statistics/Collector.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferDownloadController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectSaver.php +3 −3 Go to diff View file
M plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferUploadController.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Transfer/BytesAmountHandledLFSObjectInstrumentationFilter.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Transfer/LFSActionUserAccessHTTPRequestChecker.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Transfer/LFSTransferVerifier.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Transfer/LFSTransferVerifyController.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationRemoverTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationVerifierTest.php +5 −5 Go to diff View file
M plugins/gitlfs/tests/unit/LFSJSONHTTPDispatchableTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/LFSObject/LFSObjectRemoverTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/LFSObject/LFSObjectRetrieverTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/SSHAuthenticate/SSHAuthenticateResponseBuilderTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Transfer/Basic/LFSBasicTransferObjectSaverTest.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/Async/ChartDataController.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphActionsPresenter.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +3 −3 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/data-access/GraphOnTrackersV5_Chart.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_InSessionChartSorter.class.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/CumulativeFlowColumnBuilder.php +5 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/BarChartDataBuilder.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_CumulativeFlow.class.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/tests/Tuleap/GraphOnTrackersV5/DataTransformation/GraphOnTrackersV5ChartBarDataBuilderTest.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/tests/Tuleap/GraphOnTrackersV5/GraphicLibrary/BarChartDataBuilderTest.php +10 −10 Go to diff View file
M plugins/graphontrackersv5/tests/unit/CumulativeFlowChartTest.php +45 −45 Go to diff View file
M plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_BurndownDataTest.php +22 −22 Go to diff View file
M plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_InSessionChartSorterTest.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/tests/unit/data-transformation/CumulativeFlowColumnBuilderTest.php +16 −16 Go to diff View file
M plugins/hudson/include/HudsonBuild.class.php +1 −1 Go to diff View file
M plugins/hudson/include/HudsonJobWidget.class.php +1 −1 Go to diff View file
M plugins/hudson/include/HudsonTestResult.class.php +1 −1 Go to diff View file
M plugins/hudson/include/PluginHudsonJobDao.class.php +2 −2 Go to diff View file
M plugins/hudson/include/Reference/HudsonCrossReferenceOrganizer.php +1 −1 Go to diff View file
M plugins/hudson/include/TestResultsPieChart/TestResultsPieChartDisplayer.php +1 −1 Go to diff View file
M plugins/hudson/include/TestResultsPieChart/TestResultsPieChartPresenter.php +5 −5 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +1 −1 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +2 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestResults.class.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/AddController.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/AdministrationController.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/AdministrationPresenter.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/AjaxController.php +4 −4 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/DeleteController.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServer.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServerDao.php +3 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServerDeleter.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServerFactory.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServerLogsPresenter.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitWebhooksSettingsEnhancer.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookController.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php +5 −5 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/JenkinsClient.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/JenkinsTuleapBranchSourcePluginHook/JenkinsTuleapPluginHookPayload.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/ModalsPresenter.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Log/LogCreator.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Log/LogFactory.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/REST/v1/GitJenkinsServersResource.php +2 −2 Go to diff View file
M plugins/hudson_git/tests/unit/HudsonGit/Hook/HookTriggerControllerTest.php +12 −12 Go to diff View file
M plugins/hudson_git/tests/unit/HudsonGit/Hook/JenkinsClientTest.php +2 −2 Go to diff View file
M plugins/hudson_git/tests/unit/HudsonGit/Hook/JenkinsTuleapBranchSourcePluginHook/JenkinsTuleapPluginHookPayloadTest.php +1 −1 Go to diff View file
M plugins/hudson_svn/include/BuildParams.php +1 −1 Go to diff View file
M plugins/hudson_svn/include/ContinuousIntegrationCollector.php +3 −3 Go to diff View file
M plugins/hudson_svn/tests/unit/Job/LauncherTest.php +1 −1 Go to diff View file
M plugins/jira_import/include/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPI.php +1 −1 Go to diff View file
M plugins/jira_import/include/JiraAgile/JiraAgileImporter.php +5 −5 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +5 −5 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJiraCommand.php +1 −1 Go to diff View file
M plugins/jira_import/include/Project/Dashboard/RoadmapDashboardCreator.php +1 −1 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPITest.php +5 −5 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/Board/JiraBoardConfigurationTest.php +5 −5 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +3 −3 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraSprintIssuesRetrieverFromAPITest.php +4 −4 Go to diff View file
M plugins/jira_import/tests/unit/Project/ArtifactLinkType/ArtifactLinkTypeImporterTest.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/Dao.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabeledItems.php +3 −3 Go to diff View file
M plugins/label/tests/unit/ProjectLabelRequestDataValidatorTest.php +6 −6 Go to diff View file
M plugins/ldap/include/BindMembersConfirmController.php +2 −2 Go to diff View file
M plugins/ldap/include/BindUgroupConfirmController.php +2 −2 Go to diff View file
M plugins/ldap/include/GroupAutocompleteController.php +3 −3 Go to diff View file
M plugins/ldap/include/GroupSyncAdminEmailNotificationsManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/GroupSyncEmailPresenter.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP/Project/UGroup/Binding/AdditionalModalPresenterBuilder.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_GroupManager.class.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_UserWrite.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LinkModalContentPresenter.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeDisplayController.php +1 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +4 −4 Go to diff View file
M plugins/ldap/include/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGIN.class.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/GroupAutocompleteControllerTest.php +5 −5 Go to diff View file
M plugins/ldap/tests/unit/LDAPDirectorySynchronizationTest.php +4 −4 Go to diff View file
M plugins/ldap/tests/unit/LDAPGroupManagerTest.php +4 −4 Go to diff View file
M plugins/ldap/tests/unit/UserGroupManagerTest.php +7 −7 Go to diff View file
M plugins/ldap/tests/unit/UserManagerAuthenticateTest.php +6 −6 Go to diff View file
M plugins/mediawiki/extensions/TuleapArtLinks/TuleapArtLinks.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediaWikiXMLImporter.class.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminController.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminLanguagePanePresenter.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminPermissionsPanePresenter.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiGroupPresenter.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiLanguageManager.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiMaintenanceWrapper.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php +3 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiVersionManager.php +1 −1 Go to diff View file
M plugins/mediawiki/include/PermissionsPerGroup/PermissionPerGroupPaneBuilder.php +8 −8 Go to diff View file
M plugins/mediawiki/include/XMLMediaWikiExporter.php +2 −2 Go to diff View file
M plugins/mediawiki/include/events/SytemEvent_MEDIAWIKI_SWITCH_TO_123.class.php +1 −1 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +4 −4 Go to diff View file
M plugins/mediawiki/tests/unit/CleanUnusedTest.php +10 −10 Go to diff View file
M plugins/mediawiki/tests/unit/MediawikiUserGroupsMapperTest.php +43 −43 Go to diff View file
M plugins/mediawiki/tests/unit/XMLMediaWikiExporterTest.php +5 −5 Go to diff View file
M plugins/mediawiki/www/DatabaseForgeMysql.php +1 −1 Go to diff View file
M plugins/mediawiki/www/DatabaseForgePgsql.php +1 −1 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +4 −4 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +3 −3 Go to diff View file
M plugins/mfa/include/Enrollment/TOTP/TOTPEnroller.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenCreator.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenDAO.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenRevoker.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenVerifier.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/Administration/AddAppController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Administration/AdminOAuth2AppsPresenter.php +3 −3 Go to diff View file
M plugins/oauth2_server/include/Administration/AdminOAuth2AppsPresenterBuilder.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Administration/DeleteAppController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Administration/EditAppController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Administration/NewClientSecretController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Administration/ProjectAdmin/ListAppsController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Administration/SiteAdmin/SiteAdminListAppsController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/App/AppDao.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/App/ClientSecretUpdater.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/App/LastGeneratedClientSecretStore.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/App/NewOAuth2App.php +4 −4 Go to diff View file
M plugins/oauth2_server/include/App/OAuth2App.php +3 −3 Go to diff View file
M plugins/oauth2_server/include/App/OAuth2AppRemover.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationCodeResponseFactory.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointProcessConsentController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormData.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormPresenter.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormRenderer.php +3 −3 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/RedirectURIBuilder.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/Grant/AccessTokenGrantController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AccessTokenGrantRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeCreator.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAO.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifier.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCode.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/OAuth2AccessTokenSuccessfulRequestRepresentation.php +3 −3 Go to diff View file
M plugins/oauth2_server/include/Grant/OAuth2ClientAuthenticationMiddleware.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshToken.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/TokenRevocationController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/OpenIDConnect/Discovery/DiscoveryController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreator.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/OpenIDConnect/IDToken/OpenIDConnectSigningKeyFactory.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/OpenIDConnect/JWK/JWKSDocumentEndpointController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenCreator.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenRevoker.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenVerifier.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/Account/AccountAppPresenter.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/Account/AccountAppsController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/Account/AppRevocationController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/Account/AppsPresenter.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/Account/AppsPresenterBuilder.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizationComparator.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizationCreator.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizationRevoker.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizedScopeFactory.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/UserInfoController.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2AuthorizationCallbackController.php +3 −3 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2InitFlowController.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2TestFlowConfiguration.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2TestFlowHTTPClientWithClientCredentialFactory.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/integration/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenVerifierTest.php +4 −4 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/AdminOAuth2AppsPresenterBuilderTest.php +7 −7 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/DeleteAppControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/EditAppControllerTest.php +3 −3 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/NewClientSecretControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/App/AppFactoryTest.php +11 −11 Go to diff View file
M plugins/oauth2_server/tests/unit/App/NewOAuth2AppTest.php +3 −3 Go to diff View file
M plugins/oauth2_server/tests/unit/App/OAuth2AppTest.php +4 −4 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php +13 −13 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointProcessConsentControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationFormRendererTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/PKCE/PKCEInformationExtractorTest.php +3 −3 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/RedirectURIBuilderTest.php +7 −7 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifierTest.php +5 −5 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php +4 −4 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/PKCE/PKCECodeVerifierTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/OAuth2ClientAuthenticationMiddlewareTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/TokenRevocationControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/OpenIDConnect/Discovery/ConfigurationResponseRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php +5 −5 Go to diff View file
M plugins/oauth2_server/tests/unit/Scope/OAuth2ScopeRetrieverTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/User/AuthorizationComparatorTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/User/AuthorizedScopeFactoryTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/User/UserInfoControllerTest.php +6 −6 Go to diff View file
M plugins/oauth2_server/tests/unit/User/UserInfoResponseRepresentationTest.php +6 −6 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php +3 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Presenter.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/AzureProviderPresenter.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ColorPresenterFactory.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/GenericProviderPresenter.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Presenter.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Flow.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/IDTokenVerifier.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequestCreator.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/RedirectToProviderForAuthorizationController.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/LoginController.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AcceptableTenantForAuthenticationConfiguration.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADProvider.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADProviderDao.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADProviderManager.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADTenantSetup.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/GenericProvider/GenericProvider.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/GenericProvider/GenericProviderDao.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/GenericProvider/GenericProviderManager.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderManager.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Router.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersController.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersPresenter.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/UnlinkController.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingManager.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingUsage.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Authentication/IDTokenVerifierTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/LoginUniqueAuthenticationUrlGeneratorTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/Registration/UsernameGeneratorTest.php +6 −6 Go to diff View file
M plugins/openidconnectclient/tests/unit/Provider/AzureADProvider/AzureADTenantSetupTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Provider/ProviderManagerTest.php +2 −2 Go to diff View file
M plugins/pluginsadministration/include/ManageAllowedProjectsPresenter.class.php +1 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginPropertiesPresenter.php +1 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +3 −3 Go to diff View file
M plugins/pluginsadministration/tests/unit/PluginDisablerVerifierTest.php +1 −1 Go to diff View file
M plugins/proftpd/include/PermissionsPerGroup/ProftpdPermissionsPerGroupPresenterBuilder.php +7 −7 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLBuilder.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/AdminController.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Presenter/AdminPresenter.class.php +3 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/Presenter/ExplorerPresenter.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/SystemEventManager.class.php +3 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/Entry.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/FileImporter.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Events/ArtifactCreatedProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Events/ArtifactUpdatedProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Events/IterationUpdateEventProxy.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Events/ProgramIncrementCreationEventProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Events/ProgramIncrementUpdateEventProxy.php +4 −4 Go to diff View file
M plugins/program_management/include/Adapter/Events/ServiceDisabledCollectorProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/JSON/PendingIterationUpdateRepresentation.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/JSON/PendingProgramIncrementUpdateRepresentation.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/CanPrioritizeItems/ProjectUGroupCanPrioritizeItemsPresentersBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/Configuration/ConfigurationErrorPresenterBuilder.php +5 −5 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/PlannableTrackersConfiguration/PotentialPlannableTrackersConfigurationPresentersBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/ProgramAdminPresenter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/ProgramBacklogConfigurationPresenter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/ProgramBacklogPresenter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/TimeboxTrackerConfiguration/PotentialTimeboxTrackerConfigurationPresenterCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ArtifactCreatorAdapter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateDispatcher.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationsCreator.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/LastChangesetRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationDispatcher.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateDispatcher.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapper.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/RequiredFieldVerifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/SemanticsVerifier.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/StatusIsAlignedVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/WorkflowVerifier.php +5 −5 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/Iteration/IterationsLinkedToProgramIncrementDAO.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/SubmissionDateRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValueFormatter.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ChangesetValuesFormatter.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/DateValueRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/DescriptionValueFormatter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/FieldValuesGatherer.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/FieldValuesGathererRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/FieldPermissionsVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGatherer.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzer.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/UserCanLinkToProgramIncrementVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/Timebox/TimeframeValueRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php +5 −5 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostAction.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactory.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/DisplayPlanIterationsPresenter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/BackgroundColorRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlanner.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/IterationTracker/VisibleIterationTrackerRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanDao.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/PlanningAdapter.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/ProgramIncrementTracker/VisibleProgramIncrementTrackerRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/TeamPlanningProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/ProjectAdmin/PermissionPerGroupSectionBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Team/TeamAdapter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Team/VisibleTeamSearcher.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/ProgramFlagsBuilder.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/ProgramsSearcher.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/ProjectProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/TeamsSearcher.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/Tracker/Fields/FormElementFactoryAdapter.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/Tracker/Fields/RetrieveFullArtifactLinkField.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/Tracker/TrackerOfArtifactRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/Tracker/TrackerReferenceProxy.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/XML/ProgramManagementConfigXMLImporter.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/XML/ProgramManagementXMLConfig.php +2 −2 Go to diff View file
M plugins/program_management/include/DisplayPlanIterationsController.php +1 −1 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Events/PendingIterationCreation.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Configuration/ConfigurationErrorsCollector.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Configuration/RequiredErrorPresenter.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Configuration/TrackerErrorPresenter.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeamsCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/PotentialTrackerCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/ProgramForAdministrationIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/ProgramUserGroupCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/CreateIterations.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/CreateProgramIncrements.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/DomainChangeset.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreation.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreationProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxChangeset.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxChangesetValues.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxFirstChangeset.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationEventHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateEventHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ConfigurationErrorsGatherer.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/IterationCreatorChecker.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/TimeboxCreatorChecker.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/VerifyRequiredFieldsLimitedToSynchronizedFields.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/VerifySemanticsAreConfigured.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/VerifyStatusIsAligned.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/VerifySynchronizedFieldsAreNotUsedInWorkflow.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/FeatureIdentifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/FieldData.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Links/UserStory.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Links/UserStoryRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/PlannableFeatureIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/ProgramIncrementChanged.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/VerifyFeatureIsVisible.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/VerifyFeatureIsVisibleByProgram.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Iteration/Iteration.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Iteration/IterationIdentifier.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Iteration/IterationUpdate.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Iteration/JustLinkedIterationCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Iteration/VerifyIterationHasBeenLinkedBefore.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/IterationTracker/IterationLabels.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/IterationTracker/IterationTrackerIdentifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/IterationTracker/RetrieveVisibleIterationTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentChange.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAddition.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/FeaturePlanner.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemoval.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PlannedIterations.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrement.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementCreation.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementIdentifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementInfo.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementUpdate.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/RetrieveChangesetSubmissionDate.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/DescriptionValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/DurationValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/EndDateValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/MappedStatusValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceTimeboxChangesetValues.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/StartDateValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/StatusValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TitleValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollection.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollectionBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldReferences.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/VerifyFieldPermissions.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollection.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/UserCanPlanInProgramIncrementVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/VerifyUserCanLinkToProgramIncrement.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementLabels.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerConfiguration.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerIdentifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/RetrieveVisibleProgramIncrementTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Source/SourceTrackerCollection.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/TopBacklog/TopBacklogChange.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/TopBacklog/TopBacklogChangeProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/TrackerCollection.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/UserStory/MirroredIterationIdentifierCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/UserStory/UserStoryIdentifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/IterationTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/Plan.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanChange.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramIncrementTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramPlannableTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramPlannableTrackerCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramUserGroup.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/VerifyPrioritizeFeaturesPermission.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramIdentifier.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Redirections/BuildRedirectFormActionHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Redirections/RedirectToIterationsProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Redirections/RedirectToProgramManagementProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Service/ProjectServiceBeforeActivationHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Service/ServiceDisabledCollectorHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/TeamCreator.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/ArtifactLinkChangeset.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredIterationIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredIterationTrackerIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredProgramIncrementIdentifier.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredProgramIncrementTrackerIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredProgramIncrementTrackerIdentifierCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/RetrieveMirroredIterationTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/RetrieveMirroredProgramIncrementTracker.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/TeamIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/TeamIdentifierCollection.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/UserCanPrioritize.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Workspace/ComponentInvolvedVerifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Workspace/ProgramBaseInfo.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Workspace/ProgramFlag.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Workspace/ProgramPrivacy.php +2 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ElementRepresentation.php +1 −1 Go to diff View file
M plugins/program_management/include/REST/v1/FeatureRepresentation.php +1 −1 Go to diff View file
M plugins/program_management/include/REST/v1/IterationRepresentation.php +1 −1 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementRepresentation.php +1 −1 Go to diff View file
M plugins/program_management/include/REST/v1/UserStoryRepresentation.php +2 −2 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +1 −1 Go to diff View file
M plugins/program_management/tests/integration/Adapter/Program/ProgramDaoTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/rest/v1/ProjectResourceTest.php +11 −11 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/IterationUpdateEventProxyTest.php +10 −10 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ProgramIncrementCreationEventProxyTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ProgramIncrementUpdateEventProxyTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ArtifactCreatorAdapterTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdderTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ChangesetValuesFormatterTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/FieldValuesGathererTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Redirections/IterationRedirectionParametersProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/Tracker/TrackerFactoryAdapterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/XML/ProgramManagementConfigXMLImporterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/XML/ProgramManagementXMLConfigExtractorTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Builder/ArtifactLinkChangesetBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/IterationCreationBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/IterationUpdateBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/MirroredProgramIncrementTrackerIdentifierCollectionBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/MirroredTimeboxChangesetBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/MirroredTimeboxChangesetValuesBuilder.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Builder/MirroredTimeboxFirstChangesetBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIncrementCreationBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIncrementIdentifierBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIncrementUpdateBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/SourceTimeboxChangesetValuesBuilder.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Builder/SynchronizedFieldReferencesBuilder.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/MappedStatusValueTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactCreatedEventStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactUpdatedEventStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramFlagsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/CreateArtifactStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ExtractXMLConfigStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/GatherFieldValuesStub.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/GatherSynchronizedFieldsStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/IterationUpdateEventStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ProgramIncrementUpdateEventStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveArtifactLinkFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveBackgroundColorStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveEndPeriodFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveFullArtifactLinkFieldStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveMirroredIterationTrackerStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementFromTeamStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementTrackerStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProgramIncrementStub.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUGroupsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchVisibleTeamsOfProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/SynchronizedFieldsStubPreparation.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyFeatureIsVisibleByProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyFeatureIsVisibleStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsLinkedToAnotherMilestoneStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIsLinkedToProgramIncrementStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyIterationHasBeenLinkedBeforeStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyPrioritizeFeaturesPermissionStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyRequiredFieldsLimitedToSynchronizedFieldsStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifySemanticsAreConfiguredStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifySynchronizedFieldsAreNotUsedInWorkflowStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyUserCanLinkToProgramIncrementStub.php +1 −1 Go to diff View file
M plugins/project_ownership/include/ProjectAdmin/IndexController.php +1 −1 Go to diff View file
M plugins/project_ownership/include/ProjectAdmin/ProjectOwnerPresenterBuilder.php +1 −1 Go to diff View file
M plugins/project_ownership/include/ProjectOwner/XMLProjectImportUserCreatorProjectOwnerCleaner.php +1 −1 Go to diff View file
M plugins/project_ownership/include/project_ownershipPlugin.php +2 −2 Go to diff View file
M plugins/project_ownership/tests/rest/ProjectOwnershipTest.php +2 −2 Go to diff View file
M plugins/project_ownership/tests/rest/ProjectUserGroupTest.php +2 −2 Go to diff View file
M plugins/projectlinks/include/form_utils.php +1 −1 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.php +11 −11 Go to diff View file
M plugins/projectmilestones/include/Widget/ConfigureAtXMLImport.php +1 −1 Go to diff View file
M plugins/projectmilestones/include/Widget/DashboardProjectMilestones.php +2 −2 Go to diff View file
M plugins/projectmilestones/include/Widget/MyProjectMilestones.php +1 −1 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPresenter.php +1 −1 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php +2 −2 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesWidgetRetriever.php +2 −2 Go to diff View file
M plugins/prometheus_metrics/include/MetricsAuthentication.php +1 −1 Go to diff View file
M plugins/prometheus_metrics/include/MetricsCollector.php +1 −1 Go to diff View file
M plugins/prometheus_metrics/include/MetricsController.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Authorization/PullRequestPermissionChecker.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdateCommitDiff.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedContentPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedEvent.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedNotification.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedNotificationToProcessBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Factory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentContentPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentEvent.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentNotification.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentNotificationToProcessBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Dao.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/DefaultSettings/DefaultSettingsController.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/DefaultSettings/PullRequestPane.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/DefaultSettings/PullRequestPanePresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitReference/GitPullRequestReferenceBulkConverter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitReference/GitPullRequestReferenceCreator.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitReference/GitPullRequestReferenceDAO.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitReference/GitPullRequestReferenceUpdater.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/Dao.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/InlineComment.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/InlineCommentCreator.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/Notification/PullRequestNewInlineCommentContentPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/Notification/PullRequestNewInlineCommentEvent.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/Notification/PullRequestNewInlineCommentNotification.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/Notification/PullRequestNewInlineCommentNotificationToProcessBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Label/LabeledItemCollector.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Label/LabeledPullRequestPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Label/PullRequestLabelDao.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Notification/EventDispatcherWithFallback.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php +8 −8 Go to diff View file
M plugins/pullrequest/include/PullRequest/Notification/Strategy/PullRequestNotificationSendMail.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequest.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestCloser.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestCreator.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestMerger.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestUpdater.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/MimeDetector.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestMinimalRepresentation.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php +9 −9 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentationFactory.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsCommitRepresentationFactory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/StatusPatcher.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reference/CrossReferencePullRequestOrganizer.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reference/ReferenceFactory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/RepoManagement/PullRequestPane.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/RepoManagement/RepoManagementController.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Autocompleter/PotentialReviewerRetriever.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Autocompleter/ReviewerAutocompleterController.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Change/ReviewerChange.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Change/ReviewerChangeEvent.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Change/ReviewerChangeRetriever.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Notification/ReviewerAddedNotification.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Notification/ReviewerAddedNotificationContentPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Notification/ReviewerChangeNotificationToProcessBuilder.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/ReviewerDAO.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/ReviewerRetriever.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/ReviewerUpdater.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/ShortStat.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestAbandonedContentPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestAbandonedEvent.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestAbandonedNotification.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestAbandonedNotificationToProcessBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestMergedContentPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestMergedEvent.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestMergedNotification.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestMergedNotificationToProcessBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Timeline/Factory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullrequestDisplayer.php +1 −1 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/integration/Reviewer/Change/ReviewerChangeDAOTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsLabelsTest.php +7 −7 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsReviewersTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/BranchUpdate/PulRequestUpdatedEventTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/Comment/Notification/PullRequestNewCommentEventTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceRemoverTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentRetrieverTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/Notification/PullRequestNewInlineCommentEventTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/Label/LabeledItemCollectorTest.php +5 −5 Go to diff View file
M plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationListenerProviderTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationSynchronousDispatcherTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/Notification/OwnerRetrieverTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/PullRequest/Reference/CrossReferencePullRequestOrganizerTest.php +7 −7 Go to diff View file
M plugins/pullrequest/tests/unit/Reviewer/Change/ReviewerChangeEventTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/Reviewer/Change/ReviewerChangeRetrieverTest.php +12 −12 Go to diff View file
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesBuilder.php +2 −2 Go to diff View file
M plugins/referencealias_core/tests/unit/ReferenceAliasCore/ReferencesBuilderTest.php +3 −3 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php +3 −3 Go to diff View file
M plugins/referencealias_git/tests/unit/ReferenceAliasGit/ReferencesBuilderTest.php +2 −2 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesBuilder.php +2 −2 Go to diff View file
M plugins/referencealias_mediawiki/tests/unit/ReferenceAliasMediawiki/ReferencesBuilderTest.php +2 −2 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php +3 −3 Go to diff View file
M plugins/referencealias_svn/tests/unit/ReferenceAliasSVN/ReferencesBuilderTest.php +2 −2 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php +2 −2 Go to diff View file
M plugins/referencealias_tracker/tests/unit/ReferenceAliasTracker/OriginalReferencesBuilderTest.php +4 −4 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/IDetectIfArtifactIsOutOfDate.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/IterationRepresentation.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/IterationsRetriever.php +2 −2 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapResource.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapTasksOutOfDateFilter.php +2 −2 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapTasksRetriever.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/SubtasksRetriever.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/TaskOutOfDateDetector.php +4 −4 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/TaskRepresentation.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/TaskRepresentationBuilderForTracker.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/TaskRepresentationBuilderForTrackerCache.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php +3 −3 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapWidgetDao.php +3 −3 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/PreferencePresenter.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/RoadmapConfigureAtXMLImport.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/RoadmapWidgetPresenter.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/RoadmapWidgetPresenterBuilder.php +1 −1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/IterationsRetrieverTest.php +1 −1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksOutOfDateFilterTest.php +1 −1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksRetrieverTest.php +3 −3 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/SubtasksRetrieverTest.php +1 −1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/TaskOutOfDateDetectorTest.php +8 −8 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/RoadmapProjectWidgetTest.php +2 −2 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapWidgetPresenterBuilderTest.php +3 −3 Go to diff View file
M plugins/statistics/include/AdminHeaderPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/CSV/CSVBuilder.php +2 −2 Go to diff View file
M plugins/statistics/include/DataExportPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DataExportPresenterBuilder.php +1 −1 Go to diff View file
M plugins/statistics/include/DataExportRouter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsage/ConcurrentVersionsSystem/Collector.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsage/Subversion/Collector.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageGlobalPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageGlobalPresenterBuilder.php +7 −7 Go to diff View file
M plugins/statistics/include/DiskUsagePie/DiskUsagePieDisplayer.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsagePie/DiskUsagePieMountPointPresenter.php +4 −4 Go to diff View file
M plugins/statistics/include/DiskUsageProjectsPresenter.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageProjectsPresenterBuilder.php +6 −6 Go to diff View file
M plugins/statistics/include/DiskUsageProjectsSearchFieldsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageRouter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenterBuilder.php +6 −6 Go to diff View file
M plugins/statistics/include/DiskUsageServicesSearchFieldsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenterBuilder.php +5 −5 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsPresenterBuilder.php +7 −7 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsSearchFieldsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/Frequencies/FrequenciesPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/Frequencies/FrequenciesSearchFieldsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/Frequencies/GraphDataBuilders/SampleFactory.php +1 −1 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +2 −2 Go to diff View file
M plugins/statistics/include/ProjectQuotaPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/SCMStatisticsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/SearchFieldsPresenterBuilder.php +10 −10 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +4 −4 Go to diff View file
M plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php +1 −1 Go to diff View file
M plugins/statistics/include/statisticsPlugin.php +5 −5 Go to diff View file
M plugins/statistics/tests/integration/DiskUsagePurgerIntegrationTest.php +1 −1 Go to diff View file
M plugins/statistics/tests/unit/Statistics_Services_UsageFormatterTest.php +14 −14 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +1 −1 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_DELETE_REPOSITORY.class.php +1 −1 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_IMPORT_CORE_REPOSITORY.php +2 −2 Go to diff View file
M plugins/svn/include/REST/v1/FullRepositoryRepresentation.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/NotificationUpdateChecker.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/NotificationsBuilder.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResourceUpdater.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/SettingsRepresentation.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessControlController.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessControlPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessFileHistoryCreator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessFileReader.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/AccessControl/SVNRefreshAllAccessFilesCommand.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/AdminController.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/Admin/DisplayMigrateFromCoreController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/GlobalAdministratorsController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/GlobalAdministratorsUpdater.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/HooksConfigurationPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagCreator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagFactory.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/MailNotification.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/MailNotificationManager.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/MailNotificationPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/RepositoryDeletePresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/RestorePresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/SectionsPresenter.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/Admin/UpdateMigrateFromCoreController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Commit/CommitMessageValidator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/DiskUsage/DiskUsageRetriever.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Explorer/ExplorerController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Explorer/ExplorerPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Explorer/RepositoryDisplayController.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Explorer/RepositoryDisplayPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Hooks/PostCommit.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/Hooks/PreCommit.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Hooks/PreRevpropChange.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Migration/BareRepositoryCreator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Migration/SettingsRetriever.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Notifications/EmailsToBeNotifiedRetriever.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Notifications/NotificationListBuilder.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Notifications/NotificationPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/PaneCollector.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/PermissionPerGroupRepositoryRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/PermissionPerGroupSVNServicePaneBuilder.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/PermissionPerGroupServicePresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/SVNJSONPermissionsRetriever.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/CoreRepository.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Repository/HookConfigUpdator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryCreator.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryDeleter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryManager.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/Settings.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/SvnRepository.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Service/ServiceActivator.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/ServiceSvn.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/SiteAdmin/DisplayTuleapPMParamsController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Statistic/SCMUsageCollector.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/SvnAdmin.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/SvnRouter.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/ViewVC/ViewVCProxy.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/XMLImporter.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/XMLRepositoryImporter.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/XMLSvnExporter.php +1 −1 Go to diff View file
M plugins/svn/include/svnPlugin.php +4 −4 Go to diff View file
M plugins/svn/tests/rest/SVN/ProjectTest.php +1 −1 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +43 −43 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php +106 −106 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/NotificationUpdateCheckerTest.php +18 −18 Go to diff View file
M plugins/svn/tests/unit/SVN/AccessFile/SVNRefreshAllAccessFilesCommandTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/ParserCoreAndPluginTest.php +9 −9 Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/ParserTest.php +28 −28 Go to diff View file
M plugins/svn/tests/unit/SVN/Notifications/EmailsToBeNotifiedRetrieverTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigSanitizerTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigTest.php +4 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigUpdatorTest.php +4 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryDeleterTest.php +2 −2 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryManagerTest.php +4 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Service/ServiceActivatorTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLExporterTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLRepositoryImporterTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +2 −2 Go to diff View file
M plugins/taskboard/include/Admin/ScrumBoardTypeSelectorPresenter.php +4 −4 Go to diff View file
M plugins/taskboard/include/AgileDashboard/MilestoneIsAllowedChecker.php +1 −1 Go to diff View file
M plugins/taskboard/include/Board/BoardPresenter.php +2 −2 Go to diff View file
M plugins/taskboard/include/Board/BoardPresenterBuilder.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/ColumnPresenterCollectionRetriever.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/ArtifactMappedFieldValueRetriever.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/Freestyle/FreestyleMappingDao.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/Freestyle/FreestyleMappingFactory.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/MappedFieldRetriever.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/MappedValuesRetriever.php +2 −2 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/TrackerMappingPresenterBuilder.php +2 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/Card/CardPatcher.php +3 −3 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentation.php +2 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/AddValidator.php +2 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php +4 −4 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CellPatcher.php +2 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/Columns/ColumnsGetter.php +1 −1 Go to diff View file
M plugins/taskboard/include/REST/v1/RemainingEffortRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +1 −1 Go to diff View file
M plugins/taskboard/include/Tracker/AddInPlaceRetriever.php +2 −2 Go to diff View file
M plugins/taskboard/include/Tracker/TrackerPresenter.php +1 −1 Go to diff View file
M plugins/taskboard/include/Tracker/TrackerPresenterCollectionBuilder.php +1 −1 Go to diff View file
M plugins/taskboard/tests/rest/TaskboardCardTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/rest/TaskboardCellTest.php +5 −5 Go to diff View file
M plugins/taskboard/tests/rest/TaskboardTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/TrackerMappingPresenterBuilderTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CardMappedFieldUpdaterTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/AddInPlaceRetrieverTest.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerPresenterCollectionBuilderTest.php +4 −4 Go to diff View file
M plugins/testmanagement/include/RealTime/RealTimeMessageSender.php +12 −12 Go to diff View file
M plugins/testmanagement/include/TestManagement/Administration/AdminController.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Administration/AdminPresenter.class.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/Administration/TrackerChecker.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/ArtifactDao.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/ArtifactFactory.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Breadcrumbs/AdmininistrationBreadcrumbs.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/AutomatedTests/AutomatedTestsTriggerer.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/CampaignRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Execution/DefinitionForExecutionRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Execution/ExecutionDao.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/InformationNeededToRetrieveTestStatusOfACampaign.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/StatusUpdater.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Config.class.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Dao.class.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/FirstConfigCreator.class.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/Heartbeat/LatestHeartbeatsCollector.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/IndexController.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/IndexPresenter.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/LegacyRoutingController.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/ExecutionChangesExtractor.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForFileFieldRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForIntFieldRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForListFieldRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForTextFieldRetriever.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/MilestoneItemsArtifactFactory.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/AssignedToRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignArtifactUpdateFieldValuesBuilder.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignCreator.class.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentation.class.php +7 −7 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignUpdater.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionCommonmarkRepresentation.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionTextOrHTMLRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/MinimalDefinitionRepresentation.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/StepDefinitionRepresentations/StepDefinitionRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/StepDefinitionRepresentations/StepDefinitionRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/StepDefinitionRepresentations/StepDefinitionTextField.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionSelector.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/Execution/ListOfDefinitionsForCampaignRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/Execution/StepsResultsFilter.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/Execution/StepsResultsRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionCreator.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionFromAutomatedTestsUpdater.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php +7 −7 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionStatusUpdater.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionWithAutomatedTestData.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionWithAutomatedTestDataProvider.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ListOfExecutionsWithAutomatedTestDataRetriever.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodeReferenceRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/PreviousResultRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ProjectResource.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/RequirementRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/StepsResultsChangesBuilder.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/TestStatusAccordingToStepsStatusChangesBuilder.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestsDataFromJunitExtractor.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/Router.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/StartTestManagementController.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +13 −13 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValue.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Execution/Field/StepExecution.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Execution/Field/StepExecutionChangesetValue.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Step.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/StepChecker.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/TestManagementController.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/TestmanagementTrackersConfigurator.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Type/TypeCoveredByOverrider.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/ImportXMLFromTracker.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategySteps.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporter.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/XMLImport.php +2 −2 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/ArtifactsTest.php +16 −16 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/CampaignsTest.php +7 −7 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/ExecutionsTest.php +13 −13 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Administration/AdminControllerTest.php +7 −7 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Administration/AdminTrackersRetrieverTest.php +5 −5 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Administration/TrackerCheckerTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Campaign/CloseCampaignControllerTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Campaign/OpenCampaignControllerTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/ConfigTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/FirstConfigCreatorTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Heartbeat/LatestHeartbeatsCollectorTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionFromAutomatedTestsUpdaterTest.php +9 −9 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/TestsDataFromJunitExtractorTest.php +5 −5 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/Execution/StepsResultsFilterTest.php +5 −5 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/ListOfDefinitionsForCampaignRetrieverTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/StepsResultsChangesBuilderTest.php +24 −24 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/TestStatusAccordingToStepsStatusChangesBuilderTest.php +11 −11 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionDataConverterTest.php +11 −11 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionTest.php +20 −20 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Step/StepCheckerTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/XML/ExporterTest.php +4 −4 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategyStepsTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/XML/XMLImportTest.php +7 −7 Go to diff View file
M plugins/testplan/include/REST/v1/DefinitionLinkedToABacklogItemRepresentation.php +2 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessor.php +2 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/RedirectParameterInjector.php +2 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanLinkedTestDefinitionsRetriever.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanMilestoneInformationNeededToRetrieveTestStatusPerTestDefinition.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatus.php +2 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatusRetriever.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionsTestStatusDAO.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/TestStatusPerTestDefinitionsInformationForUserRetriever.php +1 −1 Go to diff View file
M plugins/testplan/include/TestPlanController.php +1 −1 Go to diff View file
M plugins/testplan/include/TestPlanHeaderOptionsProvider.php +2 −2 Go to diff View file
M plugins/testplan/include/TestPlanPresenter.php +1 −1 Go to diff View file
M plugins/testplan/include/TestPlanPresenterBuilder.php +2 −2 Go to diff View file
M plugins/testplan/include/TestPlanTestDefinitionTrackerRetriever.php +1 −1 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessorTest.php +8 −8 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/RedirectParameterInjectorTest.php +4 −4 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanLinkedTestDefinitionsTest.php +2 −2 Go to diff View file
M plugins/testplan/tests/unit/TestPlanHeaderOptionsProviderTest.php +10 −10 Go to diff View file
M plugins/textualreport/include/TextualReport/ArtifactsPresentersBuilder.php +1 −1 Go to diff View file
M plugins/textualreport/include/TextualReport/ExportOptionsMenuItemsAppender.php +1 −1 Go to diff View file
M plugins/textualreport/include/TextualReport/SinglePageExporter.php +1 −1 Go to diff View file
M plugins/textualreport/include/TextualReport/SinglePagePresenterBuilder.php +2 −2 Go to diff View file
M plugins/textualreport/include/textualreportPlugin.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/AdminController.php +3 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/AdminPresenter.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactView.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewBuilder.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewPresenter.php +4 −4 Go to diff View file
M plugins/timetracking/include/Timetracking/JiraImporter/JiraXMLExport.php +4 −4 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/ArtifactTimeRetriever.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/MinimalArtifactRepresentation.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingOverviewRepresentationsBuilder.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentation.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TrackerRepresentationFactory.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Router.php +5 −5 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeController.php +4 −4 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimePresenterBuilder.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeUpdater.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/TimeTrackingOverview.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/UserWidget.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/XML/XMLExport.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/XML/XMLImport.php +3 −3 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +2 −2 Go to diff View file
M plugins/timetracking/tests/rest/Timetracking/TimetrackingReportTest.php +3 −3 Go to diff View file
M plugins/timetracking/tests/rest/Timetracking/TimetrackingTest.php +20 −20 Go to diff View file
M plugins/timetracking/tests/unit/JiraImporter/Configuration/JiraTimetrackingConfigurationRetrieverTest.php +3 −3 Go to diff View file
M plugins/timetracking/tests/unit/JiraImporter/JiraXMLExportTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/JiraImporter/Worklog/WorklogTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Permissions/PermissionsRetrieverTest.php +4 −4 Go to diff View file
M plugins/timetracking/tests/unit/Report/TimetrackingReportFactoryTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeCheckerTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeControllerTest.php +2 −2 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeUpdaterTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimetrackingOverviewRepresentationsBuilderTest.php +3 −3 Go to diff View file
M plugins/timetracking/tests/unit/XML/XMLExportTest.php +3 −3 Go to diff View file
M plugins/timetracking/tests/unit/XML/XMLImportTest.php +6 −6 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/PermissionPerGroupPanePresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/ProjectAdminPermissionPerGroupPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupJSONRetriever.php +3 −3 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupPermissionRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupPermissionRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueCommonmarkRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueTextRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/Changeset/ChangesetRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/Changeset/ChangesetRepresentationBuilder.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/Artifact/MyArtifactsRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/CompleteTrackerRepresentation.class.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/ContainerFieldsetInArtifactContextRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FieldDateRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FieldOpenListRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FormElement/FieldFileRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FormElementRepresentation.class.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/FormElementRepresentationsBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/PermissionsExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/ReportRepresentation.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/TrackerRestBuilder.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactLinkRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +5 −5 Go to diff View file
M plugins/tracker/include/REST/v1/FileCreator.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/PostMoveArticfactRESTAction.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ReportArtifactFactory.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/ModeUpdater.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/PUTHandler.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/SetFieldValueRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionPOSTHandler.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionPatcher.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/SystemEventManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Action/BeforeMoveArtifact.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifact.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveArtifact.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfig.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/ArtifactLinks/ArtifactLinksController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/ArtifactLinks/ArtifactLinksPresenter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/MarkTrackerAsDeletedController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/PromoteTrackersController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/TrackerPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/TrackersDisplayController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/TrackerGeneralSettingsChecker.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalButtonLinkPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactActionButtonPresenterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactNotificationActionButtonPresenterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/GlobalButtonsActionPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactChildPresenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTask.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDependenciesDeletor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactsDeletionDAO.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactsDeletionManager.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunner.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ArtifactChangesetSaver.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/AtGivenDateFieldsValidator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetCreatorBase.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/Comment/CommentPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/Comment/PrivateComment/PermissionChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/Comment/PrivateComment/TrackerPrivateCommentUGroupPermissionRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/Comment/PrivateComment/XMLImport/TrackerPrivateCommentUGroupExtractor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/FieldsValidator.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChanagesetFieldsValidator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetAtGivenDateCreator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetAtGivenDateCreator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetFieldsValidator.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetFieldsWithoutRequiredValidationValidator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsRunner.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/WebhookNotificationTask.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/ChangesetsForDiff.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/ChangesetsForDiffRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/DiffProcessor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/TextDiffRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/UpdatedTypeLinkCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ChangesetValue/Text/FollowUpPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Creation/TrackerArtifactCreator.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/CrossReference/CrossReferenceArtifactOrganizer.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/LatestHeartbeatsCollector.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Recipient.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/PermissionsCache.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/PossibleParentsRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/ArtifactLinkPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RedirectAfterArtifactCreationOrUpdateEvent.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RichTextareaProvider.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Null.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/UploadDataAttributesForRichTextEditorBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Copy.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/View.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLExport.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +14 −14 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategy.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAlphanumeric.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputed.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyDate.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyPermissionsOnArtifact.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyText.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/ChangesetValueComputed.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/ColorPresenterCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Config/ConfigController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/ConfigNotificationEmailCustomSenderFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/AsyncJiraScheduler.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/ClientWrapper.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Configuration/PlatformConfigurationForExternalPluginsEvent.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/FromJiraTrackerCreator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporter.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/Attachment.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentXMLExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/CreationStateListValueFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntriesBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntryItemsRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntryValueRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraServerChangelogEntriesBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraServerChangelogEntryItemsRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraServerChangelogEntryValueRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentXMLExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraCloudComment.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraCloudCommentValuesBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraServerComment.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraServerCommentValuesBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/DataChangesetXMLExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilder.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/IssueSnapshotCollectionBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/Snapshot.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/CancellationOfJiraImportNotifier.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraErrorImportNotifier.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraImportNotifier.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotificationPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotifier.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraImporterExternalPluginsEvent.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Permissions/PermissionsXMLExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/IExportJiraLikeXmlReport.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporter.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDefaultCriteriaExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporter.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporter.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportUpdatedRecentlyExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlTQLReportExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/ContainersXMLCollectionBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/FieldXmlExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldAPIAllowedValueRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldAPIRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapper.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/ListFieldMapping.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/ScalarFieldMapping.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/StoryPointFieldExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraTuleapUsersMapping.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraUserInfoQuerier.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/User/JiraUserRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/IssueType.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraCredentials.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraProjectListController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraRunner.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraTrackersListController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/PendingJiraImport.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/PendingJiraImportBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/PendingJiraImportCleaner.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/PendingJiraImportDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesChecker.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerJiraCloud.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerJiraServer.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/OngoingCreationFeedbackNotifier.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/PostCreationProcessor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/ProjectTemplatesRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationDataChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationPresenterBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationSettings.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationSettingsBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreatorXmlErrorDisplayer.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerTemplatesRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Events/MoveArtifactParseFieldChangeNodes.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FileInfoFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ArtifactLinkValidator.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownCalculator.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownFieldPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationFieldRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueChecker.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartFieldUsage.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartMessageFetcher.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ComputedFieldCalculator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Container/Fieldset/HiddenFieldsetChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/DateFormatter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdater.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdaterDataFormater.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinksToRender.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/FieldDataBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/LinksRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ParentLinkAction.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetCommand.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetLinkParentArtifact.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetQueue.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommand.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentor.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/CustomColumn/ValueFormatter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeConfigController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeIsChildLinkRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypePresenterFactory.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeSelectorRenderer.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeTablePresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationChecker.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCommonDataBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacy.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForREST.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownFieldDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForLegacy.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForREST.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/CrossReference/CrossReferenceFieldRenderer.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/FieldDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/AttachmentController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/AttachmentCreator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/AttachmentForRestCreator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/AttachmentForTraditionalUploadCreator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/AttachmentForTusUploadCreator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/ChangesetValueFileSaver.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/FieldDataFromRESTBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/FileInfoForTusUploadedFileReadyToBeAttachedProvider.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/EmptyFileToUploadFinisher.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileOngoingUploadDao.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileToUploadCreator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileUploadCleaner.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/Tus/FileBeingUploadedInformationProvider.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/Tus/FileDataStore.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/Tus/FileUploadCanceler.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/UploadPathAllocator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetter.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindStaticXmlExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/FieldValueMatcher.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/OpenListFieldDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FieldCalculator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FieldNameFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FormElementTypeUpdater.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/IComputeValues.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/IProvideArtifactChildrenForComputedCalculation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/PermissionsOnArtifactUGroupRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/PermissionsOnArtifactUsageFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_DAILY.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_GENERATE.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +17 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Interface.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/TransitionListValidator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Reference/CrossReferenceFieldPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/GeneralSettings_Presenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Legacy/Inheritor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Masschange/MasschangeUpdater.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Masschange/TrackerMasschangeProcessExternalActionsEvent.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/LegacyTrackerMigrationDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/NewDropdown/TrackerLinksInNewDropdownCollector.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/GlobalNotificationsEmailRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/NotificationListBuilder.php +3 −3 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/Notifications/PaneNotificationPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/RecipientsManager.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/Administration/NotificationsAdminSettingsDisplayController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/NotificationsUserSettingsDisplayController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/NotificationsUserSettingsUpdateController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettings.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettingsPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettingsRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/TrackerForceNotificationsLevelCommand.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Command.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionChecker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionPresenter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/RealTime/ArtifactRightsPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/RealTime/RealTimeArtifactMessageSender.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Reference/ReferenceCreator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/ReferenceManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Event/TrackerReportProcessAdditionalQuery.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/ExpertModePresenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/CollectionOfListValuesExtractor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/ExpertQueryValidator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidComparisonCollectorVisitor.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/CollectionOfAlphaNumericValuesExtractor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Date/CollectionOfDateValuesExtractor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/File/FileFieldChecker.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/File/ValueForFileExtractor.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/FloatFields/FloatFieldChecker.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Integer/IntegerFieldChecker.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/CollectionOfNormalizedBindLabelsExtractor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ListFieldChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Text/TextFieldChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/EqualComparisonChecker.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/NotEqualComparisonChecker.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidSearchableCollectorParameters.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidSearchableCollectorVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeFieldFromWhereBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeReadOnlyFieldFromWhereBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForLastUpdatedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForListBindStatic.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForListBindUgroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForListBindUsers.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForSubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/FromWhereComparisonFieldBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/FromWhereComparisonFieldReadOnlyBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForLastUpdatedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindStatic.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindUGroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindUsers.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForSubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ListFieldBindVisitor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ListReadOnlyFieldFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/MetadataEqualComparisonFromWhereBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/MetadataNotEqualComparisonFromWhereBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForLastUpdatedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForListBindStatic.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForListBindUgroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForListBindUsers.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForSubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForLastUpdatedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindStatic.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindUGroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindUsers.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForSubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/SearchableVisitorParameter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilderVisitor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Renderer/Table/ProcessExportEvent.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/TrackerReportConfigController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/TrackerReportConfigPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +20 −20 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_CriteriaFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInReportPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +17 −17 Go to diff View file
M plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/ReportCriteriaDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date/Dao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/Dao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/CollectionOfSemanticsUsingAParticularTrackerField.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/IBuildSemanticFromXML.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/Administration/SemanticProgressAdminPresenter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/Administration/SemanticProgressAdminPresenterBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/Administration/SemanticProgressIntroductionPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/MethodBasedOnEffort.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/MethodBasedOnLinksCount.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/MethodBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgress.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressFromXMLBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDone.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneAdminPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneIntroPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneValueChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/StatusValueForChangesetProvider.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenterBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeCurrentConfigurationPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeCurrentConfigurationPresenterBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/ArtifactTimeframeHelper.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeImpliedFromAnotherTrackerRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeSuitableTrackersOtherSemanticsCanBeImpliedFromRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeUpdator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeImpliedFromAnotherTracker.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeWithDuration.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeWithEndDate.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Service/ServiceActivator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/TooltipStatsPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/TrackerStats.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +14 −14 Go to diff View file
M plugins/tracker/include/Tracker/TrackerColor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_ArtifactByEmailStatus.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_GlobalNotification.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/UgroupMappingBuilder.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/UgroupPermissionsGoldenRetriever.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/Actions/AdminWebhooks.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/Actions/WebhookCreateController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/Actions/WebhookDeleteController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/Actions/WebhookEditController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/ArtifactPayloadBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/ProjectRendererWidgetXMLImporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_ProjectRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenterBuilder.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporter.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporter.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueDateXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFloatXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueStringXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueUnknownXMLExporter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitor.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValuesXMLExporter.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetXMLExporter.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChildrenXMLExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeFileBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeListBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeTextBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/FileInfoXMLExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/TrackerEventExportFullXML.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Importer/ImportXMLProjectTrackerDone.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChangeXMLUpdaterVisitor.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php +15 −15 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/TemporaryFileXMLUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/colorpicker/ColorpickerMountPointPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +5 −5 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +18 −18 Go to diff View file
M plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/EditTriggers.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/BeforeEvent.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFieldsFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetector.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/PostActionsRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Transition_PostActionFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/FrozenFieldsValueUpdater.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/FrozenFieldsValueValidator.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueUpdater.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueRepository.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueValidator.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueRepository.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueValidator.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueRepository.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueValidator.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/SimpleWorkflowXMLExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/State/TransitionCreator.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/State/TransitionRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/State/TransitionUpdater.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicator.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty/Factory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/ConditionsUpdater.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/TransitionRetriever.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/TransitionFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/FieldValue.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesBuilderData.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesProcessor.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerRule.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Workflow.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowUpdateChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowWithoutTransition.class.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +5 −5 Go to diff View file
M plugins/tracker/include/tracker_permissions.php +3 −3 Go to diff View file
M plugins/tracker/tests/integration/PriorityDaoPerformancesTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/integration/ReportCriteriaDaoTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/integration/SemanticTimeframeDaoTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/rest/Artifacts/ArtifactsTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/rest/Artifacts/LinkedArtifactsTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/rest/ComputedFieldsDefaultValue/ComputedFieldsDefaultValueTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/rest/FileFieldArtifactChangeset/FileFieldArtifactChangesetTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/rest/TrackerAdministrator/ProjectTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/rest/TrackerAdministrator/ProjectTrackerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/rest/TrackerArtifacts/TrackerArtifactsTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/rest/TrackerBase.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/TrackerFields/TrackerFieldsTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/rest/Workflows/SimpleModeTest.php +20 −20 Go to diff View file
M plugins/tracker/tests/rest/Workflows/TrackerWorkflowTransitionsTest.php +28 −28 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetFieldsValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_NewChangesetFieldsValidatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLExportTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Artifact/XMLImport/TrackerArtifactXMLImportArtifactFieldsDataBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/DateTimeFormatterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactRepresentationBuilderTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/Changeset/ChangesetRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/ArtifactValidatorTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/REST/FormElement/PermissionsForGroupsBuilderTest.php +42 −42 Go to diff View file
M plugins/tracker/tests/unit/REST/FormElementRepresentationsBuilderTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/REST/MovedArtifactValueBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/PermissionsExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/Tracker/PermissionsRepresentationBuilderTest.php +23 −23 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/PostActionsRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/CIBuildJsonParserTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParserTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParserTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParserTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Move/FeedbackFieldCollectorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_CreateArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/MarkTrackerAsDeletedControllerTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Attachment/TemporaryFileManagerPurgeTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/NotifierCustomSenderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/TextDiffRetrieverTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/CrossReference/CrossReferenceArtifactOrganizerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/TrackerArtifactCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_PriorityManagerTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputedTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/DefaultTemplatesCollectionTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/FromJiraTrackerCreatorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporterTest.php +16 −16 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php +28 −28 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntryItemsRepresentationTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraCloudChangelogEntryValueRepresentationTest.php +14 −14 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/JiraServerChangelogEntriesBuilderTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetrieverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentXMLValueEnhancerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Comment/JiraCloudCommentTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilderTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/CurrentSnapshotBuilderTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilderTest.php +46 −46 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/IssueSnapshotCollectionBuilderTest.php +21 −21 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportTableExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldRetrieverTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php +14 −14 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraAuthorRetrieverTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/User/JiraTuleapUsersMappingTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Values/StatusValuesCollectionTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraProjectBuilderTest.php +14 −14 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackerBuilderTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/PendingJiraImportBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/UserRole/UserRolesCheckerTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/OngoingCreationFeedbackNotifierTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationDataCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreatorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreatorXmlErrorPresenterBuilderTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/ArtifactLinkValidatorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/BurndownCalculatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdaterDataFormaterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/GetFieldDataTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/LinksRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ParentLinkActionTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRendererTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentorTest.php +22 −22 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheDateRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentControllerTest.php +40 −40 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForRestCreatorTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForTraditionalUploadCreatorTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/ChangesetValueFileSaverTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FieldDataFromRESTBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FileInfoForTusUploadedFileReadyToBeAttachedProviderTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php +18 −18 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileToUploadCreatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/FileUploadCleanerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/Upload/Tus/FileBeingUploadedInformationProviderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetterTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindStaticXmlExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/FieldValueMatcherTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/ItemsDataset/ItemsDatasetBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/ChangesCheckerTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringRESTTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/FieldCalculatorTest.php +24 −24 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/FormElementTypeUpdaterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/PermissionsOnArtifactUGroupRetrieverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/PermissionsOnArtifactValidatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementExportPermissionsToXmlTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_Artifact_getArtifactLinks_Test.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_ColumnTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_FieldsetTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php +18 −18 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ComputedTest.php +25 −25 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_DateTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactoryTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_CriteriaTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectboxTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_SharedFormElementFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/ControllerTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php +24 −24 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/MasschangeDataValueExtractorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerLinksInNewDropdownCollectorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/GlobalNotificationsEmailRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/RecipientsManagerTest.php +33 −33 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionManagerTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionRequestTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionSerializerTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyAndAdminTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_AnonymousWithFullAccessTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_CheckRequestValidityTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_RegisteredWithFullAccessTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Reference/ReferenceCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindStaticTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUgroupsTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUsersTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportRESTGetTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportRendererTableTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_ReportFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_RESTTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/XML/XMLReportCriterionTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesListValidatorTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerForbiddenTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/Administration/SemanticProgressAdminPresenterBuilderTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnEffortTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnLinksCountTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressDuplicatorTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressFromXMLBuilderTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/DoneValueRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneDuplicatorTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/Done/SemanticDoneValueCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeCurrentConfigurationPresenterBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeBuilderTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicatorTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilderTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeSuitableTrackersOtherSemanticsCanBeImpliedFromRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeUpdatorTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeImpliedFromAnotherTrackerTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeNotConfiguredTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithDurationTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithEndDateTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Title/Tracker_Semantic_TitleFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/Tracker_TooltipFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tracker_SemanticFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tracker_Semantic_ContributorFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Service/ServiceActivatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerFactoryDuplicationTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerPermissionsTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXMLFieldMappingFromExistingTrackerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportArtifactLinkV2ActivationTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/PostActionsMapperTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/SimpleWorkflowXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/TransitionReplicatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmpty/CommentNotEmptyFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/TransitionFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/WorkflowFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporterVisitorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueListXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueOpenListXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeArtifactLinksBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ArtifactXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetValuesXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetXMLExporterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Importer/Tracker_XML_Importer_CopyArtifactInformationsAggregatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeListXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangePermissionsOnArtifactXMLUpdaterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_ChangesetXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_Changeset_CommentTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FileInfoTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FormElementFactoryTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FormElement_FieldTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Action/Rules/Tracker_Workflow_Action_Rules_EditRulesTest.php +63 −63 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmpty/Workflow_Transition_Condition_FieldNotEmpty_FactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmptyTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/TransitionRetrieverTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Workflow/TransitionFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Strategy/Tracker_Workflow_Trigger_RulesProcessor_AllOfStrategyTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesBuilderDataTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php +14 −14 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesProcessor_GeneralTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowTest.php +6 −6 Go to diff View file
M plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php +5 −5 Go to diff View file
M plugins/userlog/include/UserLogBuilder.php +4 −4 Go to diff View file
M plugins/userlog/include/UserLogExporter.php +2 −2 Go to diff View file
M plugins/userlog/include/UserlogAccess.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/BacklogRequiredTrackerCollectionFormatter.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/ChildrenRequiredTrackerCollection.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/MissingRequirementRetriever.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/RequiredTrackerPresenter.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php +5 −5 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityAdminPresenter.php +3 −3 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityAdminPresenterBuilder.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityFactory.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityPresenter.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityPresenterBuilder.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/VelocitySemanticChecker.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/VelocityCalculator.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/VelocityComputation.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/VelocityComputationChecker.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/VelocityRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/velocity/include/velocityPlugin.php +2 −2 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityCalculatorTest.php +4 −4 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSFile.class.php +1 −1 Go to diff View file
M plugins/webdav/include/FS/WebDAVProject.class.php +1 −1 Go to diff View file
M plugins/webdav/include/FS/WebDAVRoot.class.php +1 −1 Go to diff View file
M plugins/webdav/include/WebDAVAuthentication.class.php +1 −1 Go to diff View file
M plugins/webdav/include/WebdavController.php +1 −1 Go to diff View file
M plugins/webdav/tests/unit/WebDAVRootTest.php +2 −2 Go to diff View file
M src/common/BrowserDetection/DetectedBrowser.php +2 −2 Go to diff View file
M src/common/CLI/Command/ConfigListCommand.php +1 −1 Go to diff View file
M src/common/CLI/Command/DailyJobCommand.php +1 −1 Go to diff View file
M src/common/CLI/Command/ProcessSystemEventsCommand.php +1 −1 Go to diff View file
M src/common/CLI/Command/QueueSystemCheckCommand.php +1 −1 Go to diff View file
M src/common/CLI/Command/WorkerSupervisorCommand.php +1 −1 Go to diff View file
M src/common/ConcurrentVersionsSystem/ServiceCVS.php +1 −1 Go to diff View file
M src/common/ContentSecurityPolicy/CSPViolationReportToController.php +1 −1 Go to diff View file
M src/common/Dashboard/AssetsIncluder.php +1 −1 Go to diff View file
M src/common/Dashboard/Dashboard.php +2 −2 Go to diff View file
M src/common/Dashboard/Project/DashboardXMLExporter.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/DisplayCreatedProjectModalPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardDuplicator.php +4 −4 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardPresenter.php +2 −2 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardRouter.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardXMLImporter.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectPagePresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/User/MyPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/User/UserDashboardController.php +2 −2 Go to diff View file
M src/common/Dashboard/User/UserDashboardPresenter.php +2 −2 Go to diff View file
M src/common/Dashboard/User/UserDashboardRouter.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +3 −3 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidget.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetColumn.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetDao.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetLine.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetLinePresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenterBuilder.php +4 −4 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetReorder.php +4 −4 Go to diff View file
M src/common/Dashboard/Widget/PreferencesController.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/Router.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/WidgetDashboardController.php +2 −2 Go to diff View file
M src/common/Date/TlpRelativeDatePresenter.php +1 −1 Go to diff View file
M src/common/Error/Error_PermissionDenied.class.php +1 −1 Go to diff View file
M src/common/Error/PermissionDeniedPrivateProjectController.php +1 −1 Go to diff View file
M src/common/Error/PermissionDeniedPrivateProjectMailSender.php +2 −2 Go to diff View file
M src/common/Error/PermissionDeniedRestrictedAccountProjectController.php +1 −1 Go to diff View file
M src/common/Error/PermissionDeniedRestrictedMemberMailSender.php +2 −2 Go to diff View file
M src/common/Event/EventManager.class.php +1 −1 Go to diff View file
M src/common/Event/Events/ExportXmlProject.php +1 −1 Go to diff View file
M src/common/FRS/FRSFileDownloadController.php +1 −1 Go to diff View file
M src/common/FRS/FRSFileFactory.class.php +2 −2 Go to diff View file
M src/common/FRS/FRSLog.class.php +3 −3 Go to diff View file
M src/common/FRS/FRSPackageController.php +2 −2 Go to diff View file
M src/common/FRS/FRSPackagePermissionPresenter.php +1 −1 Go to diff View file
M src/common/FRS/FRSPackageRouter.php +1 −1 Go to diff View file
M src/common/FRS/FRSPermissionCreator.php +1 −1 Go to diff View file
M src/common/FRS/FRSPermissionFactory.php +1 −1 Go to diff View file
M src/common/FRS/FRSPermissionManager.php +1 −1 Go to diff View file
M src/common/FRS/FRSReleaseController.php +2 −2 Go to diff View file
M src/common/FRS/FRSReleasePermissionPresenter.php +1 −1 Go to diff View file
M src/common/FRS/FRSReleaseRouter.php +1 −1 Go to diff View file
M src/common/FRS/FRSRouter.php +1 −1 Go to diff View file
M src/common/FRS/FRSXMLImporter.class.php +5 −5 Go to diff View file
M src/common/FRS/FileReference.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/AddLicenseAgreementController.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/EditLicenseAgreementController.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsController.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/SaveLicenseAgreementController.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/SetDefaultLicenseAgreementController.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementDao.php +1 −1 Go to diff View file
M src/common/FRS/PermissionController.php +2 −2 Go to diff View file
M src/common/FRS/PermissionPresenter.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/FRSPermissionPerGroupURLBuilder.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/GlobalPresenter.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupJSONRepresentationRetriever.php +2 −2 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupReleaseRepresentation.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupReleaseRepresentationBuilder.php +6 −6 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentation.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilder.php +6 −6 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PaneCollector.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PermissionPerGroupFRSPackagesPresenterBuilder.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PermissionPerGroupFRSServicePresenterBuilder.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PermissionPerTypeExtractor.php +5 −5 Go to diff View file
M src/common/FRS/SectionsPresenter.php +2 −2 Go to diff View file
M src/common/FRS/ServiceFile.class.php +2 −2 Go to diff View file
M src/common/FRS/UploadedLinksRequestFormatter.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminRouter.php +1 −1 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +1 −1 Go to diff View file
M src/common/ForgeUpgrade/ForgeUpgradeDb.php +1 −1 Go to diff View file
M src/common/Forum/ForumRetriever.php +1 −1 Go to diff View file
M src/common/Forum/Message.php +1 −1 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenter.php +1 −1 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenterBuilder.php +2 −2 Go to diff View file
M src/common/HelpDropdown/HelpMenuOpenedController.php +1 −1 Go to diff View file
M src/common/HelpDropdown/ReleaseLinkDao.php +1 −1 Go to diff View file
M src/common/HelpDropdown/ReleaseNoteCustomLinkUpdater.php +1 −1 Go to diff View file
M src/common/HelpDropdown/ReleaseNoteManager.php +1 −1 Go to diff View file
M src/common/Http/HttpClientFactory.php +1 −1 Go to diff View file
M src/common/Http/Response/RedirectWithFeedbackFactory.php +1 −1 Go to diff View file
M src/common/InviteBuddy/AccountCreationFeedback.php +1 −1 Go to diff View file
M src/common/InviteBuddy/Admin/InviteBuddyAdminController.php +1 −1 Go to diff View file
M src/common/InviteBuddy/Admin/InviteBuddyAdminUpdateController.php +1 −1 Go to diff View file
M src/common/InviteBuddy/InvitationDao.php +2 −2 Go to diff View file
M src/common/InviteBuddy/InvitationEmailNotifier.php +2 −2 Go to diff View file
M src/common/InviteBuddy/InvitationSender.php +1 −1 Go to diff View file
M src/common/InviteBuddy/InviteBuddiesPresenter.php +1 −1 Go to diff View file
M src/common/JWT/generators/JWTGenerator.php +1 −1 Go to diff View file
M src/common/Jenkins/Client.class.php +2 −2 Go to diff View file
M src/common/Label/LabeledItem.php +1 −1 Go to diff View file
M src/common/Label/LabeledItemCollection.php +1 −1 Go to diff View file
M src/common/Label/REST/LabelsUpdater.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListAdministrationController.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListCreationController.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListCreationPresenter.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListCreationPresenterBuilder.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListDeleteController.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListDoCreateController.php +3 −3 Go to diff View file
M src/common/MailingList/MailingListHomepageController.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListHomepagePresenter.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListPresenter.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListPresenterBuilder.php +5 −5 Go to diff View file
M src/common/MailingList/MailingListUpdateController.php +1 −1 Go to diff View file
M src/common/MailingList/ServiceMailingList.php +2 −2 Go to diff View file
M src/common/Markdown/CommonMarkInterpreterController.php +1 −1 Go to diff View file
M src/common/News/Admin/AdminNewsBuilder.php +1 −1 Go to diff View file
M src/common/News/Admin/AdminNewsController.php +1 −1 Go to diff View file
M src/common/News/Admin/AdminNewsPresenter.php +1 −1 Go to diff View file
M src/common/News/Admin/AdminNewsRouter.php +1 −1 Go to diff View file
M src/common/News/Admin/PermissionsPerGroup/NewsJSONPermissionsRetriever.php +1 −1 Go to diff View file
M src/common/News/Admin/PermissionsPerGroup/NewsPermissionPerGroupPaneBuilder.php +1 −1 Go to diff View file
M src/common/News/Admin/PermissionsPerGroup/NewsPermissionsManager.php +1 −1 Go to diff View file
M src/common/News/Admin/PermissionsPerGroup/NewsPermissionsRepresentationBuilder.php +2 −2 Go to diff View file
M src/common/News/Admin/PermissionsPerGroup/NewsVisibilityRepresentation.php +1 −1 Go to diff View file
M src/common/News/ChooseNewsItemController.php +1 −1 Go to diff View file
M src/common/News/PermissionsPerGroup.php +1 −1 Go to diff View file
M src/common/Password/Administration/PasswordPolicyDisplayController.php +1 −1 Go to diff View file
M src/common/Platform/Banner/PlatformBannerAdministrationController.php +1 −1 Go to diff View file
M src/common/Plugin/PluginFactory.php +1 −1 Go to diff View file
M src/common/Plugin/PluginManager.php +1 −1 Go to diff View file
M src/common/Project/Admin/Access/ProjectAdministrationLinkPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/CategoryCollectionConsistencyChecker.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/IndexController.php +4 −4 Go to diff View file
M src/common/Project/Admin/Categories/ProjectCategoriesUpdater.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/UpdateCategoriesProcessor.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/UpdateController.php +1 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/DescriptionFieldAdminPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/FieldPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/FieldUpdator.php +1 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/FieldsListPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/ProjectDescriptionFieldBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/ProjectRegistrationSubmittedFieldsCollectionConsistencyChecker.php +1 −1 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPermissionsDropdownPresenterBuilder.php +3 −3 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php +4 −4 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PanesPermissionPerGroupBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupLoadAllButtonPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupPanePresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupUGroupFormatter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php +4 −4 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsDAO.php +3 −3 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsRouter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectHierarchyPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetailsPresenter.php +4 −4 Go to diff View file
M src/common/Project/Admin/ProjectGlobalVisibilityPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectHistoryPresenter.class.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectHistoryPresenter.php +3 −3 Go to diff View file
M src/common/Project/Admin/ProjectHistoryResultsPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectHistorySearchPresenter.php +6 −6 Go to diff View file
M src/common/Project/Admin/ProjectListPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectListResultsPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectListResultsPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectListResultsProjectPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectListSearchFieldsPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectMembers/MembersEditProcessAction.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersAdditionalModalCollectionPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectMembersPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/BindingController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/BindingPresenterBuilder.php +3 −3 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/Details/MembersPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/EditBindingUGroupEventLauncher.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/IndexController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/MemberAdditionController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/MemberRemovalController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/SynchronizedProjectMembership/ActivationController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupEditProcessAction.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupListPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php +7 −7 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupRouter.class.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectVisibilityOptionsForPresenterGenerator.php +3 −3 Go to diff View file
M src/common/Project/Admin/ProjectVisibilityPresenter.class.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectVisibilityPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/Reference/Browse/LegacyReferenceAdministrationBrowsingRenderer.php +3 −3 Go to diff View file
M src/common/Project/Admin/Reference/Browse/ReferenceAdministrationBrowseController.php +1 −1 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +2 −2 Go to diff View file
M src/common/Project/Admin/Routing/AdministrationLayoutHelper.php +2 −2 Go to diff View file
M src/common/Project/Admin/Routing/LayoutHelper.php +1 −1 Go to diff View file
M src/common/Project/Admin/Service/ProjectServiceActivator.php +4 −4 Go to diff View file
M src/common/Project/Admin/ServicesUsingTruncatedMailRetriever.php +1 −1 Go to diff View file
M src/common/Project/Admin/TemplateListPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/TemplatePresenter.php +1 −1 Go to diff View file
M src/common/Project/Banner/BannerAdministrationController.php +2 −2 Go to diff View file
M src/common/Project/Banner/BannerCreator.php +1 −1 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionValueFactory.class.php +1 −1 Go to diff View file
M src/common/Project/Label/AddController.php +1 −1 Go to diff View file
M src/common/Project/Label/DeleteController.php +1 −1 Go to diff View file
M src/common/Project/Label/EditController.php +1 −1 Go to diff View file
M src/common/Project/Label/IndexController.php +1 −1 Go to diff View file
M src/common/Project/Label/IndexPresenter.php +1 −1 Go to diff View file
M src/common/Project/Label/LabelsManagementRouter.php +1 −1 Go to diff View file
M src/common/Project/Label/LabelsManagementURLBuilder.php +1 −1 Go to diff View file
M src/common/Project/ProjectAccessChecker.php +1 −1 Go to diff View file
M src/common/Project/ProjectBackground/ProjectBackgroundAdministrationController.php +1 −1 Go to diff View file
M src/common/Project/ProjectBackground/ProjectBackgroundRetriever.php +1 −1 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +3 −3 Go to diff View file
M src/common/Project/ProjectCreationDataServiceFromXmlInheritor.php +1 −1 Go to diff View file
M src/common/Project/ProjectCreator.class.php +4 −4 Go to diff View file
M src/common/Project/ProjectManager.class.php +4 −4 Go to diff View file
M src/common/Project/ProjectPresenter.php +1 −1 Go to diff View file
M src/common/Project/ProjectPresentersBuilder.php +1 −1 Go to diff View file
M src/common/Project/ProjectPrivacyPresenter.php +1 −1 Go to diff View file
M src/common/Project/ProjectStatusMapper.php +2 −2 Go to diff View file
M src/common/Project/ProjectXMLExporter.class.php +2 −2 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +6 −6 Go to diff View file
M src/common/Project/Project_SOAPServer.class.php +1 −1 Go to diff View file
M src/common/Project/REST/MinimalUserGroupRepresentationWithAdditionalInformation.php +1 −1 Go to diff View file
M src/common/Project/REST/UserGroupAdditionalInformationEvent.php +1 −1 Go to diff View file
M src/common/Project/REST/UserGroupRepresentation.php +3 −3 Go to diff View file
M src/common/Project/REST/v1/ProjectCreationDataPOSTProjectBuilder.php +5 −5 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +5 −5 Go to diff View file
M src/common/Project/REST/v1/RestProjectCreator.php +3 −3 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationBaseChecker.php +3 −3 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationChecker.php +1 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationCheckerAggregator.php +1 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationCheckerBlockErrorSet.php +1 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationController.php +1 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationPermissionsChecker.php +1 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationPresenter.php +1 −1 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationRESTChecker.php +1 −1 Go to diff View file
M src/common/Project/Registration/RegisterProjectCreationEvent.php +1 −1 Go to diff View file
M src/common/Project/Registration/Template/TemplateFactory.php +1 −1 Go to diff View file
M src/common/Project/Registration/Template/TemplateFromProjectForCreation.php +1 −1 Go to diff View file
M src/common/Project/RestrictedUserCanAccessUrlOrProjectVerifier.php +1 −1 Go to diff View file
M src/common/Project/Service/AddController.php +1 −1 Go to diff View file
M src/common/Project/Service/DeleteController.php +1 −1 Go to diff View file
M src/common/Project/Service/EditController.php +1 −1 Go to diff View file
M src/common/Project/Service/IndexController.php +1 −1 Go to diff View file
M src/common/Project/Service/ServiceJSONPresenter.php +1 −1 Go to diff View file
M src/common/Project/Service/ServicePOSTData.php +1 −1 Go to diff View file
M src/common/Project/Service/ServicePOSTDataBuilder.php +2 −2 Go to diff View file
M src/common/Project/Service/ServicePresenter.php +1 −1 Go to diff View file
M src/common/Project/Sidebar/LinkedProjectsCollection.php +1 −1 Go to diff View file
M src/common/Project/Sidebar/ProjectContextPresenter.php +2 −2 Go to diff View file
M src/common/Project/UGroupManager.class.php +3 −3 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/DynamicUGroupMembersUpdater.php +1 −1 Go to diff View file
M src/common/Project/UGroups/Membership/MemberAdder.php +1 −1 Go to diff View file
M src/common/Project/UGroups/SynchronizedProjectMembershipProjectVisibilityToggler.php +1 −1 Go to diff View file
M src/common/Project/UgroupDuplicator.php +1 −1 Go to diff View file
M src/common/Project/UserRemover.php +3 −3 Go to diff View file
M src/common/Project/Webhook/ProjectCreatedPayload.php +1 −1 Go to diff View file
M src/common/Project/XML/ConsistencyChecker.php +1 −1 Go to diff View file
M src/common/REST/ProjectAuthorization.class.php +1 −1 Go to diff View file
M src/common/REST/UserManager.class.php +1 −1 Go to diff View file
M src/common/Reference/ByNature/ConcurrentVersionsSystem/CrossReferenceCvsOrganizer.php +3 −3 Go to diff View file
M src/common/Reference/ByNature/CrossReferenceByNatureInCoreOrganizer.php +1 −1 Go to diff View file
M src/common/Reference/ByNature/FRS/CrossReferenceFRSOrganizer.php +3 −3 Go to diff View file
M src/common/Reference/ByNature/Forum/CrossReferenceForumOrganizer.php +3 −3 Go to diff View file
M src/common/Reference/ByNature/News/CrossReferenceNewsOrganizer.php +1 −1 Go to diff View file
M src/common/Reference/ByNature/Wiki/CrossReferenceWikiOrganizer.php +2 −2 Go to diff View file
M src/common/Reference/CrossReferenceByDirectionPresenterBuilder.php +3 −3 Go to diff View file
M src/common/Reference/CrossReferenceByNatureOrganizer.php +6 −6 Go to diff View file
M src/common/Reference/CrossReferencePresenter.php +1 −1 Go to diff View file
M src/common/Reference/GetReferenceEvent.php +1 −1 Go to diff View file
M src/common/Reference/Presenters/CrossReferenceByNaturePresenterBuilder.php +2 −2 Go to diff View file
M src/common/Reference/Presenters/CrossReferenceFieldPresenter.php +1 −1 Go to diff View file
M src/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilder.php +1 −1 Go to diff View file
M src/common/Reference/ReferenceGetTooltipChain.php +1 −1 Go to diff View file
M src/common/Reference/ReferenceGetTooltipChainJson.php +2 −2 Go to diff View file
M src/common/Reference/ReferenceGetTooltipChainLegacy.php +1 −1 Go to diff View file
M src/common/Reference/ReferenceGetTooltipChainOpenGraph.php +2 −2 Go to diff View file
M src/common/Reference/ReferenceManager.php +3 −3 Go to diff View file
M src/common/Reference/ReferenceOpenGraph.php +1 −1 Go to diff View file
M src/common/Reference/ReservedKeywordsRetriever.php +1 −1 Go to diff View file
M src/common/Request/FrontRouter.php +1 −1 Go to diff View file
M src/common/Request/RequestInstrumentation.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +1 −1 Go to diff View file
M src/common/Session/PHP_Session.class.php +1 −1 Go to diff View file
M src/common/TreeNode/InjectSpanPaddingInTreeNodeVisitor.class.php +2 −2 Go to diff View file
M src/common/Tus/TusServer.php +1 −1 Go to diff View file
M src/common/Upload/FileUploadController.php +1 −1 Go to diff View file
M src/common/User/AccessKey/AccessKeyCreator.php +2 −2 Go to diff View file
M src/common/User/AccessKey/AccessKeyDAO.php +1 −1 Go to diff View file
M src/common/User/AccessKey/AccessKeyMetadata.php +1 −1 Go to diff View file
M src/common/User/AccessKey/AccessKeyVerifier.php +1 −1 Go to diff View file
M src/common/User/AccessKey/HTTPBasicAuth/HTTPBasicAuthUserAccessKeyAuthenticator.php +1 −1 Go to diff View file
M src/common/User/AccessKey/REST/UserAccessKeyRepresentationRetriever.php +1 −1 Go to diff View file
M src/common/User/Account/AccessKeyPresenterBuilder.php +1 −1 Go to diff View file
M src/common/User/Account/AccountInformationCollection.php +1 −1 Go to diff View file
M src/common/User/Account/AccountInformationCollectionPresenter.php +1 −1 Go to diff View file
M src/common/User/Account/Appearance/AppearancePresenter.php +1 −1 Go to diff View file
M src/common/User/Account/Appearance/AppearancePresenterBuilder.php +2 −2 Go to diff View file
M src/common/User/Account/ChangeAvatarController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayAccountInformationController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayAppearanceController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayEditionController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayKeysTokensController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayNotificationsController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplaySecurityController.php +1 −1 Go to diff View file
M src/common/User/Account/EditionPresenter.php +1 −1 Go to diff View file
M src/common/User/Account/RemoveFromProjectController.php +1 −1 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +1 −1 Go to diff View file
M src/common/User/Account/UpdateAppearancePreferences.php +2 −2 Go to diff View file
M src/common/User/Account/UpdatePasswordController.php +1 −1 Go to diff View file
M src/common/User/Account/UserPreferencesHeader.php +1 −1 Go to diff View file
M src/common/User/Account/UserWellKnownChangePasswordController.php +1 −1 Go to diff View file
M src/common/User/Admin/PendingProjectBuilder.php +2 −2 Go to diff View file
M src/common/User/Admin/UserChangePasswordPresenter.php +1 −1 Go to diff View file
M src/common/User/Admin/UserDetailsFormatter.php +6 −6 Go to diff View file
M src/common/User/Admin/UserDetailsPresenter.php +2 −2 Go to diff View file
M src/common/User/Admin/UserListPresenter.php +2 −2 Go to diff View file
M src/common/User/Admin/UserListResultsPresenter.php +2 −2 Go to diff View file
M src/common/User/Admin/UserListResultsUserPresenter.php +1 −1 Go to diff View file
M src/common/User/Admin/UserListSearchFieldsPresenter.php +2 −2 Go to diff View file
M src/common/User/Admin/UserStatusBuilder.php +1 −1 Go to diff View file
M src/common/User/ForgeUserGroupPermissionsFactory.class.php +3 −3 Go to diff View file
M src/common/User/History/HistoryCleaner.php +1 −1 Go to diff View file
M src/common/User/History/HistoryEntry.php +1 −1 Go to diff View file
M src/common/User/LoginManager.class.php +1 −1 Go to diff View file
M src/common/User/LoginPresenter.class.php +1 −1 Go to diff View file
M src/common/User/LoginPresenterBuilder.php +1 −1 Go to diff View file
M src/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddleware.php +1 −1 Go to diff View file
M src/common/User/Password/Change/PasswordChanger.php +1 −1 Go to diff View file
M src/common/User/Password/Reset/Creator.php +1 −1 Go to diff View file
M src/common/User/Profile/ProfileAsJSONForTooltipController.php +1 −1 Go to diff View file
M src/common/User/Profile/ProfileController.php +1 −1 Go to diff View file
M src/common/User/Profile/ProfilePresenter.php +1 −1 Go to diff View file
M src/common/User/Profile/ProfilePresenterBuilder.php +2 −2 Go to diff View file
M src/common/User/REST/MinimalUserRepresentation.class.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserHistoryEntryRepresentation.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserResource.php +2 −2 Go to diff View file
M src/common/User/RequestFromAutocompleter.php +1 −1 Go to diff View file
M src/common/User/SessionManager.php +1 −1 Go to diff View file
M src/common/User/SwitchToPresenter.php +1 −1 Go to diff View file
M src/common/User/SwitchToPresenterBuilder.php +1 −1 Go to diff View file
M src/common/User/UserImportCollection.php +2 −2 Go to diff View file
M src/common/User/UserSuspensionManager.php +1 −1 Go to diff View file
M src/common/User/XML/Import/ActionToBeTakenForUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/EmailDoesNotMatchUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/Mapping.php +1 −1 Go to diff View file
M src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php +3 −3 Go to diff View file
M src/common/User/XML/Import/ToBeActivatedUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/ToBeCreatedUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/ToBeMappedUser.php +2 −2 Go to diff View file
M src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php +1 −1 Go to diff View file
M src/common/User/XML/Import/WillBeCreatedUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/WillBeMappedUser.php +1 −1 Go to diff View file
M src/common/Webhook/Emitter.php +1 −1 Go to diff View file
M src/common/Widget/Event/ConfigureAtXMLImport.php +1 −1 Go to diff View file
M src/common/Widget/MyProjects.php +4 −4 Go to diff View file
M src/common/Widget/Note/ProjectNote.php +3 −3 Go to diff View file
M src/common/Widget/ProjectHeartbeat.php +1 −1 Go to diff View file
M src/common/Widget/ProjectMembers/AdministratorPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Widget/Widget.class.php +5 −5 Go to diff View file
M src/common/Widget/WidgetFactory.php +1 −1 Go to diff View file
M src/common/Widget/Widget_ImageViewer.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_ProjectLatestNews.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_Rss.class.php +1 −1 Go to diff View file
M src/common/account/ConfirmationPresenter.class.php +1 −1 Go to diff View file
M src/common/account/RegisterAdminPrefillValuesPresenter.class.php +1 −1 Go to diff View file
M src/common/account/RegisterPrefillValuesPresenter.class.php +1 −1 Go to diff View file
M src/common/account/RegisterPresenter.class.php +1 −1 Go to diff View file
M src/common/admin/AdminPageRenderer.php +1 −1 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +1 −1 Go to diff View file
M src/common/admin/AdminSidebarPresenterBuilder.php +1 −1 Go to diff View file
M src/common/admin/HelpDropdown/AdminReleaseNoteLinkController.php +1 −1 Go to diff View file
M src/common/admin/HelpDropdown/PostAdminReleaseNoteLinkController.php +1 −1 Go to diff View file
M src/common/admin/Homepage/Controller.php +1 −1 Go to diff View file
M src/common/admin/Homepage/NbUsersByStatus.php +1 −1 Go to diff View file
M src/common/admin/Homepage/Presenter.php +1 −1 Go to diff View file
M src/common/admin/Homepage/Router.php +1 −1 Go to diff View file
M src/common/admin/Homepage/UsersStatisticsPresenter.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationController.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationIndexPresenter.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreation/ProjectFields/ProjectFieldsDao.php +4 −4 Go to diff View file
M src/common/admin/ProjectCreation/ProjectFields/ProjectFieldsUpdateController.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreation/ProjectFields/ProjectsFieldDescriptionUpdater.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigPresenter.php +1 −1 Go to diff View file
M src/common/admin/ProjectEdit/ProjectEditController.php +3 −3 Go to diff View file
M src/common/admin/ProjectWidgetsConfigurationPresenter.php +1 −1 Go to diff View file
M src/common/admin/SiteAdminWarnings.php +1 −1 Go to diff View file
M src/common/admin/SiteContentCustomisationController.php +7 −7 Go to diff View file
M src/common/admin/SystemEventsPanePresenterBuilder.php +2 −2 Go to diff View file
M src/common/admin/SystemEventsPaneSectionPresenter.php +1 −1 Go to diff View file
M src/common/backend/Backend.class.php +1 −1 Go to diff View file
M src/common/backend/BackendAliases.class.php +1 −1 Go to diff View file
M src/common/backend/BackendSVN.class.php +2 −2 Go to diff View file
M src/common/chart/ColorsForCharts.php +2 −2 Go to diff View file
M src/common/dao/FRSFileDao.class.php +2 −2 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +2 −2 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +3 −3 Go to diff View file
M src/common/dao/MailingListDao.class.php +1 −1 Go to diff View file
M src/common/dao/ProjectDao.class.php +1 −1 Go to diff View file
M src/common/dao/ServiceDao.class.php +2 −2 Go to diff View file
M src/common/dao/UserDao.class.php +1 −1 Go to diff View file
M src/common/dao/UserPreferencesDao.class.php +4 −4 Go to diff View file
M src/common/dao/include/DataAccessObject.class.php +1 −1 Go to diff View file
M src/common/date/Admin/RelativeDatesDisplayController.php +1 −1 Go to diff View file
M src/common/date/Admin/RelativeDatesDisplaySaveController.php +1 −1 Go to diff View file
M src/common/date/RelativeDatesDisplayPreferencesSelectboxPresenter.php +1 −1 Go to diff View file
M src/common/include/BurningParrotCompatiblePageDetector.php +1 −1 Go to diff View file
M src/common/include/CSRFSynchronizerToken.php +1 −1 Go to diff View file
M src/common/include/Codendi_HTMLPurifier.class.php +1 −1 Go to diff View file
M src/common/include/CookieManager.php +1 −1 Go to diff View file
M src/common/include/URL.class.php +1 −1 Go to diff View file
M src/common/include/URLRedirect.class.php +1 −1 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumbLink.php +1 −1 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumbLinkWithIcon.php +1 −1 Go to diff View file
M src/common/layout/Feedback/FeedbackSerializer.php +2 −2 Go to diff View file
M src/common/layout/HomePage/HomePageNews.php +1 −1 Go to diff View file
M src/common/layout/HomePage/StatisticsCollectionBuilder.php +1 −1 Go to diff View file
M src/common/layout/Layout.class.php +2 −2 Go to diff View file
M src/common/layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserter.php +3 −3 Go to diff View file
M src/common/layout/NewDropdown/NewDropdownPresenterBuilder.php +1 −1 Go to diff View file
M src/common/layout/NewDropdown/NewDropdownProjectLinksCollector.php +1 −1 Go to diff View file
M src/common/layout/ProjectSidebarBuilder.php +2 −2 Go to diff View file
M src/common/layout/SearchFormPresenterBuilder.php +3 −3 Go to diff View file
M src/common/layout/ThemeManager.class.php +1 −1 Go to diff View file
M src/common/mail/MailBuilder.php +1 −1 Go to diff View file
M src/common/mail/MailFilter.php +1 −1 Go to diff View file
M src/common/mail/MailNotificationBuilder.php +1 −1 Go to diff View file
M src/common/mail/MailNotificationPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailOutlinePresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailPresenterFactory.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectNotificationPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectOneStepRegisterPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailRegisterByAdminApprovalPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailRegisterByAdminNotificationPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailRegisterByAdminPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailRegisterByUserPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailRegisterPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/RecipientListBuilder.php +3 −3 Go to diff View file
M src/common/notifications/UserInvolvedInNotificationPresenter.php +1 −1 Go to diff View file
M src/common/permission/PermissionsNormalizerOverrideCollection.php +1 −1 Go to diff View file
M src/common/realTime/MessageDataPresenter.php +1 −1 Go to diff View file
M src/common/realTime/NodeJSClient.php +1 −1 Go to diff View file
M src/common/search/SearchController.class.php +1 −1 Go to diff View file
M src/common/search/SearchPeople.class.php +1 −1 Go to diff View file
M src/common/search/SearchTrackerV3.class.php +2 −2 Go to diff View file
M src/common/soap/SOAPRequestValidatorImplementation.php +1 −1 Go to diff View file
M src/common/soap/SOAP_WSDLMethodGenerator.class.php +1 −1 Go to diff View file
M src/common/soap/SOAP_WSDLRenderer.class.php +1 −1 Go to diff View file
M src/common/soap/TuleapSOAPServer.class.php +2 −2 Go to diff View file
M src/common/svn/ApacheConfGenerator.php +1 −1 Go to diff View file
M src/common/svn/Hook.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_Apache_Auth_Factory.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_SOAPServer.class.php +1 −1 Go to diff View file
M src/common/svn/hook/PreCommit.class.php +1 −1 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php +1 −1 Go to diff View file
M src/common/svn/tokens/SVN_Token.class.php +1 −1 Go to diff View file
M src/common/svn/tokens/SVN_TokenHandler.class.php +1 −1 Go to diff View file
M src/common/svn/viewvc/ViewVCProxy.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +4 −4 Go to diff View file
M src/common/system_event/SystemEventPresenter.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessorMutex.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor_Root.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventSearchPresenter.php +13 −13 Go to diff View file
M src/common/system_event/include/SystemEventProjectActive.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEventSVNAuthenticationCacheRefresh.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEventUserActiveStatusChange.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_DELETE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_UGROUP_MODIFY.class.php +1 −1 Go to diff View file
M src/common/templating/mustache/GettextExtractor.php +2 −2 Go to diff View file
M src/common/templating/mustache/MustacheEngine.php +1 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactField.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactFieldFactory.class.php +3 −3 Go to diff View file
M src/common/tracker/ArtifactImport.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactStaticMultiListFieldXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactType.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactUserMultiListFieldXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactXMLExporterArtifact.class.php +1 −1 Go to diff View file
M src/common/tracker/HTML/ArtifactFieldHtml.class.php +1 −1 Go to diff View file
M src/common/tracker/HTML/ArtifactHtml.class.php +2 −2 Go to diff View file
M src/common/tracker/HTML/ArtifactTypeHtml.class.php +8 −8 Go to diff View file
M src/common/trove/TroveCat.php +1 −1 Go to diff View file
M src/common/trove/TroveCatDao.php +2 −2 Go to diff View file
M src/common/trove/TroveCatHierarchyRetriever.php +5 −5 Go to diff View file
M src/common/trove/TroveCatListController.php +1 −1 Go to diff View file
M src/common/wiki/PermissionsManager.class.php +1 −1 Go to diff View file
M src/common/wiki/PermissionsPerGroup/PHPWikiPermissionPerGroupPaneBuilder.php +7 −7 Go to diff View file
M src/common/wiki/actions/WikiServiceAdminActions.class.php +1 −1 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +5 −5 Go to diff View file
M src/common/wiki/lib/WikiPageVersionContentFormatter.php +1 −1 Go to diff View file
M src/common/wiki/lib/WikiPageWrapper.class.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/BlockParser.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/EditToolbar.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/FileFinder.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/IniConfig.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/PageList.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/RSSWriter091.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter2.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/TextSearchIter.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUserNew.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/difflib.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/display.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/editpage.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/loadsave.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/main.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/common.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/mysql_pdo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/PEAR.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AllPages.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AllUsers.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AppendText.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AuthorHistory.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogArchives.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogJournal.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Calendar.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CalendarList.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreateToc.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/EditMetaData.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/GoTo.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludePage.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludeSiteMap.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListSubpages.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageGroup.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PrevNext.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentChanges.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SiteMap.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SystemInfo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Template.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Transclude.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiBlog.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForum.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 +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/ziplib.php +1 −1 Go to diff View file
M src/common/wiki/views/WikiServiceAdminViews.class.php +2 −2 Go to diff View file
M src/common/wiki/views/WikiViews.class.php +2 −2 Go to diff View file
M src/common/xml/SimpleXMLCDATAFactory.class.php +1 −1 Go to diff View file
M src/core/contact.php +1 −1 Go to diff View file
M src/core/goto.php +1 −1 Go to diff View file
M src/core/sparklines.php +1 −1 Go to diff View file
M src/db/mysql/updates/2015/201510131542_turn_user_groups_tables_innodb.php +1 −1 Go to diff View file
M src/db/mysql/updates/2016/201608041530_migrate_existing_read_permissions.php +1 −1 Go to diff View file
M src/db/mysql/updates/2016/201612231324_update_trove_categories_incorrect_values.php +1 −1 Go to diff View file
M src/db/mysql/updates/2017/201706091011_migrate_old_dashboard.php +3 −3 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_led.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie3d.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_scatter.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_utils.inc.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +3 −3 Go to diff View file
M src/themes/BurningParrot/include/FooterPresenter.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenter.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +3 −3 Go to diff View file
M src/themes/BurningParrot/include/HomePagePresenter.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/MenuItem/LogoutPresenter.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/Presenter.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/UserNavPresenter.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/ProjectSidebarPresenter.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/BodyPresenter.class.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/ContainerPresenter.class.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/HeaderPresenter.class.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/Docker/Rsyslog.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/Docker/Supervisord.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/DatabaseConfigurator.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlInitCommand.php +4 −4 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/FPMSessionFiles.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/FPMSessionRedis.php +3 −3 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php +2 −2 Go to diff View file
M src/tuleap-cfg/Command/SystemControlCommand.php +1 −1 Go to diff View file
M src/utils/export_project_xml.php +1 −1 Go to diff View file
M src/www/account/register.php +3 −3 Go to diff View file
M src/www/admin/approve_pending_users.php +1 −1 Go to diff View file
M src/www/admin/index.php +2 −2 Go to diff View file
M src/www/admin/massmail.php +7 −7 Go to diff View file
M src/www/admin/massmail_execute.php +4 −4 Go to diff View file
M src/www/admin/system_events/adminPresenter.class.php +2 −2 Go to diff View file
M src/www/admin/system_events/index.php +2 −2 Go to diff View file
M src/www/admin/system_events/notifications.php +7 −7 Go to diff View file
M src/www/admin/usergroup.php +2 −2 Go to diff View file
M src/www/admin/userlist.php +1 −1 Go to diff View file
M src/www/api/index.php +1 −1 Go to diff View file
M src/www/cvs/commit_utils.php +1 −1 Go to diff View file
M src/www/file/admin/frsajax.php +2 −2 Go to diff View file
M src/www/file/file_utils.php +7 −7 Go to diff View file
M src/www/file/filemodule_monitor.php +1 −1 Go to diff View file
M src/www/file/files_permissions_per_group.php +1 −1 Go to diff View file
M src/www/forum/message.php +1 −1 Go to diff View file
M src/www/help/index.php +1 −1 Go to diff View file
M src/www/include/html.php +3 −3 Go to diff View file
M src/www/include/nusoap.php +5 −5 Go to diff View file
M src/www/include/pre.php +1 −1 Go to diff View file
M src/www/include/utils_soap.php +1 −1 Go to diff View file
M src/www/news/news_utils.php +1 −1 Go to diff View file
M src/www/project/admin/editgenericmember.php +1 −1 Go to diff View file
M src/www/project/admin/permission_request.php +1 −1 Go to diff View file
M src/www/project/admin/permissions.php +12 −12 Go to diff View file
M src/www/project/admin/project_admin_utils.php +1 −1 Go to diff View file
M src/www/project/admin/ugroup_utils.php +4 −4 Go to diff View file
M src/www/project/admin/userimport.php +1 −1 Go to diff View file
M src/www/project/admin/userperms.php +1 −1 Go to diff View file
M src/www/project/autocomplete.php +3 −3 Go to diff View file
M src/www/project/export/artifact_history_export.php +1 −1 Go to diff View file
M src/www/project/stats/source_code_access.php +1 −1 Go to diff View file
M src/www/soap/common/group.php +9 −9 Go to diff View file
M src/www/soap/common/session.php +7 −7 Go to diff View file
M src/www/soap/common/users.php +2 −2 Go to diff View file
M src/www/soap/frs/frs.php +10 −10 Go to diff View file
M src/www/soap/index.php +2 −2 Go to diff View file
M src/www/soap/tracker/tracker.php +72 −72 Go to diff View file
M src/www/softwaremap/trove_list.php +1 −1 Go to diff View file
M src/www/svn/admin/access_control.php +1 −1 Go to diff View file
M src/www/svn/admin/index.php +2 −2 Go to diff View file
M src/www/svn/admin/notification.php +1 −1 Go to diff View file
M src/www/svn/svn_intro.php +1 −1 Go to diff View file
M src/www/svn/svn_utils.php +3 −3 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −2 Go to diff View file
M src/www/tlp-doc/index.php +1 −1 Go to diff View file
M src/www/tracker/browse.php +1 −1 Go to diff View file
M src/www/user/autocomplete.php +5 −5 Go to diff View file
M tests/e2e/distlp/tests/SVN/SVNCLITest.php +1 −1 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/DefectTrackerTest.php +16 −16 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php +13 −13 Go to diff View file
M tests/lib/Builders/ProjectTestBuilder.php +1 −1 Go to diff View file
M tests/lib/Helpers/LayoutHelperPassthrough.php +1 −1 Go to diff View file
M tests/lib/Psalm/PsalmCommandLauncherWithIgnoreDirectory.php +1 −1 Go to diff View file
M tests/lib/Stubs/CheckProjectAccessStub.php +1 −1 Go to diff View file
M tests/phpcs/non-psr-rules.xml +3 −0 Go to diff View file
M tests/psalm/stubs/ParagonIE/EasyDB/EasyDB.phpstub +1 −1 Go to diff View file
M tests/rest/lib/ArtifactsTestExecutionHelper.php +7 −7 Go to diff View file
M tests/rest/lib/RestBase.php +4 −4 Go to diff View file
M tests/rest/lib/tracker/Tracker.php +3 −3 Go to diff View file
M tests/rest/tests/AccessKeyTest.php +3 −3 Go to diff View file
M tests/rest/tests/ArtifactFilesTest.php +2 −2 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +26 −26 Go to diff View file
M tests/rest/tests/BacklogItemsTest.php +16 −16 Go to diff View file
M tests/rest/tests/MilestonesBacklogPatchTest.php +19 −19 Go to diff View file
M tests/rest/tests/MilestonesBacklogTest.php +3 −3 Go to diff View file
M tests/rest/tests/MilestonesTest.php +14 −14 Go to diff View file
M tests/rest/tests/PlanningTest.php +1 −1 Go to diff View file
M tests/rest/tests/PlatformBannerTest.php +1 −1 Go to diff View file
M tests/rest/tests/ProjectFieldsTest.php +3 −3 Go to diff View file
M tests/rest/tests/ProjectTest.php +68 −68 Go to diff View file
M tests/rest/tests/ReadOnlyAdministrator/ProjectTest.php +7 −7 Go to diff View file
M tests/rest/tests/TokenTest.php +2 −2 Go to diff View file
M tests/rest/tests/TrackersTest.php +8 −8 Go to diff View file
M tests/rest/tests/UserGroupTest.php +30 −30 Go to diff View file
M tests/rest/tests/UserMembershipTest.php +1 −1 Go to diff View file
M tests/rest/tests/UsersTest.php +17 −17 Go to diff View file
M tests/rest/tests/regressions/ArtifactsCreationWithWrongWorkflowTest.php +2 −2 Go to diff View file
M tests/rest/tests/regressions/PutSoloCardTest.php +1 −1 Go to diff View file
M tests/soap/lib/SOAPBase.php +2 −2 Go to diff View file
M tests/soap/tests/ProjectTest.php +1 −1 Go to diff View file
M tests/unit/common/Backend/BackendSVNTest.php +3 −3 Go to diff View file
M tests/unit/common/Backend/FileExtensionFilterIteratorTest.php +4 −4 Go to diff View file
M tests/unit/common/BrowserDetection/DetectedBrowserTest.php +1 −1 Go to diff View file
M tests/unit/common/CLI/Command/ConfigDumpCommandTest.php +2 −2 Go to diff View file
M tests/unit/common/Config/ForgeConfigTest.php +1 −1 Go to diff View file
M tests/unit/common/Dashboard/AssetsIncluderTest.php +4 −4 Go to diff View file
M tests/unit/common/Dashboard/Project/DashboardXMLExporterTest.php +2 −2 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardRetrieverTest.php +2 −2 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardSaverTest.php +1 −1 Go to diff View file
M tests/unit/common/Dashboard/User/UserDashboardRetrieverTest.php +2 −2 Go to diff View file
M tests/unit/common/Dashboard/User/UserDashboardSaverTest.php +1 −1 Go to diff View file
M tests/unit/common/Dashboard/Widget/WidgetReorderTest.php +3 −3 Go to diff View file
M tests/unit/common/Dashboard/Widget/WidgetRetrieverTest.php +7 −7 Go to diff View file
M tests/unit/common/Date/TlpRelativeDatePresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/FRS/FRSPackageFactoryTest.php +2 −2 Go to diff View file
M tests/unit/common/FRS/FRSPermissionManagerTest.php +6 −6 Go to diff View file
M tests/unit/common/FRS/FRSXMLImporterTest.php +2 −2 Go to diff View file
M tests/unit/common/FRS/LicenseAgreement/LicenseAgreementDisplayTest.php +3 −3 Go to diff View file
M tests/unit/common/FRS/LicenseAgreement/LicenseAgreementFactoryTest.php +3 −3 Go to diff View file
M tests/unit/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilderTest.php +11 −11 Go to diff View file
M tests/unit/common/FRS/PermissionsPerGroup/PermissionPerTypeExtractorTest.php +11 −11 Go to diff View file
M tests/unit/common/FRS/UploadedLinksRequestFormatterTest.php +1 −1 Go to diff View file
M tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/HelpDropdown/ReleaseNoteManagerTest.php +4 −4 Go to diff View file
M tests/unit/common/HelpDropdown/VersionNumberExtractorTest.php +1 −1 Go to diff View file
M tests/unit/common/Http/Response/BinaryFileResponseBuilderTest.php +1 −1 Go to diff View file
M tests/unit/common/Http/Server/MiddlewareDispatcherTest.php +2 −2 Go to diff View file
M tests/unit/common/Include/URLVerification_AssertValidUrlTest.php +2 −2 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationRedirectionTests.php +7 −7 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationWithAnonymousTest.php +7 −7 Go to diff View file
M tests/unit/common/JWT/generators/JWTGeneratorTest.php +1 −1 Go to diff View file
M tests/unit/common/Label/REST/LabelsUpdaterTest.php +9 −9 Go to diff View file
M tests/unit/common/Layout/Feedback/FeedbackSerializerTest.php +1 −1 Go to diff View file
M tests/unit/common/Password/HaveIBeenPwned/PwnedPasswordCheckerTest.php +1 −1 Go to diff View file
M tests/unit/common/Platform/Banner/BannerRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/Plugin/PluginFactoryTest.php +1 −1 Go to diff View file
M tests/unit/common/Plugin/PluginManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/Plugin/PluginTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/Admin/Categories/CategoryCollectionConsistencyCheckerTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Admin/Categories/ProjectCategoriesUpdaterTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Admin/DescriptionFields/DescriptionFieldAdminPresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Admin/DescriptionFields/ProjectRegistrationSubmittedFieldsCollectionConsistencyCheckerTest.php +7 −7 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilderTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Admin/RestrictedUsersProjectCounterTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Admin/Service/ProjectServiceActivatorTest.php +20 −20 Go to diff View file
M tests/unit/common/Project/DefaultProjectVisibilityRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/ProjectAccessCheckerTest.php +16 −16 Go to diff View file
M tests/unit/common/Project/ProjectCreationDataServiceFromXmlInheritorTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/ProjectCreationDataTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/ProjectCreatorTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/ProjectManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/ProjectXMLExporterTest.php +6 −6 Go to diff View file
M tests/unit/common/Project/ProjectXMLExporterWithSynchronizedUGroupsTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/REST/ProjectCreationNotifierTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/REST/UserRESTReferenceRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Registration/ProjectRegistrationPresenterBuilderTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/Registration/ProjectRegistrationRESTCheckerTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectDescriptionFieldsTest.php +5 −5 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectServicesUsageTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/Service/ServicePOSTDataBuilderTest.php +16 −16 Go to diff View file
M tests/unit/common/Project/Service/ServicesPresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/UGroupBindingTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/UGroupLiteralizerTest.php +6 −6 Go to diff View file
M tests/unit/common/Project/UGroupManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/UGroupRetrieverWithLegacyTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/MemberAdderTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/UserRemoverTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Webhook/ProjectCreatedPayloadTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/XML/ConsistencyCheckerTest.php +2 −2 Go to diff View file
M tests/unit/common/REST/RESTAuthenticationFlowIsAllowedTest.php +5 −5 Go to diff View file
M tests/unit/common/REST/RESTCurrentUserMiddlewareTest.php +2 −2 Go to diff View file
M tests/unit/common/Reference/ByNature/News/CrossReferenceNewsOrganizerTest.php +1 −1 Go to diff View file
M tests/unit/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilderTest.php +1 −1 Go to diff View file
M tests/unit/common/Reference/ReferenceManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/Request/DispatchablePSR15CompatibleTest.php +2 −2 Go to diff View file
M tests/unit/common/SOAP/SOAP_WSDLMethodGeneratorTest.php +2 −2 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_COMPUTE_MD5SUMTest.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_PROJECT_DELETE_Test.php +12 −12 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_PROJECT_RENAME_Test.php +9 −9 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFYRenameTest.php +2 −2 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFY_Test.php +4 −4 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_USER_RENAME_Test.php +4 −4 Go to diff View file
M tests/unit/common/User/AccessKey/AccessKeyVerifierTest.php +6 −6 Go to diff View file
M tests/unit/common/User/AccessKey/Scope/AccessKeyScopeRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/Appearance/LanguagePresenterBuilderTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/UpdateAppearancePreferencesTest.php +38 −38 Go to diff View file
M tests/unit/common/User/Account/UpdateEditionControllerTest.php +8 −8 Go to diff View file
M tests/unit/common/User/Admin/UserStatusBuilderTest.php +9 −9 Go to diff View file
M tests/unit/common/User/OAuth2/BearerTokenHeaderParserTest.php +1 −1 Go to diff View file
M tests/unit/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddlewareTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Password/Reset/VerifierTest.php +2 −2 Go to diff View file
M tests/unit/common/User/PasswordVerifierTest.php +1 −1 Go to diff View file
M tests/unit/common/User/SessionManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/User/UserImportTest.php +4 −4 Go to diff View file
M tests/unit/common/User/UserManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/UserTest.php +7 −7 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupFactoryTest.php +1 −1 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupFactory_GetPermissionsForForgeUserGroupTest.php +2 −2 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupManagerTest.php +3 −3 Go to diff View file
M tests/unit/common/User/User_PasswordExpirationCheckerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/User_SSHKeyDumperTest.php +1 −1 Go to diff View file
M tests/unit/common/User/User_SSHKeyValidator_InputManagementTest.php +3 −3 Go to diff View file
M tests/unit/common/User/User_SSHKeyValidator_KeyValidationTest.php +5 −5 Go to diff View file
M tests/unit/common/User/XML/Import/ToBeMappedUserTest.php +1 −1 Go to diff View file
M tests/unit/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php +15 −15 Go to diff View file
M tests/unit/common/User/XML/Import/UsersToBeImportedCollectionTest.php +2 −2 Go to diff View file
M tests/unit/common/User/XML/UserXMLExportedCollectionTest.php +2 −2 Go to diff View file
M tests/unit/common/date/DefaultRelativeDatesDisplayPreferenceRetrieverTest.php +9 −9 Go to diff View file
M tests/unit/common/date/SelectedDateDisplayPreferenceValidatorTest.php +7 −7 Go to diff View file
M tests/unit/common/date/TimePeriodWithoutWeekEndTest.php +36 −36 Go to diff View file
M tests/unit/common/date/helper/DateHelperTest.php +5 −5 Go to diff View file
M tests/unit/common/language/BaseLanguageTest.php +5 −5 Go to diff View file
M tests/unit/common/language/LanguageTagFormatterTest.php +1 −1 Go to diff View file
M tests/unit/common/layout/ColorHelperTest.php +1 −1 Go to diff View file
M tests/unit/common/layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserterTest.php +1 −1 Go to diff View file
M tests/unit/common/layout/NewDropdown/NewDropdownPresenterBuilderTest.php +1 −1 Go to diff View file
M tests/unit/common/mail/MailFilterTest.php +5 −5 Go to diff View file
M tests/unit/common/mail/Mail_RecipientListBuilderTest.php +3 −3 Go to diff View file
M tests/unit/common/svn/PreCommitCommitToTagTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/cache/ParameterRetrieverTest.php +2 −2 Go to diff View file
M tests/unit/common/tracker/ArtifactRuleFactoryTest.php +1 −1 Go to diff View file
M tests/unit/common/tracker/ArtifactRulesManagerTest.php +6 −6 Go to diff View file
M tests/unit/common/tracker/ArtifactXMLExporterTest.php +1 −1 Go to diff View file
M tests/unit/common/wiki/PermissionsManagerTest.php +15 −15 Go to diff View file
M tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php +3 −3 Go to diff View file
M tests/unit/tuleap-cfg/Command/TestConnectionManager.php +1 −1 Go to diff View file
M tests/unit/www/include/ServiceCreateServiceTest.php +1 −1 Go to diff View file
M tools/utils/TuleapDev/GerritSetupCommand.php +21 −21 Go to diff View file
M tools/utils/generate-po.php +1 −1 Go to diff View file
M tools/utils/generate-smarty-mo.php +1 −1 Go to diff View file