Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b783681a8bb1d892abc714b59e05634a8e7e7c3b
https://github.com/phpmyadmin/phpmyadmin/commit/b783681a8bb1d892abc714b59e0…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-16 (Wed, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Config.php
M psalm-baseline.xml
Log Message:
-----------
Remove Config::fatalErrorHandler() method
Since there is an error handler register already, error_get_last is
always empty.
Also adds a try-catch to catch exceptions from the config file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b2eb6bf4c90231213adfcf31d2bf7b77c8689059
https://github.com/phpmyadmin/phpmyadmin/commit/b2eb6bf4c90231213adfcf31d2b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-15 (Tue, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Setup/MainController.php
M libraries/services.php
M scripts/console
M test/classes/AbstractTestCase.php
M test/classes/Config/FormDisplayTemplateTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Table/AddFieldControllerTest.php
M test/classes/Controllers/Table/CreateControllerTest.php
M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php
M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php
M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php
M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php
M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php
Log Message:
-----------
Extract config load and check from Config's constructor
This allows better handling of the user's config loading and validation.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 8228122cdb580d2fa4afaf889765b35ab5fde76b
https://github.com/phpmyadmin/phpmyadmin/commit/8228122cdb580d2fa4afaf88976…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-15 (Tue, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Setup/MainController.php
M libraries/services.php
M scripts/console
M test/classes/AbstractTestCase.php
M test/classes/Config/FormDisplayTemplateTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Table/AddFieldControllerTest.php
M test/classes/Controllers/Table/CreateControllerTest.php
M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php
M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php
M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php
M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php
M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php
Log Message:
-----------
Merge pull request #17897 from MauricioFauth/config-load
Extract config load and check from Config's constructor
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d0d90551c39e584aaf0b9ecc61810bcec5fc122a
https://github.com/phpmyadmin/phpmyadmin/commit/d0d90551c39e584aaf0b9ecc618…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-13 (Sun, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Database/Structure/CopyFormController.php
M libraries/classes/Controllers/DatabaseController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Export.php
M libraries/classes/Export/Options.php
M libraries/classes/Operations.php
M libraries/classes/ReplicationGui.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Table.php
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M test/classes/Controllers/Export/ExportControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Table/OperationsControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/ExportTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/TableTest.php
D libraries/classes/Database/DatabaseList.php
Log Message:
-----------
Remove the dblist global variable
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 40e44c0001c7feba010e4c90cfc5759cbf20fe2d
https://github.com/phpmyadmin/phpmyadmin/commit/40e44c0001c7feba010e4c90cfc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-14 (Mon, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Database/Structure/CopyFormController.php
M libraries/classes/Controllers/DatabaseController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Export.php
M libraries/classes/Export/Options.php
M libraries/classes/Operations.php
M libraries/classes/ReplicationGui.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Table.php
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M test/classes/Controllers/Export/ExportControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Table/OperationsControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/ExportTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/TableTest.php
D libraries/classes/Database/DatabaseList.php
Log Message:
-----------
Merge pull request #17894 from MauricioFauth/dblist-global-removal
Remove the `dblist` global variable
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0d8f50dbf624ae0abe1f3fc09155ead537301e9a
https://github.com/phpmyadmin/phpmyadmin/commit/0d8f50dbf624ae0abe1f3fc0915…
Author: Kristijan Fremen Velkovski <me(a)krisfremen.com>
Date: 2022-11-12 (Sat, 11 November 2022) +01:00
Changed paths:
M po/mk.po
Log Message:
-----------
Translated using Weblate (Macedonian)
Currently translated at 20.3% (694 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me(a)krisfremen.com>
Commit: a5ba6280aa7a2094409418f580e3aa60c5597c10
https://github.com/phpmyadmin/phpmyadmin/commit/a5ba6280aa7a2094409418f580e…
Author: Tlsn <developer216(a)gmail.com>
Date: 2022-11-12 (Sat, 11 November 2022) +01:00
Changed paths:
M po/uk.po
Log Message:
-----------
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/uk/
Signed-off-by: Tlsn <developer216(a)gmail.com>
Commit: 482e7c2a2130ca4c7f3b586891d8f55f78182d06
https://github.com/phpmyadmin/phpmyadmin/commit/482e7c2a2130ca4c7f3b586891d…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-12 (Sat, 11 November 2022) -03:00
Changed paths:
M .gitignore
Log Message:
-----------
Add '/js/vendor/js.cookie.min.js' to .gitignore
This file is present in master branch, but not in QA_5_2 branch.
[ci skip]
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 37793f0961659a387eb433e49faf36bc77cd0382
https://github.com/phpmyadmin/phpmyadmin/commit/37793f0961659a387eb433e49fa…
Author: Kristijan Fremen Velkovski <me(a)krisfremen.com>
Date: 2022-11-14 (Mon, 11 November 2022) +01:00
Changed paths:
M po/mk.po
Log Message:
-----------
Translated using Weblate (Macedonian)
Currently translated at 20.8% (714 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me(a)krisfremen.com>
Commit: 163deabc9db0d2b5d5f524dd38a1553df0e947ff
https://github.com/phpmyadmin/phpmyadmin/commit/163deabc9db0d2b5d5f524dd38a…
Author: dingo thirteen <dingo13(a)d404.nl>
Date: 2022-11-14 (Mon, 11 November 2022) +01:00
Changed paths:
M po/nl.po
Log Message:
-----------
Translated using Weblate (Dutch)
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/nl/
Signed-off-by: dingo thirteen <dingo13(a)d404.nl>
Commit: f89cb7050afbe7f6d9b6077b3a918dc7d22c02e2
https://github.com/phpmyadmin/phpmyadmin/commit/f89cb7050afbe7f6d9b6077b3a9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-14 (Mon, 11 November 2022) +01:00
Changed paths:
M libraries/classes/Util.php
M test/classes/UtilTest.php
Log Message:
-----------
Add sodium to the extension list on the main page
It has a polyfill and would be nice to know that it is installed
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1f2af424afcf65c6217deaef49872147c135dc2e
https://github.com/phpmyadmin/phpmyadmin/commit/1f2af424afcf65c6217deaef498…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-14 (Mon, 11 November 2022) +01:00
Changed paths:
M js/src/functions.js
Log Message:
-----------
Fix #17892 - Closing index edit modal and reopening causes it to fire twice
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1bf31e5b7c0751b31fbdf5ba5e78843b6fb04e7f
https://github.com/phpmyadmin/phpmyadmin/commit/1bf31e5b7c0751b31fbdf5ba5e7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-14 (Mon, 11 November 2022) +01:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add a ChangeLog entry for #17892
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: c08b4a78f3d76752efb3c62913c5ace3b635386a
https://github.com/phpmyadmin/phpmyadmin/commit/c08b4a78f3d76752efb3c62913c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-14 (Mon, 11 November 2022) +01:00
Changed paths:
M ChangeLog
M js/src/functions.js
M libraries/classes/Util.php
M test/classes/UtilTest.php
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes(a)wdes.fr>