Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 112f02b1fa612dc0554d8366d07b24e6ca5b882e
https://github.com/phpmyadmin/phpmyadmin/commit/112f02b1fa612dc0554d8366d07b24e6ca5b882e
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Properties/Options/Items/BoolPropertyItem.php
M src/Properties/Options/Items/HiddenPropertyItem.php
M src/Properties/Options/Items/NumberPropertyItem.php
M src/Properties/Options/Items/RadioPropertyItem.php
M src/Properties/Options/Items/SelectPropertyItem.php
M src/Properties/Options/Items/TextPropertyItem.php

Log Message:
-----------
Put $pluginName . '_' . $this->getName() on same line

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: e1af783d58460bf230c39935ede555a067409346
https://github.com/phpmyadmin/phpmyadmin/commit/e1af783d58460bf230c39935ede555a067409346
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportToon.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/Import/AbstractImportCsv.php
M src/Plugins/Import/ImportOds.php
M src/Plugins/Import/ImportSql.php
M src/Plugins/Schema/SchemaDia.php
M src/Plugins/Schema/SchemaEps.php
M src/Plugins/Schema/SchemaPdf.php
M src/Plugins/Schema/SchemaSvg.php
M tests/unit/Plugins/Export/ExportCodegenTest.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportJsonTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportPdfTest.php
M tests/unit/Plugins/Export/ExportPhparrayTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
M tests/unit/Plugins/Export/ExportToonTest.php
M tests/unit/Plugins/Export/ExportXmlTest.php
M tests/unit/Plugins/Export/ExportYamlTest.php
M tests/unit/Plugins/Schema/SchemaDiaTest.php
M tests/unit/Plugins/Schema/SchemaEpsTest.php
M tests/unit/Plugins/Schema/SchemaPdfTest.php
M tests/unit/Plugins/Schema/SchemaSvgTest.php
M tests/unit/PluginsTest.php

Log Message:
-----------
Fix group header's IDs

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: bb3855bbe413d7749c89249fab99b90213ce577d
https://github.com/phpmyadmin/phpmyadmin/commit/bb3855bbe413d7749c89249fab99b90213ce577d
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportToon.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/Import/AbstractImportCsv.php
M src/Plugins/Import/ImportCsv.php
M src/Plugins/Import/ImportLdi.php
M src/Plugins/Import/ImportOds.php
M src/Plugins/Import/ImportSql.php
M src/Plugins/Schema/SchemaDia.php
M src/Plugins/Schema/SchemaEps.php
M src/Plugins/Schema/SchemaPdf.php
M src/Plugins/Schema/SchemaSvg.php
M src/Plugins/SchemaPlugin.php
M src/Properties/Options/Items/BoolPropertyItem.php
M src/Properties/Options/Items/HiddenPropertyItem.php
M src/Properties/Options/Items/NumberPropertyItem.php
M src/Properties/Options/Items/RadioPropertyItem.php
M src/Properties/Options/Items/SelectPropertyItem.php
M src/Properties/Options/Items/TextPropertyItem.php
M tests/unit/Plugins/Export/ExportCodegenTest.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportJsonTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportPdfTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
M tests/unit/Plugins/Export/ExportToonTest.php
M tests/unit/Plugins/Schema/SchemaDiaTest.php
M tests/unit/Plugins/Schema/SchemaEpsTest.php
M tests/unit/Plugins/Schema/SchemaPdfTest.php
M tests/unit/Plugins/Schema/SchemaSvgTest.php

Log Message:
-----------
Remove $pluginName . '_' .

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 4e9c41d624160b5ae71186bb3a49ae318f05cd80
https://github.com/phpmyadmin/phpmyadmin/commit/4e9c41d624160b5ae71186bb3a49ae318f05cd80
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M psalm-baseline.xml
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Properties/Options/Items/BoolPropertyItem.php
M src/Properties/Options/OptionsPropertyItem.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Properties/Options/OptionsPropertyItemTest.php
M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php

Log Message:
-----------
Remove getForce and setForce

This is dead code. getForce was only ever called on Bool properties but it was 
never set on any Bool property. This code hasn't been needed in at least 14 
years and I doubt it has ever been working.

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 43ac9ef575dd9d20d69bf0bbc6e0f8415066e7ca
https://github.com/phpmyadmin/phpmyadmin/commit/43ac9ef575dd9d20d69bf0bbc6e0f8415066e7ca
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins.php
M src/Properties/Options/Items/BoolPropertyItem.php
M src/Properties/Options/Items/HiddenPropertyItem.php
M src/Properties/Options/Items/MessageOnlyPropertyItem.php
M src/Properties/Options/Items/NumberPropertyItem.php
M src/Properties/Options/Items/RadioPropertyItem.php
M src/Properties/Options/Items/SelectPropertyItem.php
M src/Properties/Options/Items/TextPropertyItem.php
M src/Properties/Options/OptionsPropertyOneItem.php

