Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d569fe2f05bdf8c8cdff1be693f263aaa1f0e053
https://github.com/phpmyadmin/phpmyadmin/commit/d569fe2f05bdf8c8cdff1be693f…
Author: Sebastian Walther <swalther(a)complex-it.de>
Date: 2022-10-20 (Thu, 10 October 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Database/CentralColumns/PopulateColumnsController.php
M libraries/classes/Controllers/Database/SqlController.php
M libraries/classes/Controllers/Database/SqlFormatController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/LintController.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Use ServerRequestObject to access POST-vars
Signed-off-by: Sebastian Walther <swalther(a)complex-it.de>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5ab43f618d9ebe610d07e67f51a719fa7e9fa3d7
https://github.com/phpmyadmin/phpmyadmin/commit/5ab43f618d9ebe610d07e67f51a…
Author: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
Date: 2022-10-18 (Tue, 10 October 2022) -03:00
Changed paths:
M js/src/modules/doc-links.js
M js/src/table/change.js
M libraries/classes/InsertEdit.php
M libraries/classes/Types.php
M test/classes/TypesTest.php
Log Message:
-----------
Adds support for SHA2 function (#17809)
* Adds support for SHA2 function
Fixes #17760
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e686d90f87b219ef2f68e4ab112e5295c1d22b35
https://github.com/phpmyadmin/phpmyadmin/commit/e686d90f87b219ef2f68e4ab112…
Author: Sebastian Walther <swalther(a)complex-it.de>
Date: 2022-10-15 (Sat, 10 October 2022) +02:00
Changed paths:
M templates/table/structure/display_structure.twig
Log Message:
-----------
Move tbody tag out of for loop in DBtable's index-table
Signed-off-by: Sebastian Walther <swalther(a)complex-it.de>
Commit: 58857592fd03e365587ddfd1defbb8fc86eed4e8
https://github.com/phpmyadmin/phpmyadmin/commit/58857592fd03e365587ddfd1def…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-10-18 (Tue, 10 October 2022) -03:00
Changed paths:
M templates/table/structure/display_structure.twig
Log Message:
-----------
Merge pull request #17796 from clxswalther/db-table-index
Fix #17534 - Move tbody tag out of for loop in DBtable's index-table