Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f103bdc1e2b733f8b10243a9d1aa04ee0ec83b11
https://github.com/phpmyadmin/phpmyadmin/commit/f103bdc1e2b733f8b10243a9d1a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-08 (Tue, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Database/DesignerController.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Database/TrackingController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/Table/TriggersController.php
M libraries/classes/Util.php
M psalm-baseline.xml
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Replace $_REQUEST with ServerRequest in Util::getDbInfo()
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 97aac39a40cef8f0ec63f380be79e14c4633bd67
https://github.com/phpmyadmin/phpmyadmin/commit/97aac39a40cef8f0ec63f380be7…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-07 (Mon, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Database/DesignerController.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Database/TrackingController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Table/TriggersController.php
M libraries/classes/Util.php
M psalm-baseline.xml
M test/classes/UtilTest.php
Log Message:
-----------
Remove the sub_part global variable
It's only used inside Util::getDbInfo() for pagination when not
exporting.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a1c8769fab0c9ed80f7e6b839330ab2866808248
https://github.com/phpmyadmin/phpmyadmin/commit/a1c8769fab0c9ed80f7e6b83933…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-07 (Mon, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Tracking.php
M test/classes/TrackingTest.php
Log Message:
-----------
Refactor $dateFrom and $dateTo to use DateTimeImmutable
Uses the DateTimeImmutable object to validate the datetime values of the
$dateFrom and $dateTo variables in the Tracking class.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 4405b8afa42ad4057189a48b1ab6ca14d04403fc
https://github.com/phpmyadmin/phpmyadmin/commit/4405b8afa42ad4057189a48b1ab…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-07 (Mon, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Tracking.php
M test/classes/TrackingTest.php
Log Message:
-----------
Merge pull request #17879 from MauricioFauth/tracking-datetime
Refactor `$dateFrom` and `$dateTo` to use `DateTimeImmutable`