stable
Clone or download
Read-only
request #14668: Be consistent with the spacing around casts, functions, operators and arrays
No functionnal change is expected. slevomat/coding-standard has been updated to use a sniff existing since 6.1.0. Change-Id: I2a616d06950afa32e5e4b3ecab2cd01b9bee2733
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php | +21 | −21 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserServiceDao.class.php | +13 | −13 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserServiceLogDao.class.php | +5 | −5 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserWidget.class.php | +13 | −13 | Go to diff View file |
M | plugins/admindelegation/include/admindelegationPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/admindelegation/phpunit/AdminDelegation_UserServiceTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201203201103_add_column_group_id.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201203230952_rename_column_release_tracker_id.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201205041624_add_titles_column.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2014/201411281005_create_plugin_agiledashboard_configuration_table.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2014/201412031051_remove_project_id_in_kanban_configuration.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2015/201501061426_add_kanban_id.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2015/201501201118_add_titles.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardChartsConfigurationUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/CreateTrackerFromXMLChecker.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/UnplannedCriterionOptionsProvider.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/UnplannedReportCriterionChecker.php | +1 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/XMLImporter.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 | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban/BreadCrumbBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnNotFoundException.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +5 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanUserPreferences.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/ArtifactView.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/CurrentMilestoneRepresentationBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/FutureMilestoneRepresentationBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneParentLinker.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php | +5 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PaneInfoCollector.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/QueryToPeriodMilestoneRepresentationBuilderConverter.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactCannotBeInBacklogOfException.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactDoesNotExistException.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsClosedOrAlreadyPlannedInAnotherMilestone.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInBacklogTrackerException.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInMilestoneContentException.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInUnassignedBacklogItemsException.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInUnplannedBacklogItemsException.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentationBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementAdder.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementRemover.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneInfoRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +8 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectPlanningsResource.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/MoveChangesetXMLUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneAdminPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneDuplicator.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneIntroPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php | +6 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/UserNotAdminException.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentationBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigDAO.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanXMLImporter.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +4 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactCreationController.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/Command.class.php | +1 | −1 | 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 | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +5 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/XML/XMLExporter.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +9 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/constants.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/AgileDashboard_KanbanActionsCheckerTest.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/AgileDashboard_KanbanColumnManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/AgileDashboard_XMLimporterTest.php | +10 | −10 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/HierarchyCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Planning/ArtifactLinkerTest.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Semantic/MoveChangesetXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Semantic/SemanticDoneLoaderTest.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Semantic/SemanticDoneTest.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Widget/WidgetKanbanXMLImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/ExplicitBacklog/ExplicitBacklogTest.php | +9 | −9 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/ExplicitBacklog/WorkflowPostActionTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php | +6 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanTest.php | +44 | −44 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/bootstrap.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/init_test_data.php | +2 | −2 | Go to diff View file |
M | plugins/archivedeleteditems/include/ArchiveLogger.php | +1 | −1 | Go to diff View file |
M | plugins/archivedeleteditems/include/archivedeleteditemsPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php | +1 | −1 | Go to diff View file |
M | plugins/artifactsfolders/include/artifactsfoldersPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/artifactsfolders/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/captcha/include/captchaPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2012/201207171819_add_freestyle_on_top_field.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardInCellPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlExport.class.php | +4 | −4 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlImport.class.php | +7 | −7 | Go to diff View file |
M | plugins/cardwall/include/CardwallFromXmlImportCannotBeEnabledException.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +6 | −6 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_RendererDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Form.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config.class.php | +5 | −5 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/UpdateMappingFields.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/MappedFieldProvider.class.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ValueMappingFactory.class.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/View/Admin.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php | +27 | −27 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ConfigEmpty.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ConfigFactory.class.php | +0 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/IConfig.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/Pane.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/PaneContentPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/REST/v1/CardValidator.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/Semantic/BackgroundColorDao.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Semantic/BackgroundColorSemanticFactory.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFieldXmlExtractor.php | +4 | −4 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/Autostack/AutostackDashboard.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/Autostack/AutostackRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/UserPreferencesController.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.php | +6 | −6 | Go to diff View file |
M | plugins/cardwall/phpunit/CardInCellPresenterFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/phpunit/Cardwall/OnTop/Config/ColumnFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/phpunit/Cardwall_CardControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/phpunit/Cardwall_SwimLineFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/phpunit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php | +0 | −1 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/ActivitiesAnalytics/ListActivitiesController.php | +1 | −1 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/ActivitiesAnalytics/WeeklySummaryController.php | +1 | −1 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/CreateTestEnvironment.php | +7 | −7 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/CreateTestProject.php | +5 | −5 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/CreateTestUser.php | +1 | −1 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/NotificationBotIndexController.php | +1 | −2 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/REST/CreateTestEnvResource.php | +4 | −4 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/REST/TestEnvironmentRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/create_test_env/include/create_test_envPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/create_test_env/phpunit/CreateTestEnv/CreateTestProjectTest.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/bin/migrate_old_crosstracker_widgets.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/CSV/Format/BindToValueVisitor.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Widget/WidgetPermissionChecker.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/phpunit/CrossTracker/Report/CSV/Format/BindToValueVisitorTest.php | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_ExportException.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/XMLExport.class.php | +12 | −12 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/export.php | +3 | −3 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/DateParser.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/FSDocmanUploader.class.php | +13 | −13 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +50 | −54 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanUpdate.class.php | +9 | −11 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/import.php | +4 | −4 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/parameters.php | +2 | −2 | Go to diff View file |
M | plugins/docman/bin/import_from_docman_v1.php | +2 | −2 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201010181624_add_table_plugin_docman_version_deleted.php | +15 | −15 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201010201624_add_table_plugin_docman_item_deleted.php | +27 | −27 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201110171036_add_docman_approval_user_index.php | +1 | −1 | Go to diff View file |
M | plugins/docman/db/mysql/updates/2017/201703131632_copy_core_notifications_into_docman.php | +1 | −1 | Go to diff View file |
M | plugins/docman/db/upgrade_v2.6.php | +39 | −39 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/ApprovalTableUpdateActionChecker.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/File/FileDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Item/ItemDao.class.php | +35 | −35 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Link/LinkDao.class.php | +4 | −4 | 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 | +15 | −15 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php | +91 | −91 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Wiki/WikiDao.class.php | +42 | −42 | Go to diff View file |
M | plugins/docman/include/Docman_Actions.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_Controller.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_Error_PermissionDenied.class.php | +2 | −2 | 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 | +5 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_FilterDao.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/Docman_FilterFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_FolderFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_HTTPController.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_HtmlFilter.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_Icons.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/Docman_ItemAction.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +150 | −151 | Go to diff View file |
M | plugins/docman/include/Docman_ItemFactory.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_LockDao.class.php | +27 | −27 | Go to diff View file |
M | plugins/docman/include/Docman_Log.class.php | +17 | −17 | Go to diff View file |
M | plugins/docman/include/Docman_LogDao.class.php | +25 | −25 | Go to diff View file |
M | plugins/docman/include/Docman_MetaMetadataHtml.class.php | +11 | −11 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataComparator.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataDao.class.php | +32 | −32 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataHtml.class.php | +15 | −21 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElement.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php | +59 | −60 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataSqlQueryChunk.class.php | +10 | −10 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValueDao.class.php | +46 | −46 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValueFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Add.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_Path.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsExport.class.php | +35 | −35 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManager.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManagerDao.class.php | +15 | −15 | Go to diff View file |
M | plugins/docman/include/Docman_ReportColumn.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/Docman_ReportDao.class.php | +39 | −40 | Go to diff View file |
M | plugins/docman/include/Docman_ReportFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_ReportHtml.class.php | +28 | −28 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPActions.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPController.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_SettingsBo.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_SettingsDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_SqlFilter.class.php | +17 | −17 | Go to diff View file |
M | plugins/docman/include/Docman_SqlReportColumn.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_Version.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_VersionDao.class.php | +50 | −51 | Go to diff View file |
M | plugins/docman/include/Docman_VersionFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_Embedded.class.php | +22 | −22 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_MyDocman.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/LegacyRestoreDocumentsController.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Metadata/DocmanMetadataInputValidator.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Metadata/MetadataValueCreator.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Notifications/NotificationBuilders.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Notifications/UsersToNotifyDao.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/REST/v1/CopyItem/DocmanValidateRepresentationForCopy.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanEmbeddedFilesResource.php | +4 | −5 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanEmptyDocumentsResource.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanFilesResource.php | +3 | −4 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanFoldersResource.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemCreator.php | +3 | −5 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanLinksResource.php | +4 | −5 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanWikiResource.php | +4 | −5 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocumentBeforeVersionCreationValidatorVisitor.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/REST/v1/EmbeddedFiles/EmbeddedFileVersionCreator.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Files/DocmanFileVersionCreator.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/ItemRepresentationBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/REST/v1/ItemRepresentationCollectionBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Links/DocmanLinkVersionCreator.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Links/LinkPropertiesRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Lock/RestLockUpdater.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/CustomMetadataCollectionBuilder.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/CustomMetadataRepresentationRetriever.php | +10 | −10 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/HardcodedMetadataObsolescenceDateRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/HardcodedMetdataObsolescenceDateChecker.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/MetadataEventProcessor.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/MetadataListValueRepresentation.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/MetadataRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/MetadataToCreate.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/MetadataUpdator.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/REST/v1/MoveItem/DocmanItemMover.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Wiki/DocmanWikiVersionCreator.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/SystemCheck.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/SystemCheckDao.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/Upload/Document/DocumentMetadataCreator.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Upload/Version/DocumentOnGoingVersionToUploadDAO.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Upload/Version/VersionOngoingUploadRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Upload/Version/VersionToUploadCreator.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/Upload/Version/VersionUploadFinisher.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/XML/Import/NodeImporter.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +69 | −69 | Go to diff View file |
M | plugins/docman/include/soap.php | +48 | −54 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin.class.php | +13 | −13 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_LockInfos.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_Metadata.class.php | +18 | −18 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataDetails.class.php | +20 | −20 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataDetailsUpdateLove.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataImport.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_Obsolete.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_Permissions.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_View.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_AjaxReferenceTooltip.class.php | +3 | −3 | 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 | +13 | −13 | 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 | +4 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Docman.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Embedded.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Empty.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_GetSpecificFieldsVisitor.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Header.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Icons.class.php | +8 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Install.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Installed.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetails.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionActions.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php | +59 | −59 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php | +68 | −68 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionDelete.class.php | +10 | −10 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionEditProperties.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php | +19 | −19 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionMove.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionNewVersion.class.php | +11 | −11 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionNotifications.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionPaste.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionPermissions.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionProperties.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionStatistics.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionUpdate.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemRanking.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_LoveDetails.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_New.class.php | +28 | −28 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewDocument.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewFolder.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_New_FolderSelection.class.php | +12 | −12 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ParentsTree.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_PasteInProgress.class.php | +5 | −5 | 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 | +3 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ProjectHeader.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_RawTree.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Redirect.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ReportSettings.class.php | +30 | −30 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Table.class.php | +11 | −11 | 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 | +0 | −1 | Go to diff View file |
M | plugins/docman/phpunit/Docman_MIMETypeDetectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/Docman_NotificationsManager_MoveTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/Metadata/ItemImpactedByMetadataChangeCollectionTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/Metadata/MetadataListOfValuesElementDaoTest.php | +7 | −7 | Go to diff View file |
M | plugins/docman/phpunit/NotificationsManager_MoveTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php | +8 | −8 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/Files/DocmanFileVersionCreatorTest.php | +4 | −4 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/Metadata/CustomMetadataCollectionBuilderTest.php | +2 | −2 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/Metadata/HardcodedMetdataObsolescenceDateCheckerTest.php | +2 | −2 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/Metadata/MetadataUpdatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Version/VersionUploadFinisherTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanEmbeddedTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanEmptyTest.php | +13 | −15 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanFilesTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanFoldersTest.php | +7 | −7 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTest.php | +1 | −1 | 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/Docman/DocmanWikiTest.php | +4 | −4 | Go to diff View file |
M | plugins/docman/tests/rest/DocmanWithMetadataActivatedDataBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/docman/tests/rest/Helper/DocmanDataBuildCommon.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/rest/Helper/DocmanLinkDataBuild.php | +2 | −2 | Go to diff View file |
M | plugins/docman/tests/rest/Metadata/HardcodedMetadataTest.php | +0 | −2 | Go to diff View file |
M | plugins/docman/tests/soap/DocmanTest.php | +1 | −1 | Go to diff View file |
M | plugins/document/include/LinkProvider/DocumentLinkProvider.php | +2 | −2 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreeController.php | +1 | −1 | Go to diff View file |
M | plugins/document/include/documentPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/include/dynamic_credentialsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/tests/rest/DynamicCredentialsPluginRESTInitializer.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/tests/rest/DynamicCredentialsTest.php | +2 | −2 | Go to diff View file |
M | plugins/forumml/include/ForumML_AttachmentDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/forumml/include/ForumML_FileStorage.class.php | +4 | −4 | Go to diff View file |
M | plugins/forumml/include/ForumML_HTMLPurifier.class.php | +0 | −1 | Go to diff View file |
M | plugins/forumml/include/ForumML_MessageDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/forumml/include/MessageArchiver.php | +18 | −20 | Go to diff View file |
M | plugins/forumml/include/forummlPlugin.php | +7 | −7 | Go to diff View file |
M | plugins/forumml/include/forumml_utils.php | +131 | −136 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageMinimalRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseResource.php | +0 | −1 | Go to diff View file |
M | plugins/frs/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/frs/include/frsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/frs/tests/rest/FRS/FileTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/DVCS/DVCSDriverFactory.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/bin/gl-membership.php | +2 | −2 | Go to diff View file |
M | plugins/git/bin/gl-rename-project.php | +4 | −4 | 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/201102081526_add_table_plugin_git_post_receive_mail.php | +3 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/201102090815_add_column_repository_events_mailing_prefix.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/201106281541_add_backend_type.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/201111090857_add_table_plugin_git_log.php | +5 | −5 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201203071642_change_service_shortname.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201208241122_remove_wrong_crossref.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201210111401_add_remote_servers.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201212141142_add_http_port.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201304031715_add_gerrit_ugroup_tracking.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201304080905_add_disconnect_date.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/2013/201306031352_add_branch_and_type_to_log.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201308231357_add_server_uses_ssl_option.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201309061407_add_remote_server_deleted_data_columns.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201309301112_add_housekeeping_table.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201310111459_drop_remote_server_deleted_column.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201403130910_update_apache_config.php | +6 | −6 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201601271109_add_remote_servers_migration.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201604171720_add_remote_servers_auth_type.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201606010939_add_git_default_permission_values.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201606081702_add_unique_constraint_pattern.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2017/201701061020_add_missing_index_full_history.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2017/201703301111_create_table_plugin_git_log_read.php | +1 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2017/201704031442_create_table_plugin_git_full_history_checkpoint.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/AccessRightsPresenterOptionsBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Account/PushSSHKeysController.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/CIToken/Presenter.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/DiskUsage/Collector.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git.class.php | +14 | −14 | 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 | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +15 | −15 | Go to diff View file |
M | plugins/git/include/Git/BreadCrumbDropdown/RepositoryCrumbBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Ci.class.php | +11 | −11 | Go to diff View file |
M | plugins/git/include/Git/Ci/Dao.class.php | +8 | −8 | Go to diff View file |
M | plugins/git/include/Git/Ci/Launcher.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/CreateRepositoryController.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipCommand/AddBinding.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipCommand/RemoveBinding.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php | +8 | −8 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php | +11 | −11 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreator_ProjectAlreadyexistsException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/UmbrellaProjectManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +25 | −25 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/Gitolite3LogParser.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteAccessURLGenerator.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteConfWriter.php | +17 | −17 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ProjectSerializer.class.php | +6 | −6 | 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/ChainOfResponsibility/CleanUpGitoliteAdminRepo.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGc.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingResponse.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/HTTP/Command.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/CommandGitolite.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/CommandSCL212GitHttpBackend.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/GitHTTPAskBasicAuthenticationChallenge.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPAccessControl.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPController.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPUserAccessKeyAuthenticator.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/Wrapper.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Hook/ExtractCrossReferences.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Hook/LogAnalyzer.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Hook/ParseLog.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/LatestHeartbeatsCollector.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/Mirror.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorDataMapper.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorNoChangesException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorNotFoundException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/HistoryValueFormatter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Permissions/PermissionChangesDetector.php | +0 | −3 | Go to diff View file |
M | plugins/git/include/Git/PermissionsPerGroup/GitPanePresenter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/ReferenceManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/HttpUserValidator.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 | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServer.class.php | +6 | −6 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/WebhookController.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/GerritStatusPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/RepositoryHeaderPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Statistics/FrequenciesSample.php | +15 | −15 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/URL.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Webhook/GenericWebhookPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +18 | −18 | Go to diff View file |
M | plugins/git/include/GitBackend.class.php | +28 | −28 | Go to diff View file |
M | plugins/git/include/GitBackendLogger.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +18 | −18 | Go to diff View file |
M | plugins/git/include/GitDriver.class.php | +32 | −32 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +22 | −22 | Go to diff View file |
M | plugins/git/include/GitLegacyURLRedirectController.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitLog.class.php | +2 | −2 | 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_Blame.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blob.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Blob.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Commit.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/GitPHP/git/FileDiff.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Pack.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Project.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/Tree.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitPHP/smartyplugins/modifier.agestring.php | +13 | −13 | Go to diff View file |
M | plugins/git/include/GitPHP/smartyplugins/modifier.highlight.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +15 | −16 | Go to diff View file |
M | plugins/git/include/GitRepositoryCreatorImpl.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/GitRepositoryWithPermissions.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +22 | −22 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Delete.class.php | +13 | −13 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/GeneralSettings.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php | +37 | −37 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Mirroring.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitViewsRepositoriesTraversalStrategy_Selectbox.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitXmlImporter.class.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git_Backend_Gitolite.class.php | +20 | −23 | Go to diff View file |
M | plugins/git/include/Git_Exec.class.php | +26 | −26 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +32 | −32 | Go to diff View file |
M | plugins/git/include/Git_Gitolite_SSHKeyDumper.class.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/Git_Gitolite_SSHKeyMassDumper.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git_LastPushesGraph.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git_PostReceiveMailManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git_Widget_ProjectPushes.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git_Widget_UserPushes.class.php | +26 | −26 | Go to diff View file |
M | plugins/git/include/History/GitPhpAccessLogger.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/ProjectIsSuspended.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_DELETE_MIRROR.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_MIRRORED_REPOSITORIES.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYS.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php | +14 | −14 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_DELETE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLY.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_UPDATE.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_PROJECTS_UPDATE.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_DELETE.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_FORK..php | +3 | −3 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_RESTORE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_UPDATE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_UPDATE_MIRROR.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/GitAuthorizedKeysFileException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/GitBackendException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDaoException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverDestinationNotEmptyException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverErrorException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverSourceNotFoundException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/Git_Command_Exception.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +25 | −25 | Go to diff View file |
M | plugins/git/include/mvc/PluginController.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/mvc/PluginViews.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Account/PushSSHKeysControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/DiskUsage/CollectorTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/GerritDriverFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerTest.php | +7 | −7 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +8 | −8 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorStatusTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/ProjectCreatorTest.php | +9 | −9 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/Template/TemplateProcessorTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserAccountManagerGetGerritUserTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserAccountManagerPushSSHKeysTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserAccountManagerTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserFinderGetUgroupsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/UserFinderTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/GerritRESTTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ConfigPermissionsSerializerFineGrainedPermissionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ConfigPermissionsSerializerGerritTest.php | +5 | −5 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ConfigPermissionsSerializerGitoliteConfTest.php | +6 | −6 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ConfigPermissionsSerializerMirrorsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ConfigPermissionsSerializerTest.php | +5 | −5 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ProjectSerializerTest.php | +9 | −9 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/SSHKey/ManagementDetectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEventsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/ChainOfResponsibility/CleanUpGitoliteAdminRepoTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/ChainOfResponsibility/EnableGitGcTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarterTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopperTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGcTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/GitoliteHousekeepingRunnerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_ExtractCrossReferencesTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_LogAnalyzerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_ParseLogTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_ParseLog_CountPushesTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_PostReceive_CommonTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/PostReceiveMailsRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/LatestHeartbeatsCollectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Mirror/ManifestFileGeneratorTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/Git/Mirror/ManifestManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/DefaultFineGrainedPermissionFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/FineGrainedPatternValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/FineGrainedPermissionFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/FineGrainedPermissionSorterTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/HistoryValueFormatterTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/PermissionChangesDetectorForProjectTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Permissions/PermissionChangesDetectorForRepositoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/RemoteServer/GerritCanMigrateCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/RemoteServer/GerritServerFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/RemoteServer/GerritServerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/RemoteServer/MigrationHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/SystemCheckTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/SystemEventManagerTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/GitActionsDeleteTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsFetchConfigTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsForkTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsProjectPrivacyTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitBackendGitoliteDisconnectGerritTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitBackendGitoliteUserAccessRightsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitBackendTest.php | +8 | −8 | Go to diff View file |
M | plugins/git/phpunit/GitRepositoryCanDeletedTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitRepositoryManagerCreateTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitRepositoryManagerForkTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/GitRepositoryManagerRepositoryNameTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/GitRepositoryTest.php | +5 | −5 | Go to diff View file |
M | plugins/git/phpunit/GitRoutingTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitViewsRepositoriesTraversalStrategySelectboxTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/GitXMLExporterTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git_Backend_GitoliteTest.php | +8 | −8 | Go to diff View file |
M | plugins/git/phpunit/Git_ExecTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/PermissionsPerGroup/RepositoryFineGrainedRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION_BaseTest.php | +5 | −5 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLYTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_REPO_DELETETest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_REPO_FORKTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/integration/GitDriverTest.php | +28 | −28 | Go to diff View file |
M | plugins/git/tests/integration/GitXmlImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/GitoliteDriverTest.php | +10 | −10 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/GitoliteTestCase.php | +6 | −6 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/SSHKeyDumperTest.php | +10 | −10 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/SSHKeyMassDumperTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/rest/Git/GerritTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/rest/Git/RepositoryTest.php | +17 | −17 | Go to diff View file |
M | plugins/git/tests/rest/bootstrap.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/git/updates/2011/201102091302_deploy_post_receive_to_existing_repositories.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/bin/git-lfs-authenticate.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Admin/IndexController.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRequest.php | +0 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Request/BatchRequest.php | +0 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Lock/Request/LockListRequest.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/SSHAuthenticate/LFSEndPointDiscovery.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/phpunit/HTTP/LSFAPIHTTPAuthorizationTest.php | +7 | −7 | Go to diff View file |
M | plugins/gitlfs/phpunit/SSHAuthenticate/LFSEndPointDiscoveryTest.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/phpunit/SSHAuthenticate/SSHAuthenticateTest.php | +8 | −8 | Go to diff View file |
M | plugins/graphontrackersv5/db/mysql/updates/2012/201210291756_add_old_id_column_on_chart.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/db/mysql/updates/2013/201302271529_add_cumulative_flow_chart_table.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php | +17 | −17 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php | +17 | −17 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_Int_TextFieldsV5.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesAndTextsV5.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesV5.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php | +12 | −12 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php | +6 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php | +10 | −11 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php | +7 | −7 | 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 | +22 | −24 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Pie.class.php | +3 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/DataBuilderV5.class.php | +30 | −30 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php | +8 | −8 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_GanttDataBuilder.class.php | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_PieDataBuilder.class.php | +4 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php | +8 | −9 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php | +5 | −5 | 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 | +6 | −7 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Pie.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/db/mysql/updates/2011/201109151610_add_group_id_index.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/include/HudsonBuild.class.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/include/HudsonJob.class.php | +15 | −15 | Go to diff View file |
M | plugins/hudson/include/HudsonJobWidget.class.php | +4 | −4 | Go to diff View file |
M | plugins/hudson/include/PluginHudsonJobDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/hudson/include/hudsonActions.class.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.php | +14 | −14 | Go to diff View file |
M | plugins/hudson/include/hudsonViews.class.php | +65 | −65 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php | +2 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobLastArtifacts.class.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobLastBuilds.class.php | +5 | −5 | 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/include/hudson_Widget_ProjectJobsOverview.class.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/GitWebhooksSettingsEnhancer.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/HookController.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php | +2 | −2 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/JenkinsTuleapBranchSourcePluginHook/JenkinsTuleapPluginHookPayload.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/JenkinsWebhookPresenter.php | +6 | −6 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Log/LogCreator.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Log/LogFactory.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/Logger.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/FormPresenter.php | +4 | −4 | 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/SvnBackendLogger.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_svn/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_svn/include/hudson_svnPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/label/include/labelPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/label/phpunit/ProjectLabelRequestDataValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/bin/convertSvnToLdap.php | +16 | −17 | Go to diff View file |
M | plugins/ldap/bin/ldap_sync.php | +12 | −12 | Go to diff View file |
M | plugins/ldap/bin/registerUser.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/include/GroupAutocompleteController.php | +2 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +31 | −31 | Go to diff View file |
M | plugins/ldap/include/LDAP/Project/UGroup/Binding/AdditionalModalPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_CleanUpManager.class.php | +6 | −6 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectoryCleanUpDao.class.php | +12 | −12 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +8 | −8 | Go to diff View file |
M | plugins/ldap/include/LDAP_ProjectDao.class.php | +9 | −9 | Go to diff View file |
M | plugins/ldap/include/LDAP_ProjectGroupDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncMail.class.php | +3 | −3 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncNotificationManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserDao.class.php | +19 | −19 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupDao.class.php | +11 | −11 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +8 | −8 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserSync.class.php | +0 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserWrite.class.php | +6 | −6 | Go to diff View file |
M | plugins/ldap/include/LdapLogger.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/WelcomeDisplayController.php | +19 | −19 | Go to diff View file |
M | plugins/ldap/include/WelcomeUpdateController.php | +2 | −2 | Go to diff View file |
M | plugins/ldap/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +26 | −26 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPDirectorySynchronizationTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPRetrieveAllArgumentsTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPUserDaoTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/UserGroupManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/UserManagerAuthenticateTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/UserManagerTest.php | +2 | −2 | Go to diff View file |
M | plugins/ldap/phpunit/UserSyncTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/bin/clean-unused-db.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/bin/mw-drop-wikis.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/bin/mw-maintenance-wrapper.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/bin/mw-plugin-init.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2013/201306061508_add_interwiki_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402130957_add_ugroup_mapping_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402141002_seed_mapping_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402191017_add_mwgroups_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402211651_remove_confirmed_mapping.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201407041004_add_and_fill_database_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201407231643_fill_database_table_with_dash_named_projects.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/20140805_add_admin_options_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150408_add_site_restricted_features_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150629_add_mediawiki_access_control_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150701_insert_default_values_for_default_site_template.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150922_alter_mediawiki_admin_options_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/201510011501_add_plugin_mediawiki_version_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/201510011503_fill_Mediawiki_version_table.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/201510051531_add_plugin_mediawiki_extension_table.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/extensions/TuleapArtLinks/TuleapArtLinks.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/fusionforge/FusionForge.php | +12 | −12 | Go to diff View file |
M | plugins/mediawiki/fusionforge/compat/utils.php | +9 | −9 | Go to diff View file |
M | plugins/mediawiki/fusionforge/cron_utils.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/Maintenance/CleanUnused.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/Maintenance/CleanUnusedDao.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/include/MediaWikiPluginInfo.class.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediaWikiXMLImporter.class.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminController.class.php | +6 | −6 | 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 | +28 | −28 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiGroupPresenter.class.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiInstantiater.class.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php | +0 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiVersionDao.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/include/Migration/MoveToCentralDbDao.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/PermissionsPerGroup/PermissionPerGroupPaneBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/include/ServiceMediawiki.class.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/include/UnsupportedLanguageException.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/events/SystemEvent_MEDIAWIKI_TO_CENTRAL_DB.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/events/SytemEvent_MEDIAWIKI_SWITCH_TO_123.class.php | +6 | −6 | Go to diff View file |
M | plugins/mediawiki/include/mediawiki-init.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +19 | −19 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgeMysql.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgeMysql123.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/LocalSettings.php | +50 | −50 | Go to diff View file |
M | plugins/mediawiki/www/frame.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/www/includes/AutoLoader.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/includes/Defines.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/includes/Init.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/includes/profiler/Profiler.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/setenv.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/setpath.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +7 | −7 | Go to diff View file |
M | plugins/mfa/include/mfaPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/AccessTokenGrantController.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeCreator.php | +0 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequest.php | +0 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/UserInfo/UserInfoRequestWithData.php | +0 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADProvider.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADProviderDao.php | +1 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/AzureADProvider/AzureADProviderManager.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/GenericProvider/GenericProvider.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/GenericProvider/GenericProviderDao.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/GenericProvider/GenericProviderManager.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/phpunit/AdminRouterTest.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/phpunit/Authentication/GenericProviderIssuerClaimValidatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/phpunit/RouterTest.php | +1 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationActions.class.php | +5 | −5 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +8 | −8 | Go to diff View file |
M | plugins/pluginsadministration/include/pluginsadministrationPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/bin/parse_xferlog.php | +5 | −5 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/ACLBuilder.class.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForDirectory.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/AdminController.class.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryPathParser.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Explorer/ExplorerController.class.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Presenter/AdminPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Presenter/ExplorerPresenter.class.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/ServiceProFTPd.class.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/SystemEventManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php | +4 | −4 | Go to diff View file |
M | plugins/proftpd/include/proftpdPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Admin/ACLUpdaterTest.php | +10 | −10 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Directory/ProftpdDirectoryParserTest.php | +20 | −20 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Directory/ProftpdDirectoryPathParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEventManagerTest.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporterTest.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporter_PathTest.php | +5 | −5 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/ParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/project_ownership/include/project_ownershipPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/project_ownership/phpunit/ProjectOwner/ProjectOwnerRetrieverTest.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/project_ownership/tests/rest/ProjectUserGroupTest.php | +1 | −1 | Go to diff View file |
M | plugins/projectlinks/include/ProjectLinksDao.class.php | +13 | −13 | Go to diff View file |
M | plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php | +7 | −7 | Go to diff View file |
M | plugins/projectlinks/include/form_utils.php | +68 | −68 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.php | +9 | −9 | Go to diff View file |
M | plugins/projectmilestones/include/Widget/ProjectMilestonesPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/prometheus_metrics/include/MetricsAuthentication.php | +2 | −2 | Go to diff View file |
M | plugins/prometheus_metrics/include/prometheus_metricsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/prometheus_metrics/phpunit/MetricsAuthenticationTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Logger.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/Strategy/PullRequestNotificationSendMail.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestMinimalRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php | +6 | −6 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/StatusPatcher.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/TimelineEventRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/TimelineInlineCommentRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Reviewer/Autocompleter/PotentialReviewerRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Reviewer/Autocompleter/ReviewerAutocompleterController.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Reviewer/Change/ReviewerChangeDAO.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/phpunit/FileUniDiffBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/phpunit/GitExecTest.php | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/phpunit/Label/LabeledItemCollectorTest.php | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/phpunit/Reference/ReferenceFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/DatabaseInitialization.class.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequest/PullRequestsLabelsTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequest/PullRequestsTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequestDataBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_core/include/ReferenceAliasCore/ReferencesBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/referencealias_core/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/referencealias_git/include/constants.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_git/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_mediawiki/include/ReferencesBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/referencealias_mediawiki/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_mediawiki/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/referencealias_svn/include/constants.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_svn/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php | +4 | −4 | Go to diff View file |
M | plugins/referencealias_tracker/include/ReferenceAliasTracker/Reference/ArtifactReference.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_tracker/include/ReferenceAliasTracker/Reference/TrackerReference.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_tracker/include/constants.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/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/bin/extract_service_usage.php | +5 | −5 | Go to diff View file |
M | plugins/statistics/db/mysql/updates/2011/201103031250_add_group_id_index_on_diskusage_group_table.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/db/mysql/updates/2015/201504081124_create_plugin_statistics_configuration_table.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsagePie/DiskUsagePieDisplayer.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsageProjectsPresenter.php | +4 | −4 | Go to diff View file |
M | plugins/statistics/include/DiskUsageProjectsPresenterBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/DiskUsageRouter.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsageServicesPresenterBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/Frequencies/FrequenciesPresenter.php | +6 | −6 | Go to diff View file |
M | plugins/statistics/include/Frequencies/GraphDataBuilders/Sample.php | +25 | −25 | Go to diff View file |
M | plugins/statistics/include/Frequencies/GraphDataBuilders/SampleGraph.php | +12 | −12 | Go to diff View file |
M | plugins/statistics/include/Statistics_ConfigurationDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageDao.class.php | +111 | −111 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageGraph.class.php | +11 | −11 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageHtml.class.php | +21 | −21 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageManager.class.php | +20 | −20 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageOutput.class.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Scm.class.php | +9 | −9 | Go to diff View file |
M | plugins/statistics/include/Statistics_ProjectQuotaDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/statistics/include/Statistics_ScmCvsDao.class.php | +12 | −12 | Go to diff View file |
M | plugins/statistics/include/Statistics_ScmSvnDao.class.php | +12 | −12 | 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 | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +9 | −9 | Go to diff View file |
M | plugins/statistics/www/disk_usage.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/www/disk_usage_graph.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/www/project_cumulativeDiskUsage_graph.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/www/project_quota.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/www/project_stat.php | +17 | −17 | Go to diff View file |
M | plugins/statistics/www/project_stat_graph.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/www/services_usage.php | +6 | −6 | Go to diff View file |
M | plugins/statistics/www/usage_stat.php | +2 | −2 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201605161710_reset_folders_owner_and_group.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/Events/SystemEvent_SVN_CREATE_REPOSITORY.class.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/Events/SystemEvent_SVN_DELETE_REPOSITORY.class.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/Events/SystemEvent_SVN_RESTORE_REPOSITORY.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessFileHistory.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/AdminController.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/BaseGlobalAdminPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/GlobalAdminController.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/MailReference.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/RestoreController.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/SectionsPresenter.php | +5 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/Dao.php | +2 | −2 | 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/Logs/DBWriter.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Logs/QueryBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/RedirectOldViewVCUrls.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/Destructor.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/HookConfigChecker.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/HookDao.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/RepositoryDeleter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RepositoryManager.php | +10 | −10 | Go to diff View file |
M | plugins/svn/include/SVN/ServiceSvn.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/Statistic/SCMUsageCollector.php | +5 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/SvnAdmin.php | +8 | −8 | Go to diff View file |
M | plugins/svn/include/SVN/SvnLogger.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/ViewVC/ViewVCProxy.php | +15 | −15 | Go to diff View file |
M | plugins/svn/include/SVN/XMLRepositoryImporter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/XMLSvnExporter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +9 | −10 | Go to diff View file |
M | plugins/svn/phpunit/SVN/AccessControl/AccessFileReaderTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Logs/LastAccessUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Logs/ParserCoreAndPluginTest.php | +3 | −3 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Mails/MailReceivedFromUserExtractorTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Repository/RepositoryManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/ProjectTest.php | +8 | −8 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php | +3 | −3 | Go to diff View file |
M | plugins/svn/tests/rest/TestBase.php | +2 | −2 | Go to diff View file |
M | plugins/svn/tests/rest/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/taskboard/tests/rest/TaskboardCardTest.php | +1 | −1 | Go to diff View file |
M | plugins/taskboard/tests/rest/TaskboardTest.php | +1 | −1 | Go to diff View file |
M | plugins/template/include/templatePlugin.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingDatesExtractor.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingReportResource.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TrackerRepresentationFactory.php | +4 | −4 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/UserResource.php | +2 | −2 | 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/TimeTrackingOverview.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/DateFormatterTest.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/TimeCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/TimeRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/TimeUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/tests/rest/Timetracking/TimetrackingReportTest.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/tests/rest/Timetracking/TimetrackingTest.php | +15 | −15 | Go to diff View file |
M | plugins/timetracking/tests/rest/TimetrackingDataBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/tests/rest/bootstrap.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/bin/create_tracker_structure_from_tv3.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/bin/import_artifacts_xml.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/bin/import_tracker_xml_template.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/bin/remove_multiple_artifacts.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2011/201109151443_reactivate_plugin_in_templates.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201202031104_add_shared_field_columns.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201202101244_shared_field_default_is_0.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201202221109_add_index_on_changeset_value_list.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201203081704_set_child_id_as_primary_key_in_tracker_hierarchy.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206211511_add_body_format_column.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206221322_populate_artifact_priority.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201209121717_turn_tables_innodb.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201209201812_populate_artifact_priority_for_fresh_install.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201210300845_add_from_tv3_id_column.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201304230915_create_burndown_field_table.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201312250950_add_reminder_roles_table.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201403281402_add_index_for_reverse_link.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201405060841_add_index_for_semantic_and_artifact.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/20140514_add_index_for_last_changeset_id_tracker_id.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201409031059_add_display_time_option.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201411051547_add_fast_compute_option.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201603251450_add_index_on_nature_column.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2017/201704041614_add_index_to_display_attachments.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2017/201704051751_add_index_to_tracker_changeset_value_list.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2017/201704051759_add_index_on_tracker_changeset_value_artifactlink.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2018/201806281722_add_index_tracker_field_list_bind_static_value.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/BurndownRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/FileInfoRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/CompleteTrackerRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/FieldListStaticValueRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/FormElement/FieldFileRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/FormElementRepresentation.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/ReportRepresentation.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/ArtifactsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/UnsupportedDateValueException.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParser.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/SystemEventManager.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigDAO.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/UserDeletionRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletionLimitRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactsDeletionDAO.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactsDeletionManager.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunner.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetFieldsValidator.class.php | +8 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php | +18 | −18 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/MailSender.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/CannotCreateChangeset.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/CannotRankWithMyself.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/ChangesetCommitException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/InvertCommentsController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/LatestHeartbeatsCollector.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Redirect.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditOverlayRenderer.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ReadOnlyRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +28 | −29 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php | +1 | −1 | 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_Date.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Float.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Integer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Numeric.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_String.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +21 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Copy.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Hierarchy.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Nature.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/View.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/ViewCollection.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLExport.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/Exception/FileNotFoundException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php | +2 | −2 | 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/XMLImportFieldStrategyOpenList.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyPermissionsOnArtifact.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportZipArchive.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +32 | −32 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php | +2 | −2 | 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 | +42 | −42 | Go to diff View file |
M | plugins/tracker/include/Tracker/Config/SectionsPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/TrackerCreationDataChecker.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php | +53 | −53 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/dao/Tracker_DateReminderDao.class.php | +16 | −16 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/CreateArchiveException.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/OpenArchiveException.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/StructureCreationException.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/DateFormatter.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/DateTimeFormatter.class.php | +4 | −4 | 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/Nature/CustomColumn/HTMLOutputStrategy.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/CustomColumn/ValueFormatter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/File/IdForXMLImportExportConvertor.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileToDownload.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindDecoratorRetriever.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 | +15 | −16 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +24 | −24 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +62 | −62 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +38 | −38 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +43 | −44 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +25 | −25 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +47 | −47 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +33 | −33 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php | +16 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindValue.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +33 | −33 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +32 | −32 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +34 | −34 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_UnsavedValue.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php | +33 | −33 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +33 | −33 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +30 | −31 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php | +19 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +19 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php | +6 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin.class.php | +42 | −42 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Computed.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldDao.class.php | +23 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_FloatDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_IntegerDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_DefaultvalueDao.class.php | +3 | −3 | 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_MultiSelectboxDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_StringDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_TextDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_DateDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FloatDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_IntegerDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ListDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_OpenListDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_PermissionsOnArtifactDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_TextDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/MasschangeUpdater.class.php | +4 | −4 | 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/MigrationManager.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/ColumnsDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldDependenciesDao.class.php | +1 | −1 | 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/NoChangeException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/NotificationLevelExtractor.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/NotificationsForceUsageUpdater.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/RecipientsManager.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/Settings/Administration/NotificationsAdminSettingsControllerCommon.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Command.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/PermissionsOnFieldsUpdateController.php | +3 | −3 | 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 | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenterBuilder.class.php | +1 | −1 | 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/PermissionUgroupPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/PermissionsDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Reference.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/BetweenComparison/ForFloat.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/BetweenComparison/ForInteger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForFloat.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForInteger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForListBindStatic.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForListBindUgroups.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForListBindUsers.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/EqualComparison/ForText.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/GreaterThanComparison/ForFloat.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/GreaterThanComparison/ForInteger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/GreaterThanOrEqualComparison/ForFloat.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/GreaterThanOrEqualComparison/ForInteger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/LesserThanComparison/ForFloat.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/LesserThanComparison/ForInteger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/LesserThanOrEqualComparison/ForFloat.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/LesserThanOrEqualComparison/ForInteger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/SearchableVisitorParameter.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/AndFromWhere.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/OrFromWhere.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +82 | −82 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_CriteriaFactory.class.php | +5 | −5 | 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 | +12 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +86 | −87 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_CriteriaDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Date_ValueDao.class.php | +3 | −3 | 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 | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_TableDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_FunctionsAggregatesDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_SortDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/List/Factory.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/List/View.class.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php | +6 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +39 | −39 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/dao/Tracker_RuleDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilder.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeUpdator.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +104 | −105 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerCrumbInContext.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +68 | −68 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_FileInfo.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_URL.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/UgroupPermissionsConsistencyMessenger.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Webhook/WebhookDao.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/ProjectRendererWidgetXMLImporter.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php | +21 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenterBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueStringXMLExporter.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeFloatXMLUpdater.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeIntegerXMLUpdater.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdater.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.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/XML/Updater/TemporaryFileXMLUpdater.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/TrackerDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_GlobalNotificationDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_NotificationDao.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_PermDao.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/TrackerXMLFieldMappingFromExistingTracker.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlExport.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php | +24 | −24 | 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_CIBuildFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFields.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFieldsFactory.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsets.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetector.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactory.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildValueRepository.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueRepository.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueValidator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueRepository.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueRepository.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/PostActionCollectionUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/SimpleMode/State/StateFactory.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php | +1 | −1 | 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/FieldNotEmpty/Factory.class.php | +1 | −1 | 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 | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/ConditionFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/TransitionFactory.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/FieldValue.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RuleDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesProcessor.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/TriggerRule.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 | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowManager.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/XMLTemplatesController.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +34 | −35 | Go to diff View file |
M | plugins/tracker/include/tracker_permissions.php | +14 | −15 | Go to diff View file |
M | plugins/tracker/phpunit/REST/Artifact/ArtifactRepresentationBuilderTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/REST/Artifact/UsersArtifactsResourceControllerTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/REST/FormElement/PermissionsForGroupsBuilderTest.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/phpunit/REST/Tracker/PermissionsRepresentationBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Attachment/TemporaryFileManagerAppendChunkTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Attachment/TemporaryFileManagerGetDiskUsageTest.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Attachment/TemporaryFileManagerPurgeTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Attachment/TemporaryFileManagerSaveTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/NotifierCustomSenderTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/WebhookNotificationTaskTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/ChangesetValue/ArtifactLinkDiffTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | +32 | −32 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLArtifactSourcePlatformExtractorTest.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XmlImportTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Creation/TrackerCreationDataCheckerTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Creation/TrackerCreatorXmlErrorPresenterBuilderTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/AdminTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ArtifactLinkValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationFieldRetriverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationValueCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Container/FieldsExtractorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Container/Fieldset/HiddenFieldsetCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ArtifactLink/GetFieldDataTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/File/FieldDataFromRESTBuilderTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/FloatingPointNumber/ChangesCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/Integer/ChangesCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ListFields/Bind/Tracker_FormElementFieldList_BindDecoratorTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/FieldCalculatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/TrackerFormElementExportPermissionsToXmlTest.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Container_Column_GroupTest.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_CriteriaTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/MasschangeUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Notifications/ConfigNotificationEmailCustomSenderFormatterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Notifications/GlobalNotificationsEmailRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Notifications/NotificationsForProjectMemberCleanerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Permission/PermissionCheckerTest.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Permission/PermissionRequestTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Permission/PermissionsOnFieldsTests.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Permission/Tracker_Permission_PermissionChecker_SubmitterOnlyTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindStaticTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUsersTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Report/TrackerReportRendererTableTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Report/Tracker_ReportFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Rules/TrackerRulesListValidatorTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Rules/Tracker_RuleFactoryTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Status/Tracker_Semantic_StatusTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Title/Tracker_Semantic_TitleTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/TrackerSemanticContributorTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/TrackerXMLFieldMappingFromExistingTrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/TrackerXmlImportArtifactLinkV2Activation.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Webhook/WebhookXMLExporterTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Widget/ProjectRendererWidgetXMLImporterTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/Transition/Condition/CommentNotEmptyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/Transition/Condition/PermissionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/WorkflowFactoryTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporterTest.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Exporter/TrackerXmlExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChildrenXMLExporterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/TrackerExportToXmlTest.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | +49 | −49 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker_Artifact_ChangesetValue_DateTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImport/XMLImportZipArchiveTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/CreateArtifactTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/Changeset/IncomingMailGoldenRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/CitationStripperTest.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayFilterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/NodeTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchyFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/PresenterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/ReferenceManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/AdditionalCriteria/CommentCriterionValueSaverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/ParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFields/DateFieldCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFields/DateTimeFieldCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeValueRounderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilder/EqualExpectation/ForTextTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/SizeValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/UgroupLabelConverterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/ResultJoinerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Tracker_Report_RESTTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/Date/DateTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/Date/FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/List/FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Service/ServiceActivatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/UgroupMappingBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/UgroupPermissionsConsistencyCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/ChildrenCollectorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporterTest.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php | +19 | −19 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporterTest.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValuesXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Importer/CopyArtifactInformationsAggregatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeDateXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeIntegerXMLUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdaterTest.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdaterTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileCreatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileXMLUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/TrackerFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/TrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_getArtifactLinks_Test.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FileInfoTest.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElementFactoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_FieldTest.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Report_SessionTest.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/tests/builders/aChangesetValue.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aField.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockArtifact.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockField.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockTracker.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/builders/aStaticValue.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aTracker.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aWorkflow.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/all.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/anArtifact.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/integration/PriorityDaoPerformancesTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/rest/Artifacts/ArtifactsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/Artifacts/LinkedArtifactsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/Artifacts/UsersArtifactsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/ComputedFieldsDefaultValue/ComputedFieldsDefaultValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/TQL/TQLTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/rest/TrackerAdministrator/ProjectTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/TrackerFields/TrackerFieldsTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/rest/Workflows/TrackerWorkflowTransitionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/XML/ArtifactTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/rest/bootstrap.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Action/Rules/EditRulesTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Transition_PostActionFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmpty/FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmptyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/Condition/Permissions/FactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/ConditionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/TransitionFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/TransitionTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesBuilderDataTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesBuilderFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesFactoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php | +6 | −7 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/Strategy/AtLeastOneStrategyTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/TriggerValidatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php | +37 | −38 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactField.class.php | +19 | −20 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldFactory.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php | +27 | −28 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactType.class.php | +16 | −18 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_Logger_Prefix.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.php | +13 | −13 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_Key.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker_encryption/include/dao/Tracker_Public_KeyDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsController.php | +2 | −2 | Go to diff View file |
M | plugins/tuleap_synchro/include/tuleap_synchroPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/userlog/bin/clean_userlog_request.php | +1 | −1 | Go to diff View file |
M | plugins/userlog/include/UserLogDao.class.php | +22 | −22 | Go to diff View file |
M | plugins/userlog/include/UserLogPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/userlog/include/UserLogRouter.php | +0 | −1 | Go to diff View file |
M | plugins/userlog/include/UserlogAccess.php | +3 | −3 | Go to diff View file |
M | plugins/userlog/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/userlog/include/userlogPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/userlog/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/include/Velocity/VelocityCollection.php | +2 | −2 | Go to diff View file |
M | plugins/velocity/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/phpunit/Velocity/VelocityComputationCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/include/Authentication/HeadersSender.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/include/BrowserPlugin.class.php | +38 | −39 | Go to diff View file |
M | plugins/webdav/include/Docman/DocumentDownloader.php | +4 | −4 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFile.class.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRS.class.php | +0 | −12 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSFile.class.php | +1 | −19 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSPackage.class.php | +1 | −13 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSRelease.class.php | +2 | −26 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVProject.class.php | +0 | −9 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVRoot.class.php | +0 | −7 | Go to diff View file |
M | plugins/webdav/include/WebDAVAuthentication.class.php | +0 | −5 | Go to diff View file |
M | plugins/webdav/include/WebDAVPluginInfo.class.php | +0 | −1 | Go to diff View file |
M | plugins/webdav/include/WebDAVUtils.class.php | +1 | −9 | Go to diff View file |
M | plugins/webdav/include/webdavPlugin.php | +3 | −5 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVAuthenticationTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVDocmanDocumentTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVDocmanFileTest.php | +7 | −7 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVDocmanFolderTest.php | +4 | −4 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVFRSFileTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVFRSPackageTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVFRSReleaseTest.php | +9 | −9 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVProjectTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVRootTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVTreeTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebDAVUtilsTest.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/phpunit/WebdavURLVerificationTest.php | +1 | −1 | Go to diff View file |
M | site-content/en_US/mail/html_template.php | +3 | −3 | Go to diff View file |
M | src/common/CLI/Application.php | +1 | −1 | Go to diff View file |
M | src/common/CLI/Command/ConfigSetCommand.php | +1 | −1 | Go to diff View file |
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +14 | −14 | Go to diff View file |
M | src/common/CLI/Command/RedisWaiterCommand.php | +1 | −1 | Go to diff View file |
M | src/common/CLI/Command/WorkerSupervisorCommand.php | +1 | −1 | Go to diff View file |
M | src/common/DB/Compat/Legacy2018/CompatPDODataAccess.php | +1 | −1 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardController.php | +3 | −3 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardXMLImporter.php | +8 | −8 | Go to diff View file |
M | src/common/Dashboard/User/UserDashboardController.php | +1 | −1 | Go to diff View file |
M | src/common/Dashboard/User/UserDashboardPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/Dashboard/Widget/Add/AddWidgetController.php | +1 | −1 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetDao.php | +2 | −2 | Go to diff View file |
M | src/common/Dashboard/Widget/PreferencesController.php | +2 | −2 | Go to diff View file |
M | src/common/Error/Error_PermissionDenied.class.php | +5 | −5 | Go to diff View file |
M | src/common/Event/Event.class.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/Exceptions.class.php | +6 | −6 | Go to diff View file |
M | src/common/FRS/FRSFile.class.php | +5 | −5 | Go to diff View file |
M | src/common/FRS/FRSFileFactory.class.php | +30 | −30 | Go to diff View file |
M | src/common/FRS/FRSIncomingDirectoryCleaner.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSPackage.class.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSPackageController.php | +9 | −10 | Go to diff View file |
M | src/common/FRS/FRSPackageFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSPackageRouter.php | +3 | −3 | Go to diff View file |
M | src/common/FRS/FRSPermissionDao.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSRelease.class.php | +4 | −4 | Go to diff View file |
M | src/common/FRS/FRSReleaseController.php | +8 | −8 | Go to diff View file |
M | src/common/FRS/FRSReleaseFactory.class.php | +7 | −7 | Go to diff View file |
M | src/common/FRS/FRSReleaseRouter.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/FRSRouter.php | +1 | −1 | 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 | +38 | −38 | Go to diff View file |
M | src/common/FRS/FileReference.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/EditLicenseAgreementController.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsController.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/LicenseAgreementDisplay.php | +3 | −3 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/LicenseAgreementFactory.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/NewLicenseAgreement.php | +0 | −1 | Go to diff View file |
M | src/common/FRS/PermissionController.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/PermissionPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/SectionsPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/ServiceFile.class.php | +25 | −25 | Go to diff View file |
M | src/common/ForgeAccess/AdminController.php | +1 | −2 | Go to diff View file |
M | src/common/Http/Response/BinaryFileResponseBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/JWT/generators/JWTGenerator.php | +1 | −1 | Go to diff View file |
M | src/common/Jenkins/Client.class.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/PermissionsPerGroup/NewsPermissionsManager.php | +2 | −2 | Go to diff View file |
M | src/common/News/Admin/PermissionsPerGroup/NewsPermissionsRepresentationBuilder.php | +4 | −4 | Go to diff View file |
M | src/common/News/ChooseNewsItemController.php | +1 | −1 | Go to diff View file |
M | src/common/News/NewsItem.php | +1 | −1 | Go to diff View file |
M | src/common/News/NewsItemDataMapper.php | +1 | −2 | Go to diff View file |
M | src/common/OpenGraph/OpenGraphPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Password/Administration/PasswordPolicyDisplayController.php | +1 | −1 | Go to diff View file |
M | src/common/Password/Configuration/PasswordConfigurationDAO.php | +1 | −1 | Go to diff View file |
M | src/common/Project/AccessDeletedException.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/DescriptionFields/FieldUpdator.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Admin/Navigation/NavigationDropdownItemPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Admin/PermissionPerGroup/PanesPermissionPerGroupBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/PermissionPerGroup/PermissionPerGroupPaneCollector.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetailsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectHistoryPresenter.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectHistoryResultsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectListResultsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectListResultsProjectPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersController.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersDAO.php | +0 | −1 | 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/IndexController.php | +0 | −1 | 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 | +102 | −102 | Go to diff View file |
M | src/common/Project/Banner/BannerDao.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Group.class.php | +17 | −17 | Go to diff View file |
M | src/common/Project/HeartbeatsEntry.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Home.php | +1 | −1 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationController.class.php | +4 | −4 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationRequest.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationValidator.class.php | +1 | −2 | Go to diff View file |
M | src/common/Project/Project.class.php | +10 | −10 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +3 | −3 | Go to diff View file |
M | src/common/Project/ProjectCreator.class.php | +32 | −32 | Go to diff View file |
M | src/common/Project/ProjectManager.class.php | +4 | −5 | Go to diff View file |
M | src/common/Project/ProjectXMLExporter.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/ProjectXMLExporterLogger.php | +1 | −1 | Go to diff View file |
M | src/common/Project/ProjectXMLImporter.class.php | +3 | −3 | Go to diff View file |
M | src/common/Project/ProjectXMLImporterLogger.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Project_SOAPServer.class.php | +1 | −2 | Go to diff View file |
M | src/common/Project/Quota/ProjectQuotaChecker.php | +1 | −1 | Go to diff View file |
M | src/common/Project/REST/ProjectReference.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/REST/UserGroupRepresentation.class.php | +5 | −5 | Go to diff View file |
M | src/common/Project/REST/v1/UserGroupResource.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Registration/Template/AgileALMTemplate.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Registration/Template/CompanyTemplate.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/Template/DefaultProjectTemplate.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/Template/IssuesTemplate.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/Template/KanbanTemplate.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/Template/ScrumTemplate.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Service.class.php | +10 | −10 | Go to diff View file |
M | src/common/Project/Service/IndexController.php | +0 | −1 | Go to diff View file |
M | src/common/Project/Service/ServiceLinkDataBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Service/ServicePresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Service/ServicesPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Project/ServiceManager.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/UGroupLiteralizer.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/UGroupManager.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/UGroups/InvalidUGroupException.php | +1 | −1 | Go to diff View file |
M | src/common/Project/UGroups/Membership/StaticUGroups/StaticMemberAdder.php | +1 | −1 | Go to diff View file |
M | src/common/Project/UGroups/Membership/StaticUGroups/StaticMemberRemover.php | +1 | −1 | Go to diff View file |
M | src/common/Project/UgroupsPermissionsCache.php | +1 | −1 | Go to diff View file |
M | src/common/Project/UserRemover.php | +3 | −3 | Go to diff View file |
M | src/common/Project/XML/ArchiveInterface.php | +1 | −1 | Go to diff View file |
M | src/common/Project/XML/Export/DirectoryArchive.php | +4 | −4 | Go to diff View file |
M | src/common/Project/XML/Export/ZipArchive.php | +4 | −4 | Go to diff View file |
M | src/common/Project/XML/Import/ExternalFieldsExtractor.php | +1 | −1 | Go to diff View file |
M | src/common/Project/XML/Import/ZipArchive.php | +1 | −1 | Go to diff View file |
M | src/common/Queue/Redis/RedisPersistentQueue.php | +1 | −1 | Go to diff View file |
M | src/common/Queue/Worker.php | +2 | −2 | Go to diff View file |
M | src/common/REST/BasicAuthentication.class.php | +1 | −1 | Go to diff View file |
M | src/common/REST/Exceptions/LimitOutOfBoundsException.class.php | +1 | −1 | Go to diff View file |
M | src/common/REST/Exceptions/NoAuthenticationHeadersException.class.php | +1 | −1 | Go to diff View file |
M | src/common/REST/Header.class.php | +1 | −1 | Go to diff View file |
M | src/common/REST/JsonCast.class.php | +1 | −1 | Go to diff View file |
M | src/common/REST/JsonDecoder.class.php | +3 | −3 | Go to diff View file |
M | src/common/REST/TokenManager.class.php | +0 | −1 | Go to diff View file |
M | src/common/REST/TuleapRESTAuthentication.php | +4 | −4 | Go to diff View file |
M | src/common/REST/v1/PhpWikiPageRepresentation.class.php | +1 | −1 | Go to diff View file |
M | src/common/RSS/RSS.php | +8 | −8 | Go to diff View file |
M | src/common/Request/FrontRouter.php | +2 | −2 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +7 | −7 | Go to diff View file |
M | src/common/System/DaemonLocker.php | +2 | −2 | Go to diff View file |
M | src/common/System/Exception/CommandException.class.php | +1 | −1 | Go to diff View file |
M | src/common/Token/REST/TokenRepresentation.class.php | +1 | −1 | Go to diff View file |
M | src/common/TreeNode/InjectPaddingInTreeNodeVisitor.class.php | +1 | −1 | Go to diff View file |
M | src/common/TreeNode/InjectSpanPaddingInTreeNodeVisitor.class.php | +9 | −9 | Go to diff View file |
M | src/common/TreeNode/TreeNode.class.php | +7 | −7 | Go to diff View file |
M | src/common/Upload/UploadPathAllocator.php | +1 | −1 | Go to diff View file |
M | src/common/User/AccessKey/AccessKeyMetadata.php | +0 | −1 | Go to diff View file |
M | src/common/User/AccessKey/Scope/AccessKeyScopeDAO.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplayNotificationsController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplaySecurityController.php | +1 | −2 | Go to diff View file |
M | src/common/User/Account/SSHKeyPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/User/Account/UpdateEditionController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Admin/UserDetailsFormatter.php | +0 | −1 | Go to diff View file |
M | src/common/User/Admin/UserListResultsPresenter.php | +4 | −4 | Go to diff View file |
M | src/common/User/Admin/UserListResultsUserPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/User/ForgeUserGroupFactory.php | +7 | −7 | Go to diff View file |
M | src/common/User/LoginController.class.php | +1 | −1 | Go to diff View file |
M | src/common/User/LoginPresenter.class.php | +1 | −1 | Go to diff View file |
M | src/common/User/Profile/AvatarController.php | +2 | −2 | Go to diff View file |
M | src/common/User/REST/MinimalUserRepresentation.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/User.class.php | +7 | −8 | Go to diff View file |
M | src/common/User/UserAuthenticationSucceeded.php | +0 | −1 | Go to diff View file |
M | src/common/User/UserHelper.class.php | +4 | −4 | Go to diff View file |
M | src/common/User/UserSuspensionManager.php | +4 | −4 | Go to diff View file |
M | src/common/User/User_SSHKeyDumper.class.php | +8 | −8 | 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/Mapping.php | +3 | −3 | Go to diff View file |
M | src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/ToBeCreatedUser.php | +1 | −1 | Go to diff View file |
M | src/common/User/XML/Import/ToBeMappedUser.php | +3 | −3 | Go to diff View file |
M | src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/User/XML/Import/WillBeActivatedUser.php | +1 | −1 | Go to diff View file |
M | src/common/User/XML/Import/WillBeCreatedUser.php | +3 | −4 | Go to diff View file |
M | src/common/User/XML/Import/WillBeMappedUser.php | +1 | −1 | Go to diff View file |
M | src/common/User/XML/UserXMLExportedCollection.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/MyWelcomeMessage.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/ProjectHeartbeat.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget.class.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_Contacts.class.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget_ImageViewer.class.php | +18 | −18 | Go to diff View file |
M | src/common/Widget/Widget_MyAdmin.class.php | +7 | −7 | Go to diff View file |
M | src/common/Widget/Widget_MyArtifacts.class.php | +33 | −33 | Go to diff View file |
M | src/common/Widget/Widget_MyBookmarks.class.php | +9 | −9 | Go to diff View file |
M | src/common/Widget/Widget_MyLatestSvnCommits.class.php | +13 | −13 | Go to diff View file |
M | src/common/Widget/Widget_MyMonitoredForums.class.php | +29 | −30 | Go to diff View file |
M | src/common/Widget/Widget_MyMonitoredFp.class.php | +31 | −32 | Go to diff View file |
M | src/common/Widget/Widget_MyProjects.class.php | +24 | −24 | Go to diff View file |
M | src/common/Widget/Widget_MySystemEvent.class.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget_ProjectDescription.class.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestCvsCommits.class.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestSvnCommits.class.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_ProjectPublicAreas.class.php | +29 | −29 | Go to diff View file |
M | src/common/Widget/Widget_ProjectSvnStats.class.php | +3 | −3 | Go to diff View file |
M | src/common/Widget/Widget_ProjectSvnStats_Layout.class.php | +3 | −3 | Go to diff View file |
M | src/common/Widget/Widget_Rss.class.php | +20 | −20 | Go to diff View file |
M | src/common/admin/Admin_ProjectListExporter.class.php | +4 | −4 | Go to diff View file |
M | src/common/admin/Admin_UserListExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/admin/Homepage/Controller.php | +1 | −1 | Go to diff View file |
M | src/common/admin/Homepage/Dao.php | +1 | −1 | Go to diff View file |
M | src/common/admin/PermissionDelegationController.php | +2 | −2 | Go to diff View file |
M | src/common/admin/ProjectCreation/WebhooksDisplayController.php | +1 | −1 | Go to diff View file |
M | src/common/admin/ProjectCreationModerationDisplayController.php | +1 | −1 | Go to diff View file |
M | src/common/admin/ProjectEdit/ProjectEditController.php | +2 | −2 | Go to diff View file |
M | src/common/admin/ProjectTemplatesController.php | +1 | −1 | Go to diff View file |
M | src/common/admin/ProjectWidgetsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/admin/SiteContentCustomisationController.php | +2 | −2 | Go to diff View file |
M | src/common/backend/Backend.class.php | +5 | −8 | Go to diff View file |
M | src/common/backend/BackendAliases.class.php | +6 | −6 | Go to diff View file |
M | src/common/backend/BackendCVS.class.php | +57 | −57 | Go to diff View file |
M | src/common/backend/BackendCommandException.class.php | +1 | −1 | Go to diff View file |
M | src/common/backend/BackendLogger.class.php | +2 | −2 | Go to diff View file |
M | src/common/backend/BackendMailingList.class.php | +14 | −15 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +40 | −40 | Go to diff View file |
M | src/common/backend/BackendSystem.class.php | +40 | −40 | 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 | +1 | −1 | 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 | +440 | −440 | Go to diff View file |
M | src/common/chart/GanttVerticalLine.php | +3 | −3 | Go to diff View file |
M | src/common/cvs/ViewVC/ViewVCController.php | +2 | −2 | Go to diff View file |
M | src/common/cvs/ViewVC/ViewVCProxy.php | +12 | −12 | Go to diff View file |
M | src/common/dao/ArtifactDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/ArtifactFieldDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/dao/ArtifactGlobalNotificationDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/ArtifactGroupListDao.class.php | +7 | −7 | Go to diff View file |
M | src/common/dao/ArtifactReportFieldDao.class.php | +11 | −11 | Go to diff View file |
M | src/common/dao/ArtifactRuleDao.class.php | +41 | −41 | Go to diff View file |
M | src/common/dao/CrossReferenceDao.class.php | +19 | −20 | Go to diff View file |
M | src/common/dao/DBDatabasesDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/DBTablesDao.class.php | +12 | −12 | Go to diff View file |
M | src/common/dao/FRSFileDao.class.php | +95 | −97 | Go to diff View file |
M | src/common/dao/FRSLogDao.class.php | +7 | −7 | Go to diff View file |
M | src/common/dao/FRSPackageDao.class.php | +26 | −28 | Go to diff View file |
M | src/common/dao/FRSReleaseDao.class.php | +5 | −7 | Go to diff View file |
M | src/common/dao/FileModuleMonitorDao.class.php | +19 | −20 | Go to diff View file |
M | src/common/dao/ForumDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/MailingListDao.class.php | +4 | −4 | Go to diff View file |
M | src/common/dao/PermissionsDao.class.php | +26 | −27 | Go to diff View file |
M | src/common/dao/PluginDao.class.php | +4 | −4 | Go to diff View file |
M | src/common/dao/ProjectDao.class.php | +59 | −59 | Go to diff View file |
M | src/common/dao/ProjectHistoryDao.class.php | +8 | −8 | Go to diff View file |
M | src/common/dao/ReferenceDao.class.php | +7 | −8 | Go to diff View file |
M | src/common/dao/SvnNotificationDao.class.php | +8 | −8 | Go to diff View file |
M | src/common/dao/SystemEventDao.class.php | +10 | −10 | Go to diff View file |
M | src/common/dao/UGroupDao.class.php | +5 | −5 | Go to diff View file |
M | src/common/dao/UGroupUserDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +36 | −37 | Go to diff View file |
M | src/common/dao/UserGroupDao.class.php | +8 | −9 | Go to diff View file |
M | src/common/dao/UserSuspensionDao.php | +2 | −2 | Go to diff View file |
M | src/common/dao/WikiDao.class.php | +15 | −15 | Go to diff View file |
M | src/common/dao/include/DataAccessObject.class.php | +31 | −31 | Go to diff View file |
M | src/common/date/DateHelper.class.php | +2 | −2 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +1 | −1 | Go to diff View file |
M | src/common/docmanv1/XMLExport.class.php | +3 | −3 | Go to diff View file |
M | src/common/docmanv1/XMLExportDao.class.php | +4 | −4 | Go to diff View file |
M | src/common/encoding/SupportedXmlCharEncoding.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Element.class.php | +5 | −6 | Go to diff View file |
M | src/common/html/HTML_Element_Columns.class.php | +2 | −2 | Go to diff View file |
M | src/common/html/HTML_Element_Input.class.php | +5 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Checkbox.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Hidden.class.php | +0 | −1 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Radio.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Element_Option.class.php | +2 | −2 | Go to diff View file |
M | src/common/html/HTML_Element_Pane.class.php | +2 | −2 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox.class.php | +2 | −2 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_Rank.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Element_Textarea.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Table.class.php | +8 | −8 | Go to diff View file |
M | src/common/include/BrowserIEDeprecated.php | +2 | −2 | Go to diff View file |
M | src/common/include/Codendi_Diff.class.php | +14 | −16 | Go to diff View file |
M | src/common/include/Codendi_HTMLPurifier.class.php | +3 | −3 | Go to diff View file |
M | src/common/include/Codendi_Request.class.php | +3 | −3 | Go to diff View file |
M | src/common/include/Feedback.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/FeedbackFormatter.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/ForgeUpgradeConfig.class.php | +9 | −9 | Go to diff View file |
M | src/common/include/GroupFactory.class.php | +5 | −5 | Go to diff View file |
M | src/common/include/HTTPRequest.class.php | +3 | −3 | Go to diff View file |
M | src/common/include/MIME.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/PermissionsOverrider/PermissionsOverriderManager.php | +2 | −2 | Go to diff View file |
M | src/common/include/Response.class.php | +1 | −1 | Go to diff View file |
M | src/common/include/RestlerCache.php | +4 | −4 | Go to diff View file |
M | src/common/include/SiteCache.php | +2 | −2 | Go to diff View file |
M | src/common/include/TemplateSingleton.class.php | +4 | −4 | Go to diff View file |
M | src/common/include/TmpWatch.php | +1 | −1 | Go to diff View file |
M | src/common/include/Toggler.class.php | +6 | −6 | Go to diff View file |
M | src/common/include/URL.class.php | +11 | −11 | Go to diff View file |
M | src/common/include/URLRedirect.class.php | +6 | −6 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +2 | −3 | Go to diff View file |
M | src/common/include/URLVerificationFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/include/lib/PHP_BigFile.class.php | +6 | −6 | Go to diff View file |
M | src/common/language/BaseLanguage.class.php | +23 | −24 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +45 | −45 | Go to diff View file |
M | src/common/layout/ErrorRendering.php | +1 | −1 | Go to diff View file |
M | src/common/layout/HomePage/NewsCollectionBuilder.php | +2 | −2 | Go to diff View file |
M | src/common/layout/IncludeAssets.php | +1 | −1 | Go to diff View file |
M | src/common/layout/Layout.class.php | +75 | −76 | Go to diff View file |
M | src/common/layout/PaginationPresenter.php | +4 | −4 | Go to diff View file |
M | src/common/layout/ProjectSidebarBuilder.php | +2 | −2 | Go to diff View file |
M | src/common/layout/SiteHomepageController.php | +1 | −1 | Go to diff View file |
M | src/common/layout/ThemeManager.class.php | +2 | −2 | Go to diff View file |
M | src/common/log/ConsoleLogger.class.php | +2 | −2 | Go to diff View file |
M | src/common/log/WrapperLogger.class.php | +1 | −1 | Go to diff View file |
M | src/common/mail/MailEnhancer.php | +1 | −1 | Go to diff View file |
M | src/common/mail/MailFilter.php | +1 | −1 | Go to diff View file |
M | src/common/mail/MailPresenterFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailProjectNotificationPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailProjectOneStepRegisterPresenter.class.php | +4 | −4 | Go to diff View file |
M | src/common/mail/MassmailFormPresenter.class.php | +1 | −1 | Go to diff View file |
M | src/common/mail/MassmailSender.class.php | +1 | −1 | Go to diff View file |
M | src/common/mail/TuleapRegisterMail.class.php | +4 | −4 | Go to diff View file |
M | src/common/mail/Tuleap_Template_Mail.class.php | +2 | −2 | 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 | +2 | −2 | Go to diff View file |
M | src/common/permission/PermissionsManager.class.php | +3 | −3 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +15 | −15 | Go to diff View file |
M | src/common/plugin/PluginFactory.class.php | +9 | −9 | Go to diff View file |
M | src/common/plugin/PluginFileInfo.class.php | +9 | −9 | Go to diff View file |
M | src/common/plugin/PluginLoader.php | +1 | −1 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +24 | −25 | Go to diff View file |
M | src/common/plugin/SerializedPluginProxy.php | +1 | −1 | Go to diff View file |
M | src/common/reference/CrossReference.class.php | +16 | −16 | Go to diff View file |
M | src/common/reference/CrossReferenceFactory.class.php | +58 | −58 | Go to diff View file |
M | src/common/reference/Reference.class.php | +23 | −23 | Go to diff View file |
M | src/common/reference/ReferenceInstance.class.php | +4 | −4 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +43 | −43 | Go to diff View file |
M | src/common/search/Presenters/SearchForumResultPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/search/Presenters/SearchResultsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/search/Presenters/SearchTrackerV3ResultPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/search/SearchController.class.php | +2 | −2 | Go to diff View file |
M | src/common/search/SearchPlugin.class.php | +0 | −1 | Go to diff View file |
M | src/common/session/Codendi_Session.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_NusoapWSDL.class.php | +1 | −1 | Go to diff View file |
M | src/common/soap/SOAP_WSDLMethodGenerator.class.php | +1 | −1 | Go to diff View file |
M | src/common/soap/SOAP_WSDLRenderer.class.php | +1 | −1 | Go to diff View file |
M | src/common/soap/TuleapSOAPServer.class.php | +1 | −1 | Go to diff View file |
M | src/common/svn/Event/UpdateProjectAccessFileSystemEvent.php | +1 | −1 | Go to diff View file |
M | src/common/svn/SVNAccessFile.class.php | +5 | −5 | Go to diff View file |
M | src/common/svn/SVN_Apache.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_Apache_ModPerl.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_Apache_SvnrootConf.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_LogFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/svn/SVN_RepositoryListing.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_Svnlook.class.php | +4 | −4 | Go to diff View file |
M | src/common/svn/SVN_SvnlookException.class.php | +1 | −1 | Go to diff View file |
M | src/common/svn/SvnrootUpdater.php | +4 | −4 | 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 | +1 | −1 | Go to diff View file |
M | src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php | +1 | −1 | Go to diff View file |
M | src/common/svn/intro/SVN_IntroPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCController.php | +2 | −2 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCProxy.php | +13 | −13 | Go to diff View file |
M | src/common/system_event/SystemEvent.class.php | +11 | −11 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +5 | −5 | Go to diff View file |
M | src/common/system_event/SystemEventPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessApplicationOwnerDefaultQueue.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessCustomQueue.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessRootDefaultQueue.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor.class.php | +4 | −4 | Go to diff View file |
M | src/common/system_event/SystemEventProcessorMutex.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Factory.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Root.class.php | +11 | −11 | Go to diff View file |
M | src/common/system_event/SystemEventQueue.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEventUserActiveStatusChange.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_COMPUTE_MD5SUM.class.php | +4 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_CVS_IS_PRIVATE.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_EDIT_SSH_KEYS.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MAILING_LIST_CREATE.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MAILING_LIST_DELETE.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MEMBERSHIP_CREATE.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MEMBERSHIP_DELETE.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MOVE_FRS_FILE.class.php | +5 | −5 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_CREATE.class.php | +4 | −5 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_DELETE.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php | +11 | −11 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_ROOT_DAILY.class.php | +5 | −5 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SERVICE_USAGE_SWITCH.class.php | +3 | −3 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SVN_AUTHORIZE_TOKENS.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SVN_UPDATE_HOOKS.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_UGROUP_MODIFY.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_USER_DELETE.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_USER_RENAME.class.php | +6 | −6 | Go to diff View file |
M | src/common/templating/mustache/GettextCollector.php | +2 | −2 | Go to diff View file |
M | src/common/templating/mustache/MustacheRenderer.class.php | +1 | −1 | Go to diff View file |
M | src/common/tour/CustomToursFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/tour/Tour.class.php | +3 | −3 | Go to diff View file |
M | src/common/tracker/Artifact.class.php | +409 | −430 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentFieldXMLExporter.class.php | +3 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentXMLLinker.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentXMLZipper.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactCanned.class.php | +16 | −16 | Go to diff View file |
M | src/common/tracker/ArtifactFactory.class.php | +41 | −41 | Go to diff View file |
M | src/common/tracker/ArtifactField.class.php | +172 | −183 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactory.class.php | +75 | −82 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactoryXMLExporter.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSet.class.php | +6 | −6 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSetFactory.class.php | +19 | −22 | Go to diff View file |
M | src/common/tracker/ArtifactFile.class.php | +19 | −19 | Go to diff View file |
M | src/common/tracker/ArtifactImport.class.php | +60 | −65 | 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 | +155 | −160 | Go to diff View file |
M | src/common/tracker/ArtifactReportFactory.class.php | +32 | −34 | Go to diff View file |
M | src/common/tracker/ArtifactReportField.class.php | +5 | −5 | Go to diff View file |
M | src/common/tracker/ArtifactRuleValueView.class.php | +6 | −6 | Go to diff View file |
M | src/common/tracker/ArtifactRulesManager.class.php | +2 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactType.class.php | +202 | −213 | Go to diff View file |
M | src/common/tracker/ArtifactTypeFactory.class.php | +76 | −77 | Go to diff View file |
M | src/common/tracker/ArtifactUserListFieldXMLExporter.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporterArtifact.class.php | +13 | −13 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporterDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/Exception/TV3XMLInvalidFieldTypeException.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactCannedHtml.class.php | +33 | −33 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactFieldHtml.class.php | +55 | −55 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactHtml.class.php | +197 | −197 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactImportHtml.class.php | +60 | −60 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactReportHtml.class.php | +244 | −245 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactRuleValueJavascript.class.php | +6 | −6 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactRulesManagerHtml.class.php | +38 | −38 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactTypeHtml.class.php | +542 | −543 | Go to diff View file |
M | src/common/trove/TroveCatListController.php | +1 | −1 | Go to diff View file |
M | src/common/valid/Rule.class.php | +13 | −14 | Go to diff View file |
M | src/common/valid/ValidFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/Events/ItemReferencingWikiPageRepresentation.php | +0 | −1 | Go to diff View file |
M | src/common/wiki/PermissionsManager.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/REST/v1/PhpWikiPageVersionRepresentation.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/WikiService.class.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/WikiServiceAdmin.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/actions/WikiServiceActions.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/actions/WikiServiceAdminActions.class.php | +8 | −8 | Go to diff View file |
M | src/common/wiki/lib/Wiki.class.php | +15 | −15 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachment.class.php | +9 | −10 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentDao.class.php | +29 | −29 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevision.class.php | +8 | −8 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevisionDao.class.php | +15 | −15 | Go to diff View file |
M | src/common/wiki/lib/WikiCloner.class.php | +15 | −16 | Go to diff View file |
M | src/common/wiki/lib/WikiEntry.class.php | +21 | −21 | Go to diff View file |
M | src/common/wiki/lib/WikiPage.class.php | +29 | −29 | Go to diff View file |
M | src/common/wiki/lib/WikiPageVersionContentFormatter.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/lib/WikiPageWrapper.class.php | +28 | −28 | Go to diff View file |
M | src/common/wiki/phpwiki/codendi.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/gforge.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/index.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php | +165 | −165 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.class.php | +19 | −19 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ArchiveCleaner.php | +0 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/BlockParser.php | +5 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/CachedMarkup.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/DbaDatabase.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/EditToolbar.php | +108 | −108 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ErrorManager.php | +6 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/FileFinder.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlElement.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlParser.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +14 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/InlineParser.php | +12 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageList.php | +28 | −30 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PagePerm.php | +21 | −21 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageType.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Request.php | +3 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssParser.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter2.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/SemanticWeb.php | +5 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Template.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/TextSearchQuery.php | +18 | −18 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Theme.php | +16 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB.php | +16 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/SQL.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php | +38 | −39 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php | +8 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/AllRevisionsIter.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/MostPopularIter.php | +4 | −4 | 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/WikiNotification.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPlugin.php | +9 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPluginCached.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser.php | +12 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +34 | −37 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/XmlElement.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/config.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff3.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/difflib.php | +7 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/display.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/editpage.php | +8 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/fortune.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/gif.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/install.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/loadsave.php | +12 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/main.php | +10 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB/Pager.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB/common.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/PEAR.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AddComment.php | +9 | −9 | 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 | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AppendText.php | +3 | −4 | 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 | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BackLinks.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogArchives.php | +4 | −4 | 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 | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CalendarList.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CategoryPage.php | +1 | −1 | 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 | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreatePage.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateToc.php | +39 | −39 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/DeadEndPages.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Diff.php | +3 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/EditMetaData.php | +1 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FileInfo.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FrameInclude.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FullTextSearch.php | +1 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FuzzyPages.php | +2 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/GoTo.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HelloWorld.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HtmlConverter.php | +1 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePage.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePages.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/InterWikiSearch.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/JabberPresence.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LikePages.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListPages.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListSubpages.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/MostPopular.php | +1 | −1 | 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 | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageDump.php | +14 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageGroup.php | +4 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageHistory.php | +1 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageInfo.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageTrail.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php | +50 | −51 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php | +1 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PluginManager.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PopularNearby.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PrevNext.php | +0 | −1 | 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 | +1 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentChanges.php | +9 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RedirectTo.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RssFeed.php | +10 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SearchHighlight.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SiteMap.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SystemInfo.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Template.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TitleSearch.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Transclude.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TranslateText.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UpLoad.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UserPreferences.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPages.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPagesOld.php | +3 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php | +3 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSetAcl.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php | +10 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiBlog.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForm.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForum.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php | +8 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php | +1 | −2 | 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 | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php | +76 | −76 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/text2png.php | +4 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/prepend.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/removepage.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/stdlib.php | +17 | −19 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/upgrade.php | +6 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/Buddy.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ziplib.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/passencrypt.php | +2 | −2 | 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-lite/hyperapplet.php | +1 | −1 | 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/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/views/WikiServiceAdminViews.class.php | +77 | −77 | Go to diff View file |
M | src/common/wiki/views/WikiServiceViews.class.php | +38 | −40 | Go to diff View file |
M | src/common/wiki/views/WikiViews.class.php | +11 | −11 | Go to diff View file |
M | src/common/xml/PHPCast.php | +1 | −1 | Go to diff View file |
M | src/common/xml/ParseError.class.php | +1 | −1 | 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/common/xml/XMLDateHelper.php | +2 | −2 | Go to diff View file |
M | src/composer.lock | +22 | −20 | Go to diff View file |
M | src/core/RSS/News/LatestNewsController.php | +1 | −1 | Go to diff View file |
M | src/core/contact.php | +1 | −1 | Go to diff View file |
M | src/core/goto.php | +9 | −9 | Go to diff View file |
M | src/core/make_links.php | +2 | −2 | Go to diff View file |
M | src/core/sparklines.php | +2 | −2 | Go to diff View file |
M | src/db/mysql/updates/2010/201007220743_add_table_notification_delegation.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2010/201007291109_modify_pk_table_notification_delegation.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2010/201009280731_add_table_groups_notif_delegation_message.php | +4 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201010201546_fill_frs_file_deleted.php | +5 | −5 | Go to diff View file |
M | src/db/mysql/updates/2010/201011230835_add_column_format_to_artifact_history.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2011/201108241423_remove_slmbug_and_story.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2011/201111021759_id_sharing.php | +4 | −4 | Go to diff View file |
M | src/db/mysql/updates/2012/201210121809_purge_bad_sshkeys_from_db.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2014/201406041516_add_email_gateway_salt.php | +0 | −1 | Go to diff View file |
M | src/db/mysql/updates/2015/201510131542_turn_user_groups_tables_innodb.php | +0 | −1 | Go to diff View file |
M | src/db/mysql/updates/2016/201607281200_migrate_existing_permissions.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2016/201608041530_migrate_existing_read_permissions.php | +5 | −5 | Go to diff View file |
M | src/db/mysql/updates/2016/201610241145_update_frs_admin_description.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2017/201701231415_update_public_forum_in_private_projects.php | +2 | −2 | Go to diff View file |
M | src/db/mysql/updates/2017/201704051330_remove_binary_serialized_feedback.php | +0 | −1 | Go to diff View file |
M | src/db/mysql/updates/2017/201712131537_add_missing_index_in_table_group_desc_value.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2018/201804051645_add_missing_index_in_table_ugroup.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2018/201805171738_update_wrong_pk_forgeconfig.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2018/201810251455_add_user_ldap_index.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imageSmoothArc.php | +95 | −95 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_balls.inc.php | +839 | −840 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_bevels.inc.php | +61 | −61 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php | +125 | −125 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php | +446 | −447 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_stars.inc.php | +92 | −92 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +891 | −908 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_bar.php | +256 | −257 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_canvas.php | +3 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_canvtools.php | +101 | −103 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_contour.php | +52 | −62 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_date.php | +128 | −128 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_errhandler.inc.php | +46 | −46 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_error.php | +27 | −27 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gantt.php | +761 | −769 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gb2312.php | +17 | −17 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gradient.php | +112 | −112 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_iconplot.php | +35 | −35 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_imgtrans.php | +31 | −33 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_led.php | +12 | −12 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_legend.inc.php | +124 | −124 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_line.php | +100 | −103 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_log.php | +55 | −55 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_meshinterpolate.inc.php | +10 | −10 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_mgraph.php | +59 | −59 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie.php | +347 | −352 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie3d.php | +232 | −234 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotband.php | +73 | −73 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotline.php | +16 | −16 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php | +144 | −144 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_polar.php | +193 | −199 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_radar.php | +189 | −190 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_regstat.php | +33 | −34 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php | +454 | −454 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_scatter.php | +13 | −15 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_stock.php | +38 | −38 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_table.php | +260 | −260 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_text.inc.php | +56 | −58 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_theme.inc.php | +0 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php | +162 | −163 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_utils.inc.php | +81 | −82 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_windrose.php | +350 | −362 | Go to diff View file |
M | src/embedded_vendor/jpgraph/lang/prod.inc.php | +354 | −354 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/AquaTheme.class.php | +0 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/GreenTheme.class.php | +1 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/OceanTheme.class.php | +0 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/OrangeTheme.class.php | +1 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/PastelTheme.class.php | +1 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/RoseTheme.class.php | +1 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/SoftyTheme.class.php | +0 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/UniversalTheme.class.php | +1 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/VividTheme.class.php | +1 | −4 | Go to diff View file |
M | src/forgeupgrade/ForgeUpgrade_Db_Driver.php | +6 | −6 | Go to diff View file |
M | src/tuleap-cfg/Command/Configure/ConfigureApache.php | +2 | −2 | Go to diff View file |
M | src/tuleap-cfg/Command/ConfigureCommand.php | +1 | −1 | Go to diff View file |
M | src/tuleap-cfg/Command/DockerAioRunCommand.php | +11 | −11 | Go to diff View file |
M | src/tuleap-cfg/Command/SetupMysqlCommand.php | +2 | −2 | Go to diff View file |
M | src/tuleap-cfg/Command/SystemControlCommand.php | +7 | −8 | Go to diff View file |
M | src/tuleap-cfg/tuleap-cfg.php | +1 | −1 | Go to diff View file |
M | src/utils/TrackerV3-data-exporter.php | +6 | −6 | Go to diff View file |
M | src/utils/check_user_mapping_for_project_import.php | +1 | −1 | Go to diff View file |
M | src/utils/cvs1/cvs_loginfo_clean.php | +3 | −3 | Go to diff View file |
M | src/utils/export_project_xml.php | +11 | −11 | Go to diff View file |
M | src/utils/generate_user_mapping_for_project_import.php | +1 | −1 | Go to diff View file |
M | src/utils/launch_system_check.php | +1 | −1 | Go to diff View file |
M | src/utils/process_system_events.php | +1 | −1 | Go to diff View file |
M | src/utils/svn/post-revprop-change.php | +1 | −1 | Go to diff View file |
M | src/utils/svn/pre-revprop-change.php | +1 | −1 | Go to diff View file |
M | src/utils/tuleap.php | +1 | −1 | Go to diff View file |
M | src/utils/tv3_to_test.php | +1 | −1 | Go to diff View file |
M | src/www/account/deleted.php | +1 | −1 | Go to diff View file |
M | src/www/account/login.php | +2 | −2 | Go to diff View file |
M | src/www/account/lostlogin.php | +1 | −1 | Go to diff View file |
M | src/www/account/lostpw-confirm.php | +4 | −4 | Go to diff View file |
M | src/www/account/lostpw.php | +1 | −1 | Go to diff View file |
M | src/www/account/register.php | +14 | −14 | Go to diff View file |
M | src/www/account/suspended.php | +2 | −2 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +23 | −23 | Go to diff View file |
M | src/www/admin/generic_user.php | +5 | −5 | Go to diff View file |
M | src/www/admin/groupedit.php | +1 | −1 | Go to diff View file |
M | src/www/admin/grouplist.php | +3 | −3 | Go to diff View file |
M | src/www/admin/index.php | +19 | −19 | Go to diff View file |
M | src/www/admin/newprojectmail.php | +1 | −1 | Go to diff View file |
M | src/www/admin/news/index.php | +1 | −1 | Go to diff View file |
M | src/www/admin/register_admin.php | +1 | −1 | Go to diff View file |
M | src/www/admin/show_pending_documents.php | +22 | −22 | Go to diff View file |
M | src/www/admin/system_events/index.php | +2 | −2 | Go to diff View file |
M | src/www/admin/system_events/notifications.php | +1 | −1 | Go to diff View file |
M | src/www/admin/usergroup.php | +11 | −11 | Go to diff View file |
M | src/www/admin/userlist.php | +12 | −12 | Go to diff View file |
M | src/www/api/index.php | +1 | −1 | Go to diff View file |
M | src/www/api/reference/extractCross.php | +9 | −9 | Go to diff View file |
M | src/www/cvs/admin_commit.php | +32 | −32 | Go to diff View file |
M | src/www/cvs/browse_commit.php | +43 | −43 | Go to diff View file |
M | src/www/cvs/commit_utils.php | +166 | −169 | Go to diff View file |
M | src/www/cvs/cvs_intro.php | +6 | −6 | Go to diff View file |
M | src/www/cvs/detail_commit.php | +15 | −15 | Go to diff View file |
M | src/www/cvs/index.php | +13 | −13 | Go to diff View file |
M | src/www/file/admin/editproc.php | +13 | −13 | Go to diff View file |
M | src/www/file/admin/frsajax.php | +1 | −1 | Go to diff View file |
M | src/www/file/admin/manageprocessors.php | +12 | −13 | Go to diff View file |
M | src/www/file/confirm_download.php | +6 | −6 | Go to diff View file |
M | src/www/file/file_utils.php | +60 | −63 | Go to diff View file |
M | src/www/file/index.php | +1 | −1 | Go to diff View file |
M | src/www/file/showfiles.php | +36 | −36 | Go to diff View file |
M | src/www/file/shownotes.php | +11 | −11 | Go to diff View file |
M | src/www/forum/admin/index.php | +71 | −71 | Go to diff View file |
M | src/www/forum/forum.php | +90 | −90 | Go to diff View file |
M | src/www/forum/forum_utils.php | +185 | −188 | Go to diff View file |
M | src/www/forum/index.php | +16 | −16 | Go to diff View file |
M | src/www/forum/message.php | +21 | −21 | Go to diff View file |
M | src/www/forum/monitor.php | +14 | −14 | Go to diff View file |
M | src/www/forum/monitor_thread.php | +37 | −37 | Go to diff View file |
M | src/www/forum/save.php | +17 | −17 | Go to diff View file |
M | src/www/help/api.php | +3 | −3 | Go to diff View file |
M | src/www/help/index.php | +1 | −1 | Go to diff View file |
M | src/www/include/account.php | +2 | −2 | Go to diff View file |
M | src/www/include/bookmarks.php | +8 | −8 | Go to diff View file |
M | src/www/include/check_pw.php | +1 | −1 | Go to diff View file |
M | src/www/include/exit.php | +11 | −11 | Go to diff View file |
M | src/www/include/help.php | +4 | −4 | Go to diff View file |
M | src/www/include/html.php | +68 | −69 | Go to diff View file |
M | src/www/include/nusoap.php | +242 | −249 | Go to diff View file |
M | src/www/include/pre.php | +7 | −7 | Go to diff View file |
M | src/www/include/proj_email.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 | +4 | −4 | Go to diff View file |
M | src/www/include/trove.php | +20 | −20 | Go to diff View file |
M | src/www/include/user.php | +26 | −26 | Go to diff View file |
M | src/www/include/utils.php | +99 | −106 | Go to diff View file |
M | src/www/include/viewvc_utils.php | +4 | −4 | Go to diff View file |
M | src/www/index.php | +1 | −1 | Go to diff View file |
M | src/www/mail/admin/index.php | +1 | −1 | Go to diff View file |
M | src/www/mail/index.php | +28 | −29 | Go to diff View file |
M | src/www/mail/mail_utils.php | +16 | −19 | Go to diff View file |
M | src/www/my/bookmark_delete.php | +7 | −7 | Go to diff View file |
M | src/www/my/bookmark_edit.php | +5 | −5 | Go to diff View file |
M | src/www/my/my_utils.php | +7 | −8 | Go to diff View file |
M | src/www/my/redirect.php | +1 | −1 | Go to diff View file |
M | src/www/my/rmproject.php | +4 | −4 | Go to diff View file |
M | src/www/my/stop_monitor.php | +6 | −6 | Go to diff View file |
M | src/www/news/admin/index.php | +42 | −42 | Go to diff View file |
M | src/www/news/index.php | +22 | −22 | Go to diff View file |
M | src/www/news/news_utils.php | +43 | −47 | Go to diff View file |
M | src/www/news/submit.php | +17 | −17 | Go to diff View file |
M | src/www/project/admin/editgenericmember.php | +13 | −13 | Go to diff View file |
M | src/www/project/admin/editgroupinfo.php | +1 | −1 | Go to diff View file |
M | src/www/project/admin/history.php | +2 | −2 | Go to diff View file |
M | src/www/project/admin/index.php | +2 | −2 | Go to diff View file |
M | src/www/project/admin/list_all_users.php | +7 | −7 | Go to diff View file |
M | src/www/project/admin/permission_request.php | +10 | −10 | Go to diff View file |
M | src/www/project/admin/permissions.php | +147 | −150 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +16 | −16 | 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 | +81 | −82 | Go to diff View file |
M | src/www/project/admin/userperms.php | +44 | −44 | Go to diff View file |
M | src/www/project/autocomplete.php | +3 | −3 | Go to diff View file |
M | src/www/project/export/access_logs_export.php | +37 | −42 | Go to diff View file |
M | src/www/project/export/artifact_deps_export.php | +16 | −16 | Go to diff View file |
M | src/www/project/export/artifact_export.php | +13 | −13 | Go to diff View file |
M | src/www/project/export/artifact_history_export.php | +25 | −26 | Go to diff View file |
M | src/www/project/export/index.php | +31 | −31 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +29 | −34 | Go to diff View file |
M | src/www/project/export/user_groups_export.php | +6 | −6 | Go to diff View file |
M | src/www/project/index.php | +1 | −1 | Go to diff View file |
M | src/www/project/memberlist.php | +10 | −10 | Go to diff View file |
M | src/www/project/register.php | +1 | −1 | Go to diff View file |
M | src/www/project/showdetails.php | +12 | −12 | Go to diff View file |
M | src/www/project/stats/source_code_access.php | +36 | −36 | Go to diff View file |
M | src/www/project/stats/source_code_access_utils.php | +135 | −145 | Go to diff View file |
M | src/www/reference/rmreference.php | +2 | −2 | Go to diff View file |
M | src/www/service/index.php | +4 | −4 | 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 | +25 | −25 | Go to diff View file |
M | src/www/soap/common/session.php | +6 | −6 | Go to diff View file |
M | src/www/soap/common/types.php | +30 | −30 | Go to diff View file |
M | src/www/soap/common/users.php | +7 | −7 | Go to diff View file |
M | src/www/soap/frs/frs.php | +125 | −125 | Go to diff View file |
M | src/www/soap/index.php | +4 | −4 | Go to diff View file |
M | src/www/soap/project/index.php | +2 | −2 | Go to diff View file |
M | src/www/soap/project/wsdl-viewer.php | +1 | −1 | Go to diff View file |
M | src/www/soap/svn/index.php | +2 | −2 | Go to diff View file |
M | src/www/soap/svn/wsdl-viewer.php | +1 | −1 | Go to diff View file |
M | src/www/soap/tracker/tracker.php | +400 | −401 | Go to diff View file |
M | src/www/soap/wsdl.php | +1 | −1 | Go to diff View file |
M | src/www/softwaremap/trove_list.php | +14 | −14 | Go to diff View file |
M | src/www/svn/admin/access_control.php | +3 | −3 | Go to diff View file |
M | src/www/svn/admin/general_settings.php | +3 | −3 | 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 | +10 | −10 | Go to diff View file |
M | src/www/svn/admin/notification.php | +23 | −23 | Go to diff View file |
M | src/www/svn/browse_revision.php | +46 | −46 | Go to diff View file |
M | src/www/svn/detail_revision.php | +1 | −1 | Go to diff View file |
M | src/www/svn/svn_data.php | +31 | −33 | Go to diff View file |
M | src/www/svn/svn_intro.php | +10 | −10 | Go to diff View file |
M | src/www/svn/svn_utils.php | +112 | −116 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +1 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/Bootstrap_FeedbackFormatter.class.php | +3 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +4 | −4 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarPresenter.class.php | +1 | −1 | 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 | +1 | −1 | Go to diff View file |
M | src/www/tracker/admin/field_sets.php | +2 | −2 | Go to diff View file |
M | src/www/tracker/admin/field_usage.php | +2 | −2 | Go to diff View file |
M | src/www/tracker/admin/field_values.php | +2 | −2 | 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 | +41 | −41 | Go to diff View file |
M | src/www/tracker/admin/tracker_permissions.php | +3 | −3 | Go to diff View file |
M | src/www/tracker/browse.php | +56 | −56 | Go to diff View file |
M | src/www/tracker/copy.php | +5 | −5 | Go to diff View file |
M | src/www/tracker/detail.php | +10 | −10 | Go to diff View file |
M | src/www/tracker/download.php | +8 | −8 | Go to diff View file |
M | src/www/tracker/edit_comment.php | +3 | −3 | Go to diff View file |
M | src/www/tracker/export.php | +17 | −17 | Go to diff View file |
M | src/www/tracker/gotoid.php | +15 | −15 | Go to diff View file |
M | src/www/tracker/group_selection.php | +1 | −1 | Go to diff View file |
M | src/www/tracker/import_admin.php | +10 | −10 | Go to diff View file |
M | src/www/tracker/index.php | +68 | −68 | Go to diff View file |
M | src/www/tracker/masschange_detail.php | +7 | −7 | Go to diff View file |
M | src/www/tracker/mod.php | +10 | −10 | Go to diff View file |
M | src/www/tracker/tracker_selection.php | +1 | −1 | Go to diff View file |
M | src/www/user/autocomplete.php | +2 | −2 | Go to diff View file |
M | tests/bin/SimpleTest11x/TuleapTestCase.php | +8 | −8 | Go to diff View file |
M | tests/bin/simpletest11x.php | +8 | −8 | Go to diff View file |
M | tests/e2e/distlp/tests/SVN/SVNCLITest.php | +3 | −3 | Go to diff View file |
M | tests/lib/DataAccessResult.class.php | +1 | −1 | Go to diff View file |
M | tests/lib/MockBuilder.php | +1 | −1 | Go to diff View file |
M | tests/lib/Psalm/PsalmCommandLauncherWithIgnoreDirectory.php | +1 | −1 | Go to diff View file |
M | tests/lib/TemporaryTestDirectory.php | +2 | −2 | Go to diff View file |
M | tests/lib/TestHelper.class.php | +1 | −1 | Go to diff View file |
M | tests/phpcs/non-psr-rules.xml | +24 | −0 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset-minimal.xml | +3 | −0 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset.xml | +3 | −0 | Go to diff View file |
M | tests/phpunit/common/Dashboard/DashboardTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/ProjectDashboardXMLImporterLinesTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/ProjectDashboardXMLImporterTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/Dashboard/User/UserDashboardRetrieverTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSFileFactoryTest.php | +73 | −73 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSFileTest.php | +8 | −8 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSPermissionManagerTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSXMLImporterTest.php | +8 | −8 | Go to diff View file |
M | tests/phpunit/common/FRS/LicenseAgreement/LicenseAgreementFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/FRS/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilderTest.php | +9 | −9 | Go to diff View file |
M | tests/phpunit/common/Http/Server/Authentication/BasicAuthLoginExtractorTest.php | +6 | −6 | Go to diff View file |
M | tests/phpunit/common/Include/Codendi_DiffTest.php | +53 | −57 | Go to diff View file |
M | tests/phpunit/common/Include/ForgeUpgradeConfigTest.php | +16 | −16 | Go to diff View file |
M | tests/phpunit/common/Include/HTTPRequest/HTTPRequestBrowserTests.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Include/JSONHeaderTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Include/SimpleSanitizerTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Include/TmpWatchTest.php | +34 | −34 | Go to diff View file |
M | tests/phpunit/common/Include/URLTest.php | +5 | −5 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationPermissionsOverriderAnonymousPlatformAndNoOverriderTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRegularPlatformAndNoOverriderTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndNoOverriderTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndOverriderForceAnonymousButOverriderForceGrantTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndOverriderForceAnonymousTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationRedirectionTests.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/Include/UrlVerification/URLVerificationTest.php | +6 | −6 | Go to diff View file |
M | tests/phpunit/common/Label/REST/LabelsUpdaterTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/Plugin/PluginManagerTest.php | +7 | −7 | Go to diff View file |
M | tests/phpunit/common/Plugin/PluginTest.php | +59 | −59 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/DescriptionFields/FieldUpdatorTest.php | +6 | −6 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/ProjectUGroup/MemberAdditionControllerTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/ProjectUGroup/MemberRemovalControllerTest.php | +5 | −5 | Go to diff View file |
M | tests/phpunit/common/Project/OneStepProjectCreationRequestTest.php | +4 | −4 | Go to diff View file |
M | tests/phpunit/common/Project/OneStepProjectCreationValidatorTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectXMLExporterTest.php | +36 | −36 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectXMLExporterWithSynchronizedUGroupsTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectXMLImporterTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/Service/DeleteControllerTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/UGroupLiteralizerTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/Project/UGroupManagerGetUGroupTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithStatusCheckAndNotificationsTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/UGroups/Membership/MemberRemoverTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/Project/UgroupDuplicatorTest.php | +7 | −7 | Go to diff View file |
M | tests/phpunit/common/Project/XML/Import/ZipArchiveTest.php | +7 | −7 | Go to diff View file |
M | tests/phpunit/common/Queue/TaskWorker/TaskWorkerProcessCommandTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Reference/ReferenceTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Request/FrontRouterTest.php | +4 | −4 | Go to diff View file |
M | tests/phpunit/common/SystemEvent/SystemEventProcessorRootTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/SystemEvent/include/SystemEvent_PROJECT_RENAME_Test.php | +9 | −9 | Go to diff View file |
M | tests/phpunit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFYRenameTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/SystemEvent/include/SystemEvent_USER_RENAME_Test.php | +4 | −4 | Go to diff View file |
M | tests/phpunit/common/Tour/CustomToursFactoryTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Tour/TourFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/User/Account/DisplaySecurityControllerTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/User/GenericUserFactoryTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/User/OAuth2/AccessToken/OAuth2AccessTokenVerifierTest.php | +0 | −1 | Go to diff View file |
M | tests/phpunit/common/User/SSHKey/SSHKeyDeleteControllerTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/User/UserImportTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/User/UserSuspensionManagerTest.php | +1 | −2 | Go to diff View file |
M | tests/phpunit/common/User/UserTest.php | +27 | −27 | Go to diff View file |
M | tests/phpunit/common/User/User_SSHKeyDumperTest.php | +27 | −27 | Go to diff View file |
M | tests/phpunit/common/User/User_SSHKeyValidator_InputManagementTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/User/XML/UserXMLExportedCollectionTest.php | +7 | −7 | Go to diff View file |
M | tests/phpunit/common/dao/SystemEventDaoTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/event/EventManagerTest.php | +2 | −3 | Go to diff View file |
M | tests/phpunit/common/language/BaseLanguageFactoryTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/language/BaseLanguageTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/language/CustomizableContentLoaderTest.php | +4 | −4 | Go to diff View file |
M | tests/phpunit/common/language/Gettext/POTFileDumperTest.php | +7 | −7 | Go to diff View file |
M | tests/phpunit/common/layout/LayoutTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/session/Codendi_SessionTest.php | +10 | −10 | Go to diff View file |
M | tests/phpunit/common/svn/PreCommitCommitToTagTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/tracker/ArtifactImportTest.php | +16 | −16 | Go to diff View file |
M | tests/phpunit/common/tracker/ArtifactXMLExporterTest.php | +442 | −442 | Go to diff View file |
M | tests/phpunit/common/valid/Rule_FRSFileNameTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/valid/Rule_FileTest.php | +6 | −6 | Go to diff View file |
M | tests/phpunit/common/wiki/WikiAttachmentTest.php | +19 | −19 | Go to diff View file |
M | tests/phpunit/common/xml/ProjectXMLMergerTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/xml/SecurityTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/xml/SimpleXMLCDATAFactoryTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/tuleap-cfg/Command/ConfigureCommandTest.php | +10 | −10 | Go to diff View file |
M | tests/phpunit/tuleap-cfg/Command/SystemControlCommandDockerCentos7Test.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/tuleap-cfg/Command/SystemControlCommandTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/www/include/ServiceCreateServiceTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/www/include/UtilsHTTPTest.php | +4 | −4 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +41 | −41 | Go to diff View file |
M | tests/rest/bin/init_data.php | +1 | −1 | Go to diff View file |
M | tests/rest/bin/init_data_plugins.php | +1 | −1 | Go to diff View file |
M | tests/rest/lib/RestBase.php | +2 | −2 | Go to diff View file |
M | tests/rest/lib/TestDataBuilder.php | +3 | −3 | Go to diff View file |
M | tests/rest/lib/tracker/Tracker.php | +1 | −1 | Go to diff View file |
M | tests/rest/tests/AccessKeyTest.php | +1 | −1 | Go to diff View file |
M | tests/rest/tests/ArtifactFilesTest.php | +18 | −18 | Go to diff View file |
M | tests/rest/tests/ArtifactsChangesetsTest.php | +5 | −5 | Go to diff View file |
M | tests/rest/tests/ArtifactsTest.php | +13 | −13 | Go to diff View file |
M | tests/rest/tests/BacklogItemsTest.php | +15 | −15 | Go to diff View file |
M | tests/rest/tests/CardsTest.php | +6 | −6 | Go to diff View file |
M | tests/rest/tests/MilestonesBacklogPatchTest.php | +8 | −8 | Go to diff View file |
M | tests/rest/tests/MilestonesBacklogTest.php | +6 | −6 | Go to diff View file |
M | tests/rest/tests/MilestonesCardwallTest.php | +4 | −4 | Go to diff View file |
M | tests/rest/tests/MilestonesContentTest.php | +6 | −6 | Go to diff View file |
M | tests/rest/tests/MilestonesMilestonesTest.php | +11 | −11 | Go to diff View file |
M | tests/rest/tests/MilestonesTest.php | +14 | −14 | Go to diff View file |
M | tests/rest/tests/PhpWikiTest.php | +14 | −14 | Go to diff View file |
M | tests/rest/tests/PlanningTest.php | +7 | −7 | Go to diff View file |
M | tests/rest/tests/ProjectTest.php | +92 | −92 | Go to diff View file |
M | tests/rest/tests/ReadOnlyAdministrator/ArtifactFilesTest.php | +3 | −3 | Go to diff View file |
M | tests/rest/tests/ReadOnlyAdministrator/ProjectTest.php | +26 | −26 | Go to diff View file |
M | tests/rest/tests/TrackersTest.php | +13 | −13 | Go to diff View file |
M | tests/rest/tests/UserGroupTest.php | +18 | −18 | Go to diff View file |
M | tests/rest/tests/UsersTest.php | +53 | −53 | Go to diff View file |
M | tests/rest/tests/regressions/MilestonesContentOrderTest.php | +2 | −2 | 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 | +1 | −1 | Go to diff View file |
M | tests/simpletest/LanguageFilesTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/backend/BackendAliasesTest.php | +6 | −6 | Go to diff View file |
M | tests/simpletest/common/backend/BackendCVSTest.php | +81 | −82 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSVNTest.php | +40 | −42 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSystemTest.php | +59 | −60 | Go to diff View file |
M | tests/simpletest/common/backend/BackendTest.php | +6 | −6 | Go to diff View file |
M | tests/soap/bin/generate-testsuite.php | +3 | −3 | Go to diff View file |
M | tests/soap/bin/init_data.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Apache/BackendSVN.php | +4 | −4 | Go to diff View file |
M | tools/Configuration/Apache/TuleapAuthModule.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Apache/TuleapWeb.php | +3 | −3 | Go to diff View file |
M | tools/Configuration/Common/Exec.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Docker/BackendSVN.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Etc/LoadLocalInc.php | +4 | −4 | Go to diff View file |
M | tools/Configuration/FPM/BackendSVN.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Logger/Console.php | +2 | −2 | Go to diff View file |
M | tools/Configuration/Logger/Wrapper.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Mysql/BackendSVN.php | +5 | −5 | Go to diff View file |
M | tools/Configuration/Nginx/BackendSVN.php | +8 | −8 | Go to diff View file |
M | tools/Configuration/Nginx/BackendWeb.php | +2 | −2 | Go to diff View file |
M | tools/Configuration/Nginx/Common.php | +15 | −15 | Go to diff View file |
M | tools/Configuration/Nginx/ReverseProxy.php | +10 | −10 | Go to diff View file |
M | tools/Configuration/Nginx/TuleapWeb.php | +5 | −5 | Go to diff View file |
M | tools/distlp/backend-web/run.php | +1 | −1 | Go to diff View file |
M | tools/utils/TuleapDev/GerritSetupCommand.php | +7 | −8 | Go to diff View file |
M | tools/utils/TuleapDev/RegisterIPCommand.php | +1 | −1 | Go to diff View file |
M | tools/utils/admin/activate_plugin.php | +1 | −1 | Go to diff View file |
M | tools/utils/dump_trackerv3_attachments.php | +3 | −3 | Go to diff View file |
M | tools/utils/generate-po.php | +1 | −2 | 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 |
M | tools/utils/tuleap-dev.php | +1 | −1 | Go to diff View file |