Log Message:
-----------
Remove $pluginType param

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: f23caa7308100640963c41c9ca18bfa5e92f2c03
https://github.com/phpmyadmin/phpmyadmin/commit/f23caa7308100640963c41c9ca18bfa5e92f2c03
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M phpstan-baseline.neon
M src/Plugins.php

Log Message:
-----------
Remove unneeded method_exists

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: ce2f44e9e740720e62240479f8f04ac77a9447e7
https://github.com/phpmyadmin/phpmyadmin/commit/ce2f44e9e740720e62240479f8f04ac77a9447e7
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins.php
M src/Properties/Options/Items/BoolPropertyItem.php
M src/Properties/Options/Items/MessageOnlyPropertyItem.php
M src/Properties/Options/Items/NumberPropertyItem.php
M src/Properties/Options/Items/SelectPropertyItem.php
M src/Properties/Options/Items/TextPropertyItem.php
M src/Properties/Options/OptionsPropertyGroup.php
M src/Properties/Options/OptionsPropertyItem.php
M tests/unit/Properties/Options/Items/PropertyItemsTest.php
M tests/unit/Properties/Options/OptionsPropertyItemTest.php

Log Message:
-----------
Remove nullability from $text

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 3cbba7d341ba4d8b7ae0306c58a5f7e5ee0fc96e
https://github.com/phpmyadmin/phpmyadmin/commit/3cbba7d341ba4d8b7ae0306c58a5f7e5ee0fc96e
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Properties/Options/OptionsPropertyItem.php
M tests/unit/Properties/Options/Items/PropertyItemsTest.php
D tests/unit/Properties/Options/OptionsPropertyItemTest.php

Log Message:
-----------
Make $name readonly

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 788662ae0cd426ff3cda810a4b036f4b0013b05d
https://github.com/phpmyadmin/phpmyadmin/commit/788662ae0cd426ff3cda810a4b036f4b0013b05d
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins.php
M src/Plugins/Export/ExportSql.php
M src/Properties/Options/OptionsPropertyGroup.php
M src/Properties/Options/OptionsPropertyItem.php
M tests/unit/Properties/Options/Items/PropertyItemsTest.php

Log Message:
-----------
Remove nullability from $name

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 4de72dd1124cf54bc1c80a6968f238c0f39521d4
https://github.com/phpmyadmin/phpmyadmin/commit/4de72dd1124cf54bc1c80a6968f238c0f39521d4
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins.php

Log Message:
-----------
Remove $isSubgroup param

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: e2a473a98d3b936d90039959c58bf266849d0622
https://github.com/phpmyadmin/phpmyadmin/commit/e2a473a98d3b936d90039959c58bf266849d0622
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins.php

Log Message:
-----------
Refactor getOneOption()

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 71483428a25091474e2f43f867650469d8ed7f15
https://github.com/phpmyadmin/phpmyadmin/commit/71483428a25091474e2f43f867650469d8ed7f15
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins.php
M src/Properties/Options/OptionsPropertyGroup.php
M tests/unit/Plugins/Schema/SchemaDiaTest.php
M tests/unit/Plugins/Schema/SchemaEpsTest.php
M tests/unit/Plugins/Schema/SchemaPdfTest.php
M tests/unit/Plugins/Schema/SchemaSvgTest.php
M tests/unit/Properties/Options/OptionsPropertyGroupTest.php
D tests/unit/Properties/Options/Groups/OptionsPropertyRootGroupTest.php

Log Message:
-----------
Drop Countable contract

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 384f47ffc8484ca6f87c58d96eba7e802d3bcd67
https://github.com/phpmyadmin/phpmyadmin/commit/384f47ffc8484ca6f87c58d96eba7e802d3bcd67
Author: Kamil Tekiela <[email protected]>
Date: 2026-02-26 (Thu, 02 February 2026) +00:00

Changed paths: 
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportToon.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/Export/README.md
M src/Plugins/Import/ImportCsv.php
M src/Plugins/Import/ImportLdi.php
M src/Plugins/Import/ImportMediawiki.php
M src/Plugins/Import/ImportOds.php
M src/Plugins/Import/ImportShp.php
M src/Plugins/Import/ImportSql.php
M src/Plugins/Import/ImportXml.php
M src/Plugins/Import/README.md
M src/Properties/Plugins/PluginPropertyItem.php
M tests/unit/Plugins/Export/ExportCodegenTest.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportJsonTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportPdfTest.php
M tests/unit/Plugins/Export/ExportPhparrayTest.php
M tests/unit/Plugins/Export/ExportToonTest.php
M tests/unit/Plugins/Import/ImportMediawikiTest.php
M tests/unit/Plugins/Import/ImportOdsTest.php
M tests/unit/Plugins/Import/ImportShpTest.php
M tests/unit/Plugins/Import/ImportXmlTest.php
M tests/unit/Properties/Plugins/ImportPluginPropertiesTest.php

