Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c245ab5e9b08f7aaeb04f21fcb6ead08a94514e9
https://github.com/phpmyadmin/phpmyadmin/commit/c245ab5e9b08f7aaeb04f21fcb6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-19 (Wed, 07 July 2023) -03:00
Changed paths:
M .github/workflows/tests.yml
M doc/config.rst
M libraries/classes/Config/ConfigFile.php
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/Settings.php
M libraries/classes/Encoding.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/SettingsTest.php
M test/classes/EncodingTest.php
Log Message:
-----------
Remove support for the Recode extension
The Recode extension is not supported in PHP >= 7.4.
- https://www.php.net/manual/en/intro.recode.php
- https://www.php.net/manual/en/migration74.removed-extensions.php
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 35113db7c9343f2905a66ae0ca2dab7388e7f61d
https://github.com/phpmyadmin/phpmyadmin/commit/35113db7c9343f2905a66ae0ca2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-20 (Thu, 07 July 2023) -03:00
Changed paths:
M .github/workflows/tests.yml
M doc/config.rst
M libraries/classes/Config/ConfigFile.php
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/Settings.php
M libraries/classes/Encoding.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/SettingsTest.php
M test/classes/EncodingTest.php
Log Message:
-----------
Merge pull request #18547 from MauricioFauth/recode-removal
Remove support for the Recode extension
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2640d7b50dd6dfb76ac2da99d1060d5f88f97520
https://github.com/phpmyadmin/phpmyadmin/commit/2640d7b50dd6dfb76ac2da99d10…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-18 (Tue, 07 July 2023) -03:00
Changed paths:
A test/classes/Http/Factory/ResponseFactoryTest.php
A test/classes/Http/ResponseTest.php
M composer.json
M libraries/classes/Http/Factory/ResponseFactory.php
M libraries/classes/Http/Factory/ServerRequestFactory.php
M libraries/classes/Http/Response.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Refactor the Http\Factory\ResponseFactory class
- Implements PSR-17 ResponseFactoryInterface
- Adds a static factory method
- Adds support for the httpsoft/http-message package
- Adds unit tests
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f8cd1c258d41f267e5e9bca4d9bd37d3cd8ed70e
https://github.com/phpmyadmin/phpmyadmin/commit/f8cd1c258d41f267e5e9bca4d9b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-18 (Tue, 07 July 2023) -03:00
Changed paths:
A libraries/classes/Http/Factory/UriFactory.php
A test/classes/Http/Factory/UriFactoryTest.php
M libraries/classes/Http/Factory/ServerRequestFactory.php
M psalm-baseline.xml
Log Message:
-----------
Extract Http\Factory\UriFactory from ServerRequestFactory
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 239447fbc32435a92ce76e2a1dff215a41c78f8f
https://github.com/phpmyadmin/phpmyadmin/commit/239447fbc32435a92ce76e2a1df…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-18 (Tue, 07 July 2023) -03:00
Changed paths:
M .github/workflows/tests.yml
M libraries/classes/Application.php
M libraries/classes/Http/Factory/ServerRequestFactory.php
M libraries/classes/Http/ServerRequest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Http/Factory/ServerRequestFactoryTest.php
Log Message:
-----------
Refactor the Http\Factory\ServerRequestFactory class
- Implements Psr\Http\Message\ServerRequestFactoryInterface
- Add more unit tests
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d53d0612a64e47564d4a7a17307a17c41fe5ad2b
https://github.com/phpmyadmin/phpmyadmin/commit/d53d0612a64e47564d4a7a17307…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-19 (Wed, 07 July 2023) -03:00
Changed paths:
A libraries/classes/Http/Factory/UriFactory.php
A test/classes/Http/Factory/ResponseFactoryTest.php
A test/classes/Http/Factory/UriFactoryTest.php
A test/classes/Http/ResponseTest.php
M .github/workflows/tests.yml
M composer.json
M libraries/classes/Application.php
M libraries/classes/Http/Factory/ResponseFactory.php
M libraries/classes/Http/Factory/ServerRequestFactory.php
M libraries/classes/Http/Response.php
M libraries/classes/Http/ServerRequest.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Http/Factory/ServerRequestFactoryTest.php
Log Message:
-----------
Merge pull request #18541 from MauricioFauth/psr7-psr17
Refactor HTTP factories
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 12c79d6a602aaaa983f98b579dfbeda5da1a9970
https://github.com/phpmyadmin/phpmyadmin/commit/12c79d6a602aaaa983f98b579df…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-14 (Fri, 07 July 2023) -03:00
Changed paths:
M ChangeLog
M doc/setup.rst
M package.json
M yarn.lock
Log Message:
-----------
Bump Node.js minimum version to 12
This version was already required by dependencies since 5.2.0.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>