Branch: refs/heads/QA_5_2
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: 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]>

_______________________________________________
Git mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to