Log Message:
-----------
Remove __('Options')

It was not used anywhere.

Signed-off-by: Kamil Tekiela <[email protected]>

Commit: 7f8b16ed5c780aa3907e976a3440961749374dd8
https://github.com/phpmyadmin/phpmyadmin/commit/7f8b16ed5c780aa3907e976a3440961749374dd8
Author: MaurĂ­cio Meneghini Fauth <[email protected]>
Date: 2026-03-07 (Sat, 03 March 2026) -03:00

Changed paths: 
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins.php
M src/Plugins/Export/ExportCodegen.php
M src/Plugins/Export/ExportCsv.php
M src/Plugins/Export/ExportExcel.php
M src/Plugins/Export/ExportHtmlword.php
M src/Plugins/Export/ExportJson.php
M src/Plugins/Export/ExportLatex.php
M src/Plugins/Export/ExportMediawiki.php
M src/Plugins/Export/ExportOds.php
M src/Plugins/Export/ExportOdt.php
M src/Plugins/Export/ExportPdf.php
M src/Plugins/Export/ExportPhparray.php
M src/Plugins/Export/ExportSql.php
M src/Plugins/Export/ExportTexytext.php
M src/Plugins/Export/ExportToon.php
M src/Plugins/Export/ExportXml.php
M src/Plugins/Export/ExportYaml.php
M src/Plugins/Export/README.md
M src/Plugins/Import/AbstractImportCsv.php
M src/Plugins/Import/ImportCsv.php
M src/Plugins/Import/ImportLdi.php
M src/Plugins/Import/ImportMediawiki.php
M src/Plugins/Import/ImportOds.php
M src/Plugins/Import/ImportShp.php
M src/Plugins/Import/ImportSql.php
M src/Plugins/Import/ImportXml.php
M src/Plugins/Import/README.md
M src/Plugins/Schema/SchemaDia.php
M src/Plugins/Schema/SchemaEps.php
M src/Plugins/Schema/SchemaPdf.php
M src/Plugins/Schema/SchemaSvg.php
M src/Plugins/SchemaPlugin.php
M src/Properties/Options/Items/BoolPropertyItem.php
M src/Properties/Options/Items/HiddenPropertyItem.php
M src/Properties/Options/Items/MessageOnlyPropertyItem.php
M src/Properties/Options/Items/NumberPropertyItem.php
M src/Properties/Options/Items/RadioPropertyItem.php
M src/Properties/Options/Items/SelectPropertyItem.php
M src/Properties/Options/Items/TextPropertyItem.php
M src/Properties/Options/OptionsPropertyGroup.php
M src/Properties/Options/OptionsPropertyItem.php
M src/Properties/Options/OptionsPropertyOneItem.php
M src/Properties/Plugins/PluginPropertyItem.php
M tests/unit/Plugins/Export/ExportCodegenTest.php
M tests/unit/Plugins/Export/ExportCsvTest.php
M tests/unit/Plugins/Export/ExportExcelTest.php
M tests/unit/Plugins/Export/ExportHtmlwordTest.php
M tests/unit/Plugins/Export/ExportJsonTest.php
M tests/unit/Plugins/Export/ExportLatexTest.php
M tests/unit/Plugins/Export/ExportMediawikiTest.php
M tests/unit/Plugins/Export/ExportOdsTest.php
M tests/unit/Plugins/Export/ExportOdtTest.php
M tests/unit/Plugins/Export/ExportPdfTest.php
M tests/unit/Plugins/Export/ExportPhparrayTest.php
M tests/unit/Plugins/Export/ExportTexytextTest.php
M tests/unit/Plugins/Export/ExportToonTest.php
M tests/unit/Plugins/Export/ExportXmlTest.php
M tests/unit/Plugins/Export/ExportYamlTest.php
M tests/unit/Plugins/Import/ImportMediawikiTest.php
M tests/unit/Plugins/Import/ImportOdsTest.php
M tests/unit/Plugins/Import/ImportShpTest.php
M tests/unit/Plugins/Import/ImportXmlTest.php
M tests/unit/Plugins/Schema/SchemaDiaTest.php
M tests/unit/Plugins/Schema/SchemaEpsTest.php
M tests/unit/Plugins/Schema/SchemaPdfTest.php
M tests/unit/Plugins/Schema/SchemaSvgTest.php
M tests/unit/PluginsTest.php
M tests/unit/Properties/Options/Items/PropertyItemsTest.php
M tests/unit/Properties/Options/OptionsPropertyGroupTest.php
M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php
M tests/unit/Properties/Plugins/ImportPluginPropertiesTest.php
D tests/unit/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
D tests/unit/Properties/Options/OptionsPropertyItemTest.php

Log Message:
-----------
Merge pull request #20179 from kamil-tekiela/Properties-3

Refactoring of Properties part 3 (final)

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

Reply via email to