Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8e4d6229a999bfd9c5eb94eea27d601ab2a43546
https://github.com/phpmyadmin/phpmyadmin/commit/8e4d6229a999bfd9c5eb94eea27…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-06 (Tue, 07 July 2021) -03:00
Changed paths:
M js/messages.php
M libraries/classes/Config.php
M libraries/classes/Config/Forms/BaseFormList.php
M libraries/classes/Controllers/ImportController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Display/Results.php
M libraries/classes/Navigation/NodeFactory.php
M libraries/classes/Plugins.php
M libraries/classes/TwoFactor.php
M libraries/common.inc.php
M libraries/config.default.php
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M setup/index.php
Log Message:
-----------
Fix some errors found by Psalm
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 58351b861c7ef6d0a7aa63d76e4b0506dd18393d
https://github.com/phpmyadmin/phpmyadmin/commit/58351b861c7ef6d0a7aa63d76e4…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-05 (Mon, 07 July 2021) -03:00
Changed paths:
M .github/workflows/mutation-tests.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
M build.xml
M phpunit.xml.dist
M scripts/create-release.sh
M test/selenium/ChangePasswordTest.php
M test/selenium/CreateDropDatabaseTest.php
M test/selenium/CreateRemoveUserTest.php
M test/selenium/Database/EventsTest.php
M test/selenium/Database/OperationsTest.php
M test/selenium/Database/ProceduresTest.php
M test/selenium/Database/QueryByExampleTest.php
M test/selenium/Database/StructureTest.php
M test/selenium/Database/TriggersTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.php
M test/selenium/LoginTest.php
M test/selenium/NormalizationTest.php
M test/selenium/ServerSettingsTest.php
M test/selenium/SqlQueryTest.php
M test/selenium/Table/BrowseTest.php
M test/selenium/Table/CreateTest.php
M test/selenium/Table/InsertTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/Table/StructureTest.php
M test/selenium/TestBase.php
M test/selenium/TrackingTest.php
M test/selenium/XssTest.php
Log Message:
-----------
Use testsuite option instead of group for Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c4f663ec44f197934ea45999e773fc1050d009c3
https://github.com/phpmyadmin/phpmyadmin/commit/c4f663ec44f197934ea45999e77…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-06 (Tue, 07 July 2021) -03:00
Changed paths:
M .github/workflows/mutation-tests.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
M build.xml
M phpunit.xml.dist
M scripts/create-release.sh
M test/selenium/ChangePasswordTest.php
M test/selenium/CreateDropDatabaseTest.php
M test/selenium/CreateRemoveUserTest.php
M test/selenium/Database/EventsTest.php
M test/selenium/Database/OperationsTest.php
M test/selenium/Database/ProceduresTest.php
M test/selenium/Database/QueryByExampleTest.php
M test/selenium/Database/StructureTest.php
M test/selenium/Database/TriggersTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.php
M test/selenium/LoginTest.php
M test/selenium/NormalizationTest.php
M test/selenium/ServerSettingsTest.php
M test/selenium/SqlQueryTest.php
M test/selenium/Table/BrowseTest.php
M test/selenium/Table/CreateTest.php
M test/selenium/Table/InsertTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/Table/StructureTest.php
M test/selenium/TestBase.php
M test/selenium/TrackingTest.php
M test/selenium/XssTest.php
Log Message:
-----------
Merge pull request #16993 from mauriciofauth/selenium-testsuite
Use testsuite option instead of group for Selenium tests
Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 282fbe76c531deb4168dc0d2055c422aacab6afe
https://github.com/phpmyadmin/phpmyadmin/commit/282fbe76c531deb4168dc0d2055…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-05 (Mon, 07 July 2021) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Controllers/LogoutController.php
M libraries/classes/Core.php
M libraries/classes/Routing.php
M libraries/common.inc.php
M setup/index.php
Log Message:
-----------
Fix case where `$_SERVER['REQUEST_METHOD']` is undefined
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/16991
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 10b3ead050f5b71f2940e29128a00b5243f4b608
https://github.com/phpmyadmin/phpmyadmin/commit/10b3ead050f5b71f2940e29128a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-05 (Mon, 07 July 2021) -03:00
Changed paths:
M test/classes/Command/TwigLintCommandTest.php
M test/classes/Controllers/SqlControllerTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/RelationTest.php
M test/selenium/ChangePasswordTest.php
M test/selenium/CreateDropDatabaseTest.php
M test/selenium/CreateRemoveUserTest.php
M test/selenium/Database/EventsTest.php
M test/selenium/Database/OperationsTest.php
M test/selenium/Database/ProceduresTest.php
M test/selenium/Database/QueryByExampleTest.php
M test/selenium/Database/StructureTest.php
M test/selenium/Database/TriggersTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.php
M test/selenium/LoginTest.php
M test/selenium/NormalizationTest.php
M test/selenium/ServerSettingsTest.php
M test/selenium/SqlQueryTest.php
M test/selenium/Table/BrowseTest.php
M test/selenium/Table/CreateTest.php
M test/selenium/Table/InsertTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/Table/StructureTest.php
M test/selenium/TestBase.php
M test/selenium/TrackingTest.php
M test/selenium/XssTest.php
Log Message:
-----------
Remove invalid `covers` annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6f894e7ea70dc36c7425193425d1cc24b8d2c0e8
https://github.com/phpmyadmin/phpmyadmin/commit/6f894e7ea70dc36c7425193425d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-03 (Sat, 07 July 2021) -03:00
Changed paths:
A libraries/classes/Http/Factory/ServerRequestFactory.php
M composer.json
M libraries/classes/Controllers/Server/EnginesController.php
M libraries/classes/Controllers/Server/Status/ProcessesController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Routing.php
M test/classes/Controllers/Server/EnginesControllerTest.php
Log Message:
-----------
Add support for PSR-7 request objects in controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 27a5792976b8ab276763361888a5e37c9dae9ad6
https://github.com/phpmyadmin/phpmyadmin/commit/27a5792976b8ab276763361888a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-04 (Sun, 07 July 2021) -03:00
Changed paths:
A libraries/classes/Http/ServerRequest.php
M libraries/classes/Controllers/Server/EnginesController.php
M libraries/classes/Controllers/Server/Status/ProcessesController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Http/Factory/ServerRequestFactory.php
M test/classes/Controllers/Server/EnginesControllerTest.php
Log Message:
-----------
Add `PhpMyAdmin\Http\ServerRequest` class
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: b63d2c48fe54b38cb79cb038eb02e1543126b398
https://github.com/phpmyadmin/phpmyadmin/commit/b63d2c48fe54b38cb79cb038eb0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-04 (Sun, 07 July 2021) -03:00
Changed paths:
A libraries/classes/Http/Factory/ServerRequestFactory.php
A libraries/classes/Http/ServerRequest.php
M composer.json
M libraries/classes/Controllers/Server/EnginesController.php
M libraries/classes/Controllers/Server/Status/ProcessesController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Routing.php
M test/classes/Controllers/Server/EnginesControllerTest.php
Log Message:
-----------
Merge pull request #16989 from mauriciofauth/psr7-request
Add support for PSR-7 request objects in controllers
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 74c49198e0b0349afbb821f126fe74e606566bd7
https://github.com/phpmyadmin/phpmyadmin/commit/74c49198e0b0349afbb821f126f…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-07-04 (Sun, 07 July 2021) +00:00
Changed paths:
M po/af.po
M po/am.po
M po/ar.po
M po/ar_LY.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/ber.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ku.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/my.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/nn.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/rcf.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/tzm.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot(a)phpmyadmin.net>