Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 794260e1e0324214e4db249255b479f3eebb3ebb https://github.com/phpmyadmin/phpmyadmin/commit/794260e1e0324214e4db249255b479f3eebb3ebb Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00
Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Reformat sql for better readability Signed-off-by: Maximilian Krög <[email protected]> Commit: 8590891a08d9bc3b93508d964f4ed390dde0caa9 https://github.com/phpmyadmin/phpmyadmin/commit/8590891a08d9bc3b93508d964f4ed390dde0caa9 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Fix csv size calculating with multi-byte characters CHAR_LENGTH counts the number of characters, LENGTH counts number of bytes. Signed-off-by: Maximilian Krög <[email protected]> Commit: 5c0f91fd956eae3afce6efabfb504cf5b6ccef96 https://github.com/phpmyadmin/phpmyadmin/commit/5c0f91fd956eae3afce6efabfb504cf5b6ccef96 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Fix getting size of csv table with single quote in column name Signed-off-by: Maximilian Krög <[email protected]> Commit: 7ff2617b05eb6267e119c477cd9709f1d2df4115 https://github.com/phpmyadmin/phpmyadmin/commit/7ff2617b05eb6267e119c477cd9709f1d2df4115 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Use CONCAT instead of CONCAT_WS Should be slightly faster. Signed-off-by: Maximilian Krög <[email protected]> Commit: 371ea138557bfd9d751dde9fc037f6fb8743d242 https://github.com/phpmyadmin/phpmyadmin/commit/371ea138557bfd9d751dde9fc037f6fb8743d242 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Remove unnecessary engine check getValuesForCsvTable is only called when ENGINE is CSV. Signed-off-by: Maximilian Krög <[email protected]> Commit: 98163f761de4b90e72457b6b7b155a05c34e05db https://github.com/phpmyadmin/phpmyadmin/commit/98163f761de4b90e72457b6b7b155a05c34e05db Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Update baselines Signed-off-by: Maximilian Krög <[email protected]> Commit: 8d13cd103b2bd66de46da78a738665be65b0e2ae https://github.com/phpmyadmin/phpmyadmin/commit/8d13cd103b2bd66de46da78a738665be65b0e2ae Author: Maximilian Krög <[email protected]> Date: 2026-09-04 (Fri, 09 September 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Fix db structure update summary timestapm This should be the max timestamp, instead it was the min. Signed-off-by: Maximilian Krög <[email protected]> Commit: 9e088d753d6358582e12e0ffbd3a57bbf01092ed https://github.com/phpmyadmin/phpmyadmin/commit/9e088d753d6358582e12e0ffbd3a57bbf01092ed Author: Maximilian Krög <[email protected]> Date: 2026-09-05 (Sat, 09 September 2026) +02:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M templates/database/structure/body_for_table_summary.twig M test/classes/Controllers/Database/StructureControllerTest.php Log Message: ----------- Add test for db structure summary timestamps Signed-off-by: Maximilian Krög <[email protected]> Commit: c2dcc40a29086f9f9047722e693816bf0c7dc270 https://github.com/phpmyadmin/phpmyadmin/commit/c2dcc40a29086f9f9047722e693816bf0c7dc270 Author: Daniel Nylander <[email protected]> Date: 2026-09-14 (Mon, 09 September 2026) +02:00 Changed paths: M po/sv.po Log Message: ----------- Translated using Weblate (Swedish) Currently translated at 98.7% (3394 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sv/ Signed-off-by: Daniel Nylander <[email protected]> Commit: f88771d657862f98bbc0acaad2caf7a4e982df3d https://github.com/phpmyadmin/phpmyadmin/commit/f88771d657862f98bbc0acaad2caf7a4e982df3d Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-14 (Mon, 09 September 2026) -03:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Merge pull request #20356 from MoonE/csv-table-size Csv table size Commit: 1470008297a110d68e08baac14be1a4352349b78 https://github.com/phpmyadmin/phpmyadmin/commit/1470008297a110d68e08baac14be1a4352349b78 Author: Maximilian Krög <[email protected]> Date: 2026-09-15 (Tue, 09 September 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php M test/classes/Controllers/Database/StructureControllerTest.php Log Message: ----------- Also use the max value for the last check summary value Signed-off-by: Maximilian Krög <[email protected]> Commit: 7d5d6e97a5f4820dfe2b45d431c1fdb00226cf88 https://github.com/phpmyadmin/phpmyadmin/commit/7d5d6e97a5f4820dfe2b45d431c1fdb00226cf88 Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-15 (Tue, 09 September 2026) -03:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php M phpstan-baseline.neon M psalm-baseline.xml M templates/database/structure/body_for_table_summary.twig M test/classes/Controllers/Database/StructureControllerTest.php Log Message: ----------- Merge pull request #20423 from M393/db-structure-max-timestamps Fix db structure summary timestamp Commit: 7645f12a09c9666fa9dc2c92543aca6fdf3ef3dd https://github.com/phpmyadmin/phpmyadmin/commit/7645f12a09c9666fa9dc2c92543aca6fdf3ef3dd Author: Daniel Nylander <[email protected]> Date: 2026-09-18 (Fri, 09 September 2026) +02:00 Changed paths: M po/sv.po Log Message: ----------- Translated using Weblate (Swedish) Currently translated at 99.7% (3429 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sv/ Signed-off-by: Daniel Nylander <[email protected]> Commit: f71877f6d71ebf86d052e51b99b032caf49a9426 https://github.com/phpmyadmin/phpmyadmin/commit/f71877f6d71ebf86d052e51b99b032caf49a9426 Author: Daniel Nylander <[email protected]> Date: 2026-09-18 (Fri, 09 September 2026) +02:00 Changed paths: M po/sv.po Log Message: ----------- Translated using Weblate (Swedish) Currently translated at 99.8% (3430 of 3436 strings) [ci skip] Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sv/ Signed-off-by: Daniel Nylander <[email protected]> Commit: 6786f942d849bd6cbf1ad373dfc83f538eb39ee7 https://github.com/phpmyadmin/phpmyadmin/commit/6786f942d849bd6cbf1ad373dfc83f538eb39ee7 Author: Daniel Nylander <[email protected]> Date: 2026-09-18 (Fri, 09 September 2026) +02:00 Changed paths: M po/sv.po Log Message: ----------- Translated using Weblate (Swedish) 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/sv/ Signed-off-by: Daniel Nylander <[email protected]> Commit: 82ea15d62d635f78ced4b40b1017a8ea4923310c https://github.com/phpmyadmin/phpmyadmin/commit/82ea15d62d635f78ced4b40b1017a8ea4923310c Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-19 (Sat, 09 September 2026) -03:00 Changed paths: M .github/workflows/lint-and-analyse-php.yml M .github/workflows/other-tools.yml M .github/workflows/test-selenium.yml M .github/workflows/tests.yml M .github/workflows/update-po.yml Log Message: ----------- Use pcov as code coverage in CI Signed-off-by: Maurício Meneghini Fauth <[email protected]> Commit: 854302399d51305fc19d6d7db3571e11ae2d52cb https://github.com/phpmyadmin/phpmyadmin/commit/854302399d51305fc19d6d7db3571e11ae2d52cb Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-19 (Sat, 09 September 2026) -03:00 Changed paths: M .github/workflows/lint-and-analyse-php.yml M .github/workflows/other-tools.yml M .github/workflows/tests.yml Log Message: ----------- Use actions/setup-node's own cache Signed-off-by: Maurício Meneghini Fauth <[email protected]> Commit: e5255f8bde7c5d9d86e8b15048a02e880d096d53 https://github.com/phpmyadmin/phpmyadmin/commit/e5255f8bde7c5d9d86e8b15048a02e880d096d53 Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-19 (Sat, 09 September 2026) -03:00 Changed paths: M .github/workflows/lint-and-analyse-php.yml M .github/workflows/other-tools.yml M .github/workflows/test-selenium.yml M .github/workflows/tests.yml M .github/workflows/update-po.yml Log Message: ----------- Merge pull request #20490 from MauricioFauth/ci-php-pcov Use pcov for PHP code coverage in CI Commit: 40b167a5d06163841c9c6071bba188860faff1b0 https://github.com/phpmyadmin/phpmyadmin/commit/40b167a5d06163841c9c6071bba188860faff1b0 Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-19 (Sat, 09 September 2026) -03:00 Changed paths: M .github/workflows/lint-and-analyse-php.yml M .github/workflows/mutation-tests.yml M .github/workflows/other-tools.yml M .github/workflows/test-selenium.yml M .github/workflows/tests.yml M .github/workflows/update-po.yml M phpstan-baseline.neon M psalm-baseline.xml M resources/templates/database/structure/body_for_table_summary.twig M src/Controllers/Database/StructureController.php M tests/unit/Controllers/Database/StructureControllerTest.php Log Message: ----------- Merge branch 'QA_5_2' Signed-off-by: Maurício Meneghini Fauth <[email protected]> _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
