Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 578dbb301c5fbbc543eca52b2e2ec84262a82dc2
https://github.com/phpmyadmin/phpmyadmin/commit/578dbb301c5fbbc543eca52b2e2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Html/Generator.php
M test/classes/Html/GeneratorTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Fix SQL statement not being displayed correctly on RTL languages
Fixes #18471
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 4953dd1ad06fff67ce9c86e20c2628d48bd41eed
https://github.com/phpmyadmin/phpmyadmin/commit/4953dd1ad06fff67ce9c86e20c2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M public/themes/bootstrap/scss/_common.scss
M public/themes/metro/scss/_common.scss
M public/themes/original/scss/_common.scss
M public/themes/pmahomme/scss/_common.scss
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 578dbb301c5fbbc543eca52b2e2ec84262a82dc2
https://github.com/phpmyadmin/phpmyadmin/commit/578dbb301c5fbbc543eca52b2e2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Html/Generator.php
M test/classes/Html/GeneratorTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Fix SQL statement not being displayed correctly on RTL languages
Fixes #18471
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3f587ccce42b97aa9ec7489b6b9399150bf8d780
https://github.com/phpmyadmin/phpmyadmin/commit/3f587ccce42b97aa9ec7489b6b9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
A test/classes/ResponseRendererTest.php
M libraries/classes/Console.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M psalm-baseline.xml
M test/classes/ConsoleTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
D test/classes/ResponseTest.php
Log Message:
-----------
Improve unit test for ResponseRenderer::setAjax()
Also tests the setAjax() method of Header, Footer and Console classes.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: b11d81b40c3c08d58d4eaf4ce5a3757d65bc9420
https://github.com/phpmyadmin/phpmyadmin/commit/b11d81b40c3c08d58d4eaf4ce5a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
A test/classes/ResponseRendererTest.php
M test/classes/ConsoleTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
D test/classes/ResponseTest.php
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3f587ccce42b97aa9ec7489b6b9399150bf8d780
https://github.com/phpmyadmin/phpmyadmin/commit/3f587ccce42b97aa9ec7489b6b9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
A test/classes/ResponseRendererTest.php
M libraries/classes/Console.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M psalm-baseline.xml
M test/classes/ConsoleTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
D test/classes/ResponseTest.php
Log Message:
-----------
Improve unit test for ResponseRenderer::setAjax()
Also tests the setAjax() method of Header, Footer and Console classes.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 946fa9dd66d01524e91ee355fdcc541d12a08798
https://github.com/phpmyadmin/phpmyadmin/commit/946fa9dd66d01524e91ee355fdc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-30 (Tue, 05 May 2023) -03:00
Changed paths:
M libraries/classes/Template.php
M test/classes/TemplateTest.php
Log Message:
-----------
Refactor Template class to lazy load the Twig Environment
Loads the Twig Environment class only when rendering a template
for the first time, not when constructing the Template object.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1e2114c8121e14bbe1727326ac3c2a55ffe50606
https://github.com/phpmyadmin/phpmyadmin/commit/1e2114c8121e14bbe1727326ac3…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-30 (Tue, 05 May 2023) -03:00
Changed paths:
M libraries/classes/Template.php
M test/classes/TemplateTest.php
Log Message:
-----------
Merge pull request #18468 from MauricioFauth/template-twig-env
Refactor Template class to lazy load the Twig Environment
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b9084615f659ec66f90e09557da895e0d807b3de
https://github.com/phpmyadmin/phpmyadmin/commit/b9084615f659ec66f90e09557da…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-30 (Tue, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M templates/database/routines/execute_form.twig
M test/classes/Database/RoutinesTest.php
Log Message:
-----------
Fix execute routine page not working when not in a modal
Fixes #18441
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>