Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 9fd7c263100d0739757a71cc2daa050ebdc58ba9 https://github.com/phpmyadmin/phpmyadmin/commit/9fd7c263100d0739757a71cc2daa050ebdc58ba9 Author: Randy Yates <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) -05:00
Changed paths: M libraries/classes/Export/Options.php Log Message: ----------- Fix invalid $cfg['Export']['format'] defaulting to sql in dropdown (fixes #19891) When Export format is invalid (e.g. 'garbage'), the export page showed CodeGen selected instead of sql. Validate default against export plugin list and use 'sql' when invalid. Signed-off-by: Randy Yates <[email protected]> Commit: afc0e3bcd8c941c807213e473223a7edd99ea7f3 https://github.com/phpmyadmin/phpmyadmin/commit/afc0e3bcd8c941c807213e473223a7edd99ea7f3 Author: Maximilian Krög <[email protected]> Date: 2026-02-21 (Sat, 02 February 2026) +01:00 Changed paths: M libraries/classes/Gis/GisMultiLineString.php M test/classes/Gis/GisMultiLineStringTest.php Log Message: ----------- Fix svg class for MultiLineString It should be multilinestirng instead of linestring, it's also multipoint and multipolygon, so it makes sense. Though ultimately this value is never read by phpmyadmin. Signed-off-by: Maximilian Krög <[email protected]> Commit: 822f3dfd768743eaa92f134a7d979bc199ceee74 https://github.com/phpmyadmin/phpmyadmin/commit/822f3dfd768743eaa92f134a7d979bc199ceee74 Author: Maximilian Krög <[email protected]> Date: 2026-02-22 (Sun, 02 February 2026) +01:00 Changed paths: M libraries/classes/Gis/GisLineString.php M libraries/classes/Gis/GisMultiLineString.php Log Message: ----------- Draw LineString as continuous line in GIS pdf This way the line is continuous instead of having a line cap at each point. Signed-off-by: Maximilian Krög <[email protected]> Commit: a0b1580b4c0c1363c805534581983bee326add8c https://github.com/phpmyadmin/phpmyadmin/commit/a0b1580b4c0c1363c805534581983bee326add8c Author: Maximilian Krög <[email protected]> Date: 2026-02-22 (Sun, 02 February 2026) +01:00 Changed paths: M libraries/classes/Gis/GisGeometry.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Fix types / baselines Signed-off-by: Maximilian Krög <[email protected]> Commit: b2f5a939866c655a8b0cb31a4e19d174cdce6920 https://github.com/phpmyadmin/phpmyadmin/commit/b2f5a939866c655a8b0cb31a4e19d174cdce6920 Author: Maximilian Krög <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Gis/GisVisualization.php Log Message: ----------- Add required referrer when loading tiles from openstreetmap.org Signed-off-by: Maximilian Krög <[email protected]> Commit: 41a223641f44f0c7ee8e10fa08a0b0df52a2fd8e https://github.com/phpmyadmin/phpmyadmin/commit/41a223641f44f0c7ee8e10fa08a0b0df52a2fd8e Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Gis/GisVisualization.php Log Message: ----------- Merge #20241 - Add required referrer when loading tiles from openstreetmap.org Pull-request: #20241 Signed-off-by: William Desportes <[email protected]> Commit: 706ae286027c35f450f207d709fd7100d3b25f86 https://github.com/phpmyadmin/phpmyadmin/commit/706ae286027c35f450f207d709fd7100d3b25f86 Author: GS <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php M phpstan-baseline.neon M templates/database/structure/body_for_table_summary.twig M templates/database/structure/structure_table_row.twig M templates/database/structure/table_header.twig Log Message: ----------- Fix #20171 - Refactor default engine retrieval logic Signed-off-by: Guido Selva <[email protected]> Commit: f3363a3f4340c323408fe4c6f348e3c08e8fa5ae https://github.com/phpmyadmin/phpmyadmin/commit/f3363a3f4340c323408fe4c6f348e3c08e8fa5ae Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php M phpstan-baseline.neon M templates/database/structure/body_for_table_summary.twig M templates/database/structure/structure_table_row.twig M templates/database/structure/table_header.twig Log Message: ----------- Merge #20227 - Fix #20171 - Refactor default engine retrieval logic Pull-request: #20227 Fixes: #20171 Signed-off-by: William Desportes <[email protected]> Commit: 1b0b27fc2b077a7501b4e8c26b4afd135f1ff1ea https://github.com/phpmyadmin/phpmyadmin/commit/1b0b27fc2b077a7501b4e8c26b4afd135f1ff1ea Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Remove properties_num_columns from templates, not needed after #20227 Signed-off-by: William Desportes <[email protected]> Commit: ba3cfc7eb4b0e2d7e938a63ae7e55f298f82f42a https://github.com/phpmyadmin/phpmyadmin/commit/ba3cfc7eb4b0e2d7e938a63ae7e55f298f82f42a Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Gis/GisGeometry.php M libraries/classes/Gis/GisLineString.php M libraries/classes/Gis/GisMultiLineString.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Gis/GisMultiLineStringTest.php Log Message: ----------- Merge #20154 - Fix gis export to pdf and svg Pull-request: #20154 Signed-off-by: William Desportes <[email protected]> Commit: 6f66b76c5df54febd95747f0341a2a487ed15ae7 https://github.com/phpmyadmin/phpmyadmin/commit/6f66b76c5df54febd95747f0341a2a487ed15ae7 Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Export/Options.php M libraries/classes/Plugins.php M test/classes/PluginsTest.php Log Message: ----------- Merge #20105 - Fix #19891 - invalid `$cfg['Export']['format']` or `$cfg['Import']['format']` defaulting to `sql` in dropdown Pull-request: #20105 Fixes: #19891 Signed-off-by: William Desportes <[email protected]> Commit: 23f6245775af94c5e06128bb05d784b2413bd59f https://github.com/phpmyadmin/phpmyadmin/commit/23f6245775af94c5e06128bb05d784b2413bd59f Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M resources/templates/database/structure/body_for_table_summary.twig M resources/templates/database/structure/structure_table_row.twig M resources/templates/database/structure/table_header.twig M src/Controllers/Database/ImportController.php M src/Controllers/Database/StructureController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Export/Options.php M src/Plugins.php M tests/unit/PluginsTest.php Log Message: ----------- Merge branch 'QA_5_2' Commit: e45432629620a9176ca1b9020eacbf451b2bd0c8 https://github.com/phpmyadmin/phpmyadmin/commit/e45432629620a9176ca1b9020eacbf451b2bd0c8 Author: William Desportes <[email protected]> Date: 2026-03-17 (Tue, 03 March 2026) +01:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Update the phpstan and psalm baseline _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
