Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: dd885dc7b83c37cb5229ecbb41be67bb4da9354f https://github.com/phpmyadmin/phpmyadmin/commit/dd885dc7b83c37cb5229ecbb41be... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-03-27 (Mon, 03 March 2023) -03:00
Changed paths: M examples/config.manyhosts.inc.php M examples/openid.php M examples/signon-script.php M libraries/classes/Advisory/Advisor.php M libraries/classes/BrowseForeigners.php M libraries/classes/Charsets.php M libraries/classes/CheckUserPrivileges.php M libraries/classes/Config.php M libraries/classes/Config/ConfigFile.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/FormDisplay.php M libraries/classes/Config/FormDisplayTemplate.php M libraries/classes/Config/Forms/Page/BrowseForm.php M libraries/classes/Config/Forms/Page/DbStructureForm.php M libraries/classes/Config/Forms/Page/EditForm.php M libraries/classes/Config/Forms/Page/TableStructureForm.php M libraries/classes/Config/Forms/Setup/ConfigForm.php M libraries/classes/Config/Forms/Setup/FeaturesForm.php M libraries/classes/Config/Forms/Setup/ServersForm.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/Config/Forms/User/ImportForm.php M libraries/classes/Config/Forms/User/MainForm.php M libraries/classes/Config/Forms/User/NaviForm.php M libraries/classes/Config/Forms/User/SqlForm.php M libraries/classes/Config/SpecialSchemaLinks.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/ConfigStorage/UserGroups.php M libraries/classes/Controllers/Database/ExportController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/MultiTableQueryController.php M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php M libraries/classes/Controllers/Database/Structure/RealRowCountController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/GisDataEditorController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/Import/StatusController.php M libraries/classes/Controllers/Normalization/AddNewPrimaryController.php M libraries/classes/Controllers/Normalization/MainController.php M libraries/classes/Controllers/Preferences/TwoFactorController.php M libraries/classes/Controllers/RecentTablesListController.php M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Controllers/Server/EnginesController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Server/PluginsController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Server/ShowEngineController.php M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php M libraries/classes/Controllers/Server/Status/VariablesController.php M libraries/classes/Controllers/Server/Variables/GetVariableController.php M libraries/classes/Controllers/Server/Variables/SetVariableController.php M libraries/classes/Controllers/Server/VariablesController.php M libraries/classes/Controllers/Setup/AbstractController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Controllers/Table/AddFieldController.php M libraries/classes/Controllers/Table/ExportController.php M libraries/classes/Controllers/Table/FindReplaceController.php M libraries/classes/Controllers/Table/IndexRenameController.php M libraries/classes/Controllers/Table/IndexesController.php M libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php M libraries/classes/Controllers/Table/Maintenance/ChecksumController.php M libraries/classes/Controllers/Table/Maintenance/OptimizeController.php M libraries/classes/Controllers/Table/Maintenance/RepairController.php M libraries/classes/Controllers/Table/Partition/DropController.php M libraries/classes/Controllers/Table/Partition/RebuildController.php M libraries/classes/Controllers/Table/Partition/TruncateController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Controllers/Table/RelationController.php M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php M libraries/classes/Controllers/Table/Structure/SaveController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/Controllers/Table/ZoomSearchController.php M libraries/classes/Controllers/Transformation/OverviewController.php M libraries/classes/Controllers/VersionCheckController.php M libraries/classes/Controllers/View/CreateController.php M libraries/classes/Core.php M libraries/classes/CreateAddField.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Designer/Common.php M libraries/classes/Database/Events.php M libraries/classes/Database/Qbe.php M libraries/classes/Database/Routines.php M libraries/classes/Database/Search.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Results.php M libraries/classes/Encoding.php M libraries/classes/Engines/Bdb.php M libraries/classes/Engines/Innodb.php M libraries/classes/Engines/Memory.php M libraries/classes/Engines/Ndbcluster.php M libraries/classes/Error.php M libraries/classes/ErrorReport.php M libraries/classes/Export.php M libraries/classes/Export/Options.php M libraries/classes/FileListing.php M libraries/classes/Font.php M libraries/classes/Gis/GisGeometry.php M libraries/classes/Gis/GisGeometryCollection.php M libraries/classes/Gis/GisLineString.php M libraries/classes/Gis/GisMultiLineString.php M libraries/classes/Gis/GisMultiPoint.php M libraries/classes/Gis/GisMultiPolygon.php M libraries/classes/Gis/GisPoint.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Gis/GisVisualization.php M libraries/classes/Git.php M libraries/classes/Html/Generator.php M libraries/classes/Import.php M libraries/classes/Import/Ajax.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/IpAllowDeny.php M libraries/classes/Linter.php M libraries/classes/ListDatabase.php M libraries/classes/Menu.php M libraries/classes/Message.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Normalization.php M libraries/classes/OpenDocument.php M libraries/classes/Operations.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/Export/ExportCsv.php M libraries/classes/Plugins/Export/ExportHtmlword.php M libraries/classes/Plugins/Export/ExportJson.php M libraries/classes/Plugins/Export/ExportLatex.php M libraries/classes/Plugins/Export/ExportMediawiki.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportPdf.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportTexytext.php M libraries/classes/Plugins/Export/ExportYaml.php M libraries/classes/Plugins/Export/Helpers/TableProperty.php M libraries/classes/Plugins/ExportPlugin.php M libraries/classes/Plugins/Import/ImportCsv.php M libraries/classes/Plugins/Import/ImportMediawiki.php M libraries/classes/Plugins/Import/ImportOds.php M libraries/classes/Plugins/Import/ImportShp.php M libraries/classes/Plugins/Import/ImportSql.php M libraries/classes/Plugins/Import/ImportXml.php M libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php M libraries/classes/Plugins/Schema/Dia/TableStatsDia.php M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php M libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php M libraries/classes/Plugins/Schema/RelationStats.php M libraries/classes/Plugins/Schema/SchemaDia.php M libraries/classes/Plugins/Schema/SchemaEps.php M libraries/classes/Plugins/Schema/SchemaPdf.php M libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php M libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php M libraries/classes/Query/Utilities.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/Replication/ReplicationGui.php M libraries/classes/Replication/ReplicationInfo.php M libraries/classes/Sanitize.php M libraries/classes/SavedSearches.php M libraries/classes/Scripts.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Status/Data.php M libraries/classes/Server/Status/Monitor.php M libraries/classes/Server/Status/Processes.php M libraries/classes/Server/SysInfo/Linux.php M libraries/classes/Server/SysInfo/SysInfo.php M libraries/classes/Setup/FormProcessing.php M libraries/classes/Setup/Index.php M libraries/classes/Sql.php M libraries/classes/SqlQueryForm.php M libraries/classes/Table.php M libraries/classes/Table/ColumnsDefinition.php M libraries/classes/Table/Indexes.php M libraries/classes/Table/Search.php M libraries/classes/Template.php M libraries/classes/Theme/Theme.php M libraries/classes/Tracking/Tracker.php M libraries/classes/Tracking/Tracking.php M libraries/classes/Transformations.php M libraries/classes/Twig/AssetExtension.php M libraries/classes/TwoFactor.php M libraries/classes/Types.php M libraries/classes/UserPassword.php M libraries/classes/UserPreferences.php M libraries/classes/Util.php M libraries/classes/Utils/Gis.php M libraries/classes/Utils/HttpRequest.php M libraries/classes/VersionInformation.php M libraries/classes/WebAuthn/CustomServer.php M libraries/classes/ZipExtension.php M libraries/services.php M libraries/services_controllers.php M psalm-baseline.xml M test/classes/Advisory/AdvisorTest.php M test/classes/BrowseForeignersTest.php M test/classes/CacheTest.php M test/classes/Charsets/CollationTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Command/WriteGitRevisionCommandTest.php M test/classes/Config/ConfigFileTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/Config/Settings/SchemaTest.php M test/classes/ConfigStorage/RelationParametersTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/Controllers/AbstractControllerTest.php M test/classes/Controllers/CollationConnectionControllerTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/LintControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Normalization/CreateNewColumnControllerTest.php M test/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php M test/classes/Controllers/Normalization/ThirdNormalForm/CreateNewTablesControllerTest.php M test/classes/Controllers/Normalization/ThirdNormalForm/FirstStepControllerTest.php M test/classes/Controllers/Normalization/ThirdNormalForm/NewTablesControllerTest.php M test/classes/Controllers/SchemaExportControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/ChartControllerTest.php M test/classes/Controllers/Table/DeleteRowsControllerTest.php M test/classes/Controllers/Table/DropColumnConfirmationControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/GetFieldControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Controllers/Table/Structure/SpatialControllerTest.php M test/classes/Controllers/Table/Structure/UniqueControllerTest.php M test/classes/Controllers/ThemeSetControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Database/DesignerTest.php M test/classes/Database/QbeTest.php M test/classes/Database/RoutinesTest.php M test/classes/Database/SearchTest.php M test/classes/Database/TriggersTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Dbal/WarningTest.php M test/classes/Display/ResultsTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/MemoryTest.php M test/classes/Engines/NdbclusterTest.php M test/classes/Engines/PbxtTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/Export/OptionsTest.php M test/classes/ExportTest.php M test/classes/FileListingTest.php M test/classes/FileTest.php M test/classes/FlashMessagesTest.php M test/classes/FontTest.php M test/classes/FooterTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/Gis/GisVisualizationTest.php M test/classes/GitTest.php M test/classes/Html/GeneratorTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/Import/SimulateDmlTest.php M test/classes/ImportTest.php M test/classes/InsertEditTest.php M test/classes/IpAllowDenyTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/MessageTest.php M test/classes/MimeTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/NormalizationTest.php M test/classes/OpenDocumentTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportMediawikiTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportPdfTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/RoutingTest.php M test/classes/SanitizeTest.php M test/classes/ScriptsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/SysInfo/SysInfoTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/StorageEngineTest.php M test/classes/Stubs/DbiDummy.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Table/IndexesTest.php M test/classes/Table/SearchTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/Theme/ThemeTest.php M test/classes/Tracking/TrackerTest.php M test/classes/Tracking/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/TwoFactorTest.php M test/classes/TypesByDatabaseVersionTest.php M test/classes/TypesTest.php M test/classes/UrlTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/Utils/ForeignKeyTest.php M test/classes/Utils/FormatConverterTest.php M test/classes/Utils/HttpRequestTest.php M test/classes/VersionInformationTest.php M test/classes/WebAuthn/CBORDecoderTest.php M test/classes/ZipExtensionTest.php M test/selenium/ExportTest.php M test/selenium/TestBase.php
Log Message: ----------- Use single-line arrays when possible
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev