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/
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/
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bf247e8a2237a7d8226b5d3f26c5ac8a8afe9e5a
https://github.com/phpmyadmin/phpmyadmin/commit/bf247e8a2237a7d8226b5d3f26c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M phpstan.neon.dist
Log Message:
-----------
Make PHPStan more strict
Changes the PHPStan configuration to make it stricter, like the
Psalm's configuration.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bf7ee24316701e09cbe7b45b5878fdb8d461f3df
https://github.com/phpmyadmin/phpmyadmin/commit/bf7ee24316701e09cbe7b45b587…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Triggers/Triggers.php
M psalm-baseline.xml
Log Message:
-----------
Extract response handling from Triggers::handleEditor()
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fd0b1acbc91a7ab8defac590183bb303451053f2
https://github.com/phpmyadmin/phpmyadmin/commit/fd0b1acbc91a7ab8defac590183…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Triggers/Triggers.php
M psalm-baseline.xml
Log Message:
-----------
Inline the Triggers::sendEditor() method
Extracts the response handling to the controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2a0d7e21a9168ffff2bc06291b361c50d2363238
https://github.com/phpmyadmin/phpmyadmin/commit/2a0d7e21a9168ffff2bc06291b3…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Triggers/Triggers.php
M libraries/services.php
M psalm-baseline.xml
M test/classes/Controllers/Triggers/IndexControllerTest.php
M test/classes/Triggers/TriggersTest.php
Log Message:
-----------
Inline the Triggers::getEditorForm() method
Removes the dependency on ResponseRenderer and Template from the
Triggers class.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: bcd55bb1ff6e896adafdc1dc77e0c174ea47cb0c
https://github.com/phpmyadmin/phpmyadmin/commit/bcd55bb1ff6e896adafdc1dc77e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Database/Events.php
M psalm-baseline.xml
Log Message:
-----------
Inline the Events::export() method
Moves the response handling to the controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 5a670905595c7b0104be479f08ca13352f2d43c6
https://github.com/phpmyadmin/phpmyadmin/commit/5a670905595c7b0104be479f08c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Database/Events.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Extract response handling from Events::handleEditor()
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 27f4665a4f3bbca1e716fd9cff8500641ad4340a
https://github.com/phpmyadmin/phpmyadmin/commit/27f4665a4f3bbca1e716fd9cff8…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Database/Events.php
M psalm-baseline.xml
Log Message:
-----------
Inline the Events::sendEditor() method
Moves the response handling to the controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 32b92568f3b4acff36db3290285cc1e42e9ef9d0
https://github.com/phpmyadmin/phpmyadmin/commit/32b92568f3b4acff36db3290285…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Database/Events.php
M libraries/services.php
M psalm-baseline.xml
M test/classes/Controllers/Database/EventsControllerTest.php
M test/classes/Database/EventsTest.php
Log Message:
-----------
Inline the Events::getEditorForm() method
Moves the response handling to the controller.
Removes the dependency on ResponseRenderer and Template from the Events
class.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 60b8f6c61a0d7064b3375279f90fed1a0f5569ff
https://github.com/phpmyadmin/phpmyadmin/commit/60b8f6c61a0d7064b3375279f90…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Database/Routines.php
M psalm-baseline.xml
Log Message:
-----------
Inline the Routines::export() method
Moves the response handling to the controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d35586a5621d01240d156ff76adee8ddcd69912d
https://github.com/phpmyadmin/phpmyadmin/commit/d35586a5621d01240d156ff76ad…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Database/Routines.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Inline the Routines::handleEditor() method
Moves the response handling to the controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 262366165021552a90207032ee857393d503ad99
https://github.com/phpmyadmin/phpmyadmin/commit/262366165021552a90207032ee8…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Database/Routines.php
M psalm-baseline.xml
Log Message:
-----------
Inline the Routines::handleExecute() method
Moves the response handling to controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 3cc69d6860c261846fc98df9bda4a3ebc8291485
https://github.com/phpmyadmin/phpmyadmin/commit/3cc69d6860c261846fc98df9bda…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Database/Routines.php
M psalm-baseline.xml
Log Message:
-----------
Extract response handling from Routines::handleExecuteRoutine()
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 212e115c2e552804b9170ab865131d37b3db5943
https://github.com/phpmyadmin/phpmyadmin/commit/212e115c2e552804b9170ab8651…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Database/Routines.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Extract response handling from Routines::handleRequestCreateOrEdit()
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c8a50637f4d86c3f81ffda5b960907476a6a7533
https://github.com/phpmyadmin/phpmyadmin/commit/c8a50637f4d86c3f81ffda5b960…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Database/Routines.php
M libraries/services.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Controllers/Database/RoutinesControllerTest.php
M test/classes/Database/RoutinesTest.php
Log Message:
-----------
Remove Template and ResponseRenderer dep from Routines class
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 843c5bb09a5bfeca6b21ced3791a51e00d5b4b81
https://github.com/phpmyadmin/phpmyadmin/commit/843c5bb09a5bfeca6b21ced3791…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Triggers/IndexController.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/Routines.php
M libraries/classes/Triggers/Triggers.php
M libraries/services.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Controllers/Database/EventsControllerTest.php
M test/classes/Controllers/Database/RoutinesControllerTest.php
M test/classes/Controllers/Triggers/IndexControllerTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Triggers/TriggersTest.php
Log Message:
-----------
Merge pull request #18568 from MauricioFauth/rte-exit-removal
Extract response handling from Routines, Triggers and Events classes
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8d769908e608f37f695e4e4c4b9e93e44a70064a
https://github.com/phpmyadmin/phpmyadmin/commit/8d769908e608f37f695e4e4c4b9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-22 (Sat, 07 July 2023) -03:00
Changed paths:
A infection.json5.dist
M .github/workflows/mutation-tests.yml
M .gitignore
M libraries/classes/Bookmark.php
M libraries/classes/Command/TwigLintCommand.php
M libraries/classes/Config/ConfigFile.php
M libraries/classes/Config/ServerConfigChecks.php
M libraries/classes/Config/Settings/Server.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/Controllers/Table/Structure/SaveController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Core.php
M libraries/classes/Display/Results.php
M libraries/classes/Error.php
M libraries/classes/Gis/GisGeometryCollection.php
M libraries/classes/Gis/GisLineString.php
M libraries/classes/Gis/GisMultiLineString.php
M libraries/classes/Gis/GisMultiPoint.php
M libraries/classes/Gis/GisMultiPolygon.php
M libraries/classes/Gis/GisPolygon.php
M libraries/classes/Import/Import.php
M libraries/classes/IpAllowDeny.php
M libraries/classes/LanguageManager.php
M libraries/classes/Linter.php
M libraries/classes/Message.php
M libraries/classes/Normalization.php
M libraries/classes/Partitioning/TablePartitionDefinition.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportMediawiki.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Import/ImportCsv.php
M libraries/classes/Plugins/Import/ImportMediawiki.php
M libraries/classes/Plugins/Import/ImportOds.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Import/ImportXml.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/SystemDatabase.php
M libraries/classes/Table/ColumnsDefinition.php
M libraries/classes/Tracking/Tracker.php
M libraries/classes/Transformations.php
M libraries/classes/Util.php
M libraries/classes/VersionInformation.php
M libraries/classes/WebAuthn/CBORDecoder.php
M libraries/classes/WebAuthn/WebauthnLibServer.php
D infection.json.dist
Log Message:
-----------
Ignore Infection for mutations that causes error or timeout
Disable log verbosity
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 6a4d82e69eb365dcb5d4d61a6ff0b6378bab9fd1
https://github.com/phpmyadmin/phpmyadmin/commit/6a4d82e69eb365dcb5d4d61a6ff…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-07-22 (Sat, 07 July 2023) -03:00
Changed paths:
A infection.json5.dist
M .github/workflows/mutation-tests.yml
M .gitignore
M libraries/classes/Bookmark.php
M libraries/classes/Command/TwigLintCommand.php
M libraries/classes/Config/ConfigFile.php
M libraries/classes/Config/ServerConfigChecks.php
M libraries/classes/Config/Settings/Server.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/Controllers/Table/Structure/SaveController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Core.php
M libraries/classes/Display/Results.php
M libraries/classes/Error.php
M libraries/classes/Gis/GisGeometryCollection.php
M libraries/classes/Gis/GisLineString.php
M libraries/classes/Gis/GisMultiLineString.php
M libraries/classes/Gis/GisMultiPoint.php
M libraries/classes/Gis/GisMultiPolygon.php
M libraries/classes/Gis/GisPolygon.php
M libraries/classes/Import/Import.php
M libraries/classes/IpAllowDeny.php
M libraries/classes/LanguageManager.php
M libraries/classes/Linter.php
M libraries/classes/Message.php
M libraries/classes/Normalization.php
M libraries/classes/Partitioning/TablePartitionDefinition.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportMediawiki.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Import/ImportCsv.php
M libraries/classes/Plugins/Import/ImportMediawiki.php
M libraries/classes/Plugins/Import/ImportOds.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Import/ImportXml.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/SystemDatabase.php
M libraries/classes/Table/ColumnsDefinition.php
M libraries/classes/Tracking/Tracker.php
M libraries/classes/Transformations.php
M libraries/classes/Util.php
M libraries/classes/VersionInformation.php
M libraries/classes/WebAuthn/CBORDecoder.php
M libraries/classes/WebAuthn/WebauthnLibServer.php
D infection.json.dist
Log Message:
-----------
Merge pull request #18525 from MauricioFauth/infection
Fix Mutation test for all files