stable

Clone or download

Read-only

request #16151: Force usage of the short array syntax

Change automated with phpcbf. A few manual changes have been done to keep Psalm happy. Change-Id: I77de6e6f2bcd878ae1e5ad9cae3d864c0503326c

Modified Files

Name
M plugins/admindelegation/include/AdminDelegationBuilder.php +7 −7 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_Service.class.php +2 −2 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +4 −4 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserWidget.class.php +3 −3 Go to diff View file
M plugins/admindelegation/include/SiteAdminController.php +1 −1 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDateRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupData.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupFieldRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/MessageFetcher.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RecentlyVisited/VisitRetriever.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/TrackerReport/TrackerReportBuilder.php +3 −3 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/KanbanColumnFactory.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanCumulativeFlowDiagramDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanRightsPresenter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/ArtifactView.php +2 −2 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 +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollection.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +19 −19 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsCollection.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php +2 −2 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 +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneInfoIdentifier.class.php +2 −2 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/ResourcesInjector.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Artifact/BurnupRepresentation.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentationFactory.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/CardRepresentation.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidContent.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidSubmilestones.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/CumulativeFlowDiagram/OrderedColumnRepresentationsBuilder.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/ItemCollectionRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/ItemRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TimeInfoFactory.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TrackerReport/FilteredDiagramRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +17 −17 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +5 −5 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/OrderRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddRemoveValidator.class.php +2 −2 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 +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectPlanningsResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/SwimlineRepresentation.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.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 +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/SemanticDoneDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php +15 −15 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/SemanticDoneValueChecker.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentationBuilder.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLFullStructureExporter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +20 −20 Go to diff View file
M plugins/agiledashboard/include/PaneRedirectionExtractor.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/AgileDashboardJSONPermissionsRetriever.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/AgileDashboardPermissionsRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/PermissionsPerGroup/PlanningPermissionsRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/NearestMilestoneWithBacklogTrackerCommand.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/ParentInSameHierarchyCommand.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SameTrackerCommand.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelectorEventListener.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ImportTemplateFormPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +17 −17 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneSelectorController.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/NoMilestone.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Planning.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +9 −9 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningDao.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +19 −19 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningParameters.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningPermissionsManager.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ScrumPlanningFilter.php +13 −13 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +15 −15 Go to diff View file
M plugins/agiledashboard/tests/rest/ArtifactBase.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/ArtifactsTest.php +10 −10 Go to diff View file
M plugins/agiledashboard/tests/rest/DataBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +205 −205 Go to diff View file
M plugins/agiledashboard/tests/rest/TestBase.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_XMLimporterTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FormElement/BurnupCacheDateRetrieverTest.php +7 −7 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/HierarchyCheckerTest.php +18 −18 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/KanbanXmlImporterTest.php +9 −9 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneParentLinkerTest.php +7 −7 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneReportCriterionProviderTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php +25 −25 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/MilestoneFactoryPlannedArtifactsTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php +4 −4 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 +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/ScrumForMonoMilestoneCheckerTest.php +7 −7 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticDoneTest.php +14 −14 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticDoneValueCheckerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardPluginTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/Planning_ArtifactParentsSelectorEventListenerTest.php +8 −8 Go to diff View file
M plugins/agiledashboard/tests/unit/Planning/Planning_TrackerPresenterTest.php +1 −1 Go to diff View file
M plugins/api_explorer/include/Specification/Swagger/SwaggerJsonPathsAndDefinitions.php +27 −27 Go to diff View file
M plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Converter/CollectionOfLinksToAdd.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenter.php +5 −5 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +4 −4 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollection.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderUsageRetriever.php +1 −1 Go to diff View file
M plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php +2 −2 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceRetriever.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php +3 −3 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.php +4 −4 Go to diff View file
M plugins/captcha/include/captchaPlugin.php +2 −2 Go to diff View file
M plugins/cardwall/include/CardController.class.php +6 −6 Go to diff View file
M plugins/cardwall/include/CardFields.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardInCellPresenter.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterBuilder.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlExport.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/FieldsExtractor.class.php +5 −5 Go to diff View file
M plugins/cardwall/include/Form.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/MappingCollection.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnDao.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnMappingFieldValueDao.class.php +1 −1 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/ColumnCollection.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnFactory.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 +2 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingNoField.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Updater.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ValueMappingFactory.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/PaneBoardBuilder.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/REST/v1/CardValidator.php +7 −7 Go to diff View file
M plugins/cardwall/include/RawBoardBuilder.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/RendererBoardBuilder.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/Semantic/CardFields.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/Swimline.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/SwimlineFactory.class.php +4 −4 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesController.class.php +2 −2 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +8 −8 Go to diff View file
M plugins/cardwall/tests/unit/CardInCellPresenterFactoryTest.php +2 −2 Go to diff View file
M plugins/cardwall/tests/unit/CardInCellPresenterTest.php +1 −1 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlExport_ColumnsTest.php +9 −9 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php +7 −7 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_CardControllerTest.php +12 −12 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_PaneBuilderTest.php +7 −7 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall_SwimLineFactoryTest.php +16 −16 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Cardwall_OnTop_ConfigTest.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php +16 −16 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingNoFieldTest.php +3 −3 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingStatusTest.php +8 −8 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Cardwall_OnTop_Config_ValueMappingFactoryTest.php +14 −14 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteColumnsTest.php +14 −14 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteMappingFieldsTest.php +6 −6 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateColumnsTest.php +5 −5 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFieldsTestBase.php +4 −4 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateFieldTest.php +20 −20 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateValuesNoUpdateTest.php +32 −32 Go to diff View file
M plugins/cardwall/tests/unit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateValuesTest.php +20 −20 Go to diff View file
M plugins/create_test_env/tests/rest/CreateTestEnvResourceTest.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/CrossTrackerReport.php +4 −4 Go to diff View file
M plugins/crosstracker/include/CrossTracker/CrossTrackerReportFactory.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerArtifactReportRepresentation.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +10 −10 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CrossTrackerArtifactReportFactory.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryValidation/Metadata/MetadataUsageChecker.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedFromWhere.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/include/crosstrackerPlugin.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTest.php +18 −18 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestExpertQueryTest.php +18 −18 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTestNonRegressionTrackerTest.php +18 −18 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTrackerDataBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/CrossTrackerReportFactoryTest.php +6 −6 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Permission/CrossTrackerPermissionGateTest.php +14 −14 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php +1 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/FSDocmanUploader.class.php +1 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php +11 −11 Go to diff View file
M plugins/docman/bin/DocmanImport/Trees.class.php +1 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php +37 −37 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanUpdate.class.php +7 −7 Go to diff View file
M plugins/docman/bin/DocmanImport/parameters.php +3 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/ApprovalTable.class.php +1 −1 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 +3 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php +18 −18 Go to diff View file
M plugins/docman/include/ApprovalTable/Versionned/VersionnedFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/DocmanOneFolderIsWriteable.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_Actions.class.php +58 −58 Go to diff View file
M plugins/docman/include/Docman_ActionsDeleteVisitor.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_BuildItemMappingVisitor.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_CloneItemsVisitor.class.php +12 −12 Go to diff View file
M plugins/docman/include/Docman_Controller.class.php +52 −52 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 +5 −5 Go to diff View file
M plugins/docman/include/Docman_ExpandAllHierarchyVisitor.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 +1 −1 Go to diff View file
M plugins/docman/include/Docman_Filter.class.php +10 −10 Go to diff View file
M plugins/docman/include/Docman_FilterFactory.class.php +6 −6 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 +1 −1 Go to diff View file
M plugins/docman/include/Docman_Item.class.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_ItemAction.class.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_ItemDao.class.php +21 −21 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +52 −52 Go to diff View file
M plugins/docman/include/Docman_Link.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_LinkVersionFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_LockFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Log.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_MIMETypeDetector.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_MetaMetadataHtml.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_Metadata.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataComparator.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_MetadataDao.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_MetadataFactory.class.php +15 −15 Go to diff View file
M plugins/docman/include/Docman_MetadataHtml.class.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementFactory.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_MetadataValueDao.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Delete.class.php +12 −12 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Move.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Path.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_PermissionsExport.class.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_PermissionsManager.class.php +16 −16 Go to diff View file
M plugins/docman/include/Docman_ProjectItemsBatchIterator.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Report.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_ReportColumn.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_ReportFactory.class.php +7 −7 Go to diff View file
M plugins/docman/include/Docman_ReportHtml.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_SOAPActions.class.php +5 −5 Go to diff View file
M plugins/docman/include/Docman_SqlFilter.class.php +11 −11 Go to diff View file
M plugins/docman/include/Docman_SubItemsRemovalVisitor.class.php +7 −7 Go to diff View file
M plugins/docman/include/Docman_SubItemsWritableVisitor.class.php +9 −9 Go to diff View file
M plugins/docman/include/Docman_Version.class.php +4 −4 Go to diff View file
M plugins/docman/include/Docman_VersionDao.class.php +8 −8 Go to diff View file
M plugins/docman/include/Docman_VersionFactory.class.php +6 −6 Go to diff View file
M plugins/docman/include/Docman_Widget_Embedded.class.php +10 −10 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Wiki.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_WikiController.class.php +22 −22 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/Notifications/CollectionOfUgroupMonitoredItemsBuilder.php +3 −3 Go to diff View file
M plugins/docman/include/Notifications/NotificationListPresenter.php +6 −6 Go to diff View file
M plugins/docman/include/Notifications/NotifiedPeopleRetriever.php +4 −4 Go to diff View file
M plugins/docman/include/Notifications/UgroupsToNotifyDao.php +2 −2 Go to diff View file
M plugins/docman/include/Permissions/PermissionItemUpdater.php +2 −2 Go to diff View file
M plugins/docman/include/PermissionsPerGroup/DocmanGlobalAdminPermissionCollection.php +1 −1 Go to diff View file
M plugins/docman/include/SystemCheckProjectRetriever.php +1 −1 Go to diff View file
M plugins/docman/include/docmanPlugin.php +18 −18 Go to diff View file
M plugins/docman/include/soap.php +152 −152 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_LockInfos.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Metadata.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataDetails.class.php +6 −6 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_Obsolete.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Permissions.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_AjaxReferenceTooltip.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_AjaxReferenceTooltipError.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Browse.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_Details.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Display.class.php +3 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Docman.class.php +8 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_Edit.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Embedded.class.php +3 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Extra.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_GetActionOnIconVisitor.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_GetClassForLinkVisitor.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_GetFieldsVisitor.class.php +11 −11 Go to diff View file
M plugins/docman/include/view/Docman_View_GetMenuItemsVisitor.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_GetShowViewVisitor.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_GetSpecificFieldsVisitor.class.php +12 −12 Go to diff View file
M plugins/docman/include/view/Docman_View_Header.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_Icons.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetails.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionActions.class.php +8 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php +14 −14 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php +20 −20 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionDelete.class.php +3 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionEditProperties.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionMove.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNewVersion.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNotifications.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPaste.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPermissions.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionStatistics.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionUpdate.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemRanking.class.php +3 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php +10 −10 Go to diff View file
M plugins/docman/include/view/Docman_View_LoveDetails.class.php +3 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Move.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_New.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_NewDocument.class.php +12 −12 Go to diff View file
M plugins/docman/include/view/Docman_View_New_FolderSelection.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_ParentsTree.class.php +14 −14 Go to diff View file
M plugins/docman/include/view/Docman_View_PermissionDeniedError.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_PermissionsForItem.class.php +4 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_PositionWithinFolder.class.php +9 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ProjectHeader.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_RawTree.class.php +2 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Redirect.class.php +8 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_ReportSettings.class.php +5 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_Table.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_ToolbarNewDocumentVisitor.class.php +7 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_View.class.php +6 −6 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_List.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_SOAP.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_Search.class.php +3 −3 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/DocmanFilesTest.php +4 −4 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/Helper/DocmanDataBuildCommon.php +2 −2 Go to diff View file
M plugins/docman/tests/rest/Helper/DocmanTestExecutionHelper.php +2 −2 Go to diff View file
M plugins/docman/tests/soap/DocmanTest.php +8 −8 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableTest.php +8 −8 Go to diff View file
M plugins/docman/tests/unit/BuildItemMappingVisitorTest.php +89 −89 Go to diff View file
M plugins/docman/tests/unit/CopyItemsTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/DocmanActionsTest.php +10 −10 Go to diff View file
M plugins/docman/tests/unit/Docman_SOAPActionsTest.php +29 −29 Go to diff View file
M plugins/docman/tests/unit/FilterFactoryTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/ItemFactoryTest.php +75 −75 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 +9 −9 Go to diff View file
M plugins/docman/tests/unit/Notifications/NotifiedPeopleRetrieverTest.php +30 −30 Go to diff View file
M plugins/docman/tests/unit/NotificationsManager_DeleteTest.php +8 −8 Go to diff View file
M plugins/docman/tests/unit/NotificationsManager_MoveTest.php +5 −5 Go to diff View file
M plugins/docman/tests/unit/PermissionManager/Docman_PermissionsManagerTest.php +33 −33 Go to diff View file
M plugins/docman/tests/unit/SqlFilterChoiceTest.php +7 −7 Go to diff View file
M plugins/docman/tests/unit/SystemCheckTest.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/TokenTest.php +3 −3 Go to diff View file
M plugins/docman/tests/unit/VersionFactoryTest.php +14 −14 Go to diff View file
M plugins/docman/tests/unit/bin/DocmanImport/TreesTest.php +65 −65 Go to diff View file
M plugins/forumml/include/ForumML_FileStorage.class.php +2 −2 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +8 −8 Go to diff View file
M plugins/forumml/include/forumml_utils.php +12 −12 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageRepresentation.php +4 −4 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageResource.php +3 −3 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ProjectResource.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +10 −10 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseResource.php +5 −5 Go to diff View file
M plugins/frs/include/FRS/ReleasePresenter.php +2 −2 Go to diff View file
M plugins/frs/include/frsPlugin.php +1 −1 Go to diff View file
M plugins/frs/tests/rest/FRS/PackagesTest.php +5 −5 Go to diff View file
M plugins/frs/tests/rest/FRS/ReleaseTest.php +7 −7 Go to diff View file
M plugins/frs/tests/rest/FRS/ServiceTest.php +1 −1 Go to diff View file
M plugins/git/bin/convert_gitolite_full_logs.php +1 −1 Go to diff View file
M plugins/git/bin/import_all_giotlite3_logs.php +1 −1 Go to diff View file
M plugins/git/bin/restore-tar-repository.php +1 −1 Go to diff View file
M plugins/git/db/mysql/updates/2013/201304111018_add_remote_server_key.php +3 −3 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/include/AccessRightsPresenterOptionsBuilder.php +8 −8 Go to diff View file
M plugins/git/include/Git.class.php +70 −70 Go to diff View file
M plugins/git/include/Git/AdminGerritBuilder.php +2 −2 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfig.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminRepositoryListForProjectPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/BigObjectAuthorization/BigObjectAuthorizationManager.php +1 −1 Go to diff View file
M plugins/git/include/Git/Ci.class.php +5 −5 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php +5 −5 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php +29 −29 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreatorStatus.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/Template/TemplateFactory.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UserAccountManager.class.php +5 −5 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UserFinder.class.php +2 −2 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/GerritServerResourceRestrictor.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php +10 −10 Go to diff View file
M plugins/git/include/Git/Gitolite/GitModifications.php +3 −3 Go to diff View file
M plugins/git/include/Git/Gitolite/Gitolite3LogParser.php +2 −2 Go to diff View file
M plugins/git/include/Git/Gitolite/GitoliteConfWriter.php +3 −3 Go to diff View file
M plugins/git/include/Git/Gitolite/GitoliteRCReader.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/Presenter/GitoliteConfPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/ProjectSerializer.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/InvalidKeysCollector.php +1 −1 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/Provider/GitoliteAdmin.php +1 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingRunner.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/HTTP/Command.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/HTTP/Wrapper.class.php +6 −6 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/PostReceive.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Hook/PostReceiveMailSender.php +1 −1 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php +7 −7 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestManager.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +15 −15 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorResourceRestrictor.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.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/Notifications/UgroupsToNotifyDao.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/AccessControlVerifier.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/DefaultFineGrainedPermission.php +3 −3 Go to diff View file
M plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionFactory.php +25 −25 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedDao.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermission.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php +25 −25 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermissionReplicator.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermissionSaver.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/git/include/Git/Permissions/HistoryValueFormatter.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/PermissionChangesDetector.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/RegexpPermissionFilter.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/TemplateFineGrainedPermissionReplicator.php +1 −1 Go to diff View file
M plugins/git/include/Git/Permissions/TemplateFineGrainedPermissionSaver.php +2 −2 Go to diff View file
M plugins/git/include/Git/Permissions/TemplatePermissionsUpdater.php +9 −9 Go to diff View file
M plugins/git/include/Git/PermissionsDao.php +4 −4 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/GitJSONPermissionsRetriever.php +2 −2 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/PermissionPerGroupController.php +2 −2 Go to diff View file
M plugins/git/include/Git/PermissionsPerGroup/RepositoriesPermissionRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/git/include/Git/ReferenceManager.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationHTTPUser.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationSSHKey.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/Restrictor.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritCanMigrateChecker.php +2 −2 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerFactory.class.php +5 −5 Go to diff View file
M plugins/git/include/Git/Repository/DescriptionUpdater.php +2 −2 Go to diff View file
M plugins/git/include/Git/Repository/Settings/CITokenController.php +2 −2 Go to diff View file
M plugins/git/include/Git/Repository/Settings/WebhookController.php +2 −2 Go to diff View file
M plugins/git/include/Git/SystemEventManager.class.php +8 −8 Go to diff View file
M plugins/git/include/Git/Webhook/PushPayload.php +6 −6 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookFactory.php +1 −1 Go to diff View file
M plugins/git/include/GitActions.class.php +28 −28 Go to diff View file
M plugins/git/include/GitBackend.class.php +4 −4 Go to diff View file
M plugins/git/include/GitDao.class.php +1 −1 Go to diff View file
M plugins/git/include/GitDriver.class.php +5 −5 Go to diff View file
M plugins/git/include/GitForkPermissionsManager.class.php +4 −4 Go to diff View file
M plugins/git/include/GitLog.class.php +3 −3 Go to diff View file
M plugins/git/include/GitPHP/Config.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/Util.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/controller/ControllerBase.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commitdiff.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/git/Archive.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/git/Blob.php +3 −3 Go to diff View file
M plugins/git/include/GitPHP/git/Commit.php +10 −10 Go to diff View file
M plugins/git/include/GitPHP/git/DiffExe.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/FileDiff.php +9 −9 Go to diff View file
M plugins/git/include/GitPHP/git/Pack.php +6 −6 Go to diff View file
M plugins/git/include/GitPHP/git/Project.php +14 −14 Go to diff View file
M plugins/git/include/GitPHP/git/Ref.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/Tag.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/TmpDir.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/Tree.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/TreeDiff.php +3 −3 Go to diff View file
M plugins/git/include/GitPermissionsManager.class.php +9 −9 Go to diff View file
M plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php +5 −5 Go to diff View file
M plugins/git/include/GitPresenters/RepositoryPaneNotificationPresenter.php +3 −3 Go to diff View file
M plugins/git/include/GitRepository.class.php +3 −3 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +9 −9 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +4 −4 Go to diff View file
M plugins/git/include/GitRepositoryWithPermissions.class.php +7 −7 Go to diff View file
M plugins/git/include/GitViews.class.php +8 −8 Go to diff View file
M plugins/git/include/GitViews/GitViewHeader.php +5 −5 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Delete.class.php +2 −2 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php +7 −7 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Mirroring.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php +2 −2 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +3 −3 Go to diff View file
M plugins/git/include/GitXmlImporter.class.php +7 −7 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +3 −3 Go to diff View file
M plugins/git/include/Git_Exec.class.php +9 −9 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +4 −4 Go to diff View file
M plugins/git/include/Git_Gitolite_SSHKeyDumper.class.php +1 −1 Go to diff View file
M plugins/git/include/Git_Gitolite_SSHKeyMassDumper.class.php +1 −1 Go to diff View file
M plugins/git/include/Git_LastPushesGraph.class.php +6 −6 Go to diff View file
M plugins/git/include/Git_PostReceiveMailManager.class.php +1 −1 Go to diff View file
M plugins/git/include/REST/ResourcesInjector.class.php +2 −2 Go to diff View file
M plugins/git/include/REST/v1/GerritResource.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 +4 −4 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php +1 −1 Go to diff View file
M plugins/git/include/XmlUgroupRetriever.php +2 −2 Go to diff View file
M plugins/git/include/gitPlugin.php +70 −70 Go to diff View file
M plugins/git/include/mvc/PluginActions.class.php +1 −1 Go to diff View file
M plugins/git/include/mvc/PluginController.class.php +6 −6 Go to diff View file
M plugins/git/include/mvc/PluginViews.class.php +2 −2 Go to diff View file
M plugins/git/tests/integration/GitXmlImporterTest.php +11 −11 Go to diff View file
M plugins/git/tests/integration/Gitolite/GitoliteTestCase.php +2 −2 Go to diff View file
M plugins/git/tests/integration/Gitolite/SSHKeyMassDumperTest.php +8 −8 Go to diff View file
M plugins/git/tests/rest/Git/GerritTest.php +2 −2 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +18 −18 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php +22 −22 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerTest.php +9 −9 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php +15 −15 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorStatusTest.php +10 −10 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/ProjectCreatorTest.php +54 −54 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php +8 −8 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerTest.php +13 −13 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserFinderGetUgroupsTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserFinderTest.php +11 −11 Go to diff View file
M plugins/git/tests/unit/Git/Driver/GerritRESTTest.php +13 −13 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerFineGrainedPermissionsTest.php +39 −39 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerGitoliteConfTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerMirrorsTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ConfigPermissionsSerializerTest.php +10 −10 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/Gitolite3LogParserTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ProjectSerializerTest.php +30 −30 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/AuthorizedKeysFileCreatorTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/GerritServerTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/UserTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/Git/GitoliteHousekeeping/GitoliteHousekeepingRunnerTest.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_LogAnalyzerTest.php +12 −12 Go to diff View file
M plugins/git/tests/unit/Git/Hook/Git_Hook_ParseLogTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/Hook/Git_Hook_ParseLog_CountPushesTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Hook/Git_Hook_PostReceive_CommonTest.php +8 −8 Go to diff View file
M plugins/git/tests/unit/Git/Hook/PostReceiveMailsRetrieverTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/Git/Mirror/ManifestFileGeneratorTest.php +16 −16 Go to diff View file
M plugins/git/tests/unit/Git/Mirror/ManifestManagerTest.php +8 −8 Go to diff View file
M plugins/git/tests/unit/Git/Notifications/NotificationsForProjectMemberCleanerTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/AccessControlVerifierTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/DefaultFineGrainedPermissionFactoryTest.php +21 −21 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/FineGrainedPermissionFactoryTest.php +21 −21 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/FineGrainedPermissionSorterTest.php +14 −14 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/HistoryValueFormatterTest.php +23 −23 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForProjectTest.php +65 −65 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/PermissionChangesDetectorForRepositoryTest.php +47 −47 Go to diff View file
M plugins/git/tests/unit/Git/Permissions/RegexpPermissionFilterTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/Git/RemoteServer/GerritCanMigrateCheckerTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/Git/RemoteServer/GerritServerFactoryTest.php +12 −12 Go to diff View file
M plugins/git/tests/unit/Git/RemoteServer/MigrationHandlerTest.php +4 −4 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/GitActionsForkTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/GitActionsProjectPrivacyTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/GitActionsTest.php +34 −34 Go to diff View file
M plugins/git/tests/unit/GitForkCrossProjectTest.php +14 −14 Go to diff View file
M plugins/git/tests/unit/GitForkRepositoriesTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/GitGerritRouteTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/GitPermissionsManagerTest.php +7 −7 Go to diff View file
M plugins/git/tests/unit/GitPluginPostSystemEvents.php +6 −6 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetAllGerritRepositoriesFromProjectTest.php +22 −22 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetGerritRepositoriesWithPermissionsForUGroupTest.php +43 −43 Go to diff View file
M plugins/git/tests/unit/GitRepositoryGetAccessUrlTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerCreateTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerDeleteAllRepositoriesTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerForkTest.php +19 −19 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerRepositoryNameTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/GitRepositoryTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/GitTest.php +4 −4 Go to diff View file
M plugins/git/tests/unit/GitViewsRepositoriesTraversalStrategySelectboxTest.php +19 −19 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 +16 −16 Go to diff View file
M plugins/git/tests/unit/Git_Backend_GitoliteTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/PathJoinUtilTest.php +9 −9 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php +5 −5 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLYTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/XmlUgroupRetrieverTest.php +9 −9 Go to diff View file
M plugins/gitlfs/include/Lock/LockRetriever.php +1 −1 Go to diff View file
M plugins/gitlfs/include/Lock/Response/LockResponseBuilder.php +1 −1 Go to diff View file
M plugins/gitlfs/include/gitlfsPlugin.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Lock/Response/LockResponseBuilderTest.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +21 −21 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php +11 −11 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php +8 −8 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Gantt.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Pie.class.php +6 −6 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/ChartDataBuilderV5.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/DataBuilderV5.class.php +7 −7 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 +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_GanttDataBuilder.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_PieDataBuilder.class.php +2 −2 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine.class.php +4 −4 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php +18 −18 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php +34 −34 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Pie.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.php +14 −14 Go to diff View file
M plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_BurndownDataTest.php +63 −63 Go to diff View file
M plugins/graphontrackersv5/tests/unit/GraphOnTrackersV5_InSessionChartSorterTest.php +2 −2 Go to diff View file
M plugins/hudson/include/HudsonBuild.class.php +3 −3 Go to diff View file
M plugins/hudson/include/HudsonJob.class.php +1 −1 Go to diff View file
M plugins/hudson/include/HudsonJobWidget.class.php +2 −2 Go to diff View file
M plugins/hudson/include/HudsonTestResult.class.php +3 −3 Go to diff View file
M plugins/hudson/include/MinimalHudsonJobFactory.class.php +4 −4 Go to diff View file
M plugins/hudson/include/SVNPathsUpdater.php +1 −1 Go to diff View file
M plugins/hudson/include/hudsonActions.class.php +3 −3 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +7 −7 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +15 −15 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php +1 −1 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobLastArtifacts.class.php +1 −1 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 +2 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestTrend.class.php +2 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php +3 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/AdministrationController.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitWebhooksSettingsEnhancer.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookController.php +2 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/JenkinsWebhookPresenter.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Log/LogFactory.php +1 −1 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +1 −1 Go to diff View file
M plugins/hudson_svn/include/BuildParams.php +2 −2 Go to diff View file
M plugins/hudson_svn/include/ContinuousIntegrationCollector.php +6 −6 Go to diff View file
M plugins/hudson_svn/include/Job/Factory.php +1 −1 Go to diff View file
M plugins/hudson_svn/include/Job/Launcher.php +2 −2 Go to diff View file
M plugins/hudson_svn/include/hudson_svnPlugin.php +1 −1 Go to diff View file
M plugins/hudson_svn/tests/unit/Job/LauncherTest.php +14 −14 Go to diff View file
M plugins/label/include/Label/REST/v1/CollectionOfLabeledItemsRepresentation.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/Dao.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabelBuilder.php +2 −2 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabelConfigRetriever.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabelConfigurationLabelsFormatter.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabelRequestDataValidator.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabelRetriever.php +1 −1 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabeledItems.php +2 −2 Go to diff View file
M plugins/label/tests/unit/ProjectLabelRequestDataValidatorTest.php +17 −17 Go to diff View file
M plugins/ldap/bin/convertSvnToLdap.php +2 −2 Go to diff View file
M plugins/ldap/bin/ldap_feed_user.php +1 −1 Go to diff View file
M plugins/ldap/bin/registerUser.php +1 −1 Go to diff View file
M plugins/ldap/include/BindMembersConfirmController.php +8 −8 Go to diff View file
M plugins/ldap/include/BindUgroupConfirmController.php +6 −6 Go to diff View file
M plugins/ldap/include/GroupAutocompleteController.php +7 −7 Go to diff View file
M plugins/ldap/include/GroupSyncAdminEmailNotificationsManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP.class.php +10 −10 Go to diff View file
M plugins/ldap/include/LDAP/Project/UGroup/Binding/AdditionalModalPresenterBuilder.php +3 −3 Go to diff View file
M plugins/ldap/include/LDAPResult.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_GroupManager.class.php +9 −9 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_SearchPeople.class.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAP_SyncMail.class.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAP_SyncNotificationManager.class.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php +3 −3 Go to diff View file
M plugins/ldap/include/LDAP_UserDao.class.php +3 −3 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupDao.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_UserManager.class.php +7 −7 Go to diff View file
M plugins/ldap/include/LDAP_UserSync.class.php +1 −1 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 +7 −7 Go to diff View file
M plugins/ldap/include/LoginPresenter.class.php +1 −1 Go to diff View file
M plugins/ldap/include/NonUniqueUidRetriever.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeDisplayController.php +11 −11 Go to diff View file
M plugins/ldap/include/WelcomeUpdateController.php +7 −7 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 +1 −1 Go to diff View file
M plugins/ldap/tests/unit/LDAPBackendSVNTest.php +5 −5 Go to diff View file
M plugins/ldap/tests/unit/LDAPDirectorySynchronizationTest.php +11 −11 Go to diff View file
M plugins/ldap/tests/unit/LDAPGroupManagerTest.php +6 −6 Go to diff View file
M plugins/ldap/tests/unit/LDAPRetrieveAllArgumentsTest.php +9 −9 Go to diff View file
M plugins/ldap/tests/unit/UserGroupManagerTest.php +26 −26 Go to diff View file
M plugins/ldap/tests/unit/UserManagerAuthenticateTest.php +20 −20 Go to diff View file
M plugins/ldap/tests/unit/UserManagerTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php +2 −2 Go to diff View file
M plugins/mediawiki/bin/clean-unused-db.php +1 −1 Go to diff View file
M plugins/mediawiki/bin/mw-drop-wikis.php +2 −2 Go to diff View file
M plugins/mediawiki/bin/mw-plugin-init.php +4 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/201510011503_fill_Mediawiki_version_table.php +1 −1 Go to diff View file
M plugins/mediawiki/extensions/TuleapArtLinks/TuleapArtLinks.php +2 −2 Go to diff View file
M plugins/mediawiki/fusionforge/FusionForge.php +8 −8 Go to diff View file
M plugins/mediawiki/fusionforge/compat/forge_get_config.php +2 −2 Go to diff View file
M plugins/mediawiki/include/Maintenance/CleanUnused.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediaWikiXMLImporter.class.php +5 −5 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminController.class.php +17 −17 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminLanguagePanePresenter.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminPermissionsPanePresenter.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiDao.class.php +4 −4 Go to diff View file
M plugins/mediawiki/include/MediawikiGroupPresenter.class.php +11 −11 Go to diff View file
M plugins/mediawiki/include/MediawikiGroups.class.php +6 −6 Go to diff View file
M plugins/mediawiki/include/MediawikiInstantiater.class.php +3 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiLanguageManager.php +3 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiManager.class.php +7 −7 Go to diff View file
M plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php +20 −20 Go to diff View file
M plugins/mediawiki/include/MediawikiVersionManager.php +3 −3 Go to diff View file
M plugins/mediawiki/include/PermissionsPerGroup/PermissionPerGroupPaneBuilder.php +1 −1 Go to diff View file
M plugins/mediawiki/include/PluginSpecificRoleSettings.php +3 −3 Go to diff View file
M plugins/mediawiki/include/ServiceMediawiki.class.php +4 −4 Go to diff View file
M plugins/mediawiki/include/events/SytemEvent_MEDIAWIKI_SWITCH_TO_123.class.php +2 −2 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +21 −21 Go to diff View file
M plugins/mediawiki/mediawiki-skin/Tuleap.php +4 −4 Go to diff View file
M plugins/mediawiki/tests/unit/MediawikiLanguageManagerTest.php +2 −2 Go to diff View file
M plugins/mediawiki/tests/unit/MediawikiUserGroupsMapperTest.php +122 −122 Go to diff View file
M plugins/mediawiki/tests/unit/mediawikiPluginTest.php +3 −3 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +11 −11 Go to diff View file
M plugins/mediawiki/www/forge_admin.php +1 −1 Go to diff View file
M plugins/mediawiki/www/frame.php +2 −2 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +17 −17 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/Administration/ColorPresenterFactory.php +4 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/IconPresenterFactory.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/ConnectorPresenterBuilder.php +3 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php +3 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/SpecificLoginPresenter.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/LoginController.php +5 −5 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderManager.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersPresenter.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/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/Authentication/IDTokenVerifierTest.php +2 −2 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/Registration/AutomaticUserRegistrationTest.php +2 −2 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/Registration/UsernameGeneratorTest.php +15 −15 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationActions.class.php +1 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +13 −13 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLBuilder.class.php +2 −2 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLUpdater.class.php +2 −2 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/AdminController.class.php +4 −4 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/PermissionsManager.class.php +2 −2 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryParser.class.php +5 −5 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryPathCollection.class.php +2 −2 Go to diff View file
M plugins/proftpd/include/ProFTPd/Presenter/AdminPresenter.class.php +10 −10 Go to diff View file
M plugins/proftpd/include/ProFTPd/ProftpdRouter.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/ServiceProFTPd.class.php +6 −6 Go to diff View file
M plugins/proftpd/include/ProFTPd/SystemEventManager.class.php +6 −6 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/FileImporter.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.php +6 −6 Go to diff View file
M plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php +1 −1 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/www/explorer.php +1 −1 Go to diff View file
M plugins/project_ownership/tests/rest/ProjectOwnershipTest.php +1 −1 Go to diff View file
M plugins/projectlinks/include/form_utils.php +5 −5 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.php +36 −36 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPreferencesPresenter.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Comment/Factory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Factory.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/FileUniDiff.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitExec.php +6 −6 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/InlineCommentUpdater.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestPresenter.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestUpdater.php +2 −2 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/PaginatedTimelineRepresentationBuilder.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 +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php +18 −18 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/RepositoryResource.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/TimelineEventRepresentation.php +2 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/Timeline/Factory.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Tooltip/Presenter.php +2 −2 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +4 −4 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php +6 −6 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsLabelsTest.php +22 −22 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsTest.php +4 −4 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentUpdaterTest.php +7 −7 Go to diff View file
M plugins/pullrequest/tests/unit/Label/LabeledItemCollectorTest.php +21 −21 Go to diff View file
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesBuilder.php +5 −5 Go to diff View file
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesImporter.php +3 −3 Go to diff View file
M plugins/referencealias_core/tests/unit/ReferencesImporterTest.php +4 −4 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php +5 −5 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesImporter.php +1 −1 Go to diff View file
M plugins/referencealias_git/include/referencealias_gitPlugin.php +1 −1 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesBuilder.php +5 −5 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesImporter.php +1 −1 Go to diff View file
M plugins/referencealias_mediawiki/include/referencealias_mediawikiPlugin.php +1 −1 Go to diff View file
M plugins/referencealias_mediawiki/tests/unit/ReferencesImporterTest.php +2 −2 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php +5 −5 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesImporter.php +1 −1 Go to diff View file
M plugins/referencealias_svn/include/referencealias_svnPlugin.php +1 −1 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php +5 −5 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/ReferencesImporter.php +1 −1 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/statistics/include/CSV/CSVBuilder.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageGlobalPresenterBuilder.php +14 −14 Go to diff View file
M plugins/statistics/include/DiskUsageProjectsPresenter.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageProjectsPresenterBuilder.php +9 −9 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenterBuilder.php +12 −12 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenterBuilder.php +7 −7 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsPresenterBuilder.php +8 −8 Go to diff View file
M plugins/statistics/include/Events/StatisticsRefreshDiskUsage.php +1 −1 Go to diff View file
M plugins/statistics/include/Frequencies/GraphDataBuilders/SampleFactory.php +2 −2 Go to diff View file
M plugins/statistics/include/Frequencies/GraphDataBuilders/SampleGraph.php +4 −4 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +10 −10 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +3 −3 Go to diff View file
M plugins/statistics/include/SearchFieldsPresenterBuilder.php +20 −20 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +18 −18 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +1 −1 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +24 −24 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageOutput.class.php +2 −2 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsagePurger.class.php +6 −6 Go to diff View file
M plugins/statistics/include/Statistics_Formatter.class.php +1 −1 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_SOAPServer.class.php +3 −3 Go to diff View file
M plugins/statistics/include/Statistics_ServicesUsageDao.class.php +2 −2 Go to diff View file
M plugins/statistics/include/Statistics_Services_UsageFormatter.class.php +4 −4 Go to diff View file
M plugins/statistics/include/statisticsPlugin.php +17 −17 Go to diff View file
M plugins/statistics/tests/integration/DiskUsagePurgerIntegrationTest.php +16 −16 Go to diff View file
M plugins/statistics/tests/unit/Statistics_FormatterTest.php +3 −3 Go to diff View file
M plugins/statistics/tests/unit/Statistics_Services_UsageFormatterTest.php +28 −28 Go to diff View file
M plugins/statistics/www/disk_usage_graph.php +5 −5 Go to diff View file
M plugins/statistics/www/index.php +2 −2 Go to diff View file
M plugins/statistics/www/project_stat.php +3 −3 Go to diff View file
M plugins/statistics/www/usage_stat.php +1 −1 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +1 −1 Go to diff View file
M plugins/svn/include/REST/ResourcesInjector.php +2 −2 Go to diff View file
M plugins/svn/include/REST/v1/CommitRulesRepresentation.php +2 −2 Go to diff View file
M plugins/svn/include/REST/v1/NotificationsBuilder.php +5 −5 Go to diff View file
M plugins/svn/include/REST/v1/ProjectResource.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +6 −6 Go to diff View file
M plugins/svn/include/REST/v1/SettingsRepresentationValidator.php +5 −5 Go to diff View file
M plugins/svn/include/Reference/Extractor.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessControlController.php +6 −6 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessFileHistoryFactory.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/AccessControl/AccessFileReader.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/AdminController.php +9 −9 Go to diff View file
M plugins/svn/include/SVN/Admin/GlobalAdminController.php +4 −4 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTag.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagFactory.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagPresenter.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/MailNotification.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/MailNotificationManager.php +7 −7 Go to diff View file
M plugins/svn/include/SVN/Admin/MailReceivedFromUserExtractor.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/SectionsPresenter.php +10 −10 Go to diff View file
M plugins/svn/include/SVN/Commit/CommitInfoEnhancer.php +3 −3 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/RepositoryBuilder.php +1 −1 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/Hooks/PostCommit.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Hooks/PreCommit.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Logs/DBWriterPlugin.php +2 −2 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 +8 −8 Go to diff View file
M plugins/svn/include/SVN/Logs/Parser.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Migration/BareRepositoryCreator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Migration/SettingsRetriever.php +6 −6 Go to diff View file
M plugins/svn/include/SVN/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.php +1 −1 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/EmailsToBeNotifiedRetriever.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Notifications/NotificationListBuilder.php +8 −8 Go to diff View file
M plugins/svn/include/SVN/Notifications/NotificationsEmailsBuilder.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Notifications/UgroupsToNotifyDao.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/PermissionPerGroupRepositoryRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/PermissionPerGroupSVNGlobalAdminPermissionCollection.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/PermissionsPerGroup/SVNJSONPermissionsRetriever.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Repository/HookConfigRetriever.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/HookConfigSanitizer.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/HookDao.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Repository/ProjectHistoryFormatter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/Repository.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryCreator.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryManager.php +8 −8 Go to diff View file
M plugins/svn/include/SVN/Service/ServiceActivator.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/ServiceSvn.php +10 −10 Go to diff View file
M plugins/svn/include/SVN/Statistic/SCMUsageCollector.php +7 −7 Go to diff View file
M plugins/svn/include/SVN/SvnRouter.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/ViewVC/ViewVCProxy.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/XMLImporter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/XMLRepositoryImporter.php +9 −9 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 +4 −4 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +133 −133 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php +269 −269 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +8 −8 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/RepositoryResourceUpdaterTest.php +5 −5 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/SettingsRepresentationValidatorTest.php +27 −27 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitSHA1CollisionTest.php +2 −2 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/ParserCoreAndPluginTest.php +16 −16 Go to diff View file
M plugins/svn/tests/unit/SVN/Mails/MailReceivedFromUserExtractorTest.php +4 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Notifications/EmailsToBeNotifiedRetrieverTest.php +37 −37 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigCheckerTest.php +6 −6 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigSanitizerTest.php +7 −7 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigUpdatorTest.php +8 −8 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php +6 −6 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryDeleterTest.php +2 −2 Go to diff View file
M plugins/svn/tests/unit/SVN/Service/ServiceActivatorTest.php +21 −21 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLExporterTest.php +9 −9 Go to diff View file
M plugins/svn/tests/unit/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +4 −4 Go to diff View file
M plugins/testmanagement/include/RealTime/RealTimeMessageSender.php +14 −14 Go to diff View file
M plugins/testmanagement/include/TestManagement/ArtifactFactory.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/Breadcrumbs/AdmininistrationBreadcrumbs.php +10 −10 Go to diff View file
M plugins/testmanagement/include/TestManagement/Breadcrumbs/NoCrumb.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/FirstConfigCreator.class.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/IndexController.class.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/MilestoneItemsArtifactFactory.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/ResourcesInjector.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ArtifactNodeBuilder.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/AssignedToRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignCreator.class.php +3 −3 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/DefinitionRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionCreator.class.php +3 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodeRepresentation.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ProjectResource.class.php +5 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/Router.class.php +12 −12 Go to diff View file
M plugins/testmanagement/include/TestManagement/StartTestManagementController.php +2 −2 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/ExecutionsTest.php +18 −18 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/CampaignCreatorTest.php +1 −1 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/ConfigConformanceValidatorTest.php +3 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/FirstConfigCreatorTest.php +2 −2 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/NatureCoveredByOverriderTest.php +4 −4 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/AdminController.php +6 −6 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/AdminPresenter.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/Admin/TimetrackingUgroupRetriever.php +2 −2 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewBuilder.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewPresenter.php +6 −6 Go to diff View file
M plugins/timetracking/include/Timetracking/Router.php +8 −8 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimePresenterBuilder.php +4 −4 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeRetriever.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimetrackingReportFactory.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/UserWidget.php +1 −1 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +5 −5 Go to diff View file
M plugins/timetracking/tests/unit/Report/TimetrackingReportFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/bin/store_stripped_body_of_comments.php +1 −1 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/include/PermissionsPerGroup/TrackerPermissionPerGroupJSONRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupPermissionRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileFullRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueOpenListFullRepresentation.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueOpenListRepresentation.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactFullRepresentation.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactRepresentation.class.php +2 −2 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/ArtifactValidator.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/Artifact/BurndownRepresentation.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/Artifact/ChangesetRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/MovedArtifactValueBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/CompleteTrackerRepresentation.class.php +7 −7 Go to diff View file
M plugins/tracker/include/REST/FormElementRepresentation.class.php +7 −7 Go to diff View file
M plugins/tracker/include/REST/ReportRepresentation.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/SemanticStatusRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/TrackerRestBuilder.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/WorkflowRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactLinkRepresentation.php +2 −2 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/ArtifactValuesRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +7 −7 Go to diff View file
M plugins/tracker/include/REST/v1/ReportArtifactFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackerFieldRepresentations/PermissionsOnArtifacts.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/ServiceTracker.class.php +4 −4 Go to diff View file
M plugins/tracker/include/SystemEventManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifact.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetDataInitializator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailGoldenRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php +15 −15 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/MailSender.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/AddedLinkByNatureCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/CollectionOfLinksFormatter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/RemovedLinkCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/UpdatedNatureLinkCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/CitationStripper.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfig.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/PermissionsCache.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CreateInPlaceRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php +3 −3 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/SubmitAbstractRenderer.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +32 −32 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +24 −24 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_BatchIterator.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 +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonFormatter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_OpenList.class.php +3 −3 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_Text.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PossibleParentsRetriever.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Copy.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/View.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/ViewCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/CollectionOfFilesToImportInArtifact.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputed.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyPermissionsOnArtifact.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyText.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_CommentDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_ValueDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/CardFields.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Burndown.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/ColorPresenterCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/ConfigNotificationEmailCustomSender.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +21 −21 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Commenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Submitter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/dao/Tracker_DateReminderDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Events/GetEditableTypesInProject.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FileInfoFactory.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownCacheDateRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownCalculator.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ChartMessageFetcher.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ComputedFieldCalculator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/DateFormatter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/DateTimeFormatter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Event/MessageFetcherAdditionalWarnings.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinksToRender.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/FieldDataBuilder.php +9 −9 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 +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureUsagePresenterFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ParentOfArtifactCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetQueue.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/CanValueBeHiddenStatementsCollection.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FieldCalculator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FieldNameFormatter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/PermissionsOnArtifactUGroupRetriever.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_DAILY.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_GENERATE.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +26 −26 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +80 −80 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column_Group.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +52 −52 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +19 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php +40 −40 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +14 −14 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +28 −28 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +15 −15 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +23 −23 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +22 −22 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +31 −31 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +39 −36 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +17 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +15 −15 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_SharedFormElementFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Checkbox.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/MultiSelectbox.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Radiobutton.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldDao.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_DefaultvalueDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FileDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ListDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_OpenListDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_PermissionsOnArtifactDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Hierarchy.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MailLogger.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationLogger.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/RemindersDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/GlobalNotificationsAddressesBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/NotificationListBuilder.php +8 −8 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/RecipientsManager.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/UgroupsToNotifyDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Anonymous.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Command.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Registered.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionController.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionManager.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionPresenter.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionPresenterBuilder.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionRequest.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionRetrieveAssignee.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionUgroupPresenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/PermissionsDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/ReferenceManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/CollectionOfListValuesExtractor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/CollectionOfAlphaNumericValuesExtractor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Date/CollectionOfDateValuesExtractor.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/CollectionOfNormalizedBindLabelsExtractor.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidSearchablesCollection.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/ParserCacheProxy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeFieldFromWhereBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeReadOnlyFieldFromWhereBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForLastUpdatedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForListBindUGroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/InComparison/ForSubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForLastUpdatedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForListBindUGroups.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/NotInComparison/ForSubmittedBy.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/UgroupLabelConverter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/FromWhere.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/ResultJoiner.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/TrackerReportExtractor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +67 −67 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_CriteriaFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInReportPresenter.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php +18 −18 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php +18 −18 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +77 −77 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownBuilder.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_List_ValueDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_PermissionsOnArtifact_ValueDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_FunctionsAggregatesDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date.class.php +2 −2 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/Factory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +11 −11 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/SemanticStatusGetDisabledValues.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +8 −8 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_Description.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_StatusDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Service/ServiceActivator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +72 −72 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +16 −16 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +23 −23 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/UgroupMappingBuilder.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/UgroupPermissionsGoldenRetriever.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/Actions/AdminWebhooks.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/ChildrenCollector.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValuesXMLExporter.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/NullChildrenCollector.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/XML/Importer/ArtifactImportedMapping.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Importer/CopyArtifactInformationsAggregator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdater.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeOpenListXMLUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/TemporaryFileCreator.class.php +1 −1 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/TrackerFromXmlInputNotWellFormedException.class.php +1 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +7 −7 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/EditTriggers.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuild.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/PostActionSubFactories.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Transition_PostActionFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Workflow/Transition.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Dao.class.php +3 −3 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/Condition/Permissions/Factory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/TransitionFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/FieldValue.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesBuilderData.class.php +12 −12 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesBuilderFactory.class.php +1 −1 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 +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerRule.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerRuleCollection.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerValidator.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/Workflow.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowManager.class.php +4 −4 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +21 −21 Go to diff View file
M plugins/tracker/include/tracker_permissions.php +35 −35 Go to diff View file
M plugins/tracker/tests/integration/PriorityDaoPerformancesTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/integration/PriorityDaoTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/rest/TQL/TQLTest.php +27 −27 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/TrackerWorkflowTransitionsTest.php +16 −16 Go to diff View file
M plugins/tracker/tests/unit/Artifact/TrackerArtifactChangesetValueFileTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLExportTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php +20 −20 Go to diff View file
M plugins/tracker/tests/unit/DateTimeFormatterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/REST/ArtifactValidatorTest.php +22 −22 Go to diff View file
M plugins/tracker/tests/unit/REST/ArtifactValuesRepresentionTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/REST/MovedArtifactValueBuilderTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/REST/ReportArtifactFactoryTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_CreateArtifactTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php +22 −22 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/NotifierCustomSenderTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Tracker_Artifact_Changeset_IncomingMailGoldenRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayInsecureTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/MailGatewayTokenTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactNodeTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ProcessAssociateArtifact_Test.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyComputedTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php +31 −31 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/AdminTest.php +3 −3 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 +18 −18 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +45 −45 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetectorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheDateRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_Artifact_getArtifactLinks_Test.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_Column_GroupTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_FieldsetTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/ControllerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/ConfigNotificationEmailCustomSenderFormatterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/GlobalNotificationsEmailRetrieverTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/NotificationsForProjectMemberCleanerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Notifications/RecipientsManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php +49 −49 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionManagerTest.php +34 −34 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/PermissionRequestTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Permission/Tracker_Permission_PermissionManager_CheckRequestValidityTest.php +24 −24 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindStaticTest.php +2 −2 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 +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/ResultJoinerTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportExtractorTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_ReportFactoryTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_RESTTest.php +16 −16 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php +36 −36 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php +38 −38 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php +6 −6 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/Semantic/TrackerSemanticCollectionTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/TrackerSemanticContributorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tracker_SemanticFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Service/ServiceActivatorTest.php +18 −18 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerFactoryDuplicationTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerFactoryPossibleChildrenTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerPermissionsTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportArtifactLinkV2Activation.php +1 −1 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 +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactory_GetChildrenTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_UgroupMappingBuilderTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/TransitionFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/WorkflowFactoryTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueArtifactLinkXMLExporterTest.php +17 −17 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueListXMLExporterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueOpenListXMLExporterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetValuesXMLExporterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChangesetXMLExporterTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Importer/Tracker_XML_Importer_CopyArtifactInformationsAggregatorTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/TrackerExportToXmlTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Tracker_XML_Exporter_ChildrenCollectorTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangeListXMLUpdaterTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChange/Tracker_XML_Updater_FieldChange_FieldChangePermissionsOnArtifactXMLUpdaterTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_ChangesetXMLUpdaterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/TrackerTest.php +52 −52 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetJsonFormatterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php +25 −25 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FileInfoTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FormElementFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Report_SessionTest.php +16 −16 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Action/Rules/Tracker_Workflow_Action_Rules_EditRulesTest.php +88 −88 Go to diff View file
M plugins/tracker/tests/unit/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php +4 −4 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/Transition_PostActionFactoryTest.php +14 −14 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 +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Condition/Permissions/Workflow_Transition_Condition_Permissions_FactoryTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Transition/Workflow_Transition_ConditionFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/TransitionFactoryTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/unit/Workflow/TransitionTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Strategy/Tracker_Workflow_Trigger_RulesProcessor_AllOfStrategyTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesBuilderDataTest.php +16 −16 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesFactoryTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php +50 −50 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesProcessor_GeneralTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_TriggerValidatorTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowTest.php +41 −41 Go to diff View file
M plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php +3 −3 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldFactory.class.php +2 −2 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php +7 −7 Go to diff View file
M plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.php +5 −5 Go to diff View file
M plugins/tracker_encryption/include/ChangesetValue.php +1 −1 Go to diff View file
M plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php +3 −3 Go to diff View file
M plugins/userlog/include/UserLogBuilder.php +14 −14 Go to diff View file
M plugins/userlog/include/UserLogExporter.php +4 −4 Go to diff View file
M plugins/userlog/include/UserLogManager.class.php +2 −2 Go to diff View file
M plugins/userlog/include/UserLogPresenter.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/SemanticVelocity.php +1 −1 Go to diff View file
M plugins/velocity/include/velocityPlugin.php +1 −1 Go to diff View file
M plugins/webdav/include/BrowserPlugin.class.php +7 −7 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +2 −2 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRS.class.php +1 −1 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSFile.class.php +2 −2 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSPackage.class.php +1 −1 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSRelease.class.php +1 −1 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 +1 −1 Go to diff View file
M plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php +11 −11 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSPackageTest.php +11 −11 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php +2 −2 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSTest.php +4 −4 Go to diff View file
M plugins/webdav/tests/unit/WebDAVRootTest.php +9 −9 Go to diff View file
M plugins/webdav/tests/unit/WebdavURLVerificationTest.php +7 −7 Go to diff View file
M site-content/en_US/layout/extra_tabs.php +2 −2 Go to diff View file
M site-content/fr_FR/layout/extra_tabs.php +2 −2 Go to diff View file
M src/common/CLI/Application.php +2 −2 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +2 −2 Go to diff View file
M src/common/Color/AllowedColorsCollection.php +2 −2 Go to diff View file
M src/common/Color/ColorPresenterFactory.php +1 −1 Go to diff View file
M src/common/Config/ConfigValueDatabaseProvider.php +1 −1 Go to diff View file
M src/common/Config/ConfigValueFileProvider.php +1 −1 Go to diff View file
M src/common/Config/ForgeConfig.php +4 −4 Go to diff View file
M src/common/DB/Compat/Legacy2018/CompatPDODataAccess.php +5 −5 Go to diff View file
M src/common/DB/Compat/Legacy2018/CompatPDODataAccessResult.php +1 −1 Go to diff View file
M src/common/DB/Compat/Legacy2018/LegacyDataAccessInterface.php +4 −4 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +6 −6 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardPresenter.php +4 −4 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardRetriever.php +1 −1 Go to diff View file
M src/common/Dashboard/User/AtUserCreationDefaultWidgetsCreator.php +3 −3 Go to diff View file
M src/common/Dashboard/User/UserDashboardController.php +4 −4 Go to diff View file
M src/common/Dashboard/User/UserDashboardPresenter.php +4 −4 Go to diff View file
M src/common/Dashboard/User/UserDashboardRetriever.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +7 −7 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetDao.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenterBuilder.php +3 −3 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetRemoverInList.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetReorder.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetRetriever.php +5 −5 Go to diff View file
M src/common/Dashboard/Widget/PreferencesController.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/WidgetCreator.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/WidgetDashboardController.php +5 −5 Go to diff View file
M src/common/Error/Error_PermissionDenied.class.php +7 −7 Go to diff View file
M src/common/Event/EventManager.class.php +3 −3 Go to diff View file
M src/common/FRS/Exceptions.class.php +3 −3 Go to diff View file
M src/common/FRS/FRSFile.class.php +1 −1 Go to diff View file
M src/common/FRS/FRSFileFactory.class.php +16 −16 Go to diff View file
M src/common/FRS/FRSLog.class.php +6 −6 Go to diff View file
M src/common/FRS/FRSPackage.class.php +2 −2 Go to diff View file
M src/common/FRS/FRSPackageController.php +6 −6 Go to diff View file
M src/common/FRS/FRSPackageFactory.class.php +9 −9 Go to diff View file
M src/common/FRS/FRSPackagePermissionPresenter.php +2 −2 Go to diff View file
M src/common/FRS/FRSPackageRouter.php +3 −3 Go to diff View file
M src/common/FRS/FRSPermissionCreator.php +3 −3 Go to diff View file
M src/common/FRS/FRSPermissionDao.php +3 −3 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 +2 −2 Go to diff View file
M src/common/FRS/FRSReleaseController.php +4 −4 Go to diff View file
M src/common/FRS/FRSReleaseFactory.class.php +16 −16 Go to diff View file
M src/common/FRS/FRSReleasePermissionPresenter.php +2 −2 Go to diff View file
M src/common/FRS/FRSRouter.php +4 −4 Go to diff View file
M src/common/FRS/FRSValidator.php +1 −1 Go to diff View file
M src/common/FRS/FRSXMLImporter.class.php +10 −10 Go to diff View file
M src/common/FRS/FileModuleMonitorFactory.class.php +16 −16 Go to diff View file
M src/common/FRS/PermissionController.php +3 −3 Go to diff View file
M src/common/FRS/PermissionPresenter.php +2 −2 Go to diff View file
M src/common/FRS/PermissionsPerGroup/FrsGlobalAdminPermissionCollection.php +1 −1 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupJSONRepresentationRetriever.php +2 −2 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupReleaseRepresentationBuilder.php +2 −2 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilder.php +2 −2 Go to diff View file
M src/common/FRS/PermissionsPerGroup/PermissionPerTypeExtractor.php +2 −2 Go to diff View file
M src/common/FRS/SectionsPresenter.php +4 −4 Go to diff View file
M src/common/FRS/ServiceFile.class.php +12 −12 Go to diff View file
M src/common/FRS/ToolbarPresenter.php +2 −2 Go to diff View file
M src/common/FRS/UploadedLinkPresentersBuilder.php +1 −1 Go to diff View file
M src/common/FRS/UploadedLinksRequestFormatter.php +4 −4 Go to diff View file
M src/common/FRS/UploadedLinksRetriever.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +2 −2 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +1 −1 Go to diff View file
M src/common/Glyph/GlyphFinder.php +1 −1 Go to diff View file
M src/common/Glyph/GlyphLocationsCollector.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 +6 −6 Go to diff View file
M src/common/Jenkins/JenkinsCSRFCrumbRetriever.php +1 −1 Go to diff View file
M src/common/Label/CollectionOfLabelableDao.php +1 −1 Go to diff View file
M src/common/Label/LabeledItemCollection.php +1 −1 Go to diff View file
M src/common/Label/PaginatedCollectionsOfLabelsBuilder.php +1 −1 Go to diff View file
M src/common/Label/REST/LabelsUpdater.php +4 −4 Go to diff View file
M src/common/News/Admin/AdminNewsBuilder.php +1 −1 Go to diff View file
M src/common/News/Admin/NewsRetriever.php +1 −1 Go to diff View file
M src/common/News/Admin/PermissionsPerGroup/NewsJSONPermissionsRetriever.php +2 −2 Go to diff View file
M src/common/News/ChooseNewsItemController.php +3 −3 Go to diff View file
M src/common/News/NewsItemDataMapper.php +1 −1 Go to diff View file
M src/common/News/PermissionsPerGroup.php +2 −2 Go to diff View file
M src/common/Project/Admin/DescriptionFields/ProjectDescriptionFieldBuilder.php +3 −3 Go to diff View file
M src/common/Project/Admin/Navigation/HeaderNavigationDisplayer.php +4 −4 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationDropdownQuickLinksCollector.php +1 −1 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPermissionsDropdownPresenterBuilder.php +13 −13 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php +14 −14 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupBuilder.php +12 −12 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupCollection.php +1 −1 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupPaneCollector.php +1 −1 Go to diff View file
M src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupUGroupRetriever.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php +15 −15 Go to diff View file
M src/common/Project/Admin/ProjectDetailsPresenter.php +10 −10 Go to diff View file
M src/common/Project/Admin/ProjectHistoryPresenter.class.php +4 −4 Go to diff View file
M src/common/Project/Admin/ProjectHistoryPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectHistoryResultsPresenter.php +5 −5 Go to diff View file
M src/common/Project/Admin/ProjectHistorySearchPresenter.php +12 −12 Go to diff View file
M src/common/Project/Admin/ProjectListPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectListResultsPresenter.php +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/ProjectListSearchFieldsPresenterBuilder.php +4 −4 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersAdditionalModalCollectionPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersController.php +4 −4 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/BindingPresenterBuilder.php +18 −18 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/DelegationController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/EditBindingUGroupEventLauncher.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/IndexController.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php +9 −9 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupRouter.class.php +2 −2 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministration.php +1 −1 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +18 −18 Go to diff View file
M src/common/Project/Admin/ServicesUsingTruncatedMailRetriever.php +3 −3 Go to diff View file
M src/common/Project/Admin/TemplatePresenter.php +3 −3 Go to diff View file
M src/common/Project/Admin/WebhookPresenter.php +4 −4 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/CustomDescriptionValueFactory.class.php +3 −3 Go to diff View file
M src/common/Project/Group.class.php +6 −6 Go to diff View file
M src/common/Project/HeartbeatsEntryCollection.php +1 −1 Go to diff View file
M src/common/Project/Hierarchy/HierarchyManager.class.php +2 −2 Go to diff View file
M src/common/Project/Home.php +2 −2 Go to diff View file
M src/common/Project/Label/CollectionOfLabelPresenter.php +1 −1 Go to diff View file
M src/common/Project/Label/EditController.php +1 −1 Go to diff View file
M src/common/Project/Label/IndexController.php +1 −1 Go to diff View file
M src/common/Project/Label/LabelsManagementURLBuilder.php +2 −2 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationCompletePresenter.class.php +1 −1 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationController.class.php +6 −6 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php +2 −2 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationRequest.class.php +8 −8 Go to diff View file
M src/common/Project/OneStepRegistration/OneStepRegistrationApprovalPresenter.class.php +1 −1 Go to diff View file
M src/common/Project/OneStepRegistration/OneStepRegistrationPresenter.class.php +1 −1 Go to diff View file
M src/common/Project/Project.class.php +5 −5 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +6 −6 Go to diff View file
M src/common/Project/ProjectCreationTemplatePresenter.class.php +1 −1 Go to diff View file
M src/common/Project/ProjectCreator.class.php +18 −18 Go to diff View file
M src/common/Project/ProjectManager.class.php +23 −23 Go to diff View file
M src/common/Project/ProjectUGroup.php +7 −7 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +9 −9 Go to diff View file
M src/common/Project/Project_SOAPServer.class.php +11 −11 Go to diff View file
M src/common/Project/REST/HeartbeatsRepresentation.php +1 −1 Go to diff View file
M src/common/Project/REST/ProjectRepresentation.class.php +2 −2 Go to diff View file
M src/common/Project/REST/UserGroupRepresentation.php +4 −4 Go to diff View file
M src/common/Project/REST/v1/UserGroupResource.class.php +2 −2 Go to diff View file
M src/common/Project/Service.class.php +5 −5 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 +1 −1 Go to diff View file
M src/common/Project/ServiceManager.class.php +8 −8 Go to diff View file
M src/common/Project/UGroupBinding.class.php +3 −3 Go to diff View file
M src/common/Project/UGroupLiteralizer.php +10 −10 Go to diff View file
M src/common/Project/UGroupManager.class.php +17 −17 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/AddProjectMember.php +1 −1 Go to diff View file
M src/common/Project/UgroupDuplicator.php +2 −2 Go to diff View file
M src/common/Project/UserRemover.php +5 −5 Go to diff View file
M src/common/Project/Webhook/Log/StatusRetriever.php +1 −1 Go to diff View file
M src/common/Project/Webhook/Retriever.php +1 −1 Go to diff View file
M src/common/Queue/Worker.php +3 −3 Go to diff View file
M src/common/REST/Event/ProjectGetSvn.php +1 −1 Go to diff View file
M src/common/REST/Header.class.php +23 −23 Go to diff View file
M src/common/REST/ProjectAuthorization.class.php +2 −2 Go to diff View file
M src/common/REST/TokenFactory.class.php +1 −1 Go to diff View file
M src/common/RSS/RSS.php +5 −5 Go to diff View file
M src/common/System/Command.class.php +1 −1 Go to diff View file
M src/common/TreeNode/GetStateVisitor.class.php +2 −2 Go to diff View file
M src/common/TreeNode/InjectPaddingInTreeNodeVisitor.class.php +2 −2 Go to diff View file
M src/common/TreeNode/InjectSpanPaddingInTreeNodeVisitor.class.php +4 −4 Go to diff View file
M src/common/TreeNode/TreeNode.class.php +5 −5 Go to diff View file
M src/common/TreeNode/TreeNodeMapper.class.php +1 −1 Go to diff View file
M src/common/URI/URIModifier.php +1 −1 Go to diff View file
M src/common/User/Admin/PendingProjectBuilder.php +6 −6 Go to diff View file
M src/common/User/Admin/UserDetailsFormatter.php +14 −14 Go to diff View file
M src/common/User/Admin/UserDetailsPresenter.php +3 −3 Go to diff View file
M src/common/User/Admin/UserListPresenter.php +2 −2 Go to diff View file
M src/common/User/Admin/UserListResultsPresenter.php +6 −6 Go to diff View file
M src/common/User/Admin/UserListSearchFieldsPresenter.php +4 −4 Go to diff View file
M src/common/User/Admin/UserStatusBuilder.php +3 −3 Go to diff View file
M src/common/User/ForgeUserGroupFactory.php +6 −6 Go to diff View file
M src/common/User/ForgeUserGroupPermissionsFactory.class.php +6 −6 Go to diff View file
M src/common/User/ForgeUserGroupUsersFactory.php +2 −2 Go to diff View file
M src/common/User/History/HistoryCleaner.php +2 −2 Go to diff View file
M src/common/User/InvalidEntryInAutocompleterCollection.php +1 −1 Go to diff View file
M src/common/User/LoginManager.class.php +4 −4 Go to diff View file
M src/common/User/LoginPresenter.class.php +3 −3 Go to diff View file
M src/common/User/LoginPresenterBuilder.php +6 −6 Go to diff View file
M src/common/User/REST/v1/UserHistoryEntryRepresentation.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserHistoryRepresentation.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserMembershipRepresentation.class.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserMembershipResource.php +1 −1 Go to diff View file
M src/common/User/REST/v1/UserResource.php +2 −2 Go to diff View file
M src/common/User/RequestFromAutocompleter.php +4 −4 Go to diff View file
M src/common/User/User.class.php +17 −17 Go to diff View file
M src/common/User/UserGroup/NameTranslator.php +2 −2 Go to diff View file
M src/common/User/UserHelper.class.php +2 −2 Go to diff View file
M src/common/User/UserImportCollection.php +9 −9 Go to diff View file
M src/common/User/UserManager.class.php +22 −22 Go to diff View file
M src/common/User/User_SSHKeyValidator.class.php +3 −3 Go to diff View file
M src/common/User/XML/Import/AlreadyExistingUser.php +2 −2 Go to diff View file
M src/common/User/XML/Import/EmailDoesNotMatchUser.php +2 −2 Go to diff View file
M src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php +3 −3 Go to diff View file
M src/common/User/XML/Import/ReadyToBeImportedUsersCollection.php +3 −3 Go to diff View file
M src/common/User/XML/Import/ToBeActivatedUser.php +3 −3 Go to diff View file
M src/common/User/XML/Import/ToBeCreatedUser.php +3 −3 Go to diff View file
M src/common/User/XML/Import/ToBeMappedUser.php +4 −4 Go to diff View file
M src/common/User/XML/Import/UsersToBeImportedCollection.php +2 −2 Go to diff View file
M src/common/User/XML/Import/WillBeCreatedUser.php +2 −2 Go to diff View file
M src/common/User/XML/UserXMLExportedCollection.php +1 −1 Go to diff View file
M src/common/Widget/Event/GetPublicAreas.php +1 −1 Go to diff View file
M src/common/Widget/MyProjects.php +6 −6 Go to diff View file
M src/common/Widget/MyWelcomeMessage.php +2 −2 Go to diff View file
M src/common/Widget/ProjectContacts.php +1 −1 Go to diff View file
M src/common/Widget/ProjectHeartbeat.php +3 −3 Go to diff View file
M src/common/Widget/Widget.class.php +11 −11 Go to diff View file
M src/common/Widget/Widget_MyAdmin.class.php +5 −5 Go to diff View file
M src/common/Widget/Widget_MyArtifacts.class.php +5 −5 Go to diff View file
M src/common/Widget/Widget_MyMonitoredForums.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_MyMonitoredFp.class.php +1 −1 Go to diff View file
M src/common/Widget/Widget_ProjectSvnStats.class.php +7 −7 Go to diff View file
M src/common/Widget/Widget_Rss.class.php +2 −2 Go to diff View file
M src/common/account/RegisterPresenter.class.php +3 −3 Go to diff View file
M src/common/account/TimezonesCollection.class.php +3 −3 Go to diff View file
M src/common/admin/AdminPageRenderer.php +4 −4 Go to diff View file
M src/common/admin/AdminSidebarPresenterBuilder.php +5 −5 Go to diff View file
M src/common/admin/Admin_ProjectListExporter.class.php +5 −5 Go to diff View file
M src/common/admin/Homepage/Dao.php +1 −1 Go to diff View file
M src/common/admin/Homepage/NbUsersByStatusBuilder.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegation/PermissionPresenterBuilder.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationController.php +4 −4 Go to diff View file
M src/common/admin/PermissionDelegationDeleteGroupModalPresenter.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationGroupModalPresenter.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationIndexPresenter.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationPermissionsModalPresenter.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreation/ProjectCategoriesDisplayController.php +4 −4 Go to diff View file
M src/common/admin/ProjectCreation/ProjectFieldsUpdateController.php +1 −1 Go to diff View file
M src/common/admin/ProjectCreation/WebhooksDisplayController.php +1 −1 Go to diff View file
M src/common/admin/ProjectTemplatesController.php +1 −1 Go to diff View file
M src/common/admin/SystemEventsPanePresenterBuilder.php +6 −6 Go to diff View file
M src/common/backend/Backend.class.php +9 −9 Go to diff View file
M src/common/backend/BackendAliases.class.php +3 −3 Go to diff View file
M src/common/backend/BackendCVS.class.php +9 −9 Go to diff View file
M src/common/backend/BackendFactory.class.php +6 −6 Go to diff View file
M src/common/backend/BackendSVN.class.php +10 −10 Go to diff View file
M src/common/backend/BackendSystem.class.php +4 −4 Go to diff View file
M src/common/backend/SystemCheckLogger.php +1 −1 Go to diff View file
M src/common/chart/Chart.class.php +1 −1 Go to diff View file
M src/common/chart/Chart_GanttBar.class.php +3 −3 Go to diff View file
M src/common/chart/Chart_GanttMilestone.class.php +1 −1 Go to diff View file
M src/common/chart/ColorsForCharts.php +441 −441 Go to diff View file
M src/common/collection/Collection.class.php +1 −1 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 +2 −2 Go to diff View file
M src/common/cvs/ViewVC/ViewVCProxy.php +5 −5 Go to diff View file
M src/common/dao/ArtifactGlobalNotificationDao.class.php +1 −1 Go to diff View file
M src/common/dao/ArtifactRuleDao.class.php +1 −1 Go to diff View file
M src/common/dao/FRSFileDao.class.php +10 −10 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +14 −14 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +18 −18 Go to diff View file
M src/common/dao/FileModuleMonitorDao.class.php +3 −3 Go to diff View file
M src/common/dao/PermissionsDao.class.php +13 −13 Go to diff View file
M src/common/dao/ProjectDao.class.php +3 −3 Go to diff View file
M src/common/dao/ProjectHistoryDao.class.php +1 −1 Go to diff View file
M src/common/dao/UserDao.class.php +5 −5 Go to diff View file
M src/common/dao/include/DataAccessObject.class.php +4 −4 Go to diff View file
M src/common/date/TimePeriodWithWeekEnd.class.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 +8 −8 Go to diff View file
M src/common/encoding/SupportedXmlCharEncoding.class.php +2 −2 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_Hidden.class.php +1 −1 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_Selectbox_Scale.class.php +1 −1 Go to diff View file
M src/common/html/HTML_Table.class.php +3 −3 Go to diff View file
M src/common/html/HTML_Table_Bootstrap.class.php +1 −1 Go to diff View file
M src/common/include/CSRFSynchronizerToken.php +2 −2 Go to diff View file
M src/common/include/Codendi_Diff.class.php +22 −22 Go to diff View file
M src/common/include/Codendi_HTMLPurifier.class.php +4 −4 Go to diff View file
M src/common/include/Feedback.class.php +4 −4 Go to diff View file
M src/common/include/ForgeUpgradeConfig.class.php +2 −2 Go to diff View file
M src/common/include/GroupFactory.class.php +1 −1 Go to diff View file
M src/common/include/HTTPRequest.class.php +1 −1 Go to diff View file
M src/common/include/MIME.class.php +4 −4 Go to diff View file
M src/common/include/SimpleSanitizer.class.php +4 −4 Go to diff View file
M src/common/include/SiteCache.php +1 −1 Go to diff View file
M src/common/include/TemplateSingleton.class.php +4 −4 Go to diff View file
M src/common/include/Toggler.class.php +1 −1 Go to diff View file
M src/common/include/Tuleap_Template.class.php +2 −2 Go to diff View file
M src/common/include/URL.class.php +3 −3 Go to diff View file
M src/common/include/URLRedirect.class.php +2 −2 Go to diff View file
M src/common/include/URLVerification.class.php +1 −1 Go to diff View file
M src/common/include/URLVerificationFactory.class.php +2 −2 Go to diff View file
M src/common/language/BaseLanguage.class.php +8 −8 Go to diff View file
M src/common/language/BaseLanguageFactory.class.php +2 −2 Go to diff View file
M src/common/language/CustomizableContentLoader.php +2 −2 Go to diff View file
M src/common/language/Gettext/POTEntryCollection.php +1 −1 Go to diff View file
M src/common/language/Gettext/POTFileDumper.php +2 −2 Go to diff View file
M src/common/layout/BaseLayout.php +8 −8 Go to diff View file
M src/common/layout/ColorHelper.class.php +2 −2 Go to diff View file
M src/common/layout/Layout.class.php +33 −33 Go to diff View file
M src/common/layout/PaginationPresenter.php +4 −4 Go to diff View file
M src/common/layout/ProjectSidebarBuilder.php +3 −3 Go to diff View file
M src/common/layout/SiteHomepageController.php +7 −7 Go to diff View file
M src/common/log/BrokerLogger.class.php +1 −1 Go to diff View file
M src/common/log/TruncateLevelLogger.class.php +6 −6 Go to diff View file
M src/common/log/WrapperLogger.class.php +1 −1 Go to diff View file
M src/common/mail/Codendi_Mail.class.php +13 −13 Go to diff View file
M src/common/mail/MailEnhancer.php +2 −2 Go to diff View file
M src/common/mail/MailFilter.php +1 −1 Go to diff View file
M src/common/mail/MailManager.class.php +3 −3 Go to diff View file
M src/common/mail/MailPresenterFactory.class.php +4 −4 Go to diff View file
M src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php +5 −5 Go to diff View file
M src/common/mail/MailProjectNotificationPresenter.class.php +5 −5 Go to diff View file
M src/common/mail/MailProjectOneStepRegisterPresenter.class.php +7 −7 Go to diff View file
M src/common/mail/RecipientListBuilder.php +8 −8 Go to diff View file
M src/common/mail/TuleapRegisterMail.class.php +3 −3 Go to diff View file
M src/common/mvc/Actions.class.php +1 −1 Go to diff View file
M src/common/mvc/Controler.class.php +2 −2 Go to diff View file
M src/common/mvc/Views.class.php +1 −1 Go to diff View file
M src/common/mvc2/Controller.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 +13 −13 Go to diff View file
M src/common/permission/PermissionsNormalizer.php +4 −4 Go to diff View file
M src/common/permission/PermissionsNormalizerOverrideCollection.php +5 −5 Go to diff View file
M src/common/permission/PermissionsUGroupMapper.php +4 −4 Go to diff View file
M src/common/plugin/Plugin.class.php +7 −7 Go to diff View file
M src/common/plugin/PluginDependencySolver.class.php +2 −2 Go to diff View file
M src/common/plugin/PluginFactory.class.php +21 −21 Go to diff View file
M src/common/plugin/PluginFileInfo.class.php +3 −3 Go to diff View file
M src/common/plugin/PluginManager.class.php +1 −1 Go to diff View file
M src/common/plugin/PluginResourceRestrictor.class.php +1 −1 Go to diff View file
M src/common/reference/CrossReferenceFactory.class.php +20 −20 Go to diff View file
M src/common/reference/ReferenceManager.class.php +39 −39 Go to diff View file
M src/common/reference/ReservedKeywordsRetriever.php +4 −4 Go to diff View file
M src/common/search/Presenters/SearchPresenter.class.php +1 −1 Go to diff View file
M src/common/search/Presenters/SearchResultsIntroPresenter.php +1 −1 Go to diff View file
M src/common/search/Presenters/SearchTypePresenter.class.php +1 −1 Go to diff View file
M src/common/search/SearchController.class.php +21 −21 Go to diff View file
M src/common/search/SearchForum.class.php +1 −1 Go to diff View file
M src/common/search/SearchPeople.class.php +1 −1 Go to diff View file
M src/common/search/SearchPlugin.class.php +2 −2 Go to diff View file
M src/common/search/SearchProject.class.php +1 −1 Go to diff View file
M src/common/search/SearchTrackerV3.class.php +7 −7 Go to diff View file
M src/common/search/SearchWiki.class.php +1 −1 Go to diff View file
M src/common/session/Codendi_Session.class.php +1 −1 Go to diff View file
M src/common/session/PHP_Session.class.php +1 −1 Go to diff View file
M src/common/soap/SOAP_RequestLimitator.class.php +1 −1 Go to diff View file
M src/common/soap/SOAP_WSDLMethodGenerator.class.php +8 −8 Go to diff View file
M src/common/soap/SOAP_WSDLRenderer.class.php +5 −5 Go to diff View file
M src/common/soap/TuleapSOAPServer.class.php +1 −1 Go to diff View file
M src/common/svn/SVNAccessFile.class.php +2 −2 Go to diff View file
M src/common/svn/SVN_Apache.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_Apache_Auth_Factory.class.php +2 −2 Go to diff View file
M src/common/svn/SVN_Apache_SvnrootConf.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_DAO.class.php +3 −3 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_LogFactory.class.php +7 −7 Go to diff View file
M src/common/svn/SVN_RepositoryListing.class.php +8 −8 Go to diff View file
M src/common/svn/SVN_RevisionPathInfo.class.php +2 −2 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_Svnlook.class.php +1 −1 Go to diff View file
M src/common/svn/SvnNotification.class.php +2 −2 Go to diff View file
M src/common/svn/cache/ParameterSaver.php +1 −1 Go to diff View file
M src/common/svn/general-settings/SVN_GeneralSettingsPresenter.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_Handler.php +1 −1 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php +2 −2 Go to diff View file
M src/common/svn/tokens/SVN_TokenHandler.class.php +1 −1 Go to diff View file
M src/common/svn/tokens/SVN_TokenPresenter.class.php +1 −1 Go to diff View file
M src/common/svn/viewvc/ViewVCProxy.php +5 −5 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 +2 −2 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +35 −35 Go to diff View file
M src/common/system_event/SystemEventPresenter.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventProcessor.class.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventProcessor_Factory.php +3 −3 Go to diff View file
M src/common/system_event/SystemEventProcessor_Root.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventSearchPresenter.php +26 −26 Go to diff View file
M src/common/system_event/include/Massmail.php +2 −2 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_ROOT_DAILY.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_USER_RENAME.class.php +1 −1 Go to diff View file
M src/common/templating/mustache/GettextExtractor.php +3 −3 Go to diff View file
M src/common/templating/mustache/GettextHelper.php +3 −3 Go to diff View file
M src/common/templating/mustache/MustacheEngine.php +4 −4 Go to diff View file
M src/common/templating/mustache/SiteContentRenderer.php +1 −1 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/ButtonDropdownsOption.class.php +3 −3 Go to diff View file
M src/common/templating/presenter/ButtonDropdownsOptionSubmenu.class.php +1 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +48 −48 Go to diff View file
M src/common/tracker/ArtifactCommentXMLExporter.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactFactory.class.php +8 −8 Go to diff View file
M src/common/tracker/ArtifactField.class.php +19 −19 Go to diff View file
M src/common/tracker/ArtifactFieldFactory.class.php +21 −21 Go to diff View file
M src/common/tracker/ArtifactFieldFactoryXMLExporter.class.php +3 −3 Go to diff View file
M src/common/tracker/ArtifactFieldSet.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactFieldSetFactory.class.php +8 −8 Go to diff View file
M src/common/tracker/ArtifactGlobalNotificationFactory.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactImport.class.php +26 −26 Go to diff View file
M src/common/tracker/ArtifactMultiListCurrentValueExporter.class.php +3 −3 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 +17 −17 Go to diff View file
M src/common/tracker/ArtifactReportFactory.class.php +4 −4 Go to diff View file
M src/common/tracker/ArtifactRuleFactory.class.php +3 −3 Go to diff View file
M src/common/tracker/ArtifactRulesManager.class.php +7 −7 Go to diff View file
M src/common/tracker/ArtifactStaticListFieldXMLExporter.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactStaticMultiListFieldXMLExporter.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactType.class.php +14 −14 Go to diff View file
M src/common/tracker/ArtifactTypeFactory.class.php +7 −7 Go to diff View file
M src/common/tracker/ArtifactUserMultiListFieldXMLExporter.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactXMLExporterArtifact.class.php +19 −19 Go to diff View file
M src/common/tracker/HTML/ArtifactCannedHtml.class.php +1 −1 Go to diff View file
M src/common/tracker/HTML/ArtifactFieldHtml.class.php +9 −9 Go to diff View file
M src/common/tracker/HTML/ArtifactHtml.class.php +13 −13 Go to diff View file
M src/common/tracker/HTML/ArtifactImportHtml.class.php +11 −11 Go to diff View file
M src/common/tracker/HTML/ArtifactReportHtml.class.php +20 −20 Go to diff View file
M src/common/tracker/HTML/ArtifactRulesManagerHtml.class.php +5 −5 Go to diff View file
M src/common/tracker/HTML/ArtifactTypeHtml.class.php +37 −37 Go to diff View file
M src/common/trove/TroveCatCollectionPresenter.php +1 −1 Go to diff View file
M src/common/trove/TroveCatCollectionRetriever.php +1 −1 Go to diff View file
M src/common/trove/TroveCatFactory.php +2 −2 Go to diff View file
M src/common/trove/TroveCatHierarchyRetriever.php +9 −9 Go to diff View file
M src/common/trove/TroveCatListController.php +15 −15 Go to diff View file
M src/common/valid/Rule.class.php +4 −4 Go to diff View file
M src/common/valid/Valid.class.php +2 −2 Go to diff View file
M src/common/valid/ValidFactory.class.php +1 −1 Go to diff View file
M src/common/wiki/PermissionsManager.class.php +2 −2 Go to diff View file
M src/common/wiki/PermissionsPerGroup/PHPWikiPermissionPerGroupPaneBuilder.php +4 −4 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageFullRepresentation.class.php +1 −1 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 +7 −7 Go to diff View file
M src/common/wiki/lib/PaginatedWikiPagesFactory.class.php +1 −1 Go to diff View file
M src/common/wiki/lib/WikiAttachment.class.php +3 −3 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 +13 −13 Go to diff View file
M src/common/wiki/lib/WikiEntry.class.php +1 −1 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +17 −18 Go to diff View file
M src/common/wiki/lib/WikiPageWrapper.class.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/codendi.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php +168 −168 Go to diff View file
M src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.class.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/ArchiveCleaner.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/BlockParser.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/CachedMarkup.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/EditToolbar.php +40 −40 Go to diff View file
M src/common/wiki/phpwiki/lib/ErrorManager.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/ExternalReferrer.php +42 −42 Go to diff View file
M src/common/wiki/phpwiki/lib/FileFinder.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlElement.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlParser.php +17 −17 Go to diff View file
M src/common/wiki/phpwiki/lib/IniConfig.php +18 −18 Go to diff View file
M src/common/wiki/phpwiki/lib/InlineParser.php +18 −18 Go to diff View file
M src/common/wiki/phpwiki/lib/PageList.php +84 −84 Go to diff View file
M src/common/wiki/phpwiki/lib/PagePerm.php +59 −59 Go to diff View file
M src/common/wiki/phpwiki/lib/PageType.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/RSSWriter091.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/Request.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/RssParser.php +15 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter2.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/SemanticWeb.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/Template.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/TextSearchQuery.php +19 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/Theme.php +41 −39 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiCallback.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB.php +52 −52 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php +25 −25 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/AllRevisionsIter.php +2 −2 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/MostRecentIter.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/TextSearchIter.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/WantedPagesIter.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiGroup.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiPlugin.php +41 −41 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiPluginCached.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser.php +20 −20 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUserNew.php +25 −25 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlElement.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlParser.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/config.php +16 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/diff.php +30 −30 Go to diff View file
M src/common/wiki/phpwiki/lib/diff3.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/difflib.php +19 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/display.php +27 −27 Go to diff View file
M src/common/wiki/phpwiki/lib/editpage.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/lib/gif.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/loadsave.php +31 −31 Go to diff View file
M src/common/wiki/phpwiki/lib/main.php +16 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/Pager.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/common.php +21 −21 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 +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AddComment.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AllPages.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AllUsers.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AppendText.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AsciiMath.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AuthorHistory.php +16 −16 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 +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogJournal.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Calendar.php +25 −25 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CalendarList.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CategoryPage.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Comment.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreateBib.php +11 −11 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 +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Diff.php +28 −28 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/EditMetaData.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php +14 −14 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FileInfo.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FrameInclude.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FullTextSearch.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FuzzyPages.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/GoTo.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/HelloWorld.php +2 −2 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 +7 −7 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/IncludeSiteMap.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/InterWikiSearch.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/JabberPresence.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/LikePages.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListPages.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListSubpages.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/MostPopular.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/NoCache.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/OldStyleTable.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageDump.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageGroup.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageHistory.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageInfo.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageTrail.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php +71 −71 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PluginManager.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PopularNearby.php +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PrevNext.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RandomPage.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RdfDefinition.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentChanges.php +38 −38 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentComments.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RedirectTo.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RelatedChanges.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RichTable.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RssFeed.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SearchHighlight.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SiteMap.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SystemInfo.php +12 −12 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Template.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/TitleSearch.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Transclude.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/TranslateText.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php +7 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UpLoad.php +20 −20 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 +9 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php +14 −14 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php +10 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php +15 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php +20 −20 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php +20 −20 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 +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiBlog.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForm.php +13 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php +23 −23 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForum.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php +31 −31 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php +17 −17 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/_PreferencesInfo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php +9 −9 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/prepend.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/removepage.php +11 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +33 −33 Go to diff View file
M src/common/wiki/phpwiki/lib/upgrade.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php +8 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php +9 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/Utils.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/ziplib.php +22 −22 Go to diff View file
M src/common/wiki/phpwiki/passencrypt.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi-light-printer-version/hyperapplet.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi-light-printer-version/themeinfo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi-lite/hyperapplet.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi-lite/themeinfo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi/hyperapplet.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/themes/Codendi/themeinfo.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/themes/Sidebar/themeinfo.php +5 −5 Go to diff View file
M src/common/wiki/phpwiki/themes/default/hyperapplet.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/themes/default/themeinfo.php +2 −2 Go to diff View file
M src/common/wiki/views/WikiServiceAdminViews.class.php +29 −29 Go to diff View file
M src/common/wiki/views/WikiServiceViews.class.php +9 −9 Go to diff View file
M src/common/wiki/views/WikiViews.class.php +9 −9 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 +1 −1 Go to diff View file
M src/core/contact.php +4 −4 Go to diff View file
M src/core/goto.php +9 −9 Go to diff View file
M src/core/sparklines.php +4 −4 Go to diff View file
M src/db/mysql/updates/2010/201010201546_fill_frs_file_deleted.php +1 −1 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/201510131542_turn_user_groups_tables_innodb.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/201612231324_update_trove_categories_incorrect_values.php +4 −4 Go to diff View file
M src/db/mysql/updates/2017/201706091011_migrate_old_dashboard.php +18 −18 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_balls.inc.php +14 −14 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_bevels.inc.php +3 −3 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php +5 −5 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php +4 −4 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_stars.inc.php +4 −4 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph.php +57 −57 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_bar.php +15 −15 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_canvtools.php +4 −4 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_contour.php +24 −24 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_date.php +46 −46 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_errhandler.inc.php +1 −1 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 +48 −48 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gb2312.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gradient.php +7 −7 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_iconplot.php +4 −4 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_led.php +135 −135 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_legend.inc.php +5 −5 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_line.php +6 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_log.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_meshinterpolate.inc.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_mgraph.php +3 −3 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie.php +17 −17 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie3d.php +34 −34 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotline.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php +6 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_polar.php +5 −5 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_radar.php +13 −13 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_regstat.php +10 −10 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php +451 −451 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_scatter.php +6 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_table.php +12 −12 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_text.inc.php +3 −3 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_theme.inc.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php +139 −139 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_utils.inc.php +25 −25 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_windrose.php +20 −20 Go to diff View file
M src/embedded_vendor/jpgraph/lang/en.inc.php +360 −360 Go to diff View file
M src/embedded_vendor/jpgraph/lang/prod.inc.php +358 −358 Go to diff View file
M src/embedded_vendor/jpgraph/themes/AquaTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/GreenTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OceanTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OrangeTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/PastelTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/RoseTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/SoftyTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/UniversalTheme.class.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/VividTheme.class.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +7 −7 Go to diff View file
M src/themes/BurningParrot/include/FooterPresenter.php +3 −3 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 +11 −11 Go to diff View file
M src/themes/BurningParrot/include/Navbar/DropdownMenuItem/Content/Links/LinkPresentersBuilder.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/DropdownMenuItem/Content/Projects/ProjectPresentersBuilder.php +1 −1 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 +2 −2 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemDropdownPresenter.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemPresentersCollection.php +2 −2 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemPresentersCollectionBuilder.php +11 −11 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/SiteDeployFPM.php +4 −4 Go to diff View file
M src/utils/collect_xml_data.php +2 −2 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 +3 −3 Go to diff View file
M src/utils/tv3_to_test.php +14 −14 Go to diff View file
M src/www/account/deleted.php +3 −3 Go to diff View file
M src/www/account/login.php +6 −6 Go to diff View file
M src/www/account/lostlogin.php +3 −3 Go to diff View file
M src/www/account/lostpw-confirm.php +7 −7 Go to diff View file
M src/www/account/lostpw.php +3 −3 Go to diff View file
M src/www/account/register.php +17 −17 Go to diff View file
M src/www/account/suspended.php +3 −3 Go to diff View file
M src/www/admin/admin_utils.php +4 −4 Go to diff View file
M src/www/admin/approve-pending.php +2 −2 Go to diff View file
M src/www/admin/approve_pending_users.php +11 −11 Go to diff View file
M src/www/admin/generic_user.php +7 −7 Go to diff View file
M src/www/admin/grouplist.php +5 −5 Go to diff View file
M src/www/admin/index.php +14 −14 Go to diff View file
M src/www/admin/lastlogins.php +1 −1 Go to diff View file
M src/www/admin/massmail.php +14 −14 Go to diff View file
M src/www/admin/massmail_execute.php +11 −11 Go to diff View file
M src/www/admin/show_pending_documents.php +7 −7 Go to diff View file
M src/www/admin/system_events/adminPresenter.class.php +4 −4 Go to diff View file
M src/www/admin/system_events/index.php +14 −14 Go to diff View file
M src/www/admin/system_events/notifications.php +15 −15 Go to diff View file
M src/www/admin/usergroup.php +13 −13 Go to diff View file
M src/www/admin/userlist.php +9 −9 Go to diff View file
M src/www/api/index.php +2 −2 Go to diff View file
M src/www/cvs/admin_commit.php +6 −6 Go to diff View file
M src/www/cvs/browse_commit.php +3 −3 Go to diff View file
M src/www/cvs/commit_utils.php +29 −29 Go to diff View file
M src/www/cvs/cvs_intro.php +3 −3 Go to diff View file
M src/www/cvs/detail_commit.php +6 −6 Go to diff View file
M src/www/cvs/index.php +2 −2 Go to diff View file
M src/www/file/admin/editproc.php +2 −2 Go to diff View file
M src/www/file/admin/frsajax.php +9 −9 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 +1 −1 Go to diff View file
M src/www/file/file_utils.php +68 −68 Go to diff View file
M src/www/file/filemodule_monitor.php +3 −3 Go to diff View file
M src/www/file/files_permissions_per_group.php +2 −2 Go to diff View file
M src/www/file/showfiles.php +12 −12 Go to diff View file
M src/www/file/shownotes.php +2 −2 Go to diff View file
M src/www/forum/admin/index.php +16 −16 Go to diff View file
M src/www/forum/forum.php +11 −11 Go to diff View file
M src/www/forum/forum_utils.php +12 −12 Go to diff View file
M src/www/forum/index.php +3 −3 Go to diff View file
M src/www/forum/message.php +4 −4 Go to diff View file
M src/www/forum/monitor.php +4 −4 Go to diff View file
M src/www/forum/monitor_thread.php +5 −5 Go to diff View file
M src/www/forum/save.php +4 −4 Go to diff View file
M src/www/help/api.php +12 −12 Go to diff View file
M src/www/help/index.php +4 −4 Go to diff View file
M src/www/include/account.php +1 −1 Go to diff View file
M src/www/include/database.php +3 −3 Go to diff View file
M src/www/include/exit.php +2 −2 Go to diff View file
M src/www/include/html.php +3 −3 Go to diff View file
M src/www/include/massmail_to_project_admins.php +3 −3 Go to diff View file
M src/www/include/nusoap.php +123 −123 Go to diff View file
M src/www/include/pre.php +5 −5 Go to diff View file
M src/www/include/service.php +2 −2 Go to diff View file
M src/www/include/session.php +1 −1 Go to diff View file
M src/www/include/user.php +1 −1 Go to diff View file
M src/www/include/utils.php +25 −25 Go to diff View file
M src/www/include/utils_soap.php +7 −7 Go to diff View file
M src/www/mail/admin/index.php +13 −13 Go to diff View file
M src/www/mail/index.php +9 −9 Go to diff View file
M src/www/my/bookmark_add.php +4 −4 Go to diff View file
M src/www/my/bookmark_delete.php +2 −2 Go to diff View file
M src/www/my/bookmark_edit.php +2 −2 Go to diff View file
M src/www/my/massmail_to_project_members.php +2 −2 Go to diff View file
M src/www/my/my_utils.php +2 −2 Go to diff View file
M src/www/my/redirect.php +4 −4 Go to diff View file
M src/www/my/rmproject.php +2 −2 Go to diff View file
M src/www/my/stop_monitor.php +3 −3 Go to diff View file
M src/www/news/admin/index.php +5 −5 Go to diff View file
M src/www/news/index.php +2 −2 Go to diff View file
M src/www/news/news_utils.php +9 −9 Go to diff View file
M src/www/news/submit.php +5 −5 Go to diff View file
M src/www/project/admin/editgenericmember.php +4 −4 Go to diff View file
M src/www/project/admin/editgroupinfo.php +2 −2 Go to diff View file
M src/www/project/admin/editugroup.php +1 −1 Go to diff View file
M src/www/project/admin/history.php +3 −3 Go to diff View file
M src/www/project/admin/index.php +2 −2 Go to diff View file
M src/www/project/admin/labels.php +1 −1 Go to diff View file
M src/www/project/admin/permission_per_group.php +2 −2 Go to diff View file
M src/www/project/admin/permission_request.php +17 −17 Go to diff View file
M src/www/project/admin/permissions.php +77 −77 Go to diff View file
M src/www/project/admin/project_admin_utils.php +23 −23 Go to diff View file
M src/www/project/admin/project_history.php +3 −3 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 +34 −34 Go to diff View file
M src/www/project/admin/userimport.php +3 −3 Go to diff View file
M src/www/project/admin/userperms.php +7 −7 Go to diff View file
M src/www/project/autocomplete.php +9 −9 Go to diff View file
M src/www/project/export/access_logs_export.php +50 −50 Go to diff View file
M src/www/project/export/artifact_deps_export.php +7 −7 Go to diff View file
M src/www/project/export/artifact_export.php +4 −4 Go to diff View file
M src/www/project/export/artifact_history_export.php +7 −7 Go to diff View file
M src/www/project/export/index.php +26 −26 Go to diff View file
M src/www/project/export/project_export_utils.php +5 −5 Go to diff View file
M src/www/project/export/user_groups_export.php +13 −13 Go to diff View file
M src/www/project/memberlist.php +3 −3 Go to diff View file
M src/www/project/register.php +1 −1 Go to diff View file
M src/www/project/stats/source_code_access.php +6 −6 Go to diff View file
M src/www/project/stats/source_code_access_utils.php +8 −8 Go to diff View file
M src/www/service/index.php +3 −3 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 +44 −44 Go to diff View file
M src/www/soap/common/session.php +23 −23 Go to diff View file
M src/www/soap/common/types.php +66 −66 Go to diff View file
M src/www/soap/common/users.php +10 −10 Go to diff View file
M src/www/soap/frs/frs.php +113 −113 Go to diff View file
M src/www/soap/index.php +5 −5 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 +416 −416 Go to diff View file
M src/www/softwaremap/trove_list.php +12 −12 Go to diff View file
M src/www/svn/admin/access_control.php +8 −8 Go to diff View file
M src/www/svn/admin/general_settings.php +7 −7 Go to diff View file
M src/www/svn/admin/immutable_tags.php +3 −3 Go to diff View file
M src/www/svn/admin/index.php +6 −6 Go to diff View file
M src/www/svn/admin/notification.php +4 −4 Go to diff View file
M src/www/svn/browse_revision.php +6 −6 Go to diff View file
M src/www/svn/detail_revision.php +4 −4 Go to diff View file
M src/www/svn/index.php +1 −1 Go to diff View file
M src/www/svn/svn_intro.php +4 −4 Go to diff View file
M src/www/svn/svn_utils.php +53 −53 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +11 −11 Go to diff View file
M src/www/tlp-doc/index.php +2 −2 Go to diff View file
M src/www/tos/privacy.php +2 −2 Go to diff View file
M src/www/tos/tos.php +2 −2 Go to diff View file
M src/www/tracker/add.php +3 −3 Go to diff View file
M src/www/tracker/admin/admin_trackers.php +3 −3 Go to diff View file
M src/www/tracker/admin/field_sets.php +3 −3 Go to diff View file
M src/www/tracker/admin/field_usage.php +3 −3 Go to diff View file
M src/www/tracker/admin/field_values.php +3 −3 Go to diff View file
M src/www/tracker/admin/field_values_details.php +3 −3 Go to diff View file
M src/www/tracker/admin/index.php +45 −45 Go to diff View file
M src/www/tracker/admin/restore.php +4 −4 Go to diff View file
M src/www/tracker/admin/tracker_permissions.php +7 −7 Go to diff View file
M src/www/tracker/browse.php +10 −10 Go to diff View file
M src/www/tracker/copy.php +2 −2 Go to diff View file
M src/www/tracker/detail.php +2 −2 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 +3 −3 Go to diff View file
M src/www/tracker/gotoid.php +1 −1 Go to diff View file
M src/www/tracker/import_admin.php +5 −5 Go to diff View file
M src/www/tracker/index.php +9 −9 Go to diff View file
M src/www/tracker/masschange_detail.php +2 −2 Go to diff View file
M src/www/tracker/mod.php +2 −2 Go to diff View file
M src/www/user/autocomplete.php +14 −14 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 +16 −16 Go to diff View file
M tests/integration/tests/Backend/BackendSVNTest.php +52 −52 Go to diff View file
M tests/integration/tests/Svn/SvnlookTest.php +3 −3 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/DefectTrackerTest.php +47 −47 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php +52 −52 Go to diff View file
M tests/lib/DataAccessResult.class.php +2 −2 Go to diff View file
M tests/lib/bootstrap.php +1 −1 Go to diff View file
M tests/phpcs/non-psr-rules.xml +2 −0 Go to diff View file
M tests/rest/lib/Cache.php +6 −6 Go to diff View file
M tests/rest/lib/RequestWrapper.php +2 −2 Go to diff View file
M tests/rest/lib/RestBase.php +11 −11 Go to diff View file
M tests/rest/lib/tracker/Tracker.php +18 −18 Go to diff View file
M tests/rest/tests/AccessKeyTest.php +1 −1 Go to diff View file
M tests/rest/tests/ArtifactFilesTest.php +41 −41 Go to diff View file
M tests/rest/tests/ArtifactsChangesetsTest.php +1 −1 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +81 −81 Go to diff View file
M tests/rest/tests/BacklogItemsTest.php +51 −51 Go to diff View file
M tests/rest/tests/CardsTest.php +2 −2 Go to diff View file
M tests/rest/tests/MilestonesBacklogPatchTest.php +80 −80 Go to diff View file
M tests/rest/tests/MilestonesBacklogTest.php +8 −8 Go to diff View file
M tests/rest/tests/MilestonesBurndownTest.php +1 −1 Go to diff View file
M tests/rest/tests/MilestonesCardwallTest.php +3 −3 Go to diff View file
M tests/rest/tests/MilestonesContentTest.php +1 −1 Go to diff View file
M tests/rest/tests/MilestonesTest.php +42 −42 Go to diff View file
M tests/rest/tests/PhpWikiTest.php +2 −2 Go to diff View file
M tests/rest/tests/PlanningTest.php +3 −3 Go to diff View file
M tests/rest/tests/ProjectBacklogV2Test.php +1 −1 Go to diff View file
M tests/rest/tests/ProjectTest.php +132 −132 Go to diff View file
M tests/rest/tests/ReadOnlyAdministrator/ProjectTest.php +25 −25 Go to diff View file
M tests/rest/tests/TokenTest.php +4 −4 Go to diff View file
M tests/rest/tests/TrackersTest.php +18 −18 Go to diff View file
M tests/rest/tests/UserGroupTest.php +64 −64 Go to diff View file
M tests/rest/tests/UserMembershipTest.php +2 −2 Go to diff View file
M tests/rest/tests/UsersTest.php +34 −34 Go to diff View file
M tests/rest/tests/regressions/ArtifactsCreationWithWrongWorkflowTest.php +4 −4 Go to diff View file
M tests/rest/tests/regressions/MilestonesContentOrderTest.php +5 −5 Go to diff View file
M tests/rest/tests/regressions/MilestonesContentTest.php +1 −1 Go to diff View file
M tests/rest/tests/regressions/PutSoloCardTest.php +3 −3 Go to diff View file
M tests/soap/lib/SOAPBase.php +2 −2 Go to diff View file
M tests/unit/common/Backend/BackendTest.php +2 −2 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 +1 −1 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardDuplicatorTest.php +23 −23 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardRetrieverTest.php +4 −4 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardSaverTest.php +2 −2 Go to diff View file
M tests/unit/common/Dashboard/Project/ProjectDashboardXMLImporterTest.php +1 −1 Go to diff View file
M tests/unit/common/Dashboard/User/UserDashboardRetrieverTest.php +4 −4 Go to diff View file
M tests/unit/common/Dashboard/User/UserDashboardSaverTest.php +2 −2 Go to diff View file
M tests/unit/common/Dashboard/Widget/WidgetDeletorTest.php +1 −1 Go to diff View file
M tests/unit/common/Dashboard/Widget/WidgetReorderTest.php +9 −9 Go to diff View file
M tests/unit/common/Dashboard/Widget/WidgetRetrieverTest.php +25 −25 Go to diff View file
M tests/unit/common/FRS/FRSFileFactoryTest.php +3 −3 Go to diff View file
M tests/unit/common/FRS/FRSPackageFactoryTest.php +10 −10 Go to diff View file
M tests/unit/common/FRS/FRSPermissionManagerTest.php +8 −8 Go to diff View file
M tests/unit/common/FRS/FRSReleaseFactoryTest.php +10 −10 Go to diff View file
M tests/unit/common/FRS/FRSReleaseTest.php +2 −2 Go to diff View file
M tests/unit/common/FRS/FRSXMLImporterTest.php +32 −32 Go to diff View file
M tests/unit/common/FRS/PermissionsPerGroup/PermissionPerTypeExtractorTest.php +10 −10 Go to diff View file
M tests/unit/common/FRS/UploadedLinksRequestFormatterTest.php +13 −13 Go to diff View file
M tests/unit/common/Include/Codendi_DiffTest.php +7 −7 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/Codendi_RequestTest.php +2 −2 Go to diff View file
M tests/unit/common/Include/ForgeUpgradeConfigTest.php +5 −5 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 +1 −1 Go to diff View file
M tests/unit/common/Include/HTTPRequest/HTTPRequestGetServerURLTrustedProxyTests.php +10 −10 Go to diff View file
M tests/unit/common/Include/HTTPRequest/HTTPRequestTest.php +10 −10 Go to diff View file
M tests/unit/common/Include/ResponseTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/SOAPRequestTest.php +2 −2 Go to diff View file
M tests/unit/common/Include/URLRedirectTest.php +4 −4 Go to diff View file
M tests/unit/common/Include/URLTest.php +9 −9 Go to diff View file
M tests/unit/common/Include/URLVerification_AssertValidUrlTest.php +12 −12 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderAnonymousPlatformAndNoOverriderTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRegularPlatformAndNoOverriderTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndNoOverriderTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndOverriderForceAnonymousButOverriderForceGrantTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndOverriderForceAnonymousTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationRedirectionTests.php +17 −17 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationTest.php +14 −14 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationWithAnonymousTest.php +14 −14 Go to diff View file
M tests/unit/common/JWT/generators/JWTGeneratorTest.php +4 −4 Go to diff View file
M tests/unit/common/Label/REST/LabelsUpdaterTest.php +30 −30 Go to diff View file
M tests/unit/common/Plugin/PluginDependencySolverTest.php +3 −3 Go to diff View file
M tests/unit/common/Plugin/PluginManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Admin/PermissionsPerGroup/PermissionPerGroupBuilderTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/HeartbeatsEntryCollectionTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/Hierarchy/HierarchyManagerTest.php +6 −6 Go to diff View file
M tests/unit/common/Project/OneStepProjectCreationPresenterTest.php +15 −15 Go to diff View file
M tests/unit/common/Project/OneStepProjectCreationRequestTest.php +14 −14 Go to diff View file
M tests/unit/common/Project/ProjectManagerGetValidProjectTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/ProjectXMLExporterTest.php +12 −12 Go to diff View file
M tests/unit/common/Project/ProjectXMLExporterWithSynchronizedUGroupsTest.php +3 −3 Go to diff View file
M tests/unit/common/Project/SOAPServerGenericUserTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectDescriptionFieldsTest.php +15 −15 Go to diff View file
M tests/unit/common/Project/SOAPServerProjectServicesUsageTest.php +8 −8 Go to diff View file
M tests/unit/common/Project/SOAPServerRequesterShouldBeProjectAdmin.php +1 −1 Go to diff View file
M tests/unit/common/Project/SOAPServerTest.php +1 −1 Go to diff View file
M tests/unit/common/Project/UGroupLiteralizerTest.php +32 −32 Go to diff View file
M tests/unit/common/Project/UGroupManagerGetUGroupTest.php +15 −15 Go to diff View file
M tests/unit/common/Project/UGroupManagerUpdateUgroupBindingEventTest.php +5 −5 Go to diff View file
M tests/unit/common/Project/UserRemoverTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Webhook/Log/StatusRetrieverTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Webhook/RetrieverTest.php +2 −2 Go to diff View file
M tests/unit/common/REST/GateKeeperTest.php +2 −2 Go to diff View file
M tests/unit/common/REST/QueryParameterParserTest.php +1 −1 Go to diff View file
M tests/unit/common/REST/TokenManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/Reference/ReferenceManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/Reference/ReferenceTest.php +2 −2 Go to diff View file
M tests/unit/common/SOAP/SOAP_RequestLimitatorTest.php +2 −2 Go to diff View file
M tests/unit/common/SOAP/SOAP_WSDLMethodGeneratorTest.php +6 −6 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventManagerTest.php +11 −11 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventProcessorRootTest.php +2 −2 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventTest.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_PROJECT_RENAME_Test.php +9 −9 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFYRenameTest.php +5 −5 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFY_Test.php +7 −7 Go to diff View file
M tests/unit/common/TreeNode/GetStateVisitorTest.php +9 −9 Go to diff View file
M tests/unit/common/TreeNode/InjectSpanPadding.class.php +2 −2 Go to diff View file
M tests/unit/common/TreeNode/TreeNodeTest.php +5 −5 Go to diff View file
M tests/unit/common/User/Account/DisplayKeysTokensControllerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Admin/UserStatusBuilderTest.php +18 −18 Go to diff View file
M tests/unit/common/User/History/HistoryCleanerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/History/HistoryRetrieverTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Password/Reset/VerifierTest.php +5 −5 Go to diff View file
M tests/unit/common/User/RequestFromAutocompleterTest.php +6 −6 Go to diff View file
M tests/unit/common/User/SessionManagerTest.php +5 −5 Go to diff View file
M tests/unit/common/User/UserHelperTest.php +2 −2 Go to diff View file
M tests/unit/common/User/UserImportTest.php +14 −14 Go to diff View file
M tests/unit/common/User/UserSuspensionManagerTest.php +8 −8 Go to diff View file
M tests/unit/common/User/UserTest.php +40 −40 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupFactoryTest.php +10 −10 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupFactory_GetPermissionsForForgeUserGroupTest.php +4 −4 Go to diff View file
M tests/unit/common/User/User_ForgeUserGroupManagerTest.php +6 −6 Go to diff View file
M tests/unit/common/User/User_SSHKeyValidator_InputManagementTest.php +7 −7 Go to diff View file
M tests/unit/common/User/User_SSHKeyValidator_KeyValidationTest.php +13 −13 Go to diff View file
M tests/unit/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php +3 −3 Go to diff View file
M tests/unit/common/User/XML/Import/ToBeMappedUserTest.php +2 −2 Go to diff View file
M tests/unit/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php +31 −31 Go to diff View file
M tests/unit/common/User/XML/Import/UsersToBeImportedCollectionTest.php +9 −9 Go to diff View file
M tests/unit/common/dao/SystemEventDaoTest.php +2 −2 Go to diff View file
M tests/unit/common/date/helper/DateHelperTest.php +74 −74 Go to diff View file
M tests/unit/common/encoding/SupportedXmlCharEncodingTest.php +4 −4 Go to diff View file
M tests/unit/common/html/HTML_Element_SelectboxTest.php +1 −1 Go to diff View file
M tests/unit/common/html/HTML_TableTest.php +1 −1 Go to diff View file
M tests/unit/common/language/BaseLanguageTest.php +3 −3 Go to diff View file
M tests/unit/common/language/Gettext/POTEntryCollectionTest.php +2 −2 Go to diff View file
M tests/unit/common/layout/ColorHelperTest.php +10 −10 Go to diff View file
M tests/unit/common/layout/LayoutTest.php +2 −2 Go to diff View file
M tests/unit/common/mail/MailBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/mail/MailFilterTest.php +35 −35 Go to diff View file
M tests/unit/common/mail/MailManagerTest.php +17 −17 Go to diff View file
M tests/unit/common/mail/Mail_RecipientListBuilderTest.php +34 −34 Go to diff View file
M tests/unit/common/permission/PermissionsManagerGetAuthorizedUGroupIdsForProjectTest.php +30 −30 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsCommonTest.php +3 −3 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsFeebackOverlapingTest.php +4 −4 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForAnonymousProjectPrivateTest.php +5 −5 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForAnonymousProjectPublicTest.php +11 −11 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRegularProjectPublicTest.php +4 −4 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRestrictedProjectPublicTest.php +10 −10 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRestrictedProjectUnrestrictedTest.php +12 −12 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformRegularProjectPrivateTest.php +5 −5 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsSaveDaoTest.php +2 −2 Go to diff View file
M tests/unit/common/permission/PermissionsManagerTest.php +8 −8 Go to diff View file
M tests/unit/common/svn/PreCommitCommitToTagTest.php +2 −2 Go to diff View file
M tests/unit/common/svn/PreCommitSHA1CollisionTest.php +2 −2 Go to diff View file
M tests/unit/common/svn/SVNAccessFileTest.php +20 −20 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_SvnrootConfTest.php +8 −8 Go to diff View file
M tests/unit/common/svn/SVN_RepositoryListingGetSvnPathTest.php +6 −6 Go to diff View file
M tests/unit/common/svn/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php +19 −19 Go to diff View file
M tests/unit/common/svn/SVN_SOAPServerTest.php +1 −1 Go to diff View file
M tests/unit/common/svn/cache/ParameterRetrieverTest.php +4 −4 Go to diff View file
M tests/unit/common/tracker/ArtifactImportTest.php +39 −39 Go to diff View file
M tests/unit/common/tracker/ArtifactRuleFactoryTest.php +2 −2 Go to diff View file
M tests/unit/common/tracker/ArtifactRulesManagerTest.php +40 −40 Go to diff View file
M tests/unit/common/tracker/ArtifactXMLExporterTest.php +3 −3 Go to diff View file
M tests/unit/common/valid/Rule_ArrayTest.php +3 −3 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/Rule_NumericalTest.php +1 −1 Go to diff View file
M tests/unit/common/valid/Rule_StringTest.php +1 −1 Go to diff View file
M tests/unit/common/wiki/PermissionsManagerTest.php +30 −30 Go to diff View file
M tests/unit/common/wiki/PermissionsPerGroup/PHPWikiPermissionPerGroupPaneBuilderTest.php +2 −2 Go to diff View file
M tools/Configuration/Apache/BackendSVN.php +4 −4 Go to diff View file
M tools/Configuration/Apache/TuleapWeb.php +8 −8 Go to diff View file
M tools/Configuration/Common/Exec.php +5 −5 Go to diff View file
M tools/Configuration/Logger/Console.php +1 −1 Go to diff View file
M tools/Configuration/Logger/Wrapper.php +2 −2 Go to diff View file
M tools/Configuration/Nginx/BackendSVN.php +4 −4 Go to diff View file
M tools/Configuration/Nginx/BackendWeb.php +4 −4 Go to diff View file
M tools/Configuration/Nginx/ReverseProxy.php +4 −4 Go to diff View file
M tools/Configuration/Nginx/TuleapWeb.php +4 −4 Go to diff View file
M tools/Configuration/Setup/PHP73CentOS6.php +2 −2 Go to diff View file
M tools/Configuration/Setup/PHP74CentOS.php +2 −2 Go to diff View file
M tools/utils/dump_trackerv3_attachments.php +2 −2 Go to diff View file
M tools/utils/generate-po.php +3 −3 Go to diff View file
M tools/utils/generate-smarty-mo.php +3 −3 Go to diff View file
M tools/utils/password_hasher.php +1 −1 Go to diff View file
M tools/utils/purge_bad_sshkeys.php +2 −2 Go to diff View file