Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3e0856c77b67fb0adbd1ca618632794ce5035996 https://github.com/phpmyadmin/phpmyadmin/commit/3e0856c77b67fb0adbd1ca618632... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-27 (Mon, 09 September 2021) -03:00
Changed paths: M libraries/advisory_rules_generic.php M libraries/classes/BrowseForeigners.php M libraries/classes/Common.php M libraries/classes/Config.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/PageSettings.php M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Config/Validator.php M libraries/classes/Controllers/ChangeLogController.php M libraries/classes/Controllers/Database/OperationsController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/Database/TrackingController.php M libraries/classes/Controllers/ErrorReportController.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Controllers/LicenseController.php M libraries/classes/Controllers/Server/Status/Processes/KillController.php M libraries/classes/Controllers/Server/Status/VariablesController.php M libraries/classes/Controllers/Table/Structure/SaveController.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Routines.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Results.php M libraries/classes/Engines/Innodb.php M libraries/classes/Engines/Pbxt.php M libraries/classes/Export.php M libraries/classes/File.php M libraries/classes/Gis/GisGeometry.php M libraries/classes/Import.php M libraries/classes/Index.php M libraries/classes/InsertEdit.php M libraries/classes/Linter.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Normalization.php M libraries/classes/Operations.php M libraries/classes/Plugins/AuthenticationPlugin.php M libraries/classes/Plugins/Export/ExportCodegen.php M libraries/classes/Plugins/Export/ExportOds.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Import/AbstractImportCsv.php M libraries/classes/Plugins/Import/ImportCsv.php M libraries/classes/Plugins/Import/ImportOds.php M libraries/classes/Plugins/Import/ImportXml.php M libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php M libraries/classes/Query/Generator.php M libraries/classes/Query/Utilities.php M libraries/classes/Relation.php M libraries/classes/ReplicationGui.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Status/Monitor.php M libraries/classes/Session.php M libraries/classes/Setup/Index.php M libraries/classes/StorageEngine.php M libraries/classes/Table.php M libraries/classes/Transformations.php M libraries/classes/Types.php M libraries/classes/Util.php M libraries/classes/Utils/Gis.php M show_config_errors.php M test/classes/BrowseForeignersTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Server/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Database/SearchTest.php M test/classes/Display/ResultsTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/PbxtTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/ImportTest.php M test/classes/InsertEditTest.php M test/classes/LinterTest.php M test/classes/MessageTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Import/ImportShpTest.php M test/classes/Plugins/Import/ImportSqlTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/ReplicationGuiTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/UserGroupsTest.php M test/classes/Stubs/DbiDummy.php M test/classes/TableTest.php M test/classes/TypesTest.php M test/classes/UrlTest.php M test/classes/UserPreferencesTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ImportTest.php M test/selenium/SqlQueryTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php
Log Message: ----------- Remove useless string concatenations
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev