Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 6fc1401ee285711786d1fbdb1946569428a0a60e https://github.com/phpmyadmin/phpmyadmin/commit/6fc1401ee285711786d1fbdb1946569428a0a60e Author: Scott Mcgowan <[email protected]> Date: 2022-11-25 (Fri, 11 November 2022) +01:00
Changed paths: M libraries/classes/Config/Settings/Export.php M libraries/classes/Plugins/Export/ExportCsv.php M libraries/config.default.php M test/classes/Config/Settings/ExportTest.php M test/classes/Plugins/Export/ExportCsvTest.php Log Message: ----------- Fix column names option for CSV Export Previously work was done to enable column names in CSV exports by default. This change actually ended up overwriting the column name value so that column names were included in all exports regardless of whether or not the property was disabled. This commit changes the default for column names to enabled as the original change intended, and removes the property overwrite. Signed-off-by: Scott McGowan [email protected] Commit: 997877a14f5be8a573cd7a69df9fabde63bb5917 https://github.com/phpmyadmin/phpmyadmin/commit/997877a14f5be8a573cd7a69df9fabde63bb5917 Author: William Desportes <[email protected]> Date: 2022-11-25 (Fri, 11 November 2022) +01:00 Changed paths: M libraries/classes/Config/Settings/Export.php M libraries/classes/Plugins/Export/ExportCsv.php M libraries/config.default.php M test/classes/Config/Settings/ExportTest.php M test/classes/Plugins/Export/ExportCsvTest.php Log Message: ----------- Merge #17814 - Fix column names option for CSV Export Pull-request: #17814 Ref: #14076 Ref: #14007 Signed-off-by: William Desportes <[email protected]> Commit: 70c0b2472f524c8f20e9f28641b08e13b6163ec7 https://github.com/phpmyadmin/phpmyadmin/commit/70c0b2472f524c8f20e9f28641b08e13b6163ec7 Author: William Desportes <[email protected]> Date: 2022-11-25 (Fri, 11 November 2022) +01:00 Changed paths: M ChangeLog Log Message: ----------- Add a ChangeLog entry for 997877a14f Ref: 997877a14f5be8a573cd7a69df9fabde63bb5917 Signed-off-by: William Desportes <[email protected]> _______________________________________________ Git mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/git
