Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b1eed641ef54892ab838ef858b2d73f1afb54ec1
https://github.com/phpmyadmin/phpmyadmin/commit/b1eed641ef54892ab838ef858b2…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 42165e495382c5e76a71be305053e193119a3f6a
https://github.com/phpmyadmin/phpmyadmin/commit/42165e495382c5e76a71be30505…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: de4ad4f814ad438e09aa9b5634651f0492605fee
https://github.com/phpmyadmin/phpmyadmin/commit/de4ad4f814ad438e09aa9b56346…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2cdce1d6fb0a4116e69bd5572d6ff912404c54ae
https://github.com/phpmyadmin/phpmyadmin/commit/2cdce1d6fb0a4116e69bd5572d6…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-27 (Tue, 07 July 2021) +02:00
Changed paths:
M templates/home/index.twig
Log Message:
-----------
Convert theme select to Bootstrap
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: c18e62b2f9b45aa4a17ce3ccbf3584ac4452ea32
https://github.com/phpmyadmin/phpmyadmin/commit/c18e62b2f9b45aa4a17ce3ccbf3…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-27 (Tue, 07 July 2021) +02:00
Changed paths:
M templates/home/index.twig
Log Message:
-----------
Reduce the width of the language select box
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 9651fd9d2d741a9a79a40b04bc7772d69a6c0710
https://github.com/phpmyadmin/phpmyadmin/commit/9651fd9d2d741a9a79a40b04bc7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-27 (Tue, 07 July 2021) +02:00
Changed paths:
M js/src/navigation.js
M templates/navigation/tree/fast_filter.twig
M themes/bootstrap/scss/_navigation.scss
M themes/metro/scss/_navigation.scss
M themes/original/scss/_navigation.scss
M themes/pmahomme/scss/_navigation.scss
Log Message:
-----------
Convert database tree filtering to Bootstrap
Signed-off-by: William Desportes <williamdes(a)wdes.fr>