Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eff6872c83edbe4f3074ce3a779fe39b8432414f
https://github.com/phpmyadmin/phpmyadmin/commit/eff6872c83edbe4f3074ce3a779…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-08-04 (Fri, 08 August 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/AbstractNetworkTestCase.php
M test/classes/Config/FormDisplayTest.php
M test/classes/ConfigStorage/RelationCleanupTest.php
M test/classes/ConfigStorage/RelationTest.php
M test/classes/ConfigStorage/UserGroupsTest.php
M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php
M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/FindReplaceControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Triggers/IndexControllerTest.php
M test/classes/Database/CentralColumnsTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/SearchTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Dbal/MysqliResultTest.php
M test/classes/Export/OptionsTest.php
M test/classes/InsertEditTest.php
M test/classes/Navigation/NavigationTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/NormalizationTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Auth/AuthenticationHttpTest.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportMediawikiTest.php
M test/classes/Plugins/Export/ExportOdsTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Plugins/Import/ImportLdiTest.php
M test/classes/Server/Privileges/AccountLockingTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Setup/FormProcessingTest.php
M test/classes/SystemDatabaseTest.php
M test/classes/Table/IndexesTest.php
M test/classes/TableTest.php
M test/classes/Theme/ThemeManagerTest.php
M test/classes/Tracking/TrackerTest.php
M test/classes/Tracking/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/UserPreferencesTest.php
M test/classes/UtilTest.php
M test/classes/Utils/ForeignKeyTest.php
M test/classes/Utils/GisTest.php
M test/classes/VersionInformationTest.php
Log Message:
-----------
Fix PHPUnit 10.3 soft deprecations
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 44f7e93b36bd93bd471603a3effac8dc0ce2b397
https://github.com/phpmyadmin/phpmyadmin/commit/44f7e93b36bd93bd471603a3eff…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-28 (Fri, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Sanitize.php
M phpstan-baseline.neon
M psalm.xml
M scripts/check-release-excludes.sh
D public/show_config_errors.php
Log Message:
-----------
Remove the public/show_config_errors.php file
A better and safer way of showing the configuration errors should be
developed.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d9d47ba3ab5f3aca120decc1dd1a6a49ba4322df
https://github.com/phpmyadmin/phpmyadmin/commit/d9d47ba3ab5f3aca120decc1dd1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-28 (Fri, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Sanitize.php
M phpstan-baseline.neon
M psalm.xml
M scripts/check-release-excludes.sh
D public/show_config_errors.php
Log Message:
-----------
Merge pull request #18587 from MauricioFauth/show-config-errors-file-removal
Remove the public/show_config_errors.php file
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ecf1c78ae8dd6f831fd2ac57ab6556eb8e36cca0
https://github.com/phpmyadmin/phpmyadmin/commit/ecf1c78ae8dd6f831fd2ac57ab6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M composer.json
M libraries/classes/Application.php
M libraries/services.php
M test/classes/ApplicationTest.php
Log Message:
-----------
Wrap the Application::run() code with a HTTP handler
- Uses laminas-httphandlerrunner to emit the Response object
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fb39be0a779e4dda96030ba030ae1279fd3cc19c
https://github.com/phpmyadmin/phpmyadmin/commit/fb39be0a779e4dda96030ba030a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/Routing/Routing.php
Log Message:
-----------
Refactor the Routing::callControllerForRoute() method
Changes the method to return a Response object when possible.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 6597dee72406c985fca6e51f118051ab40e62fbb
https://github.com/phpmyadmin/phpmyadmin/commit/6597dee72406c985fca6e51f118…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/classes/Routing/Routing.php
Log Message:
-----------
Refactor the Routing::callSetupController() method
Changes the method so it return a Response object when possible.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2c90f397e1a4dcef27f06733e0d1bbceecc7496f
https://github.com/phpmyadmin/phpmyadmin/commit/2c90f397e1a4dcef27f06733e0d…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Setup/MainController.php
M libraries/classes/Header.php
M libraries/classes/Routing/Routing.php
Log Message:
-----------
Refactor the Setup\MainController controller
Changes the __invoke() method so it returns a Response object.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c7b92d2de9dd1c54a8ad99f2585c227df836484d
https://github.com/phpmyadmin/phpmyadmin/commit/c7b92d2de9dd1c54a8ad99f2585…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-27 (Thu, 07 July 2023) -03:00
Changed paths:
M composer.json
M libraries/classes/Application.php
M libraries/classes/Controllers/Setup/MainController.php
M libraries/classes/Header.php
M libraries/classes/Routing/Routing.php
M libraries/services.php
M test/classes/ApplicationTest.php
Log Message:
-----------
Merge pull request #18576 from MauricioFauth/app-http-handler
Wrap the Application::run() code with a HTTP handler
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 19dad3b1530c1f97f3bf9ca68fb43d094c452137
https://github.com/phpmyadmin/phpmyadmin/commit/19dad3b1530c1f97f3bf9ca68fb…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M js/src/modules/themes-manager.ts
M js/src/server/privileges.ts
M libraries/classes/Application.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Export/CheckTimeOutController.php
M libraries/classes/Controllers/GitInfoController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/LintController.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Controllers/RecentTablesListController.php
M libraries/classes/Controllers/Server/Databases/CreateController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/Privileges/AccountLockController.php
M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php
M libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php
M libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php
M libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
M libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php
M libraries/classes/Controllers/Server/Status/Processes/KillController.php
M libraries/classes/Controllers/Server/Status/Processes/RefreshController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Server/Variables/GetVariableController.php
M libraries/classes/Controllers/Server/Variables/SetVariableController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php
M libraries/classes/Controllers/ThemesController.php
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Http/ServerRequest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/AbstractTestCase.php
M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php
M test/classes/Controllers/LintControllerTest.php
M test/classes/Controllers/NavigationControllerTest.php
M test/classes/Controllers/Server/Databases/CreateControllerTest.php
M test/classes/Controllers/Server/Databases/DestroyControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php
M test/classes/Http/ServerRequestTest.php
Log Message:
-----------
Add a isAjax() method to ServerRequest class
This method belongs to the ServerRequest class instead of the
ResponseRenderer class, as it's a request property.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 0b9db09812bbb7dca6df0a12de546a35367f6ceb
https://github.com/phpmyadmin/phpmyadmin/commit/0b9db09812bbb7dca6df0a12de5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths:
M js/src/modules/themes-manager.ts
M js/src/server/privileges.ts
M libraries/classes/Application.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Export/CheckTimeOutController.php
M libraries/classes/Controllers/GitInfoController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/LintController.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Controllers/RecentTablesListController.php
M libraries/classes/Controllers/Server/Databases/CreateController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/Privileges/AccountLockController.php
M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php
M libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php
M libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php
M libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
M libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php
M libraries/classes/Controllers/Server/Status/Processes/KillController.php
M libraries/classes/Controllers/Server/Status/Processes/RefreshController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Server/Variables/GetVariableController.php
M libraries/classes/Controllers/Server/Variables/SetVariableController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php
M libraries/classes/Controllers/ThemesController.php
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Http/ServerRequest.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/AbstractTestCase.php
M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php
M test/classes/Controllers/LintControllerTest.php
M test/classes/Controllers/NavigationControllerTest.php
M test/classes/Controllers/Server/Databases/CreateControllerTest.php
M test/classes/Controllers/Server/Databases/DestroyControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php
M test/classes/Http/ServerRequestTest.php
Log Message:
-----------
Merge pull request #18581 from MauricioFauth/request-is-ajax
Add a isAjax() method to ServerRequest class
Maybe you are not singles, but your partner cannot accompany you anytime, anywhere. Or in your sex life, your partner cannot fill your vaginal or anus.
https://www.hugedildo.com/