stable
Clone or download
Read-only
request #27901: Enforce proper indentation in multiline PHP arrays
Change-Id: If7208d24060b45bba68753c1660775acc730f82b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneSelectorController.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanTest.php | +12 | −12 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php | +8 | −7 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/Admin/UpdateRequestValidatorTest.php | +6 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php | +10 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetLastMilestoneCreatedTest.php | +11 | −11 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryTest.php | +6 | −5 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php | +8 | −4 | Go to diff View file |
M | plugins/api_explorer/include/Specification/Swagger/SwaggerJsonPathsAndDefinitions.php | +5 | −5 | Go to diff View file |
M | plugins/baseline/tests/unit/Adapter/BaselineRepositoryAdapterTest.php | +2 | −1 | Go to diff View file |
M | plugins/baseline/tests/unit/Adapter/ComparisonRepositoryAdapterTest.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/RendererBoardBuilder.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/tests/unit/Cardwall_SwimLineFactoryTest.php | +7 | −4 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +2 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +21 | −21 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/NotificationCycle.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php | +13 | −10 | Go to diff View file |
M | plugins/docman/include/Docman_Actions.class.php | +38 | −29 | Go to diff View file |
M | plugins/docman/include/Docman_CloneItemsVisitor.class.php | +9 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_Controller.class.php | +27 | −15 | Go to diff View file |
M | plugins/docman/include/Docman_Item.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +18 | −18 | Go to diff View file |
M | plugins/docman/include/Docman_ItemFactory.class.php | +19 | −17 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataDao.class.php | +8 | −6 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataFactory.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPActions.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_Version.class.php | +9 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_VersionFactory.class.php | +5 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_WikiController.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/ProjectConfiguredMetadataRepresentation.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +6 | −5 | Go to diff View file |
M | plugins/docman/include/soap.php | +65 | −64 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Browse.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Details.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php | +19 | −16 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php | +22 | −13 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemRanking.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_New.class.php | +6 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewDocument.class.php | +8 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ProjectHeader.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ReportSettings.class.php | +5 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Table.class.php | +6 | −5 | Go to diff View file |
M | plugins/docman/include/view/soap/Docman_View_SOAP_Search.class.php | +5 | −4 | Go to diff View file |
M | plugins/docman/tests/unit/BuildItemMappingVisitorTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/unit/CopyItemsTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/unit/ItemFactoryTest.php | +18 | −14 | Go to diff View file |
M | plugins/docman/tests/unit/NotificationsManager_DeleteTest.php | +9 | −5 | Go to diff View file |
M | plugins/docman/tests/unit/NotificationsManager_MoveTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/unit/PermissionManager/Docman_PermissionsManagerTest.php | +24 | −12 | Go to diff View file |
M | plugins/docman/tests/unit/TokenTest.php | +5 | −5 | Go to diff View file |
M | plugins/docman/tests/unit/bin/DocmanImport/TreesTest.php | +53 | −53 | Go to diff View file |
M | plugins/document/tests/unit/Config/Project/SearchColumnFilterTest.php | +7 | −7 | Go to diff View file |
M | plugins/document/tests/unit/Config/Project/SearchCriteriaFilterTest.php | +5 | −5 | Go to diff View file |
M | plugins/dynamic_credentials/tests/rest/DynamicCredentialsTest.php | +6 | −6 | Go to diff View file |
M | plugins/forumml/include/forumml_utils.php | +6 | −5 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201304111018_add_remote_server_key.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/BreadCrumbDropdown/RepositoryCrumbBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Ci.class.php | +5 | −4 | Go to diff View file |
M | plugins/git/include/Git/HTTP/Wrapper.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/WebhookController.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +4 | −3 | Go to diff View file |
M | plugins/git/include/GitPHP/git/FileDiff.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/REST/v1/GitCommitRepresentation.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/rest/Git/RepositoryTest.php | +27 | −27 | Go to diff View file |
M | plugins/git/tests/unit/GitActionsTest.php | +9 | −6 | Go to diff View file |
M | plugins/git/tests/unit/GitForkRepositoriesTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/unit/GitViewsRepositoriesTraversalStrategySelectboxTest.php | +105 | −105 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php | +7 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php | +7 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php | +3 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php | +9 | −8 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php | +12 | −6 | Go to diff View file |
M | plugins/hudson/include/hudsonViews.class.php | +4 | −2 | Go to diff View file |
M | plugins/ldap/tests/unit/LDAPDirectorySynchronizationTest.php | +12 | −12 | Go to diff View file |
M | plugins/mediawiki/bin/mw-plugin-init.php | +8 | −8 | Go to diff View file |
M | plugins/mediawiki/fusionforge/FusionForge.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/tests/unit/CleanUnusedTest.php | +12 | −12 | Go to diff View file |
M | plugins/mediawiki/www/LocalSettings.php | +12 | −12 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +5 | −4 | Go to diff View file |
M | plugins/mediawiki_standalone/additional-packages/mediawiki-tuleap-config/LocalSettings.Tuleap.php | +21 | −21 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Authorization/AuthorizationRequestCreator.php | +9 | −9 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/ServiceProFTPd.class.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/rest/v1/ProjectResourceTest.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationDetectorTest.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FieldDataTest.php | +8 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Backlog/BacklogSearcherTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/MirroredTimebox/MirroredIterationIdentifierCollectionTest.php | +1 | −1 | Go to diff View file |
M | plugins/project_ownership/tests/unit/ProjectOwner/UserWithStarBadgeFinderTest.php | +1 | −1 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.php | +7 | −6 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageManager.class.php | +12 | −10 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Scm.class.php | +8 | −6 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessControlController.php | +4 | −4 | Go to diff View file |
M | plugins/svn/include/SVN/Statistic/SCMUsageCollector.php | +2 | −1 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Breadcrumbs/AdmininistrationBreadcrumbs.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/StartTestManagementPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/StepChecker.php | +8 | −8 | Go to diff View file |
M | plugins/testmanagement/include/testmanagementPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Heartbeat/LatestHeartbeatsCollectorTest.php | +7 | −7 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionDataConverterTest.php | +21 | −21 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionTest.php | +16 | −16 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Admin/AdminPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Router.php | +8 | −8 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/timetracking/tests/rest/Timetracking/TimetrackingReportTest.php | +7 | −7 | Go to diff View file |
M | plugins/timetracking/tests/rest/Timetracking/TimetrackingTest.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201209121717_turn_tables_innodb.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Artifact.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php | +27 | −22 | Go to diff View file |
M | plugins/tracker/include/Tracker/CardFields.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportDoneIssuesExporter.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Reports/XmlReportOpenIssuesExporter.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenterBuilder.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php | +16 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/Settings/NotificationsUserSettingsDisplayController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +19 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDone.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/ProjectRendererWidgetXMLImporter.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/tracker_permissions.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/integration/PriorityDaoPerformancesTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentCreatorTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/CommentOnlyChangesetCreatorTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/PossibleParentsRetrieverTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php | +107 | −107 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementFactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Container_ColumnTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionCheckerTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php | +12 | −11 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerForbiddenTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerIsUsedInFieldDependencyTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnLinksCountTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueRetrieverTest.php | +16 | −16 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusFactoryTest.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/Tracker_TooltipFactoryTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Tracker_Semantic_ContributorFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_UgroupMappingBuilderTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/TrackerTest.php | +27 | −27 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesFactoryTest.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php | +45 | −45 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/WorkflowTest.php | +7 | −5 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/userlog/include/UserLogManager.class.php | +10 | −9 | Go to diff View file |
M | plugins/webdav/include/BrowserPlugin.class.php | +4 | −4 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVProject.class.php | +2 | −1 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVFRSPackageTest.php | +5 | −4 | Go to diff View file |
M | src/common/ConcurrentVersionsSystem/ServiceCVS.php | +2 | −1 | Go to diff View file |
M | src/common/FRS/FRSFileFactory.class.php | +9 | −5 | Go to diff View file |
M | src/common/FRS/FRSLog.class.php | +7 | −7 | Go to diff View file |
M | src/common/FRS/FRSPackageFactory.class.php | +6 | −3 | Go to diff View file |
M | src/common/FRS/FRSReleaseFactory.class.php | +6 | −3 | Go to diff View file |
M | src/common/FRS/FileModuleMonitorFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/FRS/ServiceFile.class.php | +2 | −1 | Go to diff View file |
M | src/common/Layout/Layout.class.php | +1 | −1 | Go to diff View file |
M | src/common/MailingList/MailingListPresenterBuilder.php | +4 | −2 | Go to diff View file |
M | src/common/Project/Service/ServiceIconValidator.php | +1791 | −1791 | Go to diff View file |
M | src/common/SVNCore/SVN_LogFactory.class.php | +4 | −3 | Go to diff View file |
M | src/common/User/User.class.php | +11 | −9 | Go to diff View file |
M | src/common/User/UserManager.class.php | +5 | −3 | Go to diff View file |
M | src/common/admin/Admin_ProjectListExporter.class.php | +14 | −12 | Go to diff View file |
M | src/common/chart/ColorsForCharts.php | +2 | −1 | Go to diff View file |
M | src/common/include/URLVerificationFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/search/SearchController.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +19 | −19 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactory.class.php | +4 | −4 | Go to diff View file |
M | src/common/tracker/ArtifactImport.class.php | +42 | −34 | Go to diff View file |
M | src/common/tracker/ArtifactTypeFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactImportHtml.class.php | +9 | −6 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactReportHtml.class.php | +6 | −3 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactTypeHtml.class.php | +31 | −28 | Go to diff View file |
M | src/common/wiki/actions/WikiServiceAdminActions.class.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevision.class.php | +4 | −3 | Go to diff View file |
M | src/common/wiki/lib/WikiCloner.class.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/lib/WikiPage.class.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/lib/WikiPageWrapper.class.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/codendi.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php | +167 | −166 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/BlockParser.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/EditToolbar.php | +91 | −76 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ExternalReferrer.php | +40 | −40 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/FileFinder.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlElement.php | +5 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlParser.php | +46 | −46 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +50 | −49 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/InlineParser.php | +11 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageList.php | +87 | −73 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PagePerm.php | +44 | −33 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RSSWriter091.php | +7 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Request.php | +9 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssParser.php | +19 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter.php | +13 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter2.php | +11 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/SemanticWeb.php | +4 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/TextSearchQuery.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Theme.php | +10 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend.php | +5 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php | +14 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/AllRevisionsIter.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiGroup.php | +18 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPlugin.php | +33 | −24 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPluginCached.php | +8 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser.php | +36 | −30 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +34 | −31 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/config.php | +13 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff.php | +17 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/display.php | +22 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/editpage.php | +53 | −44 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/loadsave.php | +28 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/main.php | +42 | −40 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/PEAR.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AddComment.php | +9 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AllPages.php | +4 | −4 | 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 | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AuthorHistory.php | +15 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BackLinks.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogArchives.php | +14 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogJournal.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Calendar.php | +13 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CalendarList.php | +13 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CategoryPage.php | +13 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateBib.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreatePage.php | +7 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateToc.php | +28 | −24 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Diff.php | +20 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/EditMetaData.php | +4 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php | +24 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FileInfo.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FrameInclude.php | +21 | −21 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FullTextSearch.php | +8 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FuzzyPages.php | +8 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/GoTo.php | +5 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HelloWorld.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HtmlConverter.php | +14 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePage.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePages.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludeSiteMap.php | +11 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/JabberPresence.php | +6 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LikePages.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListPages.php | +4 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListSubpages.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/MostPopular.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OldStyleTable.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageDump.php | +30 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageGroup.php | +11 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageHistory.php | +39 | −30 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageInfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageTrail.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php | +75 | −58 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php | +10 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PluginManager.php | +4 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PopularNearby.php | +10 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PrevNext.php | +19 | −19 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RandomPage.php | +6 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RdfDefinition.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentChanges.php | +47 | −41 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentComments.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RedirectTo.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RichTable.php | +9 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RssFeed.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SearchHighlight.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SiteMap.php | +11 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SystemInfo.php | +45 | −43 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Template.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TitleSearch.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Transclude.php | +10 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TranslateText.php | +15 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php | +15 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UpLoad.php | +21 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UserPreferences.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPages.php | +5 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPagesOld.php | +10 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php | +10 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php | +7 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php | +7 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php | +11 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php | +21 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php | +18 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php | +22 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSetAcl.php | +13 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php | +19 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiBlog.php | +29 | −27 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForm.php | +20 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php | +15 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForum.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php | +27 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php | +18 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_PreferencesInfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php | +11 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/text2png.php | +4 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/removepage.php | +5 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/stdlib.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/upgrade.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php | +9 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/Utils.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ziplib.php | +60 | −58 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi-light-printer-version/themeinfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi-lite/themeinfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi/themeinfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Sidebar/themeinfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/default/themeinfo.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/views/WikiServiceAdminViews.class.php | +18 | −15 | Go to diff View file |
M | src/common/wiki/views/WikiServiceViews.class.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/views/WikiViews.class.php | +6 | −6 | Go to diff View file |
M | src/core/sparklines.php | +5 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_balls.inc.php | +23 | −16 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php | +4 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php | +3 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_stars.inc.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +26 | −21 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_bar.php | +5 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_contour.php | +9 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_date.php | +50 | −37 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gantt.php | +15 | −10 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gb2312.php | +1491 | −1490 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gradient.php | +4 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_led.php | +132 | −132 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie.php | +5 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie3d.php | +16 | −10 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php | +4 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_scatter.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php | +250 | −214 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_utils.inc.php | +3 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/lang/en.inc.php | +359 | −358 | Go to diff View file |
M | src/embedded_vendor/jpgraph/lang/prod.inc.php | +357 | −356 | Go to diff View file |
M | src/www/admin/usergroup.php | +2 | −1 | Go to diff View file |
M | src/www/cvs/index.php | +2 | −2 | Go to diff View file |
M | src/www/file/file_utils.php | +4 | −6 | Go to diff View file |
M | src/www/file/showfiles.php | +2 | −1 | Go to diff View file |
M | src/www/forum/admin/index.php | +8 | −4 | Go to diff View file |
M | src/www/forum/forum.php | +2 | −1 | Go to diff View file |
M | src/www/forum/index.php | +3 | −2 | Go to diff View file |
M | src/www/forum/monitor_thread.php | +2 | −1 | Go to diff View file |
M | src/www/include/nusoap.php | +82 | −72 | Go to diff View file |
M | src/www/include/utils_soap.php | +2 | −1 | Go to diff View file |
M | src/www/news/admin/index.php | +2 | −1 | Go to diff View file |
M | src/www/news/index.php | +3 | −2 | Go to diff View file |
M | src/www/news/submit.php | +2 | −1 | Go to diff View file |
M | src/www/project/admin/permissions.php | +15 | −12 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +65 | −57 | Go to diff View file |
M | src/www/project/admin/ugroup_utils.php | +6 | −4 | Go to diff View file |
M | src/www/project/export/access_logs_export.php | +75 | −58 | Go to diff View file |
M | src/www/soap/common/group.php | +20 | −19 | Go to diff View file |
M | src/www/soap/common/session.php | +8 | −8 | Go to diff View file |
M | src/www/soap/common/users.php | +2 | −2 | Go to diff View file |
M | src/www/soap/frs/frs.php | +169 | −158 | Go to diff View file |
M | src/www/soap/tracker/tracker.php | +420 | −420 | Go to diff View file |
M | src/www/svn/admin/access_control.php | +2 | −1 | Go to diff View file |
M | src/www/svn/admin/general_settings.php | +2 | −1 | Go to diff View file |
M | src/www/svn/admin/immutable_tags.php | +2 | −1 | Go to diff View file |
M | src/www/svn/admin/index.php | +1 | −1 | Go to diff View file |
M | src/www/svn/admin/notification.php | +1 | −1 | Go to diff View file |
M | src/www/svn/browse_revision.php | +2 | −1 | Go to diff View file |
M | src/www/svn/detail_revision.php | +2 | −1 | Go to diff View file |
M | src/www/svn/svn_utils.php | +22 | −11 | Go to diff View file |
M | src/www/tracker/add.php | +2 | −1 | Go to diff View file |
M | src/www/tracker/admin/admin_trackers.php | +2 | −1 | Go to diff View file |
M | src/www/tracker/admin/field_sets.php | +2 | −1 | Go to diff View file |
M | src/www/tracker/admin/field_usage.php | +2 | −1 | Go to diff View file |
M | src/www/tracker/admin/field_values.php | +2 | −1 | Go to diff View file |
M | src/www/tracker/admin/field_values_details.php | +2 | −1 | Go to diff View file |
M | src/www/tracker/admin/index.php | +17 | −9 | Go to diff View file |
M | src/www/tracker/admin/restore.php | +5 | −5 | Go to diff View file |
M | src/www/tracker/admin/tracker_permissions.php | +6 | −3 | Go to diff View file |
M | src/www/tracker/browse.php | +15 | −14 | Go to diff View file |
M | src/www/tracker/copy.php | +5 | −4 | Go to diff View file |
M | src/www/tracker/detail.php | +5 | −4 | Go to diff View file |
M | src/www/tracker/edit_comment.php | +4 | −3 | Go to diff View file |
M | src/www/tracker/import_admin.php | +2 | −2 | Go to diff View file |
M | src/www/tracker/masschange_detail.php | +5 | −4 | Go to diff View file |
M | src/www/tracker/mod.php | +5 | −4 | Go to diff View file |
M | src/www/user/autocomplete.php | +6 | −6 | Go to diff View file |
M | tests/integration/tests/Backend/BackendCVSTest.php | +12 | −8 | Go to diff View file |
M | tests/integration/tests/Backend/BackendSVNTest.php | +40 | −26 | Go to diff View file |
M | tests/phpcs/non-psr-rules.xml | +2 | −0 | Go to diff View file |
M | tests/rest/tests/ProjectTest.php | +12 | −12 | Go to diff View file |
M | tests/rest/tests/TrackersTest.php | +4 | −4 | Go to diff View file |
M | tests/rest/tests/UserGroupTest.php | +2 | −2 | Go to diff View file |
M | tests/rest/tests/UsersTest.php | +7 | −7 | Go to diff View file |
M | tests/rest/tests/regressions/ArtifactsCreationWithWrongWorkflowTest.php | +4 | −4 | Go to diff View file |
M | tests/unit/common/Config/ForgeConfigTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSPackageFactoryTest.php | +20 | −20 | Go to diff View file |
M | tests/unit/common/FRS/FRSXMLImporterTest.php | +10 | −5 | Go to diff View file |
M | tests/unit/common/Include/Codendi_HTMLPurifierTest.php | +8 | −6 | Go to diff View file |
M | tests/unit/common/Include/SOAPRequestTest.php | +3 | −2 | Go to diff View file |
M | tests/unit/common/Platform/Banner/BannerRetrieverTest.php | +2 | −1 | Go to diff View file |
M | tests/unit/common/Project/ProjectCreationDataTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Project/UGroupLiteralizerTest.php | +2 | −2 | Go to diff View file |
M | tests/unit/common/SVNCore/SVN_RepositoryListingGetSvnPathTest.php | +4 | −2 | Go to diff View file |
M | tests/unit/common/User/UserTest.php | +29 | −21 | Go to diff View file |
M | tests/unit/common/date/helper/DateHelperTest.php | +36 | −36 | Go to diff View file |
M | tests/unit/common/encoding/SupportedXmlCharEncodingTest.php | +14 | −14 | Go to diff View file |
M | tests/unit/common/permission/PermissionsManagerTest.php | +4 | −2 | Go to diff View file |
M | tests/unit/common/tracker/ArtifactImportTest.php | +22 | −17 | Go to diff View file |
M | tests/unit/common/valid/Rule_FileTest.php | +5 | −4 | Go to diff View file |
M | tests/unit/tests/Psalm/PsalmCILauncherTest.php | +2 | −1 | Go to diff View file |