stable

Clone or download

Read-only

Move Tracker_Artifact to its own namespace

Tracker_Artifact becomes \Tuleap\Tracker\Artifact\Artifact No functional changes. Part of request #17148: Tracker move to PSR4 Change-Id: Iee5f034a33790f9a4f3876a5594ec4c3ba4d61b0

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php +8 −6 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 +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +11 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/CountElementsCalculator.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/ElementsCount.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheGenerator.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php +5 −5 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/BurnupFieldRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageBuilder.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageSender.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +9 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php +8 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemBuilder.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +8 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterBuilder.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsCollection.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItem.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBuildBacklogItemAndBacklogItemCollection.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneParentLinker.php +6 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemParentReference.class.php +4 −4 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 +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/ItemRepresentationBuilder.php +6 −6 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/TimeInfoFactory.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +10 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/RealTime/RealTimeArtifactMessageController.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/RemainingEffortValueRetriever.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactLinker.class.php +8 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +5 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/Command.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/NearestMilestoneWithBacklogTrackerCommand.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/ParentInSameHierarchyCommand.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SameTrackerCommand.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php +5 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/Milestone.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +20 −19 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenter.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +4 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/AdditionalArtifactActionBuilderTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/DirectArtifactLinkCleanerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedArtifactsAdderTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionMatchingIdsRetrieverTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/Burnup/CountElementsCalculatorTest.php +17 −17 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/BurnupCalculatorTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupDataBuilderTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php +8 −7 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_SequenceIdManagerTest.php +13 −13 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/TopBacklogElementsToAddCheckerTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneParentLinkerTest.php +15 −14 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneStatusCounterTest.php +30 −28 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactLinkerTest.php +9 −8 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactMilestoneTest.php +14 −14 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactParentsSelectorTest.php +9 −8 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetBareMilestoneByArtifactIdTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetLastMilestoneCreatedTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactWithPlannedArtifactsTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneTest.php +11 −11 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneWithAncestorsTest.php +7 −7 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetPaginatedMilestonesTest.php +10 −10 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetTopMilestonesTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryPlannedArtifactsTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryTest.php +8 −8 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneSelectorControllerTest.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/RemainingEffortValueRetrieverTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/Planning_ArtifactParentsSelectorEventListenerTest.php +7 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementAdderTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementMoverTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/MilestoneResourceValidatorTest.php +9 −9 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Scrum/BacklogItem/InitialEffortSemanticUpdaterTest.php +3 −3 Go to diff View file
M plugins/artifactsfolders/include/Converter/AncestorFolderChecker.php +3 −3 Go to diff View file
M plugins/artifactsfolders/include/Converter/CollectionOfLinksToAdd.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +5 −5 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenter.php +4 −4 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +6 −6 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactView.php +3 −3 Go to diff View file
M plugins/artifactsfolders/include/Folder/Controller.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentation.php +3 −3 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollection.php +4 −4 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollectionBuilder.php +4 −4 Go to diff View file
M plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php +6 −6 Go to diff View file
M plugins/artifactsfolders/include/Folder/PostSaveNewChangesetCommand.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.php +10 −9 Go to diff View file
M plugins/cardwall/include/CardFieldPresenter.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/CardFields.class.php +3 −1 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterBuilder.class.php +3 −2 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +6 −4 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/BackgroundColor/BackgroundColorBuilder.php +3 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config.class.php +3 −1 Go to diff View file
M plugins/cardwall/include/OnTop/ConfigEmpty.class.php +3 −1 Go to diff View file
M plugins/cardwall/include/OnTop/IConfig.class.php +3 −1 Go to diff View file
M plugins/cardwall/include/Pane.class.php +3 −2 Go to diff View file
M plugins/cardwall/include/PaneBoardBuilder.class.php +7 −5 Go to diff View file
M plugins/cardwall/include/REST/v1/CardUpdater.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/SingleCard.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/SingleCardBuilder.class.php +5 −4 Go to diff View file
M plugins/cardwall/include/SwimlineSoloNoMatchingColumns.class.php +4 −2 Go to diff View file
M plugins/cardwall/tests/unit/CardInCellPresenterFactoryTest.php +2 −1 Go to diff View file
M plugins/cardwall/tests/unit/CardInCellPresenterTest.php +3 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/AccentColor/AccentColorBuilderTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/BackgroundColor/BackgroundColorBuilderTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_CardControllerTest.php +2 −1 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_CardInCellPresenterNodeTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_Column_isInColumnTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_PaneBuilderTest.php +5 −3 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_SwimLineFactoryTest.php +5 −3 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_ConfigTest.php +4 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerArtifactReportRepresentation.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/SimilarFieldsFormatter.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldCollection.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/CSVRepresentationBuilderTest.php +1 −1 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/SimilarField/SimilarFieldCollectionTest.php +2 −2 Go to diff View file
M plugins/frs/include/FRS/ArtifactView.php +3 −3 Go to diff View file
M plugins/frs/include/Link/Retriever.php +2 −2 Go to diff View file
M plugins/frs/tests/unit/FRS/ArtifactViewTest.php +2 −2 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsRunner.php +3 −3 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsTask.php +3 −3 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/ArtifactCreatedHandlerTest.php +4 −4 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsRunnerTest.php +3 −3 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsTaskTest.php +2 −2 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/CopiedValuesGathererTest.php +7 −7 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/MirrorMilestonesCreatorTest.php +2 −2 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/Reference/ArtifactReference.php +2 −2 Go to diff View file
M plugins/taskboard/include/Column/FieldValuesToColumnMapping/ArtifactMappedFieldValueRetriever.php +1 −1 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 +3 −3 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php +6 −6 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/AddValidator.php +6 −6 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php +3 −3 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CellPatcher.php +5 −5 Go to diff View file
M plugins/taskboard/include/REST/v1/RemainingEffortRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/taskboard/include/REST/v1/TaskboardCardResource.php +1 −1 Go to diff View file
M plugins/taskboard/include/Swimlane/SwimlaneChildrenRetriever.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/ArtifactMappedFieldValueRetrieverTest.php +3 −3 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Card/CardPatcherTest.php +3 −3 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/AddValidatorTest.php +6 −6 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CardMappedFieldUpdaterTest.php +6 −6 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CellPatcherTest.php +4 −4 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/RemainingEffortRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/Swimlane/SwimlaneChildrenRetrieverTest.php +3 −3 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerCollectionRetrieverTest.php +1 −1 Go to diff View file
M plugins/testmanagement/include/RealTime/RealTimeMessageSender.php +16 −16 Go to diff View file
M plugins/testmanagement/include/TestManagement/ArtifactFactory.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Campaign.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/CampaignRetriever.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Execution/DefinitionForExecutionRetriever.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Execution/DefinitionNotFoundException.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/Execution/PaginatedExecutions.php +6 −6 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/ConfigConformanceValidator.class.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/Nature/NatureCoveredByOverrider.php +2 −2 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 +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForIntFieldRetriever.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/FormattedChangesetValueForListFieldRetriever.php +2 −2 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/v1/ArtifactNodeBuilder.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ArtifactNodeDao.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/AssignedToRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/BugRepresentation.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentation.class.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentation.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/Execution/StepsResultsRepresentationBuilder.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionCreator.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionFromAutomatedTestsUpdater.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php +14 −14 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionStatusUpdater.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionWithAutomatedTestData.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionWithAutomatedTestDataProvider.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +8 −8 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ListOfExecutionsWithAutomatedTestDataRetriever.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/MinimalDefinitionRepresentation.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodeBuilderFactory.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodesResource.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/RequirementRetriever.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/StepDefinitionRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/StepsResultsChangesBuilder.php +9 −9 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +10 −10 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Execution/Field/StepExecution.php +7 −7 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategySteps.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporter.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Campaign/InformationNeededToRetrieveTestStatusOfACampaignTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/CampaignCreatorTest.php +6 −6 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/ConfigConformanceValidatorTest.php +10 −10 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/NatureCoveredByOverriderTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionChangesExtractorTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionFromAutomatedTestsUpdaterTest.php +7 −7 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/ExecutionWithAutomatedTestDataProviderTest.php +9 −9 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForFieldsRetrieverTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForIntFieldRetrieverTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForListFieldRetrieverTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForTextFieldRetrieverTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/ListOfExecutionsWithAutomatedTestDataRetrieverTest.php +7 −7 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/AssignedToRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentationTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/StepsResultsChangesBuilderTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategyStepsTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporterTest.php +3 −3 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/BacklogItemTestCreationUpdateInformationLinkPresenter.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessor.php +2 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanLinkedTestDefinitionsRetriever.php +2 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanMilestoneInformationNeededToRetrieveTestStatusPerTestDefinition.php +8 −5 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatus.php +5 −5 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatusRetriever.php +4 −3 Go to diff View file
M plugins/testplan/include/TestDefinition/TestStatusPerTestDefinitionsInformationForUserRetriever.php +2 −2 Go to diff View file
M plugins/testplan/tests/unit/REST/v1/BacklogItemRepresentationTest.php +3 −3 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessorTest.php +15 −15 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/RedirectParameterInjectorTest.php +5 −5 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanLinkedTestDefinitionsRetrieverTest.php +6 −6 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanLinkedTestDefinitionsTest.php +12 −4 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusRetrieverTest.php +7 −7 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusTest.php +2 −2 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestStatusPerTestDefinitionsInformationForUserRetrieverTest.php +5 −5 Go to diff View file
M plugins/testplan/tests/unit/TestPlanControllerTest.php +2 −2 Go to diff View file
M plugins/testplan/tests/unit/TestPlanPresenterBuilderTest.php +1 −1 Go to diff View file
M plugins/textualreport/include/TextualReport/ArtifactsPresentersBuilder.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactView.php +3 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewBuilder.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewPresenter.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/MinimalArtifactRepresentation.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/Router.php +6 −6 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeController.php +5 −5 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeRetriever.php +3 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeUpdater.php +4 −4 Go to diff View file
M plugins/timetracking/tests/rest/TimetrackingDataBuilder.php +2 −2 Go to diff View file
M plugins/timetracking/tests/unit/ArtifactView/ArtifactViewBuilderTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/REST/v1/ArtifactTimeRetrieverTest.php +2 −2 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeCheckerTest.php +2 −2 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeControllerTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeRetrieverTest.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201209121717_turn_tables_innodb.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2018/201812051620_add_index_on_tracker_artifact_submitted_on.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactReference.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentation.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentationBuilder.php +9 −9 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.class.php +5 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/MovedArtifactValueBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/MyArtifactsRepresentation.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ParentArtifactReference.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/UsersArtifactsResourceController.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FormElement/PermissionsForGroupsBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/FormElementRepresentationsBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/REST/PermissionsExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/TrackerRestBuilder.class.php +4 −3 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactLinkRepresentation.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactMatchingReportCollection.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +7 −7 Go to diff View file
M plugins/tracker/include/REST/v1/Event/ArtifactPartialUpdate.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/v1/PostMoveArticfactRESTAction.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +11 −11 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifact.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php +4 −2 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 +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalArtifactActionButtonsFetcher.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactActionButtonPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactCopyButtonPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactIncomingEmailButtonPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveModalPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactNotificationActionButtonPresenterBuilder.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/MoveArtifactActionAllowedByPluginRetriever.php +3 −3 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactChildPresenter.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactDescriptionProvider.php +3 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactNotificationSubscriber.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTask.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveDeletedArtifactProvider.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletor.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDependenciesDeletor.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactFilesDeletorVisitor.php +3 −3 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 +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/AlreadyLinkedToAnotherArtifactException.php +3 −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 +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetCreatorBase.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetDataInitializator.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/FieldsToBeSavedInSpecificOrderRetriever.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/FieldsValidator.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailGoldenRetriever.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChanagesetFieldsValidator.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetAtGivenDateCreator.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreator.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetAtGivenDateCreator.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetFieldsValidator.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetFieldsWithoutRequiredValidationValidator.php +3 −3 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/MailSender.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/ChangesetsForDiffRetriever.php +2 −2 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 +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Event/ArtifactCreated.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Event/ArtifactUpdated.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/FileUploadDataProvider.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/LatestHeartbeatsCollector.php +3 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Recipient.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MyArtifactsCollection.php +2 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Node.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/PaginatedArtifacts.class.php +6 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/PermissionsCache.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/CreateArtifactInPlacePresenter.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RankedArtifact.php +3 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/HistoryQuickLinkCollection.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRecorder.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 +3 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CreateInPlaceRenderer.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +8 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ReadOnlyRenderer.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RichTextareaProvider.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/SlicedArtifactsBuilder.php +2 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +23 −19 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +6 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_BatchIterator.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +8 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php +11 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +8 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/UploadDataAttributesForRichTextEditorBuilder.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/View.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLExport.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +12 −11 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategy.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAlphanumeric.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputed.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyDate.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyPermissionsOnArtifact.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyText.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/ArtifactWithTrackerStructureExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/CardFields.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/CardPresenter.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +8 −6 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +14 −13 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Assignee.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Commenter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Submitter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FileInfoFactory.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ArtifactLinkValidator.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationFieldRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueChecker.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueRetriever.php +4 −4 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.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdater.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php +18 −18 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ArtifactInNatureTablePresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetCommand.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetQueue.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommand.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationCollection.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationCollectionBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetector.php +2 −2 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/UpdateLinkingDirectionCommand.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationChecker.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCommonDataBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacy.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForREST.php +4 −4 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 +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Computed/ComputedFieldDaoCache.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/FieldDataFromRESTBuilder.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/IComputeValues.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +11 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php +11 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column_Group.class.php +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +49 −46 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php +12 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +52 −50 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +28 −27 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +25 −24 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php +26 −25 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php +21 −20 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +30 −29 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +18 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php +23 −22 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +25 −24 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +20 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +18 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +20 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +15 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php +11 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +21 −20 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php +22 −21 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +23 −22 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php +6 −4 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionChecker.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionRetrieveAssignee.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +11 −10 Go to diff View file
M plugins/tracker/include/Tracker/RealTime/ArtifactRightsPresenter.php +3 −3 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.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/ReferenceManager.class.php +8 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Sample.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/StatusValueProvider.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/ArtifactTimeframeHelper.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBuilder.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +12 −10 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactAttachmentExporter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporter.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueDateXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFloatXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueStringXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueUnknownXMLExporter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporter.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitor.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValuesXMLExporter.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/FileInfoXMLExporter.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/BeforeEvent.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFieldDetector.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetector.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/State/TransitionRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/Permissions.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/FieldValue.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RuleProcessor/AllOfStrategy.class.php +7 −4 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesManager.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesProcessor.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Workflow/Workflow.class.php +10 −9 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowRulesManagerLoopSafeGuard.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowUpdateChecker.php +3 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +6 −5 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_ChangesetDataInitializatorTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetFieldsValidatorTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_NewChangesetFieldsValidatorTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/FileUploadDataProviderTest.php +2 −3 Go to diff View file
M plugins/tracker/tests/unit/Artifact/PermissionsCacheTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Artifact/TrackerArtifactChangesetValueFileTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLExportTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php +30 −29 Go to diff View file
M plugins/tracker/tests/unit/Artifact/XMLImport/TrackerArtifactXMLImportArtifactFieldsDataBuilderTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/ArtifactNotificationSubscriberTest.php +5 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactRepresentationBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/UsersArtifactsResourceControllerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/FormElement/PermissionsForGroupsBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/MovedArtifactValueBuilderTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/REST/PermissionsExporterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/REST/ReportArtifactFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php +15 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_CreateArtifactTest.php +6 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php +8 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ArtifactDescriptionProviderTest.php +11 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/ArtifactFilesDeletorVisitorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunnerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/ArtifactChangesetSaverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/FieldsToBeSavedInSpecificOrderRetrieverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/AsynchronousActionsRunnerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/NotifierCustomSenderTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/ChangesetsForDiffRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/TextDiffRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Tracker_Artifact_Changeset_IncomingMailGoldenRetrieverTest.php +6 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLinkDiffTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractorTest.php +1 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +7 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayInsecureTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayTokenTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/RecipientFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/Tracker_Artifact_MailGateway_IncomingMessageFactoryTest.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRecorderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/TrackerArtifactCreatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactNodeTest.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php +16 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetTest.php +1 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_Changeset_NewChangesetCreatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_PriorityManagerTest.php +5 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ProcessAssociateArtifact_Test.php +2 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputedTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php +3 −3 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/ChartConfigurationFieldRetriverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueCheckerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Container/Fieldset/HiddenFieldsetCheckerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/CatchLinkDirectionTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/GetFieldDataTest.php +4 −4 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 +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetectorTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationCheckerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForLegacyTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/FieldDataFromRESTBuilderTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php +14 −14 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorRetrieverTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Numeric/Tracker_FormElement_Field_NumericTest.php +5 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringChangesTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_Artifact_getArtifactLinks_Test.php +13 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_Column_GroupTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php +24 −23 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php +6 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ComputedTest.php +22 −22 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_DateTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_FloatTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDateTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php +19 −18 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_RadiobuttonTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOnTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetAllAncestorsTest.php +10 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentArtifactTest.php +6 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/MasschangeUpdaterTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/RecipientsManagerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php +6 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionSerializerTest.php +10 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyAndAdminTest.php +5 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueForChangesetProviderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueProviderTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactoryTest.php +8 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactory_GetChildrenTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ReferenceManagerTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_URLTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Webhook/ArtifactPayloadTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldDetectorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetectorTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/State/TransitionRetrieverTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmptyTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerLoopSafeGuardTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/WorkflowRulesManagerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/WorkflowUpdateCheckerTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporterTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporterVisitorTest.php +7 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueArtifactLinkXMLExporterTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueFileXMLExporterTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueIntegerXMLExporterTest.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 +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueTextXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ArtifactXMLExporterTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetValuesXMLExporterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetXMLExporterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChildrenXMLExporterTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/unit/TrackerTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetJsonFormatterTest.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetTest.php +8 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_Changeset_CommentTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FormElement_FieldTest.php +5 −3 Go to diff View file
M plugins/tracker/tests/unit/TreeNode/CardPresenterNodeTest.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php +4 −2 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/TransitionTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Strategy/Tracker_Workflow_Trigger_RulesProcessor_AllOfStrategyTest.php +11 −10 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesProcessor_GeneralTest.php +5 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowTest.php +9 −9 Go to diff View file
M plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php +9 −8 Go to diff View file
M plugins/velocity/include/Velocity/InvalidArtifactRepresentation.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/VelocityCalculator.php +4 −4 Go to diff View file
M plugins/velocity/include/Velocity/VelocityCollection.php +3 −3 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityCalculatorTest.php +6 −6 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityComputationCheckerTest.php +3 −3 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityPluginComputationTest.php +3 −3 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityRepresentationBuilderTest.php +7 −7 Go to diff View file
M tests/psalm/tuleap-baseline.xml +152 −183 Go to diff View file
M tests/unit/common/Tracker/XML/Exporter/FileInfoXMLExporterTest.php +6 −6 Go to diff View file