Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 85bb6353611f9569b87f70e241283b6dd786a18d https://github.com/phpmyadmin/phpmyadmin/commit/85bb6353611f9569b87f70e241283b6dd786a18d Author: Eric P <[email protected]> Date: 2022-07-22 (Fri, 07 July 2022) -03:00
Changed paths: M templates/table/insert/column_row.twig Log Message: ----------- Set data type should be an array in column_row.twig template (#17650) The column_row.twig template that was introduced with version 5.2.0 seems to define set fields as single values rather than as array values. This causes any inserts to set fields to fail and result in a blank page. The previous version had sets properly defined as arrays: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_1_4/libraries/classes/InsertEdit.php#L1307 Fixes: #17557 Signed-off-by: Eric Perrino <[email protected]> Signed-off-by: Maurício Meneghini Fauth <[email protected]> Commit: 07ee57fe267313003b09e2e8ffe70319d20bacf5 https://github.com/phpmyadmin/phpmyadmin/commit/07ee57fe267313003b09e2e8ffe70319d20bacf5 Author: Liviu-Mihail Concioiu <[email protected]> Date: 2022-07-22 (Fri, 07 July 2022) -03:00 Changed paths: M templates/header.twig Log Message: ----------- Fix translate in Chrome (#17655) The previous commit happens to fix only on Edge. This PR is for Chrome too. 9f395c7ca39db174d2d92cc25b4f8e542a8134af Fixes #17652 Signed-off-by: Liviu-Mihail Concioiu <[email protected]> Signed-off-by: Maurício Meneghini Fauth <[email protected]> Commit: 8ecf99a90444fed5482d2d3e08266c9dd507f1cf https://github.com/phpmyadmin/phpmyadmin/commit/8ecf99a90444fed5482d2d3e08266c9dd507f1cf Author: Maurício Meneghini Fauth <[email protected]> Date: 2022-07-22 (Fri, 07 July 2022) -03:00 Changed paths: M templates/header.twig M templates/table/insert/column_row.twig Log Message: ----------- Merge branch 'QA_5_2' Signed-off-by: Maurício Meneghini Fauth <[email protected]> _______________________________________________ Git mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/git
