Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 873eb098b922638d33a7748fedc3b33ead33227c https://github.com/phpmyadmin/phpmyadmin/commit/873eb098b922638d33a7748fedc3... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-13 (Tue, 09 September 2022) -03:00
Changed paths: M libraries/classes/Controllers/Export/ExportController.php M libraries/classes/Export.php M libraries/classes/Operations.php M libraries/classes/Plugins/Export/ExportCodegen.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/ExportOds.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportPdf.php M libraries/classes/Plugins/Export/ExportPhparray.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportTexytext.php M libraries/classes/Plugins/Export/ExportXml.php M libraries/classes/Plugins/Export/ExportYaml.php M libraries/classes/Plugins/Export/README.md M libraries/classes/Plugins/ExportPlugin.php M libraries/classes/Setup/ConfigGenerator.php M libraries/classes/Tracker.php M psalm-baseline.xml M psalm.xml M test/classes/ExportTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportJsonTest.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/ExportPhparrayTest.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/ExportYamlTest.php
Log Message: ----------- Remove crlf global variable
The crlf global variable is only diferent for SQL export method, otherwise is always the value of the PHP_EOL constant.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 344981d57ddfb00052508d23d222dd8bda53703e https://github.com/phpmyadmin/phpmyadmin/commit/344981d57ddfb00052508d23d222... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-13 (Tue, 09 September 2022) -03:00
Changed paths: M libraries/classes/Controllers/Export/ExportController.php M libraries/classes/Export.php M libraries/classes/Operations.php M libraries/classes/Plugins/Export/ExportCodegen.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/ExportOds.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportPdf.php M libraries/classes/Plugins/Export/ExportPhparray.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportTexytext.php M libraries/classes/Plugins/Export/ExportXml.php M libraries/classes/Plugins/Export/ExportYaml.php M libraries/classes/Plugins/Export/README.md M libraries/classes/Plugins/ExportPlugin.php M libraries/classes/Setup/ConfigGenerator.php M libraries/classes/Tracker.php M psalm-baseline.xml M psalm.xml M test/classes/ExportTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportJsonTest.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/ExportPhparrayTest.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/ExportYamlTest.php
Log Message: ----------- Merge pull request #17723 from MauricioFauth/crlf-global
Remove `crlf` global variable