stable

Clone or download

Read-only

Merge commit 'refs/changes/31/21531/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #19220: Force successive assignment statements to align their assignment tokens in PHP code

Modified Files

Name
M plugins/admindelegation/include/AdminDelegationBuilder.php +2 −2 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +7 −7 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserServiceManager.class.php +1 −1 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserWidget.class.php +13 −13 Go to diff View file
M plugins/admindelegation/include/SiteAdminController.php +2 −2 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.php +2 −2 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/AgileDashboardStatisticsAggregator.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ExplicitBacklogDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +8 −8 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 +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDao.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php +1 −1 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/BurnupEffort.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 +9 −9 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/NewDropdownCurrentContextSectionForKanbanProvider.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/TrackerReport/TrackerReportDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +4 −4 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/BacklogItemCollection.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +16 −16 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/TopBacklogElementsToAddChecker.php +1 −1 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/MilestoneReportCriterionOptionsProvider.class.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/TopPlanning/TopPlanningV2PaneInfo.php +1 −1 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/Planning/NearestPlanningTrackerProvider.class.php +2 −2 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/BacklogItemResource.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/CumulativeFlowDiagram/OrderedColumnRepresentationsBuilder.php +2 −2 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/KanbanResource.php +9 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneRepresentationBuilder.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +13 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestonesCardwallRepresentation.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningRepresentation.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/SwimlineRepresentation.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneDuplicator.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneFactory.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneIntroPresenter.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanXMLImporter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/AgileDashboardPermissionsRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelectorEventListener.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +9 −9 Go to diff View file
M plugins/agiledashboard/include/Planning/Planning.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +10 −10 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +10 −10 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/XML/XMLExporter.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +21 −21 Go to diff View file
M plugins/agiledashboard/tests/rest/DataBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/rest/ExplicitBacklog/ExplicitBacklogTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboardScrumConfigurationUpdaterTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanActionsCheckerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanColumnManagerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanUserPreferencesTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_XMLExporterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_XMLimporterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/AdditionalArtifactActionBuilderTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/UnplannedCriterionOptionsProviderTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/XMLExporterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FirstKanbanCreatorTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/MessageFetcherTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/HierarchyCheckerTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/KanbanXmlImporterTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneParentLinkerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php +2 −2 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/PlanningEditionPresenterBuilderTest.php +9 −9 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactLinkerTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactParentsSelectorTest.php +25 −25 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetBareMilestoneByArtifactIdTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetMilestoneFromArtifactTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetPaginatedMilestonesTest.php +9 −9 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryPlannedArtifactsTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneSelectorControllerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetAvailablePlanningTrackersTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetVirtualTopPlanningTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ScrumPlanningFilterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ScrumForMonoMilestoneCheckerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/Planning_ArtifactParentsSelectorEventListenerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/XML/XMLExporterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Kanban/KanbanTrackerRepresentationTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementAdderTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementRemoverTests.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Rank/ArtifactsRankOrdererTest.php +2 −2 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 +28 −28 Go to diff View file
M plugins/api_explorer/tests/unit/ExplorerControllerTest.php +1 −1 Go to diff View file
M plugins/archivedeleteditems/include/archivedeleteditemsPlugin.php +2 −2 Go to diff View file
M plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php +8 −8 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/DataFromRequestAugmentor.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollection.php +5 −5 Go to diff View file
M plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.php +1 −1 Go to diff View file
M plugins/captcha/include/Captcha/Administration/UpdateController.php +2 −2 Go to diff View file
M plugins/captcha/include/captchaPlugin.php +2 −2 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/Cardwall/CardwallLegacyController.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +18 −18 Go to diff View file
M plugins/cardwall/include/Cardwall_RendererDao.class.php +7 −7 Go to diff View file
M plugins/cardwall/include/FieldsExtractor.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnDao.class.php +8 −8 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnMappingFieldDao.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnMappingFieldValueDao.class.php +6 −6 Go to diff View file
M plugins/cardwall/include/OnTop/Config.class.php +1 −1 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/UpdateColumns.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/UpdateMappingFields.class.php +2 −2 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/TrackerMappingField.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ValueMappingFactory.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php +23 −23 Go to diff View file
M plugins/cardwall/include/OnTop/ConfigFactory.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Dao.class.php +8 −8 Go to diff View file
M plugins/cardwall/include/Pane.class.php +7 −7 Go to diff View file
M plugins/cardwall/include/PaneBoardBuilder.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/PaneContentPresenter.class.php +10 −10 Go to diff View file
M plugins/cardwall/include/REST/v1/CardUpdater.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/REST/v1/CardsResource.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/RawBoardBuilder.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/RemainingEffortProgressPresenter.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/Semantic/CardFieldXmlExtractor.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/CardFields.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/Semantic/Dao/CardFieldsDao.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/SingleCardBuilder.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/SwimlineFactory.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesDisplayUser.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +12 −12 Go to diff View file
M plugins/cardwall/tests/unit/CardInCellPresenterFactoryTest.php +3 −3 Go to diff View file
M plugins/cardwall/tests/unit/CardInCellPresenterTest.php +6 −6 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/BackgroundColor/BackgroundColorBuilderTest.php +6 −6 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/OnTop/Config/ColumnFactoryTest.php +2 −2 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 +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlExportTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlExport_ColumnsTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php +12 −12 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_CardInCellPresenterNodeTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_Column_canContainStatusTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_Column_isInColumnTest.php +9 −9 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_PaneBuilderTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_SwimLineFactoryTest.php +12 −12 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_ConfigTest.php +10 −10 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_MappedFieldProviderTest.php +6 −6 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingNoFieldTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingStatusTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_UpdaterTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_ValueMappingFactoryTest.php +13 −13 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/ColumnFactoryTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateColumnTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateMappingFieldTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteColumnsTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteMappingFieldsTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableCardwallOnTopTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableFreestyleColumnsTest.php +1 −1 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_UpdateMappingFieldsTestBase.php +2 −2 Go to diff View file
M plugins/create_test_env/db/mysql/updates/2018/201806111500_create_callmeback_configuration_table.php +1 −1 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/ActivitiesAnalytics/DailyUsageRowPresenter.php +5 −5 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/ActivitiesAnalytics/ListActivitiesController.php +2 −2 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/ActivitiesAnalytics/WeeklySummaryController.php +5 −5 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/CreateTestEnvironment.php +2 −2 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/CreateTestUser.php +3 −3 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/XMLDateUpdater/DateUpdater.php +3 −3 Go to diff View file
M plugins/create_test_env/include/create_test_envPlugin.php +13 −13 Go to diff View file
M plugins/create_test_env/tests/rest/CreateTestEnvResourceTest.php +2 −2 Go to diff View file
M plugins/create_test_env/tests/unit/CreateTestEnv/XMLDateUpdater/DateUpdaterTest.php +2 −2 Go to diff View file
M plugins/crosstracker/bin/migrate_old_crosstracker_widgets.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/CrossTrackerReport.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/ArtifactRepresentationFactory.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +4 −4 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/CSVRepresentation.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationBuilder.php +12 −12 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/BindToValueVisitor.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/CSVFormatterVisitor.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/SimilarFieldsFormatter.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CrossTrackerArtifactReportFactory.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php +3 −3 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 +3 −3 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 +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/AssignedTo/EqualComparisonFromWhereBuilder.php +4 −4 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/AssignedTo/InComparisonFromWhereBuilder.php +2 −2 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/Metadata/Semantic/AssignedTo/NotInComparisonFromWhereBuilder.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Status/EqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Status/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/EqualComparisonFromWhereBuilder.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ComparisonChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedOrFromWhere.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldsFilter.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/SimilarField/SimilarFieldsMatcher.php +2 −2 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/CrossTrackerDataBuilder.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Permission/CrossTrackerPermissionGateTest.php +6 −6 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/Format/BindToValueVisitorTest.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/Query/Advanced/InvalidSemantic/MetadataUsageCheckerTest.php +1 −1 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsMatcherTest.php +9 −9 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_XMLExport.class.php +3 −3 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php +13 −13 Go to diff View file
M plugins/docman/bin/DocmanExport/XMLExport.class.php +3 −3 Go to diff View file
M plugins/docman/bin/DocmanImport/DateParser.class.php +3 −3 Go to diff View file
M plugins/docman/bin/DocmanImport/FSDocmanUploader.class.php +4 −4 Go to diff View file
M plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php +1 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/Trees.class.php +3 −3 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php +21 −21 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanUpdate.class.php +16 −16 Go to diff View file
M plugins/docman/bin/DocmanImport/import.php +2 −2 Go to diff View file
M plugins/docman/bin/DocmanImport/parameters.php +4 −4 Go to diff View file
M plugins/docman/db/mysql/updates/2019/201907180930_update_broken_history.php +2 −2 Go to diff View file
M plugins/docman/db/upgrade_v2.6.php +13 −13 Go to diff View file
M plugins/docman/include/ApprovalTable/ApprovalTable.class.php +11 −11 Go to diff View file
M plugins/docman/include/ApprovalTable/Factory.class.php +7 −7 Go to diff View file
M plugins/docman/include/ApprovalTable/File/FileDao.class.php +2 −2 Go to diff View file
M plugins/docman/include/ApprovalTable/File/FileFactory.class.php +5 −5 Go to diff View file
M plugins/docman/include/ApprovalTable/Item/ItemDao.class.php +5 −5 Go to diff View file
M plugins/docman/include/ApprovalTable/Item/ItemFactory.class.php +3 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Link/LinkDao.class.php +2 −2 Go to diff View file
M plugins/docman/include/ApprovalTable/Link/LinkFactory.class.php +5 −5 Go to diff View file
M plugins/docman/include/ApprovalTable/NotificationCycle.class.php +8 −8 Go to diff View file
M plugins/docman/include/ApprovalTable/Reminder.class.php +20 −20 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/Reviewer.class.php +4 −4 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php +2 −2 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php +36 −36 Go to diff View file
M plugins/docman/include/ApprovalTable/Versionned/VersionnedFactory.class.php +5 −5 Go to diff View file
M plugins/docman/include/ApprovalTable/Wiki/Wiki.class.php +1 −1 Go to diff View file
M plugins/docman/include/ApprovalTable/Wiki/WikiDao.class.php +3 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Wiki/WikiFactory.class.php +2 −2 Go to diff View file
M plugins/docman/include/DocmanOneFolderIsWriteable.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Actions.class.php +86 −86 Go to diff View file
M plugins/docman/include/Docman_ActionsDeleteVisitor.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_BuildItemMappingVisitor.class.php +13 −13 Go to diff View file
M plugins/docman/include/Docman_CloneItemsVisitor.class.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_Controller.class.php +122 −122 Go to diff View file
M plugins/docman/include/Docman_EmbeddedFile.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Empty.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Error_PermissionDenied.class.php +7 −7 Go to diff View file
M plugins/docman/include/Docman_File.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_FileStorage.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_Filter.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_FilterDate.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_FilterDateAdvanced.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_FilterFactory.class.php +17 −17 Go to diff View file
M plugins/docman/include/Docman_FilterText.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Folder.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_HTTPController.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_HtmlFilter.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_HtmlFilterDate.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_HtmlFilterDateAdvanced.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_HtmlFilterText.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Icons.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_Item.class.php +34 −34 Go to diff View file
M plugins/docman/include/Docman_ItemAction.php +13 −13 Go to diff View file
M plugins/docman/include/Docman_ItemActionApproval.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionCopy.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_ItemActionCut.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_ItemActionDelete.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionDetails.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionHistory.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionMove.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_ItemActionNewDocument.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionNewFolder.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionNewVersion.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionNotifications.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionPaste.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionPermissions.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemActionUpdate.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ItemDao.class.php +27 −27 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +57 −57 Go to diff View file
M plugins/docman/include/Docman_Link.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ListMetadata.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_LockFactory.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_Log.class.php +29 −29 Go to diff View file
M plugins/docman/include/Docman_LogDao.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetaMetadataHtml.class.php +12 −12 Go to diff View file
M plugins/docman/include/Docman_Metadata.php +13 −13 Go to diff View file
M plugins/docman/include/Docman_MetadataComparator.class.php +20 −20 Go to diff View file
M plugins/docman/include/Docman_MetadataDao.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_MetadataFactory.class.php +11 −11 Go to diff View file
M plugins/docman/include/Docman_MetadataHtml.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_MetadataHtmlDate.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_MetadataHtmlFactory.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataHtmlList.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_MetadataHtmlObsolescence.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_MetadataHtmlOwner.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataHtmlText.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElement.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementFactory.class.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_MetadataSqlQueryChunk.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_MetadataValue.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_MetadataValueDao.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_MetadataValueFactory.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_MetadataValueScalar.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Add.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Delete.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Move.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_Path.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_PermissionsExport.class.php +7 −7 Go to diff View file
M plugins/docman/include/Docman_PermissionsManager.class.php +21 −21 Go to diff View file
M plugins/docman/include/Docman_ReportColumn.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_ReportColumnFactory.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ReportColumnLocation.php +7 −7 Go to diff View file
M plugins/docman/include/Docman_ReportColumnTitle.php +11 −11 Go to diff View file
M plugins/docman/include/Docman_ReportFactory.class.php +18 −18 Go to diff View file
M plugins/docman/include/Docman_ReportHtml.class.php +33 −33 Go to diff View file
M plugins/docman/include/Docman_SOAPActions.class.php +29 −29 Go to diff View file
M plugins/docman/include/Docman_SettingsBo.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_SqlFilter.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_SqlFilterDate.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_SqlFilterDateAdvanced.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_SqlFilterGlobalText.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_SqlFilterListAdvanced.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_SqlFilterText.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_SqlReportColumn.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_SubItemsWritableVisitor.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_Token.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_TokenDao.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_ValidateFilter.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_ValidateFilterDate.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_ValidateMetadataListIsNotEmpty.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_VersionDao.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_VersionFactory.class.php +10 −10 Go to diff View file
M plugins/docman/include/Docman_Widget_Embedded.class.php +13 −13 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocman.class.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_Wiki.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_WikiController.class.php +13 −13 Go to diff View file
M plugins/docman/include/ExternalLinks/ExternalLinkRedirector.php +1 −1 Go to diff View file
M plugins/docman/include/LegacyRestoreDocumentsController.php +2 −2 Go to diff View file
M plugins/docman/include/LegacySendMessageController.php +1 −1 Go to diff View file
M plugins/docman/include/Log/LogEventAdder.php +1 −1 Go to diff View file
M plugins/docman/include/Metadata/ListOfValuesElement/MetadataListOfValuesElementListBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/NotificationBuilders.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/UsersRetriever.php +2 −2 Go to diff View file
M plugins/docman/include/Permissions/PermissionItemUpdater.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmptyDocumentsResource.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +9 −9 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemCreator.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanWikiResource.php +5 −5 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/Folders/ComputeFolderSizeVisitor.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Folders/FolderPropertiesRepresentation.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentation.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationBuilder.php +3 −3 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/Metadata/CustomMetadataRepresentationRetriever.php +5 −5 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/ItemStatusMapper.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataToCreate.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataUpdatorBuilder.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Permissions/DocmanItemPermissionsForGroupsSetFactory.php +3 −3 Go to diff View file
M plugins/docman/include/REST/v1/Service/DocmanServiceResource.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/Upload/Document/DocumentBeingUploadedInformationProvider.php +1 −1 Go to diff View file
M plugins/docman/include/Upload/Document/DocumentMetadataCreator.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/VersionUploadFinisher.php +1 −1 Go to diff View file
M plugins/docman/include/docmanPlugin.php +46 −46 Go to diff View file
M plugins/docman/include/soap.php +12 −12 Go to diff View file
M plugins/docman/include/view/Docman_MetadataHtmlEmbeddedFile.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_MetadataHtmlFile.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_MetadataHtmlLink.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_MetadataHtmlWiki.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_LockInfos.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Metadata.class.php +11 −11 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataDetails.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataDetailsUpdateLove.class.php +3 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataImport.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Obsolete.class.php +13 −13 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_Admin_View.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_AjaxReferenceTooltip.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Browse.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Details.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_Display.class.php +15 −15 Go to diff View file
M plugins/docman/include/view/Docman_View_Edit.class.php +4 −4 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_Empty.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_GetFieldsVisitor.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_GetMenuItemsVisitor.class.php +8 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_Header.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Icons.class.php +14 −14 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetails.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSection.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionActions.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php +36 −36 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php +46 −46 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionDelete.class.php +8 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionEditProperties.class.php +13 −13 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php +11 −11 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionMove.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNewVersion.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNotifications.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPaste.class.php +16 −16 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPermissions.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionProperties.class.php +25 −25 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionStatistics.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionUpdate.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemRanking.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php +18 −18 Go to diff View file
M plugins/docman/include/view/Docman_View_LoveDetails.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_New.class.php +20 −20 Go to diff View file
M plugins/docman/include/view/Docman_View_NewDocument.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_NewFolder.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_NewVersion.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_New_FolderSelection.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ParentsTree.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_PermissionsForItem.class.php +5 −5 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_ReportSettings.class.php +28 −28 Go to diff View file
M plugins/docman/include/view/Docman_View_Table.class.php +21 −21 Go to diff View file
M plugins/docman/include/view/Docman_View_View.class.php +11 −11 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_List.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_Search.class.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmbeddedTest.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmptyTest.php +4 −4 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFilesTest.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFoldersTest.php +8 −8 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanItemsTest.php +3 −3 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanLinksTest.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/DocmanDataBuilder.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanDataBuildCommon.php +6 −6 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanFileDataBuild.php +1 −1 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanFolderDataBuild.php +1 −1 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 +1 −1 Go to diff View file
M plugins/docman/tests/rest/Metadata/CustomMetadataTest.php +13 −13 Go to diff View file
M plugins/docman/tests/rest/Metadata/HardcodedMetadataTest.php +6 −6 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableNotificationCycleTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableRetrieverTest.php +9 −9 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableTest.php +56 −56 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableUpdateActionCheckerTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/BuildItemMappingVisitorTest.php +8 −8 Go to diff View file
M plugins/docman/tests/unit/DocmanValidateUploadTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/Docman_CloneItemsVisitorTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Docman_NotificationsManager_AddTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/Docman_NotificationsManager_DeleteTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/Docman_NotificationsManager_MoveTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/Docman_NotificationsManager_SubscribersTest.php +7 −7 Go to diff View file
M plugins/docman/tests/unit/ExternalLinks/ExternalLinkRedirectorTest.php +12 −12 Go to diff View file
M plugins/docman/tests/unit/FilterFactoryTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/ItemFactoryTest.php +20 −20 Go to diff View file
M plugins/docman/tests/unit/Metadata/ItemImpactedByMetadataChangeCollectionTest.php +7 −7 Go to diff View file
M plugins/docman/tests/unit/Metadata/MetadataListOfValuesElementDaoTest.php +7 −7 Go to diff View file
M plugins/docman/tests/unit/Metadata/MetadataListOfValuesElementFactoryTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/Metadata/MetadataTest.php +6 −6 Go to diff View file
M plugins/docman/tests/unit/NotificationsManager_DeleteTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/NotificationsManager_MoveTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/PermissionManager/Docman_PermissionsManagerTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/PermissionManager/PermissionsManagerLockTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/PermissionManager/PermissionsManagerPerfTest.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 +17 −17 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocumentBeforeModificationValidatorVisitorTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationCollectionBuilderTest.php +8 −8 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationVisitorTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Links/DocmanLinkVersionCreatorTest.php +9 −9 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Metadata/CustomMetadataCollectionBuilderTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Metadata/MetadataUpdatorTest.php +7 −7 Go to diff View file
M plugins/docman/tests/unit/REST/v1/MetadataRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Permissions/DocmanItemPermissionsForGroupsSetFactoryTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Wiki/DocmanWikiUpdatorTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentBeingUploadedInformationProviderTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentToUploadCreatorTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentUploadCleanerTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentUploadFinisherTest.php +12 −12 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 +2 −2 Go to diff View file
M plugins/docman/tests/unit/Upload/Version/VersionUploadCleanerTest.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/XML/Import/ImportPropertiesTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/XML/Import/ItemImporterTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/bin/DocmanImport/DateParserTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/bin/DocmanImport/TreesTest.php +6 −6 Go to diff View file
M plugins/document/include/Config/Admin/HistoryEnforcementAdminController.php +3 −3 Go to diff View file
M plugins/document/include/DownloadFolderAsZip/DocumentFolderZipStreamer.php +1 −1 Go to diff View file
M plugins/document/include/DownloadFolderAsZip/ErrorsListingBuilder.php +1 −1 Go to diff View file
M plugins/document/include/DownloadFolderAsZip/ZipStreamMailNotificationSender.php +1 −1 Go to diff View file
M plugins/document/tests/unit/include/DocumentUsageRetrieverTest.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/include/Credential/CredentialCreator.php +2 −2 Go to diff View file
M plugins/dynamic_credentials/include/Session/DynamicCredentialSession.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/include/dynamic_credentialsPlugin.php +2 −2 Go to diff View file
M plugins/dynamic_credentials/tests/rest/DynamicCredentialsTest.php +4 −4 Go to diff View file
M plugins/dynamic_credentials/tests/unit/Credential/CredentialRetrieverTest.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/tests/unit/User/DynamicUserCreatorTest.php +1 −1 Go to diff View file
M plugins/forumml/bin/mail2dbng.php +4 −4 Go to diff View file
M plugins/forumml/include/ForumML/Threads/ThreadsController.php +7 −7 Go to diff View file
M plugins/forumml/include/ForumML_Attachment.class.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML_FileStorage.class.php +1 −1 Go to diff View file
M plugins/forumml/include/ForumML_HTMLPurifier.class.php +3 −3 Go to diff View file
M plugins/forumml/include/MessageArchiver.php +7 −7 Go to diff View file
M plugins/forumml/include/WriteMailController.php +3 −3 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +3 −3 Go to diff View file
M plugins/forumml/include/forumml_utils.php +26 −26 Go to diff View file
M plugins/forumml/tests/unit/ForumML_FileStorageTest.php +3 −3 Go to diff View file
M plugins/forumml/tests/unit/Incoming/IncomingMailParsingTest.php +1 −1 Go to diff View file
M plugins/forumml/tests/unit/MessageArchiverTest.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/REST/v1/FileCreator.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageResource.php +7 −7 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ProjectResource.php +5 −5 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleasePermissionsForGroupsBuilder.php +3 −3 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +5 −5 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ServiceRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/REST/v1/UploadedLinkRepresentation.php +5 −5 Go to diff View file
M plugins/frs/include/FRS/ReleasePresenter.php +1 −1 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 +4 −4 Go to diff View file
M plugins/frs/include/Link/Dao.php +3 −3 Go to diff View file
M plugins/frs/include/frsPlugin.php +3 −3 Go to diff View file
M plugins/frs/tests/rest/FRS/FileTest.php +1 −1 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/REST/v1/PackageRepresentationBuilderTest.php +10 −10 Go to diff View file
M plugins/frs/tests/unit/FRS/REST/v1/ReleasePermissionsForGroupsBuilderTest.php +6 −6 Go to diff View file
M plugins/frs/tests/unit/FRS/REST/v1/ServiceRepresentationBuilderTest.php +6 −6 Go to diff View file
M plugins/frs/tests/unit/FRS/Upload/FileUploadCleanerTest.php +3 −3 Go to diff View file
M plugins/frs/tests/unit/FRS/Upload/Tus/FileBeingUploadedInformationProviderTest.php +3 −3 Go to diff View file
M plugins/frs/tests/unit/FRS/Upload/Tus/FileUploadCancelerTest.php +2 −2 Go to diff View file
M plugins/git/bin/gl-membership.php +1 −1 Go to diff View file
M plugins/git/bin/gl-rename-project.php +1 −1 Go to diff View file
M plugins/git/db/mysql/updates/2013/201304111018_add_remote_server_key.php +1 −1 Go to diff View file
M plugins/git/db/mysql/updates/2013/201308051707_correct_plugin_git_service_short_name.php +1 −1 Go to diff View file
M plugins/git/db/mysql/updates/2013/201308071113_add_missing_git_references.php +1 −1 Go to diff View file
M plugins/git/db/mysql/updates/2014/201403130910_update_apache_config.php +1 −1 Go to diff View file
M plugins/git/hooks/post-receive.php +1 −1 Go to diff View file
M plugins/git/include/Account/AccountGerritController.php +2 −2 Go to diff View file
M plugins/git/include/Account/GerritPresenter.php +1 −1 Go to diff View file
M plugins/git/include/Account/PushSSHKeysController.php +3 −3 Go to diff View file
M plugins/git/include/Account/ResynchronizeGroupsController.php +2 −2 Go to diff View file
M plugins/git/include/CommitMetadata/CommitMetadataRetriever.php +1 −1 Go to diff View file
M plugins/git/include/CommitStatus/CommitStatusRetriever.php +2 −2 Go to diff View file
M plugins/git/include/CommonMarkExtension/LinkToGitFileBlobFinder.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/Events/ExternalGitHomepagePluginInfos.php +1 −1 Go to diff View file
M plugins/git/include/Git.class.php +13 −13 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/AdminGerritPresenter.class.php +8 −8 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 +3 −3 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/AdminMirrorEditPresenter.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/AdminPresenter.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/Ci.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/Ci/Launcher.class.php +3 −3 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/Pane/DefaultSettingsPanesCollection.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/AddBinding.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php +8 −8 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php +3 −3 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 +3 −3 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UserFinder.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/GerritREST.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/GitPluginDefaultController.php +2 −2 Go to diff View file
M plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/Gitolite/GitoliteConfWriter.php +2 −2 Go to diff View file
M plugins/git/include/Git/Gitolite/GitoliteFullLogsToAggregatedLogs.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/ProjectSerializer.class.php +7 −7 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarter.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopper.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/HTTP/CommandGitolite.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/HTTP/HTTPController.php +4 −4 Go to diff View file
M plugins/git/include/Git/HTTP/Wrapper.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/ExtractCrossReferences.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/LogAnalyzer.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/PostReceiveMailSender.php +5 −5 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php +2 −2 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 +1 −1 Go to diff View file
M plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionFactory.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedDao.php +8 −8 Go to diff View file
M plugins/git/include/Git/Permissions/HistoryValueFormatter.php +3 −3 Go to diff View file
M plugins/git/include/Git/PermissionsDao.php +1 −1 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/GitPaneSectionCollector.php +2 −2 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/CrossReferenceGitOrganizer.php +1 −1 Go to diff View file
M plugins/git/include/Git/ReferenceManager.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationSSHKey.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerFactory.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php +2 −2 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/Settings/CITokenController.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/Settings/WebhookDeleteController.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 +3 −3 Go to diff View file
M plugins/git/include/Git/Repository/View/GerritStatusPresenter.php +6 −6 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/GitRepositoryListPresenter.php +2 −2 Go to diff View file
M plugins/git/include/Git/URL.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookModalPresenter.php +2 −2 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookSettingsPresenter.php +8 −8 Go to diff View file
M plugins/git/include/GitActions.class.php +3 −3 Go to diff View file
M plugins/git/include/GitBackend.class.php +13 −13 Go to diff View file
M plugins/git/include/GitDao.class.php +12 −12 Go to diff View file
M plugins/git/include/GitDriver.class.php +4 −4 Go to diff View file
M plugins/git/include/GitForkPermissionsManager.class.php +18 −18 Go to diff View file
M plugins/git/include/GitPHP/Config.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/MessageException.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/Util.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/ControllerBase.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blame.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +5 −5 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blobdiff.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commit.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commitdiff.php +3 −3 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_History.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Log.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Search.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Tag.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/Blob.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/git/Commit.php +17 −17 Go to diff View file
M plugins/git/include/GitPHP/git/FileDiff.php +27 −27 Go to diff View file
M plugins/git/include/GitPHP/git/FilesystemObject.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/GitExe.php +8 −8 Go to diff View file
M plugins/git/include/GitPHP/git/Pack.php +21 −21 Go to diff View file
M plugins/git/include/GitPHP/git/Project.php +10 −10 Go to diff View file
M plugins/git/include/GitPHP/git/ProjectProvider.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/Ref.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/git/Tag.php +7 −7 Go to diff View file
M plugins/git/include/GitPHP/git/Tree.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/git/TreeDiff.php +6 −6 Go to diff View file
M plugins/git/include/GitPHP/smartyplugins/modifier.highlight.php +2 −2 Go to diff View file
M plugins/git/include/GitPermissionsManager.class.php +5 −5 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/AdminGitAdminsPresenter.class.php +2 −2 Go to diff View file
M plugins/git/include/GitRepository.class.php +35 −35 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +6 −6 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +1 −1 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 +10 −10 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/RepoManagement/Pane/AccessControl.class.php +4 −4 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/CIToken.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Delete.class.php +14 −14 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php +3 −3 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/Notification.class.php +2 −2 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/GitViewsRepositoriesTraversalStrategy.class.php +1 −1 Go to diff View file
M plugins/git/include/GitXMLExporter.php +2 −2 Go to diff View file
M plugins/git/include/GitXmlImporter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +5 −5 Go to diff View file
M plugins/git/include/Git_Exec.class.php +3 −3 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +1 −1 Go to diff View file
M plugins/git/include/Git_Gitolite_SSHKeyDumper.class.php +2 −2 Go to diff View file
M plugins/git/include/Git_LastPushesGraph.class.php +18 −18 Go to diff View file
M plugins/git/include/Git_LogDao.class.php +2 −2 Go to diff View file
M plugins/git/include/Git_Widget_ProjectPushes.class.php +3 −3 Go to diff View file
M plugins/git/include/Git_Widget_UserPushes.class.php +6 −6 Go to diff View file
M plugins/git/include/REST/v1/GerritResource.php +1 −1 Go to diff View file
M plugins/git/include/REST/v1/GitCommitRepresentation.php +1 −1 Go to diff View file
M plugins/git/include/REST/v1/GitFileRepresentationFactory.php +2 −2 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 +1 −1 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +5 −5 Go to diff View file
M plugins/git/include/SystemEvents/ProjectIsSuspended.php +2 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DELETE_MIRROR.php +3 −3 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 +2 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php +8 −8 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_DELETE.class.php +1 −1 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_LEGACY_REPO_ACCESS.class.php +1 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php +2 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_DELETE.class.php +2 −2 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_UPDATE_MIRROR.php +3 −3 Go to diff View file
M plugins/git/include/gitPlugin.php +45 −45 Go to diff View file
M plugins/git/include/mvc/PluginController.class.php +5 −5 Go to diff View file
M plugins/git/tests/integration/GitDriverTest.php +1 −1 Go to diff View file
M plugins/git/tests/integration/GitXmlImporterTest.php +13 −13 Go to diff View file
M plugins/git/tests/integration/Gitolite/GitoliteTestCase.php +7 −7 Go to diff View file
M plugins/git/tests/integration/Gitolite/SSHKeyDumperTest.php +2 −2 Go to diff View file
M plugins/git/tests/rest/Git/GerritTest.php +5 −5 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/CommitMetadata/CommitMetadataRetrieverTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/AdminGerritControllerTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/Git/DiskUsage/CollectorTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php +13 −13 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php +15 −15 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerTest.php +22 −22 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php +18 −18 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorTest.php +19 −19 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserFinderTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Driver/GerritRESTTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerFineGrainedPermissionsTest.php +12 −12 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerMirrorsTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ProjectSerializerTest.php +9 −9 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/DumperFactoryTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/ManagementDetectorTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/GerritServerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarterTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopperTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Hook/Git_Hook_ExtractCrossReferencesTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Hook/Git_Hook_PostReceive_CommonTest.php +11 −11 Go to diff View file
M plugins/git/tests/unit/Git/Mirror/ManifestFileGeneratorTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Mirror/ManifestManagerTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/AccessControlVerifierTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/HistoryValueFormatterTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/ReferenceManagerTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/RemoteServer/GerritServerFactoryTest.php +25 −25 Go to diff View file
M plugins/git/tests/unit/Git/RemoteServer/MigrationHandlerTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/SystemEventManagerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/URLTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/UserAccountManagerTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/GitActionsDeleteTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsFetchConfigTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/GitActionsForkTest.php +8 −8 Go to diff View file
M plugins/git/tests/unit/GitActionsProjectPrivacyTest.php +9 −9 Go to diff View file
M plugins/git/tests/unit/GitActionsTest.php +8 −8 Go to diff View file
M plugins/git/tests/unit/GitBackendTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/GitForkCrossProjectTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/GitForkRepositoriesTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/GitGerritRouteTest.php +4 −4 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 +6 −6 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetAllGerritRepositoriesFromProjectTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetGerritRepositoriesWithPermissionsForUGroupTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerDeleteAllRepositoriesTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerForkTest.php +9 −9 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerRepositoryNameTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/GitRoutingTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/GitViewsRepositoriesTraversalStrategySelectboxTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/GitViewsTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitXMLExporterTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git_Backend_GitoliteTest.php +14 −14 Go to diff View file
M plugins/git/tests/unit/Git_ExecTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git_PostReceiveMailManagerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/HTTP/HTTPAccessControlTest.php +17 −17 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION_BaseTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_FORKTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php +1 −1 Go to diff View file
M plugins/git/updates/2011/201102091302_deploy_post_receive_to_existing_repositories.php +2 −2 Go to diff View file
M plugins/gitlab/include/API/ClientWrapper.php +2 −2 Go to diff View file
M plugins/gitlab/include/REST/v1/ConcealedBotApiTokenPatchRepresentation.php +2 −2 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabProjectResource.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/TuleapReferenceRetriever.php +1 −1 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/PostMergeRequest/PostMergeRequestWebhookDataBuilder.php +5 −5 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookDataExtractor.php +6 −6 Go to diff View file
M plugins/gitlab/tests/rest/DatabaseInitialization.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/API/GitlabProjectBuilderTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitCrossReferenceEnhancerTest.php +2 −2 Go to diff View file
M plugins/gitlab/tests/unit/Reference/Commit/GitlabCommitFactoryTest.php +3 −3 Go to diff View file
M plugins/gitlab/tests/unit/Reference/GitlabCrossReferenceOrganizerTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Reference/TuleapReferenceRetrieverTest.php +3 −3 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Token/GitlabBotApiTokenInserterTest.php +1 −1 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/PostPush/PostPushCommitWebhookDataExtractorTest.php +1 −1 Go to diff View file
M plugins/gitlfs/bin/git-lfs-authenticate.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRemover.php +2 −2 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php +5 −5 Go to diff View file
M plugins/gitlfs/include/SSHAuthenticate/LFSEndPointDiscovery.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/gitlfsPlugin.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationTokenCreatorTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationVerifierTest.php +4 −4 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/LFSAuthorizationTokenHeaderSerializerTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/User/UserTokenCreatorTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Batch/Request/BatchRequestOperationTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Batch/Request/BatchRequestTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Batch/Response/BatchResponseObjectWithActionsTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/HTTP/LFSAPIHTTPAccessControlTest.php +6 −6 Go to diff View file
M plugins/gitlfs/tests/unit/LFSObject/LFSObjectRemoverTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/LFSObject/LFSObjectRetrieverTest.php +3 −3 Go to diff View file
M plugins/gitlfs/tests/unit/Lock/LockDestructorTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Lock/Request/LockCreateRequestTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Lock/Request/LockDeleteRequestTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Lock/Request/LockVerifyRequestTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/SSHAuthenticate/SSHAuthenticateResponseBuilderTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/StreamFilter/StreamFilterTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/StreamFilter/StreamFilterWrapperTest.php +1 −1 Go to diff View file
M plugins/gitlfs/tests/unit/Transfer/BytesAmountHandledLFSObjectInstrumentationFilterTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Transfer/LFSActionUserAccessHTTPRequestCheckerTest.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +20 −20 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +9 −9 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_ChartDao.class.php +8 −8 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php +13 −13 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_BarDao.class.php +7 −7 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_BurndownDao.class.php +7 −7 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlowDao.class.php +7 −7 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Gantt.class.php +8 −8 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_GanttDao.class.php +14 −14 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Pie.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_PieDao.class.php +9 −9 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_InSessionChartSorter.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/DataBuilderV5.class.php +49 −49 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Burndown_Data.class.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Burndown_DataBuilder.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php +8 −8 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_GanttDataBuilder.class.php +7 −7 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_PieDataBuilder.class.php +5 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php +10 −10 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/tests/unit/CumulativeFlowChartTest.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_InSessionChartSorterTest.php +2 −2 Go to diff View file
M plugins/hudson/include/HudsonJobWidget.class.php +5 −5 Go to diff View file
M plugins/hudson/include/MinimalHudsonJobFactory.class.php +2 −2 Go to diff View file
M plugins/hudson/include/PluginHudsonJobDao.class.php +2 −2 Go to diff View file
M plugins/hudson/include/hudson.class.php +3 −3 Go to diff View file
M plugins/hudson/include/hudsonActions.class.php +10 −10 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +24 −24 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +25 −25 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php +2 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobLastBuilds.class.php +1 −1 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestResults.class.php +1 −1 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestTrend.class.php +3 −3 Go to diff View file
M plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php +10 −10 Go to diff View file
M plugins/hudson/include/hudson_Widget_ProjectJobsOverview.class.php +1 −1 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/JenkinsServer.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitWebhooksSettingsEnhancer.php +8 −8 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookController.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookDao.php +3 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php +6 −6 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/JenkinsClient.php +4 −4 Go to diff View file
M plugins/hudson_git/include/HudsonGit/JenkinsWebhookPresenter.php +3 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobDao.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Log/LogCreator.php +3 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/REST/v1/GitJenkinsServersResource.php +5 −5 Go to diff View file
M plugins/hudson_git/tests/rest/JenkinsServersTest.php +1 −1 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/Log/LogCreatorTest.php +6 −6 Go to diff View file
M plugins/hudson_svn/include/FormPresenter.php +6 −6 Go to diff View file
M plugins/label/include/Label/REST/ResourcesInjector.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabeledItems.php +1 −1 Go to diff View file
M plugins/label/include/labelPlugin.php +1 −1 Go to diff View file
M plugins/ldap/bin/convertSvnToLdap.php +5 −5 Go to diff View file
M plugins/ldap/bin/ldap_sync.php +1 −1 Go to diff View file
M plugins/ldap/bin/registerUser.php +3 −3 Go to diff View file
M plugins/ldap/include/GroupAutocompleteController.php +2 −2 Go to diff View file
M plugins/ldap/include/GroupSyncAdminEmailNotificationsManager.class.php +3 −3 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 +6 −6 Go to diff View file
M plugins/ldap/include/LDAP/Project/UGroup/Binding/AdditionalModalPresenterBuilder.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAPResult.class.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAPResultIterator.php +4 −4 Go to diff View file
M plugins/ldap/include/LDAP_DirectorySynchronization.class.php +4 −4 Go to diff View file
M plugins/ldap/include/LDAP_GroupManager.class.php +12 −12 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +5 −5 Go to diff View file
M plugins/ldap/include/LDAP_SearchPeople.class.php +3 −3 Go to diff View file
M plugins/ldap/include/LDAP_SyncMail.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_SyncNotificationManager.class.php +4 −4 Go to diff View file
M plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php +7 −7 Go to diff View file
M plugins/ldap/include/LDAP_UserDao.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupDao.class.php +7 −7 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_UserManager.class.php +9 −9 Go to diff View file
M plugins/ldap/include/LDAP_UserSync_Orange.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/User/AccountCreation.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeDisplayController.php +2 −2 Go to diff View file
M plugins/ldap/include/WelcomeUpdateController.php +4 −4 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +15 −15 Go to diff View file
M plugins/ldap/include/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGIN.class.php +3 −3 Go to diff View file
M plugins/ldap/tests/unit/LDAPBackendSVNTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/LDAPDirectorySynchronizationTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/LDAPGroupManagerTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/LDAPRetrieveAllArgumentsTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/UserManagerAuthenticateTest.php +6 −6 Go to diff View file
M plugins/ldap/tests/unit/UserManagerTest.php +4 −4 Go to diff View file
M plugins/ldap/tests/unit/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php +4 −4 Go to diff View file
M plugins/mediawiki/bin/mw-maintenance-wrapper.php +3 −3 Go to diff View file
M plugins/mediawiki/bin/mw-plugin-init.php +10 −10 Go to diff View file
M plugins/mediawiki/fusionforge/FusionForge.php +4 −4 Go to diff View file
M plugins/mediawiki/fusionforge/compat/forge_get_config.php +1 −1 Go to diff View file
M plugins/mediawiki/fusionforge/compat/utils.php +2 −2 Go to diff View file
M plugins/mediawiki/include/Maintenance/CleanUnusedDao.php +9 −9 Go to diff View file
M plugins/mediawiki/include/MediaWikiXMLImporter.class.php +6 −6 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminController.class.php +8 −8 Go to diff View file
M plugins/mediawiki/include/MediawikiBreadcrumbBuilder.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiDao.class.php +25 −25 Go to diff View file
M plugins/mediawiki/include/MediawikiFusionForgeProjectNameRetriever.php +3 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiInstantiater.class.php +10 −10 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminAllowedProjectsPresenter.class.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminController.class.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminResourceRestrictor.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminResourceRestrictorDao.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiVersionManager.php +1 −1 Go to diff View file
M plugins/mediawiki/include/Migration/MoveToCentralDbDao.php +3 −3 Go to diff View file
M plugins/mediawiki/include/ServiceMediawiki.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/XMLMediaWikiExporter.php +1 −1 Go to diff View file
M plugins/mediawiki/include/events/SystemEvent_MEDIAWIKI_TO_CENTRAL_DB.php +1 −1 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +13 −13 Go to diff View file
M plugins/mediawiki/mediawiki-skin/Tuleap.php +6 −6 Go to diff View file
M plugins/mediawiki/tests/unit/CleanUnusedTest.php +4 −4 Go to diff View file
M plugins/mediawiki/tests/unit/MediawikiUserGroupsMapperTest.php +1 −1 Go to diff View file
M plugins/mediawiki/tests/unit/XMLMediaWikiExporterTest.php +2 −2 Go to diff View file
M plugins/mediawiki/www/DatabaseForgeMysql123.php +1 −1 Go to diff View file
M plugins/mediawiki/www/DatabaseForgePgsql.php +3 −3 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +24 −24 Go to diff View file
M plugins/mediawiki/www/forge_admin.php +2 −2 Go to diff View file
M plugins/mediawiki/www/frame.php +7 −7 Go to diff View file
M plugins/mediawiki/www/images.php +1 −1 Go to diff View file
M plugins/mediawiki/www/setpath.php +2 −2 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +11 −11 Go to diff View file
M plugins/mediawiki/www/upgrade_sample.php +1 −1 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/App/ClientSecretUpdater.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php +6 −6 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormPresenter.php +3 −3 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/OAuth2ScopeDefinitionPresenter.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/PromptParameterValuesExtractor.php +4 −4 Go to diff View file
M plugins/oauth2_server/include/Grant/AccessTokenGrantRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeCreator.php +6 −6 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/SigningPublicKey.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/OpenIDConnect/JWK/JSONWebKey.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Scope/ScopeExtractor.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizationCreator.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizationScopeDao.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/User/UserInfoController.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +9 −9 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2AuthorizationCallbackController.php +4 −4 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2InitFlowController.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2TestFlowConstants.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/rp-oidc/app.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/integration/AccessToken/OAuth2AccessTokenDAOTest.php +9 −9 Go to diff View file
M plugins/oauth2_server/tests/integration/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php +10 −10 Go to diff View file
M plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenCreatorTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/AdminOAuth2AppsPresenterBuilderTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/EditAppControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Administration/SiteAdmin/SiteAdminListAppsControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/App/LastGeneratedClientSecretStoreTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php +2 −2 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/Grant/AccessTokenGrantControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectSigningKeyFactoryTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/OpenIDConnect/JWK/JWKSDocumentEndpointControllerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenCreatorTest.php +5 −5 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php +3 −3 Go to diff View file
M plugins/oauth2_server/tests/unit/Scope/ScopeExtractorTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/User/Account/AppsPresenterBuilderTest.php +2 −2 Go to diff View file
M plugins/openidconnectclient/db/mysql/2019/201927111425_update_provider_table.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php +4 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountDao.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php +9 −9 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Authorization/AuthorizationRequestCreator.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/SessionState.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateStorage.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php +7 −7 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/GenericProvider/GenericProviderManager.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersPresenter.php +3 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingManager.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.php +3 −3 Go to diff View file
M plugins/openidconnectclient/tests/unit/AdminRouterTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Authentication/GenericProviderIssuerClaimValidatorTest.php +3 −3 Go to diff View file
M plugins/openidconnectclient/tests/unit/Authentication/IDTokenVerifierTest.php +12 −12 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/LoginURLGeneratorTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/RedirectToProviderForAuthorizationControllerTest.php +2 −2 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/Registration/AutomaticUserRegistrationTest.php +4 −4 Go to diff View file
M plugins/openidconnectclient/tests/unit/Provider/AzureADProvider/AcceptableTenantForAuthenticationConfigurationTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Provider/EnableUniqueAuthenticationEndpointVerifierTest.php +4 −4 Go to diff View file
M plugins/openidconnectclient/tests/unit/UserMapping/UserMappingManagerTest.php +1 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationActions.class.php +31 −31 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +6 −6 Go to diff View file
M plugins/pluginsadministration/include/pluginsadministrationPlugin.php +2 −2 Go to diff View file
M plugins/proftpd/bin/parse_xferlog.php +1 −1 Go to diff View file
M plugins/proftpd/bin/switch_to_unix_password.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLUpdater.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/PermissionsManager.class.php +3 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryItemCollection.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryParser.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Explorer/ExplorerController.class.php +3 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACL.class.php +2 −2 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php +18 −18 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/Directory/ProftpdDirectoryParserTest.php +12 −12 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php +4 −4 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php +1 −1 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/SystemEventManagerTest.php +1 −1 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporter_PathTest.php +1 −1 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/Xferlog/ParserTest.php +1 −1 Go to diff View file
M plugins/proftpd/www/explorer.php +1 −1 Go to diff View file
M plugins/proftpd/www/index.php +1 −1 Go to diff View file
M plugins/project_ownership/include/Notification/Sender.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/UserWithStarBadgeFinder.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/unit/ProjectOwner/ProjectOwnerRetrieverTest.php +1 −1 Go to diff View file
M plugins/project_ownership/tests/unit/ProjectOwner/XMLProjectImportUserCreatorProjectOwnerCleanerTest.php +1 −1 Go to diff View file
M plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php +11 −11 Go to diff View file
M plugins/projectlinks/include/form_utils.php +27 −27 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.php +5 −5 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPreferencesPresenter.php +1 −1 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php +1 −1 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesWidgetRetriever.php +3 −3 Go to diff View file
M plugins/projectmilestones/tests/unit/Widget/ConfigureAtXMLImportTest.php +1 −1 Go to diff View file
M plugins/prometheus_metrics/tests/unit/MetricsControllerTest.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedNotification.php +5 −5 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentNotification.php +5 −5 Go to diff View file
M plugins/pullrequest/include/PullRequest/Events/PullRequestDiffRepresentationBuild.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/FileUniDiffBuilder.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitExec.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitRestRouteAdditionalInformations.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/Notification/PullRequestNewInlineCommentNotification.php +6 −6 Go to diff View file
M plugins/pullrequest/include/PullRequest/Label/PullRequestLabelDao.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/NavigationTab/NavigationTabPresenterBuilder.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequest.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 +5 −5 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/GitRepositoryReference.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/MimeDetector.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PaginatedCommentsRepresentationsBuilder.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestFileRepresentationFactory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestFileUniDiffRepresentation.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestMinimalRepresentation.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +21 −21 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/RepositoryResource.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/Reviewer/ReviewerRepresentationInformationExtractor.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/Reviewer/ReviewersRepresentation.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/TimelineEventRepresentation.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/Autocompleter/PotentialReviewerRetriever.php +1 −1 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/Notification/ReviewerAddedNotification.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reviewer/ReviewerDAO.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/ShortStat.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestAbandonedNotification.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/StateStatus/PullRequestMergedNotification.php +4 −4 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +4 −4 Go to diff View file
M plugins/pullrequest/tests/integration/PullRequestUpdaterTest.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/integration/Reviewer/ReviewerDAOTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsLabelsTest.php +5 −5 Go to diff View file
M plugins/pullrequest/tests/unit/BranchUpdate/PullRequestUpdatedNotificationTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/BranchUpdate/PullRequestUpdatedNotificationToProcessBuilderTest.php +17 −17 Go to diff View file
M plugins/pullrequest/tests/unit/Comment/Notification/PullRequestNewCommentNotificationToProcessBuilderTest.php +12 −12 Go to diff View file
M plugins/pullrequest/tests/unit/GitReference/GitPullRequestReferenceRetrieverTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentUpdaterTest.php +12 −12 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/Notification/PullRequestNewInlineCommentNotificationToProcessBuilderTest.php +5 −5 Go to diff View file
M plugins/pullrequest/tests/unit/Label/LabeledItemCollectorTest.php +6 −6 Go to diff View file
M plugins/pullrequest/tests/unit/Notification/Strategy/PullRequestNotificationSendMailTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/Reference/ReferenceFactoryTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/Reviewer/Change/ReviewerChangeRetrieverTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/Reviewer/Notification/ReviewerChangeNotificationToProcessBuilderTest.php +3 −3 Go to diff View file
M plugins/pullrequest/tests/unit/StateStatus/PullRequestAbandonedNotificationToProcessBuilderTest.php +10 −10 Go to diff View file
M plugins/pullrequest/tests/unit/StateStatus/PullRequestMergedNotificationToProcessBuilderTest.php +10 −10 Go to diff View file
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesBuilder.php +8 −8 Go to diff View file
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesImporter.php +4 −4 Go to diff View file
M plugins/referencealias_core/include/referencealias_corePlugin.php +4 −4 Go to diff View file
M plugins/referencealias_core/tests/unit/ReferencesImporterTest.php +8 −8 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php +3 −3 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesImporter.php +1 −1 Go to diff View file
M plugins/referencealias_git/tests/unit/ReferencesImporterTest.php +2 −2 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesBuilder.php +4 −4 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesImporter.php +1 −1 Go to diff View file
M plugins/referencealias_mediawiki/tests/unit/ReferencesImporterTest.php +5 −5 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php +3 −3 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesImporter.php +1 −1 Go to diff View file
M plugins/referencealias_svn/tests/unit/ReferencesImporterTest.php +2 −2 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php +3 −3 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/ReferencesImporter.php +3 −3 Go to diff View file
M plugins/referencealias_tracker/include/referencealias_trackerPlugin.php +1 −1 Go to diff View file
M plugins/referencealias_tracker/tests/unit/ReferencesImporterTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/StatusSemanticChecker.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapter.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapter.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/PlanningCheck/PlanningProgramAdapter.php +8 −8 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Tracker/ProgramTrackerAdapter.php +3 −3 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Artifact.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceChangesetValuesCollection.php +7 −7 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilder.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/Hierarchy/Hierarchy.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Program/PlanningConfiguration/Planning.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ProjectResource.php +3 −3 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ProjectResourcePutHierarchyRepresentation.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/Team/Creation/TeamCollection.php +1 −1 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/rest/ScaledAgile/ScaledAgileResourceTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Hierarchy/HierarchySaverTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +7 −7 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php +8 −8 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapterTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapterTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapterTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StartDateValueAdapterTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapterTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapterTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/PlanningCheck/PlanningProgramAdapterTest.php +18 −18 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Team/TeamTrackerAdapterTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/DisplayProgramBacklogControllerTest.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +7 −7 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php +11 −11 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionTest.php +5 −5 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollectionTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Hierarchy/HierarchyCreatorTest.php +5 −5 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Plan/PlanCreatorTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/PlanningCheck/ConfigurationCheckerTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Team/RootPlanning/RootPlanningEditionHandlerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/scaled_agilePluginTest.php +2 −2 Go to diff View file
M plugins/statistics/bin/extract_service_usage.php +1 −1 Go to diff View file
M plugins/statistics/include/AdminHeaderPresenter.php +5 −5 Go to diff View file
M plugins/statistics/include/DataExportPresenterBuilder.php +4 −4 Go to diff View file
M plugins/statistics/include/DiskUsageGlobalPresenterBuilder.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +4 −4 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenterBuilder.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsPresenterBuilder.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsSearchFieldsPresenter.php +6 −6 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +15 −15 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +1 −1 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +3 −3 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +9 −9 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +35 −35 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageOutput.class.php +1 −1 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsagePurger.class.php +2 −2 Go to diff View file
M plugins/statistics/include/Statistics_Formatter_Scm.class.php +4 −4 Go to diff View file
M plugins/statistics/include/Statistics_ProjectQuotaDao.class.php +4 −4 Go to diff View file
M plugins/statistics/include/Statistics_ServicesUsageDao.class.php +1 −1 Go to diff View file
M plugins/statistics/include/statisticsPlugin.php +7 −7 Go to diff View file
M plugins/statistics/tests/unit/Statistics_Services_UsageFormatterTest.php +2 −2 Go to diff View file
M plugins/statistics/www/disk_usage.php +4 −4 Go to diff View file
M plugins/statistics/www/disk_usage_graph.php +3 −3 Go to diff View file
M plugins/statistics/www/frequence_stat_graph.php +1 −1 Go to diff View file
M plugins/statistics/www/index.php +2 −2 Go to diff View file
M plugins/statistics/www/project_cumulativeDiskUsage_graph.php +2 −2 Go to diff View file
M plugins/statistics/www/project_quota.php +1 −1 Go to diff View file
M plugins/statistics/www/project_stat.php +10 −10 Go to diff View file
M plugins/statistics/www/project_stat_graph.php +2 −2 Go to diff View file
M plugins/statistics/www/scm_stats.php +2 −2 Go to diff View file
M plugins/statistics/www/services_usage.php +1 −1 Go to diff View file
M plugins/statistics/www/soap/index.php +1 −1 Go to diff View file
M plugins/statistics/www/soap/wsdl.php +1 −1 Go to diff View file
M plugins/statistics/www/usage_stat.php +4 −4 Go to diff View file
M plugins/svn/bin/migrate_to_plugin.php +2 −2 Go to diff View file
M plugins/svn/bin/svn_pre_commit.php +2 −2 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201605161710_reset_folders_owner_and_group.php +1 −1 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_IMPORT_CORE_REPOSITORY.php +3 −3 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessControlPresenter.php +10 −10 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/BaseGlobalAdminPresenter.php +3 −3 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/GlobalAdministratorsUpdater.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/HooksConfigurationPresenter.php +7 −7 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagDao.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/MailHeaderDao.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/MigrateFromCorePresenter.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/RepositoryDeletePresenter.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/Admin/SectionsPresenter.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/Admin/UpdateMigrateFromCoreController.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Dao.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/Explorer/ExplorerController.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/Explorer/RepositoryDisplayController.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Explorer/RepositoryPresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Hooks/PostCommit.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Logs/DBWriterPluginDao.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Logs/DBWriterUserCache.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Logs/LogCache.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/Logs/Parser.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Migration/BareRepositoryCreator.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Notifications/NotificationListBuilder.php +7 −7 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/Repository/HookDao.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryManager.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Service/ServiceActivator.php +6 −6 Go to diff View file
M plugins/svn/include/SVN/ServiceSvn.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Statistic/SCMUsageCollector.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/SvnAdmin.php +7 −7 Go to diff View file
M plugins/svn/include/SVN/SvnRouter.php +1 −1 Go to diff View file
M plugins/svn/include/svnPlugin.php +10 −10 Go to diff View file
M plugins/svn/tests/rest/SVN/ProjectTest.php +5 −5 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/NotificationUpdateCheckerTest.php +2 −2 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/SettingsRepresentationValidatorTest.php +8 −8 Go to diff View file
M plugins/svn/tests/unit/SVN/AccessFile/AccessFileHistoryCreatorTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreRevPropChangeTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/LastAccessUpdaterTest.php +2 −2 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigCheckerTest.php +2 −2 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigUpdatorTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/SvnCoreAccessTest.php +4 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Service/ServiceActivatorTest.php +6 −6 Go to diff View file
M plugins/taskboard/include/Admin/ScrumBoardTypeSelectorController.php +2 −2 Go to diff View file
M plugins/taskboard/include/AgileDashboard/MilestoneIsAllowedChecker.php +1 −1 Go to diff View file
M plugins/taskboard/include/AgileDashboard/TaskboardUsage.php +2 −2 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/MappedFieldRetriever.php +1 −1 Go to diff View file
M plugins/taskboard/include/Column/MilestoneTrackerRetriever.php +1 −1 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/TaskboardCardResource.php +1 −1 Go to diff View file
M plugins/taskboard/include/REST/v1/TaskboardResource.php +3 −3 Go to diff View file
M plugins/taskboard/include/Tracker/TaskboardTracker.php +1 −1 Go to diff View file
M plugins/taskboard/include/Tracker/TrackerPresenterCollectionBuilder.php +2 −2 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/Board/BoardPresenterTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/Column/ColumnPresenterCollectionRetrieverTest.php +3 −3 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/ArtifactMappedFieldValueRetrieverTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedFieldRetrieverTest.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/Column/FieldValuesToColumnMapping/MappedValuesRetrieverTest.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/AddValidatorTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CellPatcherTest.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/Routing/MilestoneExtractorTest.php +1 −1 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerCollectionRetrieverTest.php +2 −2 Go to diff View file
M plugins/taskboard/tests/unit/Tracker/TrackerCollectionTest.php +1 −1 Go to diff View file
M plugins/tee_container/include/StartContainerCommand.php +4 −4 Go to diff View file
M plugins/testmanagement/db/mysql/updates/2018/2018005141637_add_stepdef_table.php +1 −1 Go to diff View file
M plugins/testmanagement/db/mysql/updates/2018/201803091459_add_jenkins_configuration_to_campaign.php +1 −1 Go to diff View file
M plugins/testmanagement/db/mysql/updates/2018/201804131646_add_execution_table.php +1 −1 Go to diff View file
M plugins/testmanagement/db/mysql/updates/2018/201805171520_add_stepexec_table.php +1 −1 Go to diff View file
M plugins/testmanagement/include/RealTime/RealTimeMessageSender.php +10 −10 Go to diff View file
M plugins/testmanagement/include/TestManagement/Administration/TrackerChecker.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/ArtifactDao.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/IndexController.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/IndexPresenter.class.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ArtifactNodeBuilder.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ArtifactNodeDao.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/AssignedToRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignCreator.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentation.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +7 −7 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionCommonmarkRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilder.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/DefinitionsResource.class.php +5 −5 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/ExecutionCreator.class.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php +2 −2 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/ExecutionWithAutomatedTestDataProvider.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodeBuilderFactory.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodesResource.class.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/PaginatedCampaignsRepresentations.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ProjectResource.class.php +7 −7 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/StepsResultsChangesBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestCaseExecutionPresenter.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestSuiteExecutionPresenter.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestsDataFromJunitExtractor.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Router.class.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/StartTestManagementController.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/TestManagementController.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/ImportXMLFromTracker.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporter.php +1 −1 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +9 −9 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/BaseTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/CampaignsTest.php +5 −5 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/ExecutionsTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/ProjectTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagementDataBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Administration/AdminTrackersRetrieverTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Administration/TrackerCheckerTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/CampaignCreatorTest.php +9 −9 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/ConfigConformanceValidatorTest.php +4 −4 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/ConfigTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/FirstConfigCreatorTest.php +8 −8 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Heartbeat/HeartbeatArtifactOverriderTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Heartbeat/LatestHeartbeatsCollectorTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/NatureCoveredByOverriderTest.php +4 −4 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/ExecutionWithAutomatedTestDataProviderTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/FormattedChangesetValueForListFieldRetrieverTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/ListOfExecutionsWithAutomatedTestDataRetrieverTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/TestsDataFromJunitExtractorTest.php +9 −9 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilderTest.php +5 −5 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/StepsResultsChangesBuilderTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/TestStatusAccordingToStepsStatusChangesBuilderTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/XML/TrackerXMLExporterChangesetValueStepDefinitionXMLExporterTest.php +1 −1 Go to diff View file
M plugins/testplan/include/REST/v1/BacklogItemResource.php +4 −4 Go to diff View file
M plugins/testplan/include/REST/v1/MilestoneResource.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/RedirectParameterInjector.php +1 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanLinkedTestDefinitionsRetriever.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/TestPlanPresenter.php +3 −3 Go to diff View file
M plugins/testplan/include/testplanPlugin.php +1 −1 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessorTest.php +21 −21 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/TestPlanLinkedTestDefinitionsRetrieverTest.php +5 −5 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanLinkedTestDefinitionsTest.php +1 −1 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestStatusPerTestDefinitionsInformationForUserRetrieverTest.php +2 −2 Go to diff View file
M plugins/testplan/tests/unit/TestPlanTestDefinitionTrackerRetrieverTest.php +2 −2 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 +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/AdminController.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/ArtifactTimeRepresentation.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingReportResource.php +8 −8 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingResource.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TrackerRepresentationFactory.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/UserResource.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeController.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeRetriever.php +2 −2 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +3 −3 Go to diff View file
M plugins/timetracking/tests/rest/Timetracking/TimetrackingTest.php +14 −14 Go to diff View file
M plugins/timetracking/tests/unit/Report/TimetrackingDatesExtractorTest.php +4 −4 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeCheckerTest.php +3 −3 Go to diff View file
M plugins/timetracking/tests/unit/Time/TimeControllerTest.php +4 −4 Go to diff View file
M plugins/tracker/bin/emailgateway.php +5 −5 Go to diff View file
M plugins/tracker/bin/import_artifacts_xml.php +2 −2 Go to diff View file
M plugins/tracker/bin/store_stripped_body_of_comments.php +2 −2 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206151041_delete_invalid_tracker_hierarchy_data.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206251148_add_table_for_aggregate_field.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206271626_rename_aggregate_to_computed.php +2 −2 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201209121717_turn_tables_innodb.php +2 −2 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201303200939_add_per_tracker_artifact_id.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201309201623_add_cross_references_indexes.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201310301030_add_body_format_on_field_text_changeset.php +1 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201312250950_add_reminder_roles_table.php +4 −4 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/PermissionPerGroupPanePresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactFullRepresentation.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueTextRepresentation.class.php +5 −5 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 +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/UsersArtifactsResource.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/CompleteTrackerRepresentation.class.php +15 −15 Go to diff View file
M plugins/tracker/include/REST/FieldListStaticValueRepresentation.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/FormElement/PermissionsForGroupsBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/FormElement/PermissionsForGroupsRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FormElementRepresentation.class.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/FormElementRepresentationsBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/SemanticTimeframeWithDurationRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/SemanticTimeframeWithEndDateRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Tracker/PermissionsRepresentationBuilder.php +7 −7 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/WorkflowTransitionRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactFilesResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactTemporaryFilesResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/v1/FileCreator.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/v1/TrackerFieldsResource.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +8 −8 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/FrozenFieldsRepresentation.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/SetFieldValueRepresentation.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionRepresentation.php +5 −5 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/ServiceTracker.class.php +4 −4 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 +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/ArtifactLinks/ArtifactLinksPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/TrackersDisplayController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalArtifactActionButtonsFetcher.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/GlobalButtonsActionPresenter.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/MoveArtifactActionAllowedByPluginRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactInstrumentation.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveDeletedArtifactProvider.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactFilesDeletorVisitor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactsDeletionManager.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetFromXmlDataRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetInstrumentation.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/FieldsValidator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailGoldenRetriever.php +1 −1 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/InitialChangesetCreator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php +7 −7 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/Creation/TrackerArtifactCreator.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/CitationStripper.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageTokenBuilder.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfig.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Notifier.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MyArtifactsCollection.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/ArtifactLinkPresenter.php +4 −4 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/RecentlyVisitedDao.php +1 −1 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/Renderer/ArtifactRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitAbstractRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RichTextareaProvider.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonPresenter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php +5 −5 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_List.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_OpenList.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_String.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLArtifactSourcePlatformExtractor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyPermissionsOnArtifact.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/ComputedDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +40 −40 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_CommentDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_ValueDao.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/ArtifactWithTrackerStructureExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseFactory.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/dao/Tracker_CannedResponseDao.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/CardFields.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Burndown.class.php +8 −8 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/Config/SectionsPresenter.php +5 −5 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/DefaultTemplate.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/CreateProjectFromJira.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/CreateProjectFromJiraCommand.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporter.php +14 −14 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentDownloader.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ChangelogEntriesBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Changelog/ListFieldChangeInitialValueRetriever.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Comment/CommentValuesBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/ChangelogSnapshotBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotifier.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportUpdatedRecentlyExporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Structure/ContainersXMLCollectionBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Values/StatusValuesCollection.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/JiraCredentials.php +2 −2 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/TrackerCreationPresenterBuilder.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreator.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +28 −28 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Submitter.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/dao/Tracker_DateReminderDao.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownCalculator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartFieldUsage.php +5 −5 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 +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/DateFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Event/ImportExternalElement.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdater.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinksToRender.php +11 −11 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/CustomColumn/ValueFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenter.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureSelectorPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/FieldDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/AttachmentForTusUploadCreator.php +1 −1 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/FileURLSubstitutor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileToDownload.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileToUpload.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/ListFields/Bind/BindDecoratorDao.php +2 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindStaticValueDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/PermissionsOnArtifact/PermissionsOnArtifactFieldValueDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FieldCalculator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FieldNameFormatter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_GENERATE.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +23 −23 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php +26 −26 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.php +2 −2 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 +62 −62 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.php +22 −22 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.php +28 −28 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.php +37 −37 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php +37 −37 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.php +3 −3 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 +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue_None.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.php +24 −24 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.php +25 −25 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.php +29 −29 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_SharedFormElementFactory.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin.php +22 −22 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/CreateSharedVisitor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastModifiedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastUpdateDate.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/List.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/PermissionsOnArtifact.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/Admin/Field/SubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedOn.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/LineBreak.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/Separator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateVisitor.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchicalTracker.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyDAO.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MailLogger.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/AttachmentFieldDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/CannedDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/CcFieldDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ColumnsDao.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/Dao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldDependenciesDao.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldsDefaultValuesDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/PermissionsOnArtifactFieldDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ReferenceFieldDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/RemindersDao.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/RenderersGraphDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ReportsDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/NoChangeException.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/NotificationListBuilder.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldFieldListPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldOneUGroupPresenter.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldOneUGroupWithFieldListPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldUGroup.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupFieldsPermissions.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupFieldsPermissionsForOtherGroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupOneFieldPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupOneFieldWithUGroupListPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupPresenter.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupUGroupListPresenter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/ReferenceManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/CurrentUserValueWrapper.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/NotInComparison.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidComparisonCollectorVisitor.php +18 −18 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/QueryBuilder/EqualFieldComparisonVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/GreaterThanComparison/ForInteger.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/GreaterThanOrEqualComparison/ForInteger.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/InFieldComparisonVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/LesserThanComparison/ForInteger.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/LesserThanOrEqualComparison/ForInteger.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotEqualComparison/ForInteger.php +1 −1 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/ForListBindUgroups.php +2 −2 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/NotEqualFieldComparisonVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInFieldComparisonVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/UgroupLabelConverter.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +31 −31 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +18 −18 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_HeaderRenderer.php +14 −14 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +100 −100 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +26 −26 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_CriteriaDao.class.php +14 −14 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Alphanum_ValueDao.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Date_ValueDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_File_ValueDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_ValueDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_TableDao.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_FunctionsAggregatesDao.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_SortDao.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date/Factory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/Factory.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_Rule.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/Rule/dao/Tracker_RuleDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenterBuilder.php +1 −1 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/SemanticTimeframeFromXMLBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeUpdator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.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_Semantic_Contributor.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_ContributorDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_DescriptionDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_StatusDao.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_TitleDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +2 −2 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/Tooltip/dao/Tracker_TooltipDao.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +71 −71 Go to diff View file
M plugins/tracker/include/Tracker/TrackerColor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerCrumbInContext.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +30 −30 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +7 −7 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/Widget/ProjectRendererWidgetXMLImporter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenterBuilder.php +1 −1 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 +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeStringXMLUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeTextXMLUpdater.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/TemporaryFileXMLUpdater.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_FileInfoDao.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_GlobalNotificationDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_NotificationDao.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_WatcherDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/TrackerXMLFieldMappingFromExistingTracker.php +2 −2 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +3 −3 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/DeleteTrigger.class.php +2 −2 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/Action/Triggers/GetTriggersRulesBuilderData.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildDao.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Numeric.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_FieldDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFieldsDao.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/FrozenFields/FrozenFieldsRetriever.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/Transition_PostActionFactory.class.php +3 −3 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/SetFloatValueUpdater.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/State/StateFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/State/TransitionCreator.php +3 −3 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/Transition.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/FieldNotEmpty.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Dao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/Permissions.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/TransitionRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/TransitionFactory.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RuleDao.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesManager.class.php +1 −1 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/Workflow.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowBackendLogger.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Workflow_TransitionDao.class.php +8 −8 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +14 −14 Go to diff View file
M plugins/tracker/include/tracker_permissions.php +19 −19 Go to diff View file
M plugins/tracker/tests/integration/PriorityDaoPerformancesTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/integration/PriorityDaoTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/integration/SemanticTimeframeDaoTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/ComputedFieldsDefaultValue/ComputedFieldsDefaultValueTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/rest/TrackerFields/TrackerFieldsTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/Workflows/SimpleModeTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/rest/Workflows/SwitchTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/Workflows/TrackerWorkflowTransitionsTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/rest/Workflows/TrackerWorkflowsTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_ChangesetDataInitializatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLExportTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/unit/Artifact/XMLImport/Tracker_Artifact_XMLImport_XMLImportZipArchiveTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/ArtifactNotificationSubscriberTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/DateFormatterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/DateTimeFormatterTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/Changeset/ChangesetRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/UsersArtifactsResourceControllerTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/REST/FormElement/PermissionsForGroupsBuilderTest.php +22 −22 Go to diff View file
M plugins/tracker/tests/unit/REST/FormElementRepresentationsBuilderTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/REST/PermissionsExporterTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/REST/Tracker/PermissionsRepresentationBuilderTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/ModeUpdaterTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParserTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/PostAction/Update/HiddenFieldsetsJsonParserTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/TransitionPOSTHandlerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/TransitionPatcherTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/REST/v1/Workflow/TransitionValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_CreateArtifactTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php +16 −16 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/Changeset/ArtifactChangesetSaverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/FieldsToBeSavedInSpecificOrderRetrieverTest.php +1 −1 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 +1 −1 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/TextDiffRetrieverTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLinkDiffTest.php +26 −26 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ExistingArtifactSourceIdFromTrackerExtractorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayInsecureTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/RecipientFactoryTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RedirectTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Renderer/ListPickerIncluderTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RichTextareaProviderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_FloatTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php +7 −7 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_ProcessAssociateArtifact_Test.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLArtifactSourcePlatformExtractorTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/AlwaysThereFieldsExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Attachment/AttachmentDownloaderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/Snapshot/InitialSnapshotBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Permissions/PermissionsXMLExporterTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportAllIssuesExporterTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportCreatedRecentlyExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDefaultCriteriaExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Reports/XmlReportUpdatedRecentlyExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/ContainersXMLCollectionBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/FieldXmlExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraFieldRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Structure/JiraToTuleapFieldTypeMapperTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraTrackersListControllerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/PendingJiraImportCleanerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/OngoingCreationFeedbackNotifierTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/PostCreationProcessorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationDataCheckerTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php +6 −6 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/FormElement/AdminTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/AdminVisitorTest.php +14 −14 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/ArtifactLinkValidatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/BurndownCalculatorTest.php +1 −1 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/Field/Burndown/BurndownCacheGenerationCheckerTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php +1 −1 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/TrackerFormElementFieldFileTest.php +1 −1 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/ListFields/Bind/BindDecoratorRetrieverTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetterTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BindStaticXmlExporterTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BoundDecoratorEditorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/Bind/BoundDecoratorSaverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Numeric/Tracker_FormElement_Field_NumericTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringChangesTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/FieldCalculatorTest.php +4 −4 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/TrackerFormElementTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_Artifact_getArtifactLinks_Test.php +9 −9 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 +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ComputedTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_DateTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_FloatTest.php +1 −1 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 +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindValueTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValueTest.php +1 −1 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_List_OpenValueTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Line_BreakTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_SeparatorTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_SharedFormElementFactoryTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElementListValueAdminViewPresenterBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/ControllerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchicalTrackerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyControllerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetAllAncestorsTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentArtifactTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Masschange/MasschangeUpdaterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerLinksInNewDropdownCollectorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/ConfigNotificationEmailCustomSenderFormatterTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/NotificationLevelExtractorTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/RecipientsManagerTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/Settings/UserNotificationSettingsTest.php +32 −32 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionManagerTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionsOnFieldsTests.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyAndAdminTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_CheckRequestValidityTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_RegisteredWithFullAccessTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/DateFieldCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/DateTimeFieldCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUgroupsTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUsersTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/ResultJoinerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportExtractorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportRendererTableTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_ReportFactoryTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_RESTTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Tracker_RuleFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_ValueTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_Value_ViewTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueProviderTest.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 +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/ArtifactTimeframeHelperTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeUpdatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php +5 −5 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/TrackerSemanticCollectionTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tracker_SemanticFactoryTest.php +10 −10 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/TrackerFactoryPossibleChildrenTest.php +1 −1 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/TrackerManagerTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerPermissionsTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXMLFieldMappingFromExistingTrackerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactByEmailStatusTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactory_GetChildrenTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChavesetValue_ListTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_URLTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Webhook/WebhookXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Widget/ProjectRendererWidgetXMLImporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsFactoryTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueValidatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueValidatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/TransitionFactory.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/SimpleMode/SimpleWorkflowXMLExporterTest.php +2 −2 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/CommentNotEmptyTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/PermissionsTest.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/WorkflowUpdateCheckerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporterVisitorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/ExternalExporterCollectorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueArtifactLinkXMLExporterTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueFileXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueListXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueOpenListXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueTextXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/TrackerXmlExportTest.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 +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChildrenXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/TrackerExportToXmlTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/TrackerTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/TrackerXmlFieldsMapping_InSamePlatformTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetJsonFormatterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_IntegerTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_StringTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_Changeset_CommentTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FileInfoTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Report_SessionTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/TreeNode/CardPresenterNodeTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Action/Rules/Tracker_Workflow_Action_Rules_EditRulesTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/Transition_PostActionFactoryTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmpty/Workflow_Transition_Condition_FieldNotEmpty_FactoryTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmptyTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/TransitionRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/TransitionFactoryTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Workflow/TransitionTest.php +10 −10 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 +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesFactoryTest.php +24 −24 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php +13 −13 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/Trigger/Tracker_Workflow_Trigger_TriggerValidatorTest.php +53 −53 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowFactoryTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowTest.php +22 −22 Go to diff View file
M plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php +30 −30 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactField.class.php +5 −5 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php +11 −11 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactType.class.php +4 −4 Go to diff View file
M plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.php +4 −4 Go to diff View file
M plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php +8 −8 Go to diff View file
M plugins/tracker_encryption/include/Tracker_Key.class.php +1 −1 Go to diff View file
M plugins/tracker_encryption/include/dao/Tracker_Public_KeyDao.class.php +4 −4 Go to diff View file
M plugins/tracker_encryption/include/dao/ValueDao.php +3 −3 Go to diff View file
M plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointCreatorController.php +2 −2 Go to diff View file
M plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointDeleteController.php +1 −1 Go to diff View file
M plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsController.php +2 −2 Go to diff View file
M plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsPresenter.php +8 −8 Go to diff View file
M plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsPresenterBuilder.php +1 −1 Go to diff View file
M plugins/userlog/include/UserLogBuilder.php +2 −2 Go to diff View file
M plugins/userlog/include/UserLogManager.class.php +3 −3 Go to diff View file
M plugins/userlog/include/userlogPlugin.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/BacklogRequiredTrackerCollection.php +3 −3 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php +3 −3 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityAdminPresenter.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityAdminPresenterBuilder.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityPresenter.php +2 −2 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityPresenterBuilder.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/VelocityCollection.php +1 −1 Go to diff View file
M plugins/velocity/include/velocityPlugin.php +5 −5 Go to diff View file
M plugins/velocity/tests/unit/Velocity/Semantic/BacklogRequiredTrackerCollectionTest.php +1 −1 Go to diff View file
M plugins/velocity/tests/unit/Velocity/Semantic/VelocitySemanticCheckerTest.php +2 −2 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityComputationCheckerTest.php +1 −1 Go to diff View file
M plugins/velocity/tests/unit/Velocity/VelocityPluginComputationTest.php +2 −2 Go to diff View file
M plugins/webdav/include/BrowserPlugin.class.php +9 −9 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFile.class.php +6 −6 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +13 −13 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRS.class.php +6 −6 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSFile.class.php +3 −3 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSPackage.class.php +10 −10 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSRelease.class.php +6 −6 Go to diff View file
M plugins/webdav/include/FS/WebDAVProject.class.php +4 −4 Go to diff View file
M plugins/webdav/include/FS/WebDAVRoot.class.php +7 −7 Go to diff View file
M plugins/webdav/include/ServerBuilder.php +2 −2 Go to diff View file
M plugins/webdav/include/WebDAVAuthentication.class.php +1 −1 Go to diff View file
M plugins/webdav/include/WebDAVTree.class.php +2 −2 Go to diff View file
M plugins/webdav/include/WebDAVUtils.class.php +4 −4 Go to diff View file
M plugins/webdav/tests/unit/WebDAVAuthenticationTest.php +11 −11 Go to diff View file
M plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php +13 −13 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSFileTest.php +1 −1 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSPackageTest.php +17 −17 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php +25 −25 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSTest.php +3 −3 Go to diff View file
M plugins/webdav/tests/unit/WebDAVProjectTest.php +2 −2 Go to diff View file
M plugins/webdav/tests/unit/WebDAVTreeTest.php +45 −45 Go to diff View file
M plugins/webdav/tests/unit/WebdavURLVerificationTest.php +1 −1 Go to diff View file
M plugins/webdav/www/index.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/ImportProjectXMLCommand.php +6 −6 Go to diff View file
M src/common/CLI/Command/PlatformAccessControlCommand.php +2 −2 Go to diff View file
M src/common/CLI/Command/WorkerSupervisorCommand.php +1 −1 Go to diff View file
M src/common/CLI/Command/WorkerSystemCtlCommand.php +1 −1 Go to diff View file
M src/common/CLI/Events/GetWhitelistedKeys.php +1 −1 Go to diff View file
M src/common/ConcurrentVersionsSystem/ViewVC/ViewVCController.php +1 −1 Go to diff View file
M src/common/ConcurrentVersionsSystem/ViewVC/ViewVCProxy.php +1 −1 Go to diff View file
M src/common/DB/DBCreator.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/Project/ProjectDashboardController.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardXMLImporter.php +7 −7 Go to diff View file
M src/common/Dashboard/User/AtUserCreationDefaultWidgetsCreator.php +1 −1 Go to diff View file
M src/common/Dashboard/User/UserDashboardController.php +1 −1 Go to diff View file
M src/common/Dashboard/User/UserDashboardPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetDao.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +6 −6 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetRetriever.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/WidgetDashboardController.php +3 −3 Go to diff View file
M src/common/Date/TlpRelativeDatePresenterBuilder.php +4 −4 Go to diff View file
M src/common/Error/Error_PermissionDenied.class.php +8 −8 Go to diff View file
M src/common/Error/ProjectAccessSuspendedErrorPresenter.php +1 −1 Go to diff View file
M src/common/Event/EventManager.class.php +1 −1 Go to diff View file
M src/common/Event/Events/ArchiveDeletedItemEvent.php +1 −1 Go to diff View file
M src/common/Event/Events/ArchiveDeletedItemFileProvider.php +1 −1 Go to diff View file
M src/common/FRS/FRSFile.class.php +40 −40 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 +25 −25 Go to diff View file
M src/common/FRS/FRSLog.class.php +2 −2 Go to diff View file
M src/common/FRS/FRSPackage.class.php +8 −8 Go to diff View file
M src/common/FRS/FRSPackageController.php +1 −1 Go to diff View file
M src/common/FRS/FRSPackageFactory.class.php +9 −9 Go to diff View file
M src/common/FRS/FRSPackageRouter.php +4 −4 Go to diff View file
M src/common/FRS/FRSPermission.php +1 −1 Go to diff View file
M src/common/FRS/FRSPermissionDao.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/FRSRelease.class.php +32 −32 Go to diff View file
M src/common/FRS/FRSReleaseController.php +1 −1 Go to diff View file
M src/common/FRS/FRSReleaseFactory.class.php +14 −14 Go to diff View file
M src/common/FRS/FRSXMLImporter.class.php +7 −7 Go to diff View file
M src/common/FRS/FileModuleMonitorFactory.class.php +13 −13 Go to diff View file
M src/common/FRS/FileReference.php +2 −2 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/EditLicenseAgreementPresenter.php +7 −7 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/LicenseAgreementControllersHelper.php +1 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/LicenseAgreementPresenter.php +4 −4 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsPresenter.php +4 −4 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/Admin/ViewDefaultLicensePresenter.php +4 −4 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreement.php +2 −2 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementDisplay.php +2 −2 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementFactory.php +2 −2 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseOptionPresenter.php +2 −2 Go to diff View file
M src/common/FRS/LicenseAgreement/NewLicenseAgreement.php +1 −1 Go to diff View file
M src/common/FRS/PermissionController.php +1 −1 Go to diff View file
M src/common/FRS/PermissionPresenter.php +9 −9 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PaneCollector.php +1 −1 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 +5 −5 Go to diff View file
M src/common/FRS/UploadedLinksTablePresenter.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +9 −9 Go to diff View file
M src/common/ForgeAccess/ForgeAccess.php +1 −1 Go to diff View file
M src/common/Glyph/GlyphFinder.php +2 −2 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenterBuilder.php +1 −1 Go to diff View file
M src/common/HelpDropdown/ReleaseNoteManager.php +2 −2 Go to diff View file
M src/common/Instrument/Prometheus/Prometheus.php +1 −1 Go to diff View file
M src/common/InviteBuddy/InvitationEmailNotifier.php +2 −2 Go to diff View file
M src/common/InviteBuddy/InvitationSenderGateKeeper.php +1 −1 Go to diff View file
M src/common/InviteBuddy/REST/v1/InvitationsResource.php +2 −2 Go to diff View file
M src/common/JWT/JWKS/PKCS1Format.php +2 −2 Go to diff View file
M src/common/JWT/REST/JWTRepresentation.class.php +1 −1 Go to diff View file
M src/common/JWT/generators/JWTGenerator.php +2 −2 Go to diff View file
M src/common/Jenkins/Client.class.php +1 −1 Go to diff View file
M src/common/MailingList/MailingListDoCreateController.php +1 −1 Go to diff View file
M src/common/Markdown/StyleTableForTlpProcessor.php +1 −1 Go to diff View file
M src/common/News/Admin/AdminNewsBuilder.php +2 −2 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/NewsPermissionPerGroupPaneBuilder.php +1 −1 Go to diff View file
M src/common/OpenGraph/OpenGraphPresenter.php +1 −1 Go to diff View file
M src/common/Password/PasswordSanityChecker.php +2 −2 Go to diff View file
M src/common/Password/PasswordStrategy.class.php +2 −2 Go to diff View file
M src/common/Platform/Banner/REST/v1/BannerResource.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/CategoryCollection.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/IndexController.php +1 −1 Go to diff View file
M src/common/Project/Admin/Categories/ProjectCategoriesUpdater.php +2 −2 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 +18 −18 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenter.php +3 −3 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php +1 −1 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/PermissionPerGroupLoadAllButtonPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectAccessPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php +5 −5 Go to diff View file
M src/common/Project/Admin/ProjectDetailsPresenter.php +23 −23 Go to diff View file
M src/common/Project/Admin/ProjectHistoryResultsPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectHistorySearchPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectListResultsPresenter.php +3 −3 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/ProjectMembers/ProjectMembersController.php +9 −9 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ApproveProjectAdministratorRemoval.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/BindingAdditionalModalPresenterCollection.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/ProjectImportCleanupUserCreatorFromAdministrators.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupMemberUpdatable.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenterBuilder.php +5 −5 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UserAndProjectUGroupRelationshipEvent.php +1 −1 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/Reference/Browse/LegacyReferenceAdministrationBrowsingRenderer.php +1 −1 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +7 −7 Go to diff View file
M src/common/Project/Admin/WebhooksPresenter.php +1 −1 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionDao.class.php +2 −2 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionFactory.class.php +2 −2 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionValueDao.class.php +2 −2 Go to diff View file
M src/common/Project/DefaultProjectVisibilityRetriever.php +2 −2 Go to diff View file
M src/common/Project/Event/ProjectRegistrationActivateService.php +1 −1 Go to diff View file
M src/common/Project/Group.class.php +4 −4 Go to diff View file
M src/common/Project/Hierarchy/HierarchyManager.class.php +1 −1 Go to diff View file
M src/common/Project/Home.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/LabelDao.php +2 −2 Go to diff View file
M src/common/Project/Label/LabelPresenter.php +2 −2 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php +7 −7 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationRequest.class.php +2 −2 Go to diff View file
M src/common/Project/Project.class.php +8 −8 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +11 −11 Go to diff View file
M src/common/Project/ProjectCreationNotifier.php +1 −1 Go to diff View file
M src/common/Project/ProjectCreationTemplatePresenter.class.php +2 −2 Go to diff View file
M src/common/Project/ProjectCreator.class.php +41 −41 Go to diff View file
M src/common/Project/ProjectManager.class.php +18 −18 Go to diff View file
M src/common/Project/ProjectPresentersBuilder.php +4 −4 Go to diff View file
M src/common/Project/ProjectUGroup.php +9 −9 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +5 −5 Go to diff View file
M src/common/Project/Project_SOAPServer.class.php +16 −16 Go to diff View file
M src/common/Project/REST/v1/CategoryPostRepresentation.php +1 −1 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +8 −8 Go to diff View file
M src/common/Project/REST/v1/RestProjectCreator.php +1 −1 Go to diff View file
M src/common/Project/REST/v1/ServiceRepresentationCollectionBuilder.php +1 −1 Go to diff View file
M src/common/Project/REST/v1/UserGroupResource.class.php +8 −8 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationPresenter.php +10 −10 Go to diff View file
M src/common/Project/Registration/Template/AgileALMTemplate.php +4 −4 Go to diff View file
M src/common/Project/Registration/Template/IssuesTemplate.php +3 −3 Go to diff View file
M src/common/Project/Registration/Template/KanbanTemplate.php +3 −3 Go to diff View file
M src/common/Project/Registration/Template/ScrumTemplate.php +5 −5 Go to diff View file
M src/common/Project/RestrictedUserCanAccessUrlOrProjectVerifier.php +1 −1 Go to diff View file
M src/common/Project/Service.class.php +2 −2 Go to diff View file
M src/common/Project/Service/ServiceUsageFactory.class.php +1 −1 Go to diff View file
M src/common/Project/Service/ServicesPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/ServiceManager.class.php +3 −3 Go to diff View file
M src/common/Project/UGroupBinding.class.php +2 −2 Go to diff View file
M src/common/Project/UGroupLiteralizer.php +4 −4 Go to diff View file
M src/common/Project/UGroupManager.class.php +2 −2 Go to diff View file
M src/common/Project/UGroupRetrieverWithLegacy.php +2 −2 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/AddProjectMember.php +4 −4 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithStatusCheckAndNotifications.php +3 −3 Go to diff View file
M src/common/Project/UGroups/Membership/MemberRemover.php +1 −1 Go to diff View file
M src/common/Project/Webhook/Log/WebhookLoggerDao.php +1 −1 Go to diff View file
M src/common/Project/XML/Import/ImportConfig.php +2 −2 Go to diff View file
M src/common/Queue/QueueInstrumentation.php +2 −2 Go to diff View file
M src/common/Queue/Redis/RedisPersistentQueue.php +5 −5 Go to diff View file
M src/common/Queue/Worker.php +1 −1 Go to diff View file
M src/common/REST/GateKeeper.class.php +1 −1 Go to diff View file
M src/common/REST/QueryParameterParser.php +1 −1 Go to diff View file
M src/common/REST/RestlerFactory.php +1 −1 Go to diff View file
M src/common/REST/Specification/Swagger/SwaggerJsonAPIAccessKey.php +1 −1 Go to diff View file
M src/common/REST/UserManager.class.php +4 −4 Go to diff View file
M src/common/Reference/ByNature/ConcurrentVersionsSystem/CrossReferenceCvsOrganizer.php +1 −1 Go to diff View file
M src/common/Reference/CrossReference.php +10 −10 Go to diff View file
M src/common/Reference/CrossReferenceFactory.php +17 −17 Go to diff View file
M src/common/Reference/Presenters/CrossReferenceFieldPresenter.php +1 −1 Go to diff View file
M src/common/Reference/Presenters/CrossReferenceLinkListPresenterBuilder.php +3 −3 Go to diff View file
M src/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilder.php +1 −1 Go to diff View file
M src/common/Reference/Reference.php +9 −9 Go to diff View file
M src/common/Reference/ReferenceInstance.php +2 −2 Go to diff View file
M src/common/Reference/ReferenceManager.php +43 −43 Go to diff View file
M src/common/Request/FrontRouter.php +1 −1 Go to diff View file
M src/common/Request/LegacyRoutesController.php +1 −1 Go to diff View file
M src/common/Service/ServiceCreator.php +3 −3 Go to diff View file
M src/common/System/Alias.class.php +1 −1 Go to diff View file
M src/common/System/Exception/CommandException.class.php +1 −1 Go to diff View file
M src/common/Token/REST/v1/TokenResource.class.php +2 −2 Go to diff View file
M src/common/TreeNode/GetStateVisitor.class.php +3 −3 Go to diff View file
M src/common/TreeNode/InjectPaddingInTreeNodeVisitor.class.php +3 −3 Go to diff View file
M src/common/TreeNode/InjectSpanPaddingInTreeNodeVisitor.class.php +2 −2 Go to diff View file
M src/common/User/AccessKey/AccessKeyMetadata.php +7 −7 Go to diff View file
M src/common/User/AccessKey/REST/AccessKeyResource.php +2 −2 Go to diff View file
M src/common/User/AccessKey/REST/UserAccessKeyRepresentation.php +2 −2 Go to diff View file
M src/common/User/Account/AccessKeyPresenter.php +4 −4 Go to diff View file
M src/common/User/Account/AccessKeyPresenterBuilder.php +5 −5 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 +13 −13 Go to diff View file
M src/common/User/Account/AccountTabPresenter.php +3 −3 Go to diff View file
M src/common/User/Account/AccountTabPresenterCollection.php +2 −2 Go to diff View file
M src/common/User/Account/Appearance/AppearancePresenter.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/ConfirmNewEmailController.php +2 −2 Go to diff View file
M src/common/User/Account/DisplayExperimentalController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayKeysTokensController.php +3 −3 Go to diff View file
M src/common/User/Account/DisplaySecurityController.php +5 −5 Go to diff View file
M src/common/User/Account/KeysTokensPresenter.php +3 −3 Go to diff View file
M src/common/User/Account/NotificationsPresenter.php +1 −1 Go to diff View file
M src/common/User/Account/RedirectAfterLogin.php +2 −2 Go to diff View file
M src/common/User/Account/SecurityPresenter.php +5 −5 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +3 −3 Go to diff View file
M src/common/User/Account/UpdateNotificationsPreferences.php +2 −2 Go to diff View file
M src/common/User/Account/UpdatePasswordController.php +6 −6 Go to diff View file
M src/common/User/Account/UpdateSessionPreferencesController.php +1 −1 Go to diff View file
M src/common/User/Account/UserAvatarSaver.php +1 −1 Go to diff View file
M src/common/User/Admin/PendingProjectBuilder.php +1 −1 Go to diff View file
M src/common/User/Admin/PendingUserPresenter.php +1 −1 Go to diff View file
M src/common/User/Admin/UserDetailsAccessPresenter.php +12 −12 Go to diff View file
M src/common/User/Admin/UserDetailsPresenter.php +1 −1 Go to diff View file
M src/common/User/Admin/UserListResultsPresenter.php +1 −1 Go to diff View file
M src/common/User/ForgeUserGroupFactory.php +2 −2 Go to diff View file
M src/common/User/GenericUser.class.php +1 −1 Go to diff View file
M src/common/User/GenericUserFactory.class.php +2 −2 Go to diff View file
M src/common/User/LoginController.class.php +3 −3 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/PasswordExpirationChecker.class.php +1 −1 Go to diff View file
M src/common/User/PasswordVerifier.php +1 −1 Go to diff View file
M src/common/User/PendingUserNotifier.php +2 −2 Go to diff View file
M src/common/User/Profile/ProfilePresenterBuilder.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserHistoryEntryRepresentation.php +3 −3 Go to diff View file
M src/common/User/REST/v1/UserResource.php +4 −4 Go to diff View file
M src/common/User/SSHKey/SSHKeyCreateController.php +1 −1 Go to diff View file
M src/common/User/SSHKey/SSHKeyDeleteController.php +1 −1 Go to diff View file
M src/common/User/SVNToken/SVNTokenRevokeController.php +1 −1 Go to diff View file
M src/common/User/StatusPresenter.php +10 −10 Go to diff View file
M src/common/User/User.class.php +46 −46 Go to diff View file
M src/common/User/UserHelper.class.php +9 −9 Go to diff View file
M src/common/User/UserImportCollection.php +1 −1 Go to diff View file
M src/common/User/UserManager.class.php +22 −22 Go to diff View file
M src/common/User/UserSuspensionManager.php +19 −19 Go to diff View file
M src/common/User/User_SSHKeyDumper.class.php +1 −1 Go to diff View file
M src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php +1 −1 Go to diff View file
M src/common/User/XML/Import/ToBeMappedUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/UsersToBeImportedCollection.php +1 −1 Go to diff View file
M src/common/User/XML/Import/WillBeCreatedUser.php +5 −5 Go to diff View file
M src/common/Widget/Event/UserWithStarBadgeCollector.php +1 −1 Go to diff View file
M src/common/Widget/MyProjects.php +12 −12 Go to diff View file
M src/common/Widget/Note/ProjectNote.php +1 −1 Go to diff View file
M src/common/Widget/ProjectContacts.php +2 −2 Go to diff View file
M src/common/Widget/ProjectMembers/AdministratorPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Widget/ProjectMembers/ProjectMembers.php +1 −1 Go to diff View file
M src/common/Widget/Widget.class.php +1 −1 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 +9 −9 Go to diff View file
M src/common/Widget/Widget_MyAdmin.class.php +11 −11 Go to diff View file
M src/common/Widget/Widget_MyArtifacts.class.php +19 −19 Go to diff View file
M src/common/Widget/Widget_MyBookmarks.class.php +4 −4 Go to diff View file
M src/common/Widget/Widget_MyMonitoredForums.class.php +11 −11 Go to diff View file
M src/common/Widget/Widget_MyMonitoredFp.class.php +12 −12 Go to diff View file
M src/common/Widget/Widget_MySystemEvent.class.php +3 −3 Go to diff View file
M src/common/Widget/Widget_ProjectDescription.class.php +4 −4 Go to diff View file
M src/common/Widget/Widget_ProjectLatestCommits.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_ProjectLatestFileReleases.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_ProjectLatestSvnCommits.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_ProjectPublicAreas.class.php +22 −22 Go to diff View file
M src/common/Widget/Widget_ProjectSvnStats.class.php +9 −9 Go to diff View file
M src/common/Widget/Widget_Rss.class.php +11 −11 Go to diff View file
M src/common/Widget/Widget_Static.class.php +2 −2 Go to diff View file
M src/common/account/Account_RegisterField.class.php +3 −3 Go to diff View file
M src/common/account/RegisterByAdminPresenter.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/account/TimezonesCollection.class.php +3 −3 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +27 −27 Go to diff View file
M src/common/admin/Admin_ProjectListExporter.class.php +5 −5 Go to diff View file
M src/common/admin/Admin_UserListExporter.class.php +4 −4 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/Dao.php +1 −1 Go to diff View file
M src/common/admin/Homepage/Presenter.php +13 −13 Go to diff View file
M src/common/admin/PendingElements/PendingDocumentsRetriever.php +2 −2 Go to diff View file
M src/common/admin/PermissionDelegationController.php +2 −2 Go to diff View file
M src/common/admin/PermissionDelegationGroupModalPresenter.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreation/ProjectCategoriesDisplayController.php +3 −3 Go to diff View file
M src/common/admin/ProjectCreation/ProjectFieldsUpdateController.php +4 −4 Go to diff View file
M src/common/admin/ProjectCreation/WebhooksDisplayController.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreationModerationPresenter.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreationModerationUpdateController.php +3 −3 Go to diff View file
M src/common/admin/ProjectTemplatesController.php +1 −1 Go to diff View file
M src/common/admin/ProjectWidgetsConfigurationDisplayController.php +1 −1 Go to diff View file
M src/common/admin/ProjectWidgetsConfigurationPOSTDisableController.php +1 −1 Go to diff View file
M src/common/admin/ProjectWidgetsConfigurationPOSTEnableController.php +1 −1 Go to diff View file
M src/common/admin/ProjectWidgetsPresenter.php +4 −4 Go to diff View file
M src/common/admin/SiteAdminWarnings.php +1 −1 Go to diff View file
M src/common/admin/SiteContentCustomisationController.php +6 −6 Go to diff View file
M src/common/admin/SystemEventsPanePresenter.php +1 −1 Go to diff View file
M src/common/admin/SystemEventsPaneSectionPresenter.php +15 −15 Go to diff View file
M src/common/backend/Backend.class.php +6 −6 Go to diff View file
M src/common/backend/BackendAliases.class.php +2 −2 Go to diff View file
M src/common/backend/BackendCVS.class.php +21 −21 Go to diff View file
M src/common/backend/BackendCommandException.class.php +1 −1 Go to diff View file
M src/common/backend/BackendLogger.class.php +6 −6 Go to diff View file
M src/common/backend/BackendMailingList.class.php +4 −4 Go to diff View file
M src/common/backend/BackendSVN.class.php +15 −15 Go to diff View file
M src/common/backend/BackendSystem.class.php +5 −5 Go to diff View file
M src/common/chart/Chart.class.php +5 −5 Go to diff View file
M src/common/chart/ColorsForCharts.php +1 −1 Go to diff View file
M src/common/chart/GanttVerticalLine.php +4 −4 Go to diff View file
M src/common/collection/Collection.class.php +3 −3 Go to diff View file
M src/common/collection/LinkedList.class.php +2 −2 Go to diff View file
M src/common/collection/Map.class.php +1 −1 Go to diff View file
M src/common/collection/PrioritizedList.class.php +1 −1 Go to diff View file
M src/common/dao/ArtifactDao.class.php +1 −1 Go to diff View file
M src/common/dao/ArtifactGlobalNotificationDao.class.php +1 −1 Go to diff View file
M src/common/dao/ArtifactGroupListDao.class.php +12 −12 Go to diff View file
M src/common/dao/ArtifactReportFieldDao.class.php +4 −4 Go to diff View file
M src/common/dao/ArtifactRuleDao.class.php +2 −2 Go to diff View file
M src/common/dao/FRSFileDao.class.php +19 −19 Go to diff View file
M src/common/dao/FRSFileDownloadDao.php +1 −1 Go to diff View file
M src/common/dao/FRSFileTypeDao.class.php +2 −2 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +11 −11 Go to diff View file
M src/common/dao/FRSProcessorDao.class.php +2 −2 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +27 −27 Go to diff View file
M src/common/dao/FileModuleMonitorDao.class.php +5 −5 Go to diff View file
M src/common/dao/ForumDao.class.php +2 −2 Go to diff View file
M src/common/dao/MailingListDao.class.php +2 −2 Go to diff View file
M src/common/dao/NewsBytesDao.class.php +1 −1 Go to diff View file
M src/common/dao/PermissionsDao.class.php +6 −6 Go to diff View file
M src/common/dao/PluginDao.class.php +1 −1 Go to diff View file
M src/common/dao/ProjectDao.class.php +26 −26 Go to diff View file
M src/common/dao/RestrictedPluginDao.class.php +1 −1 Go to diff View file
M src/common/dao/ServiceDao.class.php +8 −8 Go to diff View file
M src/common/dao/SessionDao.class.php +1 −1 Go to diff View file
M src/common/dao/SvnCommitsDao.class.php +2 −2 Go to diff View file
M src/common/dao/SystemEventDao.class.php +6 −6 Go to diff View file
M src/common/dao/SystemEventsFollowersDao.class.php +5 −5 Go to diff View file
M src/common/dao/UGroupDao.class.php +13 −13 Go to diff View file
M src/common/dao/UserDao.class.php +8 −8 Go to diff View file
M src/common/dao/UserGroupDao.class.php +7 −7 Go to diff View file
M src/common/dao/UserSuspensionDao.php +8 −8 Go to diff View file
M src/common/dao/WikiDao.class.php +6 −6 Go to diff View file
M src/common/dao/include/DataAccessObject.class.php +5 −5 Go to diff View file
M src/common/date/Admin/RelativeDatesDisplayAdminPresenter.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/DateHelper.class.php +1 −1 Go to diff View file
M src/common/date/DefaultRelativeDatesDisplayPreference.php +1 −1 Go to diff View file
M src/common/date/TimePeriodWithoutWeekEnd.class.php +3 −3 Go to diff View file
M src/common/docmanv1/XMLExportData.class.php +4 −4 Go to diff View file
M src/common/html/HTML_Element.class.php +1 −1 Go to diff View file
M src/common/html/HTML_Element_Input.class.php +1 −1 Go to diff View file
M src/common/html/HTML_Element_Input_Checkbox.class.php +3 −3 Go to diff View file
M src/common/html/HTML_Element_Input_Date.class.php +1 −1 Go to diff View file
M src/common/html/HTML_Element_Input_Radio.class.php +1 −1 Go to diff View file
M src/common/html/HTML_Element_Option.class.php +2 −2 Go to diff View file
M src/common/html/HTML_Element_Pane.class.php +3 −3 Go to diff View file
M src/common/html/HTML_Element_Selectbox.class.php +1 −1 Go to diff View file
M src/common/html/HTML_Element_Textarea.class.php +2 −2 Go to diff View file
M src/common/include/Codendi_BlockDiffFormatter.php +1 −1 Go to diff View file
M src/common/include/Codendi_Diff.php +2 −2 Go to diff View file
M src/common/include/Codendi_DiffEngine.php +29 −29 Go to diff View file
M src/common/include/Codendi_DiffFormatter.php +7 −7 Go to diff View file
M src/common/include/Codendi_DiffOp_Add.php +1 −1 Go to diff View file
M src/common/include/Codendi_DiffOp_Change.php +1 −1 Go to diff View file
M src/common/include/Codendi_DiffOp_Copy.php +1 −1 Go to diff View file
M src/common/include/Codendi_DiffOp_Delete.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/Codendi_HWLDF_WordAccumulator.php +3 −3 Go to diff View file
M src/common/include/Codendi_MappedDiff.php +1 −1 Go to diff View file
M src/common/include/Codendi_Request.class.php +3 −3 Go to diff View file
M src/common/include/Codendi_UnifiedDiffFormatter.php +1 −1 Go to diff View file
M src/common/include/Codendi_WordLevelDiff.php +1 −1 Go to diff View file
M src/common/include/Feedback.class.php +1 −1 Go to diff View file
M src/common/include/FeedbackFormatter.class.php +1 −1 Go to diff View file
M src/common/include/GroupFactory.class.php +1 −1 Go to diff View file
M src/common/include/HTMLPurifierSSHScheme.php +2 −2 Go to diff View file
M src/common/include/HTTPRequest.class.php +1 −1 Go to diff View file
M src/common/include/MIME.php +21 −21 Go to diff View file
M src/common/include/SimpleSanitizer.class.php +2 −2 Go to diff View file
M src/common/include/TemplateSingleton.class.php +2 −2 Go to diff View file
M src/common/include/TmpWatch.php +2 −2 Go to diff View file
M src/common/include/Toggler.class.php +2 −2 Go to diff View file
M src/common/include/URL.class.php +10 −10 Go to diff View file
M src/common/include/URLVerification.class.php +5 −5 Go to diff View file
M src/common/include/XMLConvertor.php +1 −1 Go to diff View file
M src/common/include/lib/PHP_BigFile.class.php +1 −1 Go to diff View file
M src/common/language/BaseLanguage.class.php +5 −5 Go to diff View file
M src/common/language/BaseLanguageFactory.class.php +1 −1 Go to diff View file
M src/common/language/Gettext/POTFileDumper.php +1 −1 Go to diff View file
M src/common/layout/BaseLayout.php +4 −4 Go to diff View file
M src/common/layout/HomePage/HomePageNews.php +4 −4 Go to diff View file
M src/common/layout/HomePage/NewsCollection.php +1 −1 Go to diff View file
M src/common/layout/HomePage/NewsCollectionBuilder.php +3 −3 Go to diff View file
M src/common/layout/Layout.class.php +19 −19 Go to diff View file
M src/common/layout/NewDropdown/DataAttributePresenter.php +1 −1 Go to diff View file
M src/common/layout/NewDropdown/NewDropdownPresenterBuilder.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 +4 −4 Go to diff View file
M src/common/layout/SidebarProjectDefinedServicePresenter.php +3 −3 Go to diff View file
M src/common/layout/SidebarServicePresenter.php +6 −6 Go to diff View file
M src/common/layout/SiteHomepageController.php +5 −5 Go to diff View file
M src/common/layout/TooltipJSON.php +1 −1 Go to diff View file
M src/common/log/LogToGraylog2.php +3 −3 Go to diff View file
M src/common/log/TuleapIdentifierProcessor.php +1 −1 Go to diff View file
M src/common/mail/Codendi_Mail.class.php +10 −10 Go to diff View file
M src/common/mail/MailAccountSuspensionAlertPresenter.php +3 −3 Go to diff View file
M src/common/mail/MailAccountSuspensionPresenter.php +2 −2 Go to diff View file
M src/common/mail/MailBuilder.php +1 −1 Go to diff View file
M src/common/mail/MailNotificationPresenter.class.php +4 −4 Go to diff View file
M src/common/mail/MailPresenterFactory.class.php +11 −11 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 +3 −3 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 +3 −3 Go to diff View file
M src/common/mail/MailRegisterPresenter.class.php +5 −5 Go to diff View file
M src/common/mail/MassmailFormPresenter.class.php +7 −7 Go to diff View file
M src/common/mail/MassmailSender.class.php +2 −2 Go to diff View file
M src/common/mail/TuleapRegisterMail.class.php +3 −3 Go to diff View file
M src/common/mailing_list/MailingList.class.php +7 −7 Go to diff View file
M src/common/mvc/Views.class.php +1 −1 Go to diff View file
M src/common/mvc2/PluginController.class.php +1 −1 Go to diff View file
M src/common/permission/PermissionsManager.class.php +2 −2 Go to diff View file
M src/common/permission/PermissionsNormalizer.php +1 −1 Go to diff View file
M src/common/plugin/Plugin.class.php +4 −4 Go to diff View file
M src/common/plugin/PluginFactory.class.php +19 −19 Go to diff View file
M src/common/plugin/PluginLoader.php +1 −1 Go to diff View file
M src/common/plugin/SerializedPluginProxy.php +1 −1 Go to diff View file
M src/common/search/Presenters/SearchPresenter.class.php +5 −5 Go to diff View file
M src/common/search/Presenters/SearchProjectResultPresenter.php +1 −1 Go to diff View file
M src/common/search/SearchController.class.php +8 −8 Go to diff View file
M src/common/search/SearchPlugin.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/session/Codendi_Session.class.php +4 −4 Go to diff View file
M src/common/soap/SOAP_NusoapWSDL.class.php +1 −1 Go to diff View file
M src/common/soap/SOAP_RequestLimitator.class.php +1 −1 Go to diff View file
M src/common/soap/TuleapSOAPServer.class.php +1 −1 Go to diff View file
M src/common/svn/CoreApacheConfRepository.php +2 −2 Go to diff View file
M src/common/svn/Event/UpdateProjectAccessFileSystemEvent.php +1 −1 Go to diff View file
M src/common/svn/GetAllRepositories.php +2 −2 Go to diff View file
M src/common/svn/SVNAccessFile.class.php +5 −5 Go to diff View file
M src/common/svn/SVN_AccessFile_Writer.class.php +5 −5 Go to diff View file
M src/common/svn/SVN_Apache.class.php +2 −2 Go to diff View file
M src/common/svn/SVN_Apache_ModPerl.class.php +2 −2 Go to diff View file
M src/common/svn/SVN_Apache_SvnrootConf.class.php +8 −8 Go to diff View file
M src/common/svn/SVN_Hooks.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_LogDao.class.php +6 −6 Go to diff View file
M src/common/svn/SVN_LogFactory.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_RepositoryListing.class.php +5 −5 Go to diff View file
M src/common/svn/SVN_RevisionPathInfo.class.php +4 −4 Go to diff View file
M src/common/svn/SVN_SOAPServer.class.php +2 −2 Go to diff View file
M src/common/svn/SVN_SvnlookException.class.php +1 −1 Go to diff View file
M src/common/svn/SvnNotification.class.php +1 −1 Go to diff View file
M src/common/svn/hook/PostRevPropset.class.php +1 −1 Go to diff View file
M src/common/svn/hook/PreCommit.class.php +2 −2 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/intro/SVN_IntroPresenter.php +4 −4 Go to diff View file
M src/common/svn/viewvc/ViewVCController.php +2 −2 Go to diff View file
M src/common/svn/viewvc/ViewVCProxy.php +1 −1 Go to diff View file
M src/common/system_event/REST/v1/PaginatedSystemEventRepresentationsBuilder.php +1 −1 Go to diff View file
M src/common/system_event/SystemEvent.class.php +8 −8 Go to diff View file
M src/common/system_event/SystemEventInstrumentation.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +6 −6 Go to diff View file
M src/common/system_event/SystemEventPresenter.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventProcessorMutex.class.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventProcessor_Factory.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor_Root.class.php +9 −9 Go to diff View file
M src/common/system_event/SystemEventSearchPresenter.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_COMPUTE_MD5SUM.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_CVS_IS_PRIVATE.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_EDIT_SSH_KEYS.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MAILING_LIST_CREATE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MAILING_LIST_DELETE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_CREATE.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_DELETE.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MOVE_FRS_FILE.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_CREATE.class.php +2 −2 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 +5 −5 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_SERVICE_USAGE_SWITCH.class.php +3 −3 Go to diff View file
M src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php +2 −2 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/system_event/include/SystemEvent_USER_DELETE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_USER_RENAME.class.php +3 −3 Go to diff View file
M src/common/templating/mustache/GettextHelper.php +2 −2 Go to diff View file
M src/common/templating/presenter/ButtonDropdowns.class.php +1 −1 Go to diff View file
M src/common/templating/presenter/SplitButtonDropdowns.class.php +3 −3 Go to diff View file
M src/common/tracker/Artifact.class.php +196 −196 Go to diff View file
M src/common/tracker/ArtifactAttachmentFieldXMLExporter.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactAttachmentXMLLinker.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactCCFieldXMLExporter.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactCanned.class.php +3 −3 Go to diff View file
M src/common/tracker/ArtifactCommentXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactFactory.class.php +27 −27 Go to diff View file
M src/common/tracker/ArtifactField.class.php +52 −52 Go to diff View file
M src/common/tracker/ArtifactFieldFactory.class.php +16 −16 Go to diff View file
M src/common/tracker/ArtifactFieldSet.class.php +7 −7 Go to diff View file
M src/common/tracker/ArtifactFieldSetFactory.class.php +19 −19 Go to diff View file
M src/common/tracker/ArtifactFile.class.php +5 −5 Go to diff View file
M src/common/tracker/ArtifactFloatFieldXMLExporter.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactGlobalNotificationFactory.class.php +6 −6 Go to diff View file
M src/common/tracker/ArtifactImport.class.php +57 −57 Go to diff View file
M src/common/tracker/ArtifactIntegerFieldXMLExporter.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactMultiListCurrentValueExporter.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactPermissionsXMLExporter.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactReport.class.php +59 −59 Go to diff View file
M src/common/tracker/ArtifactReportFactory.class.php +10 −10 Go to diff View file
M src/common/tracker/ArtifactReportField.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactRuleFactory.class.php +5 −5 Go to diff View file
M src/common/tracker/ArtifactRuleValue.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactRulesManager.class.php +5 −5 Go to diff View file
M src/common/tracker/ArtifactStaticListFieldXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactStaticMultiListFieldXMLExporter.class.php +5 −5 Go to diff View file
M src/common/tracker/ArtifactStringFieldXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactTextFieldXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactType.class.php +64 −64 Go to diff View file
M src/common/tracker/ArtifactTypeFactory.class.php +20 −20 Go to diff View file
M src/common/tracker/ArtifactUserListFieldXMLExporter.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactUserMultiListFieldXMLExporter.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactXMLExporter.class.php +5 −5 Go to diff View file
M src/common/tracker/ArtifactXMLExporterArtifact.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactXMLExporterDao.class.php +8 −8 Go to diff View file
M src/common/tracker/HTML/ArtifactCannedHtml.class.php +12 −12 Go to diff View file
M src/common/tracker/HTML/ArtifactFieldHtml.class.php +26 −26 Go to diff View file
M src/common/tracker/HTML/ArtifactFileHtml.class.php +1 −1 Go to diff View file
M src/common/tracker/HTML/ArtifactHtml.class.php +83 −83 Go to diff View file
M src/common/tracker/HTML/ArtifactImportHtml.class.php +8 −8 Go to diff View file
M src/common/tracker/HTML/ArtifactReportHtml.class.php +77 −77 Go to diff View file
M src/common/tracker/HTML/ArtifactRulesManagerHtml.class.php +8 −8 Go to diff View file
M src/common/tracker/HTML/ArtifactTypeHtml.class.php +131 −131 Go to diff View file
M src/common/trove/SoftwareMapPresenter.php +2 −2 Go to diff View file
M src/common/trove/TroveCatCollectionPresenter.php +2 −2 Go to diff View file
M src/common/trove/TroveCatCollectionRetriever.php +3 −3 Go to diff View file
M src/common/trove/TroveCatDao.php +20 −20 Go to diff View file
M src/common/trove/TroveCatFactory.php +2 −2 Go to diff View file
M src/common/trove/TroveCatListPresenter.php +6 −6 Go to diff View file
M src/common/trove/TroveCatPresenter.php +1 −1 Go to diff View file
M src/common/valid/Rule_File.php +2 −2 Go to diff View file
M src/common/valid/Rule_UserName.php +1 −1 Go to diff View file
M src/common/valid/Valid.class.php +6 −6 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +1 −1 Go to diff View file
M src/common/wiki/actions/WikiServiceAdminActions.class.php +3 −3 Go to diff View file
M src/common/wiki/lib/Wiki.class.php +1 −1 Go to diff View file
M src/common/wiki/lib/WikiAttachment.class.php +13 −13 Go to diff View file
M src/common/wiki/lib/WikiAttachmentDao.class.php +2 −2 Go to diff View file
M src/common/wiki/lib/WikiAttachmentRevision.class.php +4 −4 Go to diff View file
M src/common/wiki/lib/WikiCloner.class.php +26 −26 Go to diff View file
M src/common/wiki/lib/WikiEntry.class.php +13 −13 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/WikiPageVersion.class.php +3 −3 Go to diff View file
M src/common/wiki/lib/WikiPageWrapper.class.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/codendi.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/gforge.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.class.php +35 −35 Go to diff View file
M src/common/wiki/phpwiki/lib/ArchiveCleaner.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/BlockParser.php +58 −58 Go to diff View file
M src/common/wiki/phpwiki/lib/CachedMarkup.php +18 −18 Go to diff View file
M src/common/wiki/phpwiki/lib/DbaDatabase.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/DbaListSet.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/DbaPartition.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/EditToolbar.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/ErrorManager.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/ExternalReferrer.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/FileFinder.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlElement.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlParser.php +7 −7 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/InlineParser.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/lib/PageList.php +76 −76 Go to diff View file
M src/common/wiki/phpwiki/lib/PagePerm.php +17 −17 Go to diff View file
M src/common/wiki/phpwiki/lib/PageType.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/RSSWriter091.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/Request.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/RssParser.php +19 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter2.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/SemanticWeb.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/Template.php +16 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/TextSearchQuery.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/lib/Theme.php +45 −45 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiCallback.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB.php +78 −78 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php +44 −45 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/AllRevisionsIter.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/BackLinkIter.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/MostPopularIter.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/TextSearchIter.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/WantedPagesIter.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiGroup.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiPlugin.php +24 −24 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiPluginCached.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser/BogoLogin.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUserNew.php +43 −43 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlElement.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlParser.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/config.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/diff.php +19 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/diff3.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/difflib.php +39 −39 Go to diff View file
M src/common/wiki/phpwiki/lib/display.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/editpage.php +65 −70 Go to diff View file
M src/common/wiki/phpwiki/lib/fortune.php +15 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/gif.php +21 −21 Go to diff View file
M src/common/wiki/phpwiki/lib/loadsave.php +49 −49 Go to diff View file
M src/common/wiki/phpwiki/lib/main.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/Pager.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/common.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/mysql_pdo.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/PEAR.php +15 −15 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/AppendText.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AuthorHistory.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BackLinks.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogArchives.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogJournal.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Calendar.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CalendarList.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreateBib.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreatePage.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreateToc.php +19 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Diff.php +16 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/EditMetaData.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FileInfo.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FullTextSearch.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FuzzyPages.php +4 −4 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/HtmlConverter.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludePage.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludePages.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/InterWikiSearch.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/LikePages.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListPages.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListSubpages.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/MostPopular.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/OldStyleTable.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageDump.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageGroup.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageHistory.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageInfo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageTrail.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PluginManager.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PopularNearby.php +4 −4 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/RandomPage.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentChanges.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentComments.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentEdits.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RedirectTo.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RelatedChanges.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RichTable.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RssFeed.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SearchHighlight.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SiteMap.php +14 −14 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SystemInfo.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Template.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/TranslateText.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UpLoad.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UserPreferences.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WantedPages.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WantedPagesOld.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSetAcl.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php +18 −18 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiBlog.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForm.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php +14 −14 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForum.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_GroupInfo.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/text2png.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/removepage.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +47 −47 Go to diff View file
M src/common/wiki/phpwiki/lib/upgrade.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/Buddy.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/Utils.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/ziplib.php +24 −24 Go to diff View file
M src/common/wiki/phpwiki/locale/fr/LC_MESSAGES/phpwiki.php +1155 −1155 Go to diff View file
M src/common/wiki/phpwiki/passencrypt.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/themes/Sidebar/themeinfo.php +1 −1 Go to diff View file
M src/common/wiki/views/WikiServiceAdminViews.class.php +17 −17 Go to diff View file
M src/common/wiki/views/WikiServiceViews.class.php +15 −15 Go to diff View file
M src/common/wiki/views/WikiViews.class.php +8 −8 Go to diff View file
M src/common/xml/ParseException.class.php +1 −1 Go to diff View file
M src/common/xml/RNGValidator.class.php +2 −2 Go to diff View file
M src/common/xml/SimpleXMLCDATAFactory.class.php +2 −2 Go to diff View file
M src/core/RSS/News/LatestNewsController.php +1 −1 Go to diff View file
M src/core/RSS/Project/LatestProjectController.php +3 −3 Go to diff View file
M src/core/goto.php +16 −16 Go to diff View file
M src/core/make_links.php +2 −2 Go to diff View file
M src/core/sparklines.php +2 −2 Go to diff View file
M src/db/mysql/updates/2012/201210121809_purge_bad_sshkeys_from_db.php +4 −4 Go to diff View file
M src/db/mysql/updates/2015/201503271456_add_forgeconfig.php +2 −2 Go to diff View file
M src/db/mysql/updates/2016/201608041530_migrate_existing_read_permissions.php +4 −4 Go to diff View file
M src/db/mysql/updates/2016/201609221505_add_missing_permissions_french_wiki_pages.php +1 −1 Go to diff View file
M src/db/mysql/updates/2017/201709261432_add_index_for_cross_references.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/imageSmoothArc.php +41 −41 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_balls.inc.php +5 −5 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_bevels.inc.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_stars.inc.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph.php +471 −471 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_bar.php +122 −122 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_canvas.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_canvtools.php +23 −23 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_contour.php +41 −41 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_date.php +36 −36 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_errhandler.inc.php +6 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_error.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gantt.php +263 −263 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gb2312.php +4 −4 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gradient.php +48 −48 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_iconplot.php +23 −23 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_imgtrans.php +20 −20 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_led.php +6 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_legend.inc.php +46 −46 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_line.php +51 −51 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_log.php +26 −26 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_meshinterpolate.inc.php +6 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_mgraph.php +47 −47 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie.php +141 −141 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie3d.php +73 −73 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotband.php +47 −47 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotline.php +16 −16 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php +47 −47 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_polar.php +95 −95 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_radar.php +69 −69 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_regstat.php +27 −27 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php +3 −3 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_scatter.php +14 −14 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_stock.php +8 −8 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_table.php +105 −105 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_text.inc.php +39 −39 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_theme.inc.php +8 −8 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php +4 −4 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_utils.inc.php +54 −54 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_utils_func.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_windrose.php +157 −157 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OceanTheme.class.php +1 −1 Go to diff View file
M src/forgeupgrade/ForgeUpgrade_Db_Driver.php +3 −3 Go to diff View file
M src/forgeupgrade/ForgeUpgrade_Db_Driver_Codendi.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +8 −8 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 +4 −4 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +14 −14 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/Navbar/UserNavPresenter.php +3 −3 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +4 −4 Go to diff View file
M src/themes/FlamingParrot/include/NavBarProjectPresenter.class.php +2 −2 Go to diff View file
M src/tuleap-cfg/Command/Configure/ConfigureApache.php +2 −2 Go to diff View file
M src/tuleap-cfg/Command/Docker/DataPersistence.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/Docker/LogToSyslog.php +2 −2 Go to diff View file
M src/tuleap-cfg/Command/Docker/Postfix.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/Docker/Realtime.php +8 −8 Go to diff View file
M src/tuleap-cfg/Command/DockerAioRunCommand.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/ConnectionManager.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/ConnectionManagerInterface.php +3 −3 Go to diff View file
M src/tuleap-cfg/Command/SetupMysql/StatementLoader.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlCommand.php +3 −3 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlInitCommand.php +13 −13 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/FPMSessionRedis.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php +4 −4 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/Gitolite3/SiteDeployGitolite3.php +2 −2 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/Images/SiteDeployImages.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SystemControlCommand.php +4 −4 Go to diff View file
M src/tuleap-cfg/Command/SystemControlNoop.php +1 −1 Go to diff View file
M src/utils/TrackerV3-data-exporter.php +8 −8 Go to diff View file
M src/utils/collect_xml_data.php +1 −1 Go to diff View file
M src/utils/cvs1/cvs_loginfo_clean.php +2 −2 Go to diff View file
M src/utils/export_project_xml.php +2 −2 Go to diff View file
M src/utils/import_project_xml.php +1 −1 Go to diff View file
M src/www/account/login.php +3 −3 Go to diff View file
M src/www/account/lostpw-confirm.php +3 −3 Go to diff View file
M src/www/account/register.php +53 −53 Go to diff View file
M src/www/admin/approve_pending_users.php +9 −9 Go to diff View file
M src/www/admin/forgeaccess.php +1 −1 Go to diff View file
M src/www/admin/generic_user.php +4 −4 Go to diff View file
M src/www/admin/groupedit.php +1 −1 Go to diff View file
M src/www/admin/grouplist.php +5 −5 Go to diff View file
M src/www/admin/homepage.php +1 −1 Go to diff View file
M src/www/admin/index.php +8 −8 Go to diff View file
M src/www/admin/news/index.php +1 −1 Go to diff View file
M src/www/admin/show_pending_documents.php +28 −28 Go to diff View file
M src/www/admin/system_events/index.php +5 −5 Go to diff View file
M src/www/admin/system_events/notifications.php +2 −2 Go to diff View file
M src/www/admin/usergroup.php +4 −4 Go to diff View file
M src/www/admin/userlist.php +7 −7 Go to diff View file
M src/www/api/reference/extractCross.php +5 −5 Go to diff View file
M src/www/cvs/admin_commit.php +9 −9 Go to diff View file
M src/www/cvs/browse_commit.php +14 −14 Go to diff View file
M src/www/cvs/commit_utils.php +58 −58 Go to diff View file
M src/www/cvs/cvs_intro.php +1 −1 Go to diff View file
M src/www/cvs/detail_commit.php +3 −3 Go to diff View file
M src/www/cvs/index.php +7 −7 Go to diff View file
M src/www/file/admin/editproc.php +4 −4 Go to diff View file
M src/www/file/admin/frsajax.php +17 −17 Go to diff View file
M src/www/file/admin/index.php +1 −1 Go to diff View file
M src/www/file/admin/manageprocessors.php +2 −2 Go to diff View file
M src/www/file/confirm_download.php +2 −2 Go to diff View file
M src/www/file/file_utils.php +51 −51 Go to diff View file
M src/www/file/filemodule_monitor.php +1 −1 Go to diff View file
M src/www/file/showfiles.php +21 −21 Go to diff View file
M src/www/file/shownotes.php +1 −1 Go to diff View file
M src/www/forum/admin/index.php +9 −9 Go to diff View file
M src/www/forum/forum.php +12 −12 Go to diff View file
M src/www/forum/forum_utils.php +45 −45 Go to diff View file
M src/www/forum/index.php +1 −1 Go to diff View file
M src/www/forum/message.php +1 −1 Go to diff View file
M src/www/forum/monitor.php +1 −1 Go to diff View file
M src/www/forum/monitor_thread.php +9 −9 Go to diff View file
M src/www/forum/save.php +2 −2 Go to diff View file
M src/www/include/account.php +2 −2 Go to diff View file
M src/www/include/bookmarks.php +1 −1 Go to diff View file
M src/www/include/check_pw.php +1 −1 Go to diff View file
M src/www/include/database.php +1 −1 Go to diff View file
M src/www/include/exit.php +2 −2 Go to diff View file
M src/www/include/help.php +2 −2 Go to diff View file
M src/www/include/html.php +12 −12 Go to diff View file
M src/www/include/mail_utils.php +2 −2 Go to diff View file
M src/www/include/massmail_to_project_admins.php +8 −8 Go to diff View file
M src/www/include/nusoap.php +355 −355 Go to diff View file
M src/www/include/pre.php +2 −2 Go to diff View file
M src/www/include/proj_email.php +17 −17 Go to diff View file
M src/www/include/session.php +1 −1 Go to diff View file
M src/www/include/trove.php +1 −1 Go to diff View file
M src/www/include/user.php +8 −8 Go to diff View file
M src/www/include/utils.php +44 −44 Go to diff View file
M src/www/include/utils_soap.php +2 −2 Go to diff View file
M src/www/include/viewvc_utils.php +7 −7 Go to diff View file
M src/www/my/bookmark_add.php +2 −2 Go to diff View file
M src/www/my/bookmark_delete.php +1 −1 Go to diff View file
M src/www/my/bookmark_edit.php +1 −1 Go to diff View file
M src/www/my/massmail_to_project_members.php +10 −10 Go to diff View file
M src/www/my/my_utils.php +4 −4 Go to diff View file
M src/www/my/redirect.php +1 −1 Go to diff View file
M src/www/my/rmproject.php +6 −6 Go to diff View file
M src/www/news/admin/index.php +10 −10 Go to diff View file
M src/www/news/index.php +1 −1 Go to diff View file
M src/www/news/news_utils.php +22 −22 Go to diff View file
M src/www/news/submit.php +2 −2 Go to diff View file
M src/www/project/admin/editgenericmember.php +1 −1 Go to diff View file
M src/www/project/admin/editugroup.php +1 −1 Go to diff View file
M src/www/project/admin/permission_per_group.php +1 −1 Go to diff View file
M src/www/project/admin/permission_request.php +4 −4 Go to diff View file
M src/www/project/admin/permissions.php +70 −70 Go to diff View file
M src/www/project/admin/project_admin_utils.php +11 −11 Go to diff View file
M src/www/project/admin/project_history.php +5 −5 Go to diff View file
M src/www/project/admin/ugroup.php +2 −2 Go to diff View file
M src/www/project/admin/ugroup_utils.php +25 −25 Go to diff View file
M src/www/project/admin/userperms.php +17 −17 Go to diff View file
M src/www/project/autocomplete.php +2 −2 Go to diff View file
M src/www/project/export/access_logs_export.php +33 −33 Go to diff View file
M src/www/project/export/artifact_deps_export.php +2 −2 Go to diff View file
M src/www/project/export/artifact_export.php +5 −5 Go to diff View file
M src/www/project/export/artifact_history_export.php +2 −2 Go to diff View file
M src/www/project/export/index.php +5 −5 Go to diff View file
M src/www/project/export/project_export_utils.php +19 −19 Go to diff View file
M src/www/project/export/user_groups_export.php +7 −7 Go to diff View file
M src/www/project/memberlist.php +3 −3 Go to diff View file
M src/www/project/stats/source_code_access.php +1 −1 Go to diff View file
M src/www/project/stats/source_code_access_utils.php +7 −7 Go to diff View file
M src/www/reference/rmreference.php +6 −6 Go to diff View file
M src/www/service/index.php +1 −1 Go to diff View file
M src/www/soap/codendi.wsdl.php +1 −1 Go to diff View file
M src/www/soap/common/group.php +7 −7 Go to diff View file
M src/www/soap/common/session.php +1 −1 Go to diff View file
M src/www/soap/frs/frs.php +16 −16 Go to diff View file
M src/www/soap/project/index.php +1 −1 Go to diff View file
M src/www/soap/svn/index.php +1 −1 Go to diff View file
M src/www/soap/tracker/tracker.php +92 −92 Go to diff View file
M src/www/softwaremap/trove_list.php +11 −11 Go to diff View file
M src/www/svn/admin/general_settings.php +6 −6 Go to diff View file
M src/www/svn/admin/immutable_tags.php +1 −1 Go to diff View file
M src/www/svn/admin/index.php +3 −3 Go to diff View file
M src/www/svn/admin/notification.php +7 −7 Go to diff View file
M src/www/svn/browse_revision.php +9 −9 Go to diff View file
M src/www/svn/detail_revision.php +3 −3 Go to diff View file
M src/www/svn/index.php +1 −1 Go to diff View file
M src/www/svn/svn_data.php +4 −4 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 +49 −49 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +7 −7 Go to diff View file
M src/www/tlp-doc/index.php +5 −5 Go to diff View file
M src/www/tracker/admin/index.php +36 −36 Go to diff View file
M src/www/tracker/browse.php +13 −13 Go to diff View file
M src/www/tracker/detail.php +1 −1 Go to diff View file
M src/www/tracker/download.php +5 −5 Go to diff View file
M src/www/tracker/edit_comment.php +2 −2 Go to diff View file
M src/www/tracker/export.php +13 −13 Go to diff View file
M src/www/tracker/gotoid.php +4 −4 Go to diff View file
M src/www/tracker/import_admin.php +3 −3 Go to diff View file
M src/www/tracker/index.php +55 −55 Go to diff View file
M src/www/tracker/masschange_detail.php +1 −1 Go to diff View file
M src/www/tracker/tracker_selection.php +4 −4 Go to diff View file
M src/www/user/autocomplete.php +7 −7 Go to diff View file
M src/www/widgets/index.php +1 −1 Go to diff View file
M tests/e2e/distlp/tests/SVN/SVNCLITest.php +5 −5 Go to diff View file
M tests/integration/tests/Backend/BackendCVSTest.php +6 −6 Go to diff View file
M tests/integration/tests/Backend/BackendSVNTest.php +11 −11 Go to diff View file
M tests/integration/tests/Backend/BackendSystemTest.php +5 −5 Go to diff View file
M tests/integration/tests/ProjectCreationTest.php +3 −3 Go to diff View file
M tests/integration/tests/Svn/SvnlookTest.php +2 −2 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/DefectTrackerTest.php +9 −9 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php +25 −25 Go to diff View file
M tests/lib/Builders/TestLayout.php +1 −1 Go to diff View file
M tests/lib/FakeDataAccessResult.php +2 −2 Go to diff View file
M tests/lib/TestDataBuilder.php +17 −17 Go to diff View file
M tests/phpcs/non-psr-rules.xml +6 −0 Go to diff View file
M tests/rest/lib/RestBase.php +10 −10 Go to diff View file
M tests/rest/lib/TestDataBuilder.php +11 −11 Go to diff View file
M tests/rest/tests/ArtifactFilesTest.php +9 −9 Go to diff View file
M tests/rest/tests/ArtifactsChangesetsTest.php +2 −2 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +20 −20 Go to diff View file
M tests/rest/tests/BacklogItemsTest.php +10 −10 Go to diff View file
M tests/rest/tests/CardsTest.php +2 −2 Go to diff View file
M tests/rest/tests/InvitationsTest.php +3 −3 Go to diff View file
M tests/rest/tests/MilestonesBacklogPatchTest.php +7 −7 Go to diff View file
M tests/rest/tests/MilestonesBacklogTest.php +4 −4 Go to diff View file
M tests/rest/tests/MilestonesMilestonesTest.php +2 −2 Go to diff View file
M tests/rest/tests/ProjectBacklogV2Test.php +1 −1 Go to diff View file
M tests/rest/tests/ProjectTest.php +9 −9 Go to diff View file
M tests/rest/tests/ReadOnlyAdministrator/ProjectTest.php +2 −2 Go to diff View file
M tests/rest/tests/SystemEventTest.php +2 −2 Go to diff View file
M tests/rest/tests/TrackersTest.php +15 −15 Go to diff View file
M tests/rest/tests/UserGroupTest.php +1 −1 Go to diff View file
M tests/rest/tests/UsersTest.php +3 −3 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 +1 −1 Go to diff View file
M tests/soap/tests/ProjectTest.php +1 −1 Go to diff View file
M tests/unit/common/Authentication/Scope/AuthenticationScopeBuilderFromClassNamesTest.php +1 −1 Go to diff View file
M tests/unit/common/Authentication/SplitToken/PrefixedSplitTokenSerializerTest.php +3 −3 Go to diff View file
M tests/unit/common/Backend/BackendAliasesTest.php +1 −1 Go to diff View file
M tests/unit/common/Backend/BackendLoggerTest.php +2 −2 Go to diff View file
M tests/unit/common/Backend/BackendMailingListTest.php +6 −6 Go to diff View file
M tests/unit/common/Backend/BackendSVNTest.php +1 −1 Go to diff View file
M tests/unit/common/Backend/BackendTest.php +1 −1 Go to diff View file
M tests/unit/common/Backend/FileExtensionFilterIteratorTest.php +1 −1 Go to diff View file
M tests/unit/common/Collection/CollectionTest.php +49 −49 Go to diff View file
M tests/unit/common/Collection/LinkedListTest.php +3 −3 Go to diff View file
M tests/unit/common/Collection/MapTest.php +26 −26 Go to diff View file
M tests/unit/common/Collection/PrioritizedListTest.php +8 −8 Go to diff View file
M tests/unit/common/Config/ForgeConfigTest.php +1 −1 Go to diff View file
M tests/unit/common/DB/DBConnectionTest.php +2 −2 Go to diff View file
M tests/unit/common/Dashboard/AssetsIncluderTest.php +5 −5 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardXMLImporterBase.php +7 −7 Go to diff View file
M tests/unit/common/Dashboard/Widget/WidgetReorderTest.php +3 −3 Go to diff View file
M tests/unit/common/FRS/FRSFileFactoryTest.php +11 −11 Go to diff View file
M tests/unit/common/FRS/FRSFileTest.php +6 −6 Go to diff View file
M tests/unit/common/FRS/FRSPackageFactoryTest.php +4 −4 Go to diff View file
M tests/unit/common/FRS/FRSPackageTest.php +6 −6 Go to diff View file
M tests/unit/common/FRS/FRSReleaseFactoryTest.php +1 −1 Go to diff View file
M tests/unit/common/FRS/FRSReleaseTest.php +7 −7 Go to diff View file
M tests/unit/common/FRS/FRSXMLImporterTest.php +36 −36 Go to diff View file
M tests/unit/common/FRS/LicenseAgreement/Admin/LicenseAgreementControllersHelperTest.php +1 −1 Go to diff View file
M tests/unit/common/FRS/LicenseAgreement/LicenseAgreementDisplayTest.php +1 −1 Go to diff View file
M tests/unit/common/FRS/LicenseAgreement/LicenseAgreementFactoryTest.php +2 −2 Go to diff View file
M tests/unit/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilderTest.php +2 −2 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/CSRFSynchronizerTokenTest.php +4 −4 Go to diff View file
M tests/unit/common/Include/Codendi_HTMLPurifierTest.php +4 −4 Go to diff View file
M tests/unit/common/Include/ForgeUpgradeConfigTest.php +3 −3 Go to diff View file
M tests/unit/common/Include/HTTPRequest/HTTPRequestGetServerURLConfigFallbackTests.php +1 −1 Go to diff View file
M tests/unit/common/Include/HTTPRequest/HTTPRequestGetServerURLSSLTests.php +2 −2 Go to diff View file
M tests/unit/common/Include/HTTPRequest/HTTPRequestGetServerURLTrustedProxyTests.php +1 −1 Go to diff View file
M tests/unit/common/Include/HTTPRequest/HTTPRequestTest.php +11 −11 Go to diff View file
M tests/unit/common/Include/LoaderSchedulerTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/SimpleSanitizerTest.php +3 −3 Go to diff View file
M tests/unit/common/Include/SiteCacheTest.php +2 −2 Go to diff View file
M tests/unit/common/Include/URLTest.php +23 −23 Go to diff View file
M tests/unit/common/Include/URLVerificationRestrictedUserTest.php +3 −3 Go to diff View file
M tests/unit/common/Include/URLVerification_AssertValidUrlTest.php +7 −7 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationExpiredPasswordTest.php +2 −2 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationLimitCheckerTest.php +3 −3 Go to diff View file
M tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php +5 −5 Go to diff View file
M tests/unit/common/JWT/generators/JWTGeneratorTest.php +3 −3 Go to diff View file
M tests/unit/common/Label/REST/LabelsUpdaterTest.php +13 −13 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/PlatformBannerAdministrationControllerTest.php +2 −2 Go to diff View file
M tests/unit/common/Plugin/PluginFactoryTest.php +4 −4 Go to diff View file
M tests/unit/common/Plugin/PluginInfoTest.php +3 −3 Go to diff View file
M tests/unit/common/Plugin/PluginLoaderTest.php +4 −4 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 +17 −17 Go to diff View file
M tests/unit/common/Project/Admin/Categories/IndexControllerTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Admin/Categories/ProjectCategoriesUpdaterTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/Admin/DescriptionFields/FieldUpdatorTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/Admin/ProjectEditControllerTests.php +1 −1 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/MemberAdditionControllerTest.php +7 −7 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/ProjectImportCleanupUserCreatorFromAdministratorsTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/SynchronizedProjectMembership/ActivationControllerTest.php +7 −7 Go to diff View file
M tests/unit/common/Project/Admin/Routing/ProjectAdministratorCheckerTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Banner/BannerDisplayTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Banner/BannerRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/OneStepProjectCreationPresenterTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/OneStepProjectCreationRequestTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/OneStepProjectCreationValidatorTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/ProjectBackground/ProjectBackgroundRetrieverTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/ProjectCreationDataTest.php +10 −10 Go to diff View file
M tests/unit/common/Project/ProjectManagerGetValidProjectTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/ProjectManagerTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/ProjectXMLExporterTest.php +5 −5 Go to diff View file
M tests/unit/common/Project/ProjectXMLExporterWithSynchronizedUGroupsTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/ProjectXMLImporterTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/REST/ProjectStatusVerificatorTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php +29 −29 Go to diff View file
M tests/unit/common/Project/Registration/Template/TemplateFactoryTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Registration/Template/TemplateFromProjectForCreationTest.php +4 −4 Go to diff View file
M tests/unit/common/Project/SOAPServerGenericUserTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectDescriptionFieldsTest.php +12 −12 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectServicesUsageTest.php +14 −14 Go to diff View file
M tests/unit/common/Project/SOAPServerTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Service/DeleteControllerTest.php +6 −6 Go to diff View file
M tests/unit/common/Project/Service/ServicePOSTDataBuilderTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/UGroupLiteralizerTest.php +5 −5 Go to diff View file
M tests/unit/common/Project/UGroupManagerGetUGroupTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/UGroupManagerGetUGroupWithMembersTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/UGroupManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/DynamicUGroups/AddProjectMemberTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithStatusCheckAndNotificationsTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/MemberAdderTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/MembershipUpdateVerifierTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/UGroups/SynchronizedProjectMembershipDetectorTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/UgroupDuplicatorTest.php +17 −17 Go to diff View file
M tests/unit/common/Project/Webhook/WebhookUpdaterTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/XML/Import/ZipArchiveTest.php +1 −1 Go to diff View file
M tests/unit/common/Queue/TaskWorker/TaskWorkerProcessCommandTest.php +3 −3 Go to diff View file
M tests/unit/common/RealTime/NodeJSClientTest.php +1 −1 Go to diff View file
M tests/unit/common/Reference/ByNature/News/CrossReferenceNewsOrganizerTest.php +2 −2 Go to diff View file
M tests/unit/common/Reference/CrossReferenceByDirectionPresenterTest.php +1 −1 Go to diff View file
M tests/unit/common/Reference/CrossReferenceNaturePresenterTest.php +2 −2 Go to diff View file
M tests/unit/common/Reference/CrossReferenceSectionPresenterTest.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 +3 −3 Go to diff View file
M tests/unit/common/Reference/ReferenceTest.php +2 −2 Go to diff View file
M tests/unit/common/Request/DispatchablePSR15CompatibleTest.php +1 −1 Go to diff View file
M tests/unit/common/Request/FrontRouterTest.php +8 −8 Go to diff View file
M tests/unit/common/Request/ProjectRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/SOAP/SOAP_RequestLimitatorTest.php +2 −2 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventPROJECTISPRIVATETest.php +2 −2 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventProcessorMutexTest.php +2 −2 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventProcessorRootTest.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFYRenameTest.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFY_Test.php +1 −1 Go to diff View file
M tests/unit/common/Templating/Mustache/GettextCollectorTest.php +5 −5 Go to diff View file
M tests/unit/common/Templating/Mustache/LineBreakHelperTest.php +1 −1 Go to diff View file
M tests/unit/common/Tracker/XML/Exporter/FileInfoXMLExporterTest.php +3 −3 Go to diff View file
M tests/unit/common/TreeNode/GetStateVisitorTest.php +6 −6 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPadding.class.php +1 −1 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPaddingInTreeNodeVisitorTest.php +2 −2 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPaddingWith2ChildrenAndTheFirstWith2ChildrenTest.php +4 −4 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPaddingWith2ChildrenAndTheFirstWithOneChildTest.php +3 −3 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPaddingWith3ChildrenAtRootFirstWithOneChildLastWith2ChildrenTest.php +6 −6 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPaddingWithADepthOf3Test.php +10 −10 Go to diff View file
M tests/unit/common/TreeNode/TreeNodeTest.php +9 −9 Go to diff View file
M tests/unit/common/Tus/TusServerTest.php +4 −4 Go to diff View file
M tests/unit/common/Upload/FileBeingUploadedLockerTest.php +2 −2 Go to diff View file
M tests/unit/common/Upload/FileBeingUploadedWriterTest.php +4 −4 Go to diff View file
M tests/unit/common/User/AccessKey/REST/UserAccessKeyRepresentationRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/Appearance/ThemeColorPresenterBuilderTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/DisplayAccountInformationControllerTest.php +2 −2 Go to diff View file
M tests/unit/common/User/Account/DisplayAppearanceControllerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/DisplayKeysTokensControllerTest.php +3 −3 Go to diff View file
M tests/unit/common/User/Account/DisplaySecurityControllerTest.php +3 −3 Go to diff View file
M tests/unit/common/User/Account/UpdateAccountInformationControllerTest.php +4 −4 Go to diff View file
M tests/unit/common/User/Account/UpdatePasswordControllerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/UpdateSessionPreferencesControllerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Admin/RestrictedProjectsUserCounterTest.php +1 −1 Go to diff View file
M tests/unit/common/User/GenericUserFactoryTest.php +2 −2 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/OAuth2/Scope/OAuth2ScopeIdentifierTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Password/Reset/RevokerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Password/Reset/VerifierTest.php +1 −1 Go to diff View file
M tests/unit/common/User/RequestFromAutocompleterTest.php +1 −1 Go to diff View file
M tests/unit/common/User/SSHKey/SSHKeyCreateControllerTest.php +2 −2 Go to diff View file
M tests/unit/common/User/SSHKey/SSHKeyDeleteControllerTest.php +2 −2 Go to diff View file
M tests/unit/common/User/UserManagerTest.php +3 −3 Go to diff View file
M tests/unit/common/User/UserSuspensionManagerTest.php +13 −13 Go to diff View file
M tests/unit/common/User/UserTest.php +10 −10 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 +1 −1 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/User_LoginManagerTest.php +7 −7 Go to diff View file
M tests/unit/common/User/User_SOAPServerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/User_SSHKeyDumperTest.php +2 −2 Go to diff View file
M tests/unit/common/User/User_SSHKeyValidator_InputManagementTest.php +1 −1 Go to diff View file
M tests/unit/common/User/User_SSHKeyValidator_KeyValidationTest.php +1 −1 Go to diff View file
M tests/unit/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php +4 −4 Go to diff View file
M tests/unit/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php +3 −3 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/Webhook/EmitterTest.php +1 −1 Go to diff View file
M tests/unit/common/date/TimePeriodWithoutWeekEndTest.php +4 −4 Go to diff View file
M tests/unit/common/event/EventManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/language/BaseLanguageFactoryTest.php +3 −3 Go to diff View file
M tests/unit/common/language/BaseLanguageTest.php +2 −2 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/MailBuilderTest.php +8 −8 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsFeebackOverlapingTest.php +1 −1 Go to diff View file
M tests/unit/common/permission/PermissionsManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/Event/UpdateProjectAccessFileSystemEventTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/PreCommitSHA1CollisionTest.php +2 −2 Go to diff View file
M tests/unit/common/svn/SVN_Apache_Auth_FactoryTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/SVN_Apache_ModPerlTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/SVN_RepositoryListingGetSvnPathTest.php +3 −3 Go to diff View file
M tests/unit/common/svn/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php +35 −35 Go to diff View file
M tests/unit/common/svn/SVN_SOAPServerTest.php +2 −2 Go to diff View file
M tests/unit/common/tracker/ArtifactImportTest.php +12 −12 Go to diff View file
M tests/unit/common/tracker/ArtifactRuleFactoryTest.php +2 −2 Go to diff View file
M tests/unit/common/tracker/ArtifactRuleValueViewTest.php +1 −1 Go to diff View file
M tests/unit/common/tracker/ArtifactTest.php +4 −4 Go to diff View file
M tests/unit/common/tracker/ArtifactXMLExporterTest.php +12 −12 Go to diff View file
M tests/unit/common/valid/Rule_FileTest.php +2 −2 Go to diff View file
M tests/unit/common/valid/ValidFactoryTest.php +1 −1 Go to diff View file
M tests/unit/common/wiki/PermissionsManagerTest.php +1 −1 Go to diff View file
M tests/unit/common/xml/ProjectXMLMergerTest.php +2 −2 Go to diff View file
M tests/unit/tuleap-cfg/Command/ConfigureCommandTest.php +6 −6 Go to diff View file
M tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php +2 −2 Go to diff View file
M tests/unit/www/include/ServiceCreateServiceTest.php +3 −3 Go to diff View file
M tests/unit/www/include/UtilsHTTPTest.php +2 −2 Go to diff View file
M tools/Configuration/Apache/TuleapWeb.php +1 −1 Go to diff View file
M tools/Configuration/Mysql/BackendSVN.php +2 −2 Go to diff View file
M tools/Configuration/Nginx/Common.php +2 −2 Go to diff View file
M tools/Configuration/Setup/DistributedSVN.php +2 −2 Go to diff View file
M tools/distlp/backend-web/run.php +2 −2 Go to diff View file
M tools/stats/generate.php +3 −3 Go to diff View file
M tools/utils/TuleapDev/GerritSetupCommand.php +8 −8 Go to diff View file
M tools/utils/dump_trackerv3_attachments.php +5 −5 Go to diff View file
M tools/utils/generate-smarty-mo.php +2 −2 Go to diff View file
M tools/utils/purge_bad_sshkeys.php +1 −1 Go to diff View file