[phpmyadmin/phpmyadmin] b1eed6: Remove duplicate HTML escaping on foreign keys modal

Branch: refs/heads/QA_5_1 Home: https://github.com/phpmyadmin/phpmyadmin Commit: b1eed641ef54892ab838ef858b2d73f1afb54ec1 https://github.com/phpmyadmin/phpmyadmin/commit/b1eed641ef54892ab838ef858b2d... Author: William Desportes <williamdes@wdes.fr> Date: 2021-07-27 (Tue, 07 July 2021) +02:00 Changed paths: M libraries/classes/BrowseForeigners.php M test/classes/BrowseForeignersTest.php Log Message: ----------- Remove duplicate HTML escaping on foreign keys modal Only twig needs this data and will escape it Also fixed the test as it could not run by itself because of missing version constants for setTheme Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 42165e495382c5e76a71be305053e193119a3f6a https://github.com/phpmyadmin/phpmyadmin/commit/42165e495382c5e76a71be305053... Author: William Desportes <williamdes@wdes.fr> Date: 2021-07-27 (Tue, 07 July 2021) +02:00 Changed paths: M libraries/classes/Database/Routines.php Log Message: ----------- Fix #15370 - Edit routine UI incorrectly removes too many escape slashes Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: de4ad4f814ad438e09aa9b5634651f0492605fee https://github.com/phpmyadmin/phpmyadmin/commit/de4ad4f814ad438e09aa9b563465... Author: William Desportes <williamdes@wdes.fr> Date: 2021-07-27 (Tue, 07 July 2021) +02:00 Changed paths: M ChangeLog Log Message: ----------- Add a ChangeLog entry for b1eed641ef and #15370 Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
William Desportes