Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4e90e1efa9fc0281b752085be5ff234ca46d54ef https://github.com/phpmyadmin/phpmyadmin/commit/4e90e1efa9fc0281b752085be5ff234ca46d54ef Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00
Changed paths: M phpstan-baseline.neon M tests/unit/Properties/Options/OptionsPropertyGroupTest.php Log Message: ----------- Use assertCount Signed-off-by: Kamil Tekiela <[email protected]> Commit: 2e8ba5bfba6b2426dae00ea850514c2144e6e813 https://github.com/phpmyadmin/phpmyadmin/commit/2e8ba5bfba6b2426dae00ea850514c2144e6e813 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M src/Plugins.php D src/Properties/Options/Items/DocPropertyItem.php Log Message: ----------- Delete DocPropertyItem class It was never implemented. Signed-off-by: Kamil Tekiela <[email protected]> Commit: a3ba82d4d40383e779a3654db56c3add87959556 https://github.com/phpmyadmin/phpmyadmin/commit/a3ba82d4d40383e779a3654db56c3add87959556 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M src/Plugins.php Log Message: ----------- Remove temporary variable Signed-off-by: Kamil Tekiela <[email protected]> Commit: 7b9034ee6c48c044d279bc50f9f9c57b8243d754 https://github.com/phpmyadmin/phpmyadmin/commit/7b9034ee6c48c044d279bc50f9f9c57b8243d754 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M psalm-baseline.xml M src/Plugins.php M src/Plugins/Export/ExportSql.php M src/Plugins/Import/ImportSql.php M src/Util.php M tests/unit/PluginsTest.php Log Message: ----------- Fix documentation link Signed-off-by: Kamil Tekiela <[email protected]> Commit: b2096579f1760288993aeddfb1662f915cfcee48 https://github.com/phpmyadmin/phpmyadmin/commit/b2096579f1760288993aeddfb1662f915cfcee48 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M src/Plugins.php Log Message: ----------- Remove old comment This became outdated soon after it was added 20 years ago. Signed-off-by: Kamil Tekiela <[email protected]> Commit: 786c683d2d5a6527a4bf615270312ce105373c95 https://github.com/phpmyadmin/phpmyadmin/commit/786c683d2d5a6527a4bf615270312ce105373c95 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml 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 Log Message: ----------- Move HTML code to their respective classes Used Claude Sonnet 4 to move the code. Signed-off-by: Kamil Tekiela <[email protected]> Commit: 2702f2814e5cc5a1f9d1e6f2ac51b8ee12c91826 https://github.com/phpmyadmin/phpmyadmin/commit/2702f2814e5cc5a1f9d1e6f2ac51b8ee12c91826 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: A src/Plugins/PluginType.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ImportController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Database/Designer.php M src/Export/Options.php 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 tests/unit/Controllers/Table/ExportControllerTest.php M tests/unit/Controllers/Table/ImportControllerTest.php M tests/unit/Export/OptionsTest.php M tests/unit/PluginsTest.php Log Message: ----------- PluginType enum Signed-off-by: Kamil Tekiela <[email protected]> Commit: 49fc4c47d342bc19e6d07ab6b8fbcde3d96690ee https://github.com/phpmyadmin/phpmyadmin/commit/49fc4c47d342bc19e6d07ab6b8fbcde3d96690ee Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/SchemaPlugin.php M src/Properties/Options/Items/BoolPropertyItem.php M src/Properties/Options/Items/RadioPropertyItem.php M src/Properties/Options/Items/SelectPropertyItem.php M src/Properties/Options/OptionsPropertyOneItem.php M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php Log Message: ----------- Fix SA issues Signed-off-by: Kamil Tekiela <[email protected]> Commit: 4d767f0c04b5c0537d900689d3216bff5ed1dbce https://github.com/phpmyadmin/phpmyadmin/commit/4d767f0c04b5c0537d900689d3216bff5ed1dbce Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M psalm-baseline.xml M src/Plugins.php M src/Properties/Options/OptionsPropertyOneItem.php M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php Log Message: ----------- Add getHtml as abstract method Signed-off-by: Kamil Tekiela <[email protected]> Commit: 4f8e5de24cce1a4f8da267b6031895ea975e36ac https://github.com/phpmyadmin/phpmyadmin/commit/4f8e5de24cce1a4f8da267b6031895ea975e36ac Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 02 February 2026) +00:00 Changed paths: M src/Plugins.php M src/Properties/Options/Items/HiddenPropertyItem.php M src/Properties/Options/Items/RadioPropertyItem.php M tests/unit/PluginsTest.php Log Message: ----------- Align </li> with other elements Signed-off-by: Kamil Tekiela <[email protected]> Commit: ecd109d1e602af3e2b110d53f077a3a77a38d905 https://github.com/phpmyadmin/phpmyadmin/commit/ecd109d1e602af3e2b110d53f077a3a77a38d905 Author: Kamil Tekiela <[email protected]> Date: 2026-02-14 (Sat, 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 tests/unit/PluginsTest.php Log Message: ----------- Put newlines at the end of li and ul It should not change how the HTML is rendered on the screen. It makes the output more well-structured. Signed-off-by: Kamil Tekiela <[email protected]> Commit: 71ac9f71436c44a2244c796582eb54aa58ee3416 https://github.com/phpmyadmin/phpmyadmin/commit/71ac9f71436c44a2244c796582eb54aa58ee3416 Author: MaurĂcio Meneghini Fauth <[email protected]> Date: 2026-02-25 (Wed, 02 February 2026) -03:00 Changed paths: A src/Plugins/PluginType.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ImportController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Database/Designer.php M src/Export/Options.php M src/Plugins.php M src/Plugins/Export/ExportSql.php M src/Plugins/Import/ImportSql.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/OptionsPropertyOneItem.php M src/Util.php M tests/unit/Controllers/Table/ExportControllerTest.php M tests/unit/Controllers/Table/ImportControllerTest.php M tests/unit/Export/OptionsTest.php M tests/unit/PluginsTest.php M tests/unit/Properties/Options/OptionsPropertyGroupTest.php M tests/unit/Properties/Options/OptionsPropertyOneItemTest.php D src/Properties/Options/Items/DocPropertyItem.php Log Message: ----------- Merge pull request #20103 from kamil-tekiela/Properties-2 Refactoring of Properties 2 _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
