[phpmyadmin/phpmyadmin] 940259: Fix compressed columns not detected in MariaDB
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 940259e9bac1b2d74674cc7cdf254b5e2b7e26fd https://github.com/phpmyadmin/phpmyadmin/commit/940259e9bac1b2d74674cc7cdf25... Author: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Date: 2026-06-28 (Sun, 06 June 2026) +02:00 Changed paths: M libraries/classes/Util.php M test/classes/UtilTest.php Log Message: ----------- Fix compressed columns not detected in MariaDB Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Commit: d2c2265f2da0175ab80dc33602d54ec1577828ee https://github.com/phpmyadmin/phpmyadmin/commit/d2c2265f2da0175ab80dc33602d5... Author: hoanghuy309 <hoanghuy309@gmail.com> Date: 2026-07-06 (Mon, 07 July 2026) +02:00 Changed paths: M po/vi.po Log Message: ----------- Translated using Weblate (Vietnamese) Currently translated at 88.1% (3028 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/vi/ Signed-off-by: hoanghuy309 <hoanghuy309@gmail.com> Commit: 300cc2215276e5801d43918f73a6ccbdd305d559 https://github.com/phpmyadmin/phpmyadmin/commit/300cc2215276e5801d43918f73a6... Author: βπ π π π (πππ₯ππ¦π.ππ π/βπ π π π) <coool@mail.lv> Date: 2026-07-08 (Wed, 07 July 2026) +02:00 Changed paths: M po/lv.po Log Message: ----------- Translated using Weblate (Latvian) Currently translated at 34.7% (1194 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/lv/ Signed-off-by: "βπ π π π (πππ₯ππ¦π.ππ π/βπ π π π)" <coool@mail.lv> Commit: 642ce30c6fb801251d0a2aeaa9282f78b12549ce https://github.com/phpmyadmin/phpmyadmin/commit/642ce30c6fb801251d0a2aeaa928... Author: hoanghuy309 <hoanghuy309@gmail.com> Date: 2026-07-08 (Wed, 07 July 2026) +02:00 Changed paths: M po/vi.po Log Message: ----------- Translated using Weblate (Vietnamese) Currently translated at 88.4% (3038 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/vi/ Signed-off-by: hoanghuy309 <hoanghuy309@gmail.com> Commit: 8fea06d16ba7149f80d569576173834e6311b351 https://github.com/phpmyadmin/phpmyadmin/commit/8fea06d16ba7149f80d569576173... Author: Towy <towy@airreps.link> Date: 2026-07-09 (Thu, 07 July 2026) +02:00 Changed paths: M libraries/classes/CreateAddField.php M test/classes/CreateAddFieldTest.php Log Message: ----------- Fix #18304 - Avoid TypeError when adding a column without index data CreateAddField::getIndexedColumns() passed the raw $_POST index values straight to json_decode(). When a column is added through a request that does not submit the primary_indexes, indexes, unique_indexes, fulltext_indexes and spatial_indexes fields (for example when adding a primary key column from the normalization page), those keys are undefined. Under strict_types this raised "json_decode(): Argument #1 ($json) must be of type string, null given" together with "Undefined array key" warnings, and the column was not added. Default each of these request values to an empty JSON array so that adding a column keeps working when no index information is provided. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Towy <towy@airreps.link> Commit: 8881b2574d705e8a6684c5b7284fad00ec728b0a https://github.com/phpmyadmin/phpmyadmin/commit/8881b2574d705e8a6684c5b7284f... Author: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Date: 2026-07-09 (Thu, 07 July 2026) +02:00 Changed paths: M scripts/create-release.sh Log Message: ----------- Update create-release.sh Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Commit: 0a9362668c8dd65d6baf5f609102fd89dcda3479 https://github.com/phpmyadmin/phpmyadmin/commit/0a9362668c8dd65d6baf5f609102... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-10 (Fri, 07 July 2026) +02:00 Changed paths: M scripts/check-release-excludes.sh Log Message: ----------- Update the list of release excludes Catch dev/tooling files that have appeared in vendor dists in recent years and were not yet flagged: AGENTS.md/CLAUDE.md (case-insensitive), UPGRADING.md, UPGRADE.md, UPGRADE-*.md, SECURITY.md, .gitlab-ci.yml, .tool-versions, .phive/, .phpdoc/, vendor/*/guides/, vendor/*/benchmark/, vendor/*/benchmarks/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: e2819fe195be1b3a28455839d262153e01908e71 https://github.com/phpmyadmin/phpmyadmin/commit/e2819fe195be1b3a28455839d262... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-10 (Fri, 07 July 2026) +02:00 Changed paths: M scripts/check-release-excludes.sh Log Message: ----------- Exclude .phpstorm.meta.php from release tarballs This is a PhpStorm helper file that vendor packages ship to provide IDE autocomplete to library consumers. It's useless in a phpMyAdmin release tarball (which is a final product, not a library). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: b89991087d75126e7b6f2c32ab5d3966caf11005 https://github.com/phpmyadmin/phpmyadmin/commit/b89991087d75126e7b6f2c32ab5d... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-10 (Fri, 07 July 2026) +02:00 Changed paths: M scripts/check-release-excludes.sh Log Message: ----------- Add .codecov.yml to release excludes Codecov docs say only `codecov.yml` and `.codecov.yml` are valid filenames. Only `codecov.yml` was caught before. https://docs.codecov.com/docs/codecov-yaml Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 2f98fcdcf05528f37d2e7187e23e95dd4603844b https://github.com/phpmyadmin/phpmyadmin/commit/2f98fcdcf05528f37d2e7187e23e... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-10 (Fri, 07 July 2026) +02:00 Changed paths: M scripts/create-release.sh Log Message: ----------- Merge #20370 - Update create-release.sh Pull-request: #20370 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: dd6f753073d7a8f0af5b5905d5e2586dda8690e6 https://github.com/phpmyadmin/phpmyadmin/commit/dd6f753073d7a8f0af5b5905d5e2... Author: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Date: 2026-07-10 (Fri, 07 July 2026) +02:00 Changed paths: M scripts/create-release.sh Log Message: ----------- Update create-release.sh Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> Commit: bdd2286b23f3735378dc24722431cd4af8e24be9 https://github.com/phpmyadmin/phpmyadmin/commit/bdd2286b23f3735378dc24722431... Author: Adam HavrΓ‘nek <adamhavra@seznam.cz> Date: 2026-07-11 (Sat, 07 July 2026) +02:00 Changed paths: M po/cs.po Log Message: ----------- Translated using Weblate (Czech) Currently translated at 100.0% (3436 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/cs/ Signed-off-by: Adam HavrΓ‘nek <adamhavra@seznam.cz> Commit: e96b9dda6e972eb2eccc47bcbd85f3bf580095f8 https://github.com/phpmyadmin/phpmyadmin/commit/e96b9dda6e972eb2eccc47bcbd85... Author: hoanghuy309 <hoanghuy309@gmail.com> Date: 2026-07-11 (Sat, 07 July 2026) +02:00 Changed paths: M po/vi.po Log Message: ----------- Translated using Weblate (Vietnamese) Currently translated at 88.4% (3040 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/vi/ Signed-off-by: hoanghuy309 <hoanghuy309@gmail.com> Commit: 331c8b15b888392525a9f4a2dbe089bfb398a31e https://github.com/phpmyadmin/phpmyadmin/commit/331c8b15b888392525a9f4a2dbe0... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-11 (Sat, 07 July 2026) +02:00 Changed paths: M scripts/create-release.sh Log Message: ----------- Merge #20371 - Update create-release.sh Pull-request: #20371 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: ddd5440ec32bea9beba5eba1e1f701ec09dcdcfe https://github.com/phpmyadmin/phpmyadmin/commit/ddd5440ec32bea9beba5eba1e1f7... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-11 (Sat, 07 July 2026) +02:00 Changed paths: M libraries/classes/CreateAddField.php M test/classes/CreateAddFieldTest.php Log Message: ----------- Merge #20367 - Fix #18304 - Avoid TypeError when adding a column without index data Pull-request: #20367 Fixes: #18304 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 1a789d1c4d018509a0d4fa53f4100d938baaa51b https://github.com/phpmyadmin/phpmyadmin/commit/1a789d1c4d018509a0d4fa53f410... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-11 (Sat, 07 July 2026) +02:00 Changed paths: M psalm-baseline.xml Log Message: ----------- Update the psalm baseline Commit: c05036387a3533694611a62a452f9a285b780a8f https://github.com/phpmyadmin/phpmyadmin/commit/c05036387a3533694611a62a452f... Author: William Desportes <williamdes@wdes.fr> Date: 2026-07-11 (Sat, 07 July 2026) +02:00 Changed paths: M libraries/classes/Util.php M test/classes/UtilTest.php Log Message: ----------- Merge #20344 - Partially fixes #20332 - Fix compressed columns not detected in MariaDB Pull-request: #20344 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 0b055dd889b4c55b82a004f1fa4824884fce97e8 https://github.com/phpmyadmin/phpmyadmin/commit/0b055dd889b4c55b82a004f1fa48... Author: Maximilian KrΓΆg <maximilian.kroeg@geocept.com> Date: 2026-07-14 (Tue, 07 July 2026) +02:00 Changed paths: M libraries/classes/Util.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php Log Message: ----------- Fix mysql documentation links Remove versions below 5.7 as they redirect to the latest version (currently 9.7). Add a special condition for server-error-reference as it lives at a different section of the docs. Support links to MySQL version 9. Signed-off-by: Maximilian KrΓΆg <maximilian.kroeg@geocept.com> Commit: c1fe162d354d9adc0c064308040c360bde9608df https://github.com/phpmyadmin/phpmyadmin/commit/c1fe162d354d9adc0c064308040c... Author: MaurΓcio Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-18 (Sat, 07 July 2026) -03:00 Changed paths: M libraries/classes/Util.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php Log Message: ----------- Merge pull request #20378 from M393/mysql-documentation Fix MySQL documentation links Commit: d7a918eddf51115b24a8acc085a06793856e5d45 https://github.com/phpmyadmin/phpmyadmin/commit/d7a918eddf51115b24a8acc085a0... Author: MaurΓcio Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-07-18 (Sat, 07 July 2026) -03:00 Changed paths: M bin/internal/check-release-excludes.sh M bin/internal/create-release.sh M src/CreateAddField.php M src/Util.php M tests/unit/CreateAddFieldTest.php M tests/unit/UtilTest.php Log Message: ----------- Merge branch 'QA_5_2' Signed-off-by: MaurΓcio Meneghini Fauth <mauricio@mfauth.com.br>
participants (1)
-
Liviu-Mihail Concioiu