Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c1e393abcebf85ab63e759d69e924f8c778c298d
https://github.com/phpmyadmin/phpmyadmin/commit/c1e393abcebf85ab63e759d69e9…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-25 (Wed, 05 May 2022) -03:00
Changed paths:
M templates/table/search/index.twig
M templates/table/structure/display_partitions.twig
M templates/table/structure/display_structure.twig
M templates/table/structure/display_table_stats.twig
M templates/table/structure/partition_definition_form.twig
M templates/table/structure/primary.twig
M templates/table/tracking/main.twig
Log Message:
-----------
Replace some `pma-fieldset` CSS classes with Cards
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 10b937511db681ea01e3173d5fdfd588ce742468
https://github.com/phpmyadmin/phpmyadmin/commit/10b937511db681ea01e3173d5fd…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-24 (Tue, 05 May 2022) -03:00
Changed paths:
A libraries/classes/StatementInfo.php
A test/classes/ParseAnalyzeTest.php
A test/classes/StatementInfoTest.php
A test/stubs/Query.stub
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/Structure/BrowseController.php
M libraries/classes/Database/MultiTableQuery.php
M libraries/classes/Display/Results.php
M libraries/classes/ParseAnalyze.php
M libraries/classes/Sql.php
M phpstan-baseline.neon
M phpstan.neon.dist
M psalm-baseline.xml
M psalm.xml
M test/classes/Display/ResultsTest.php
M test/classes/SqlTest.php
Log Message:
-----------
Replace `$analyzedSqlResults` array with `StatementInfo` object
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1456e8bbf5651c34acbb91e6b54b8d9e6f4e30b9
https://github.com/phpmyadmin/phpmyadmin/commit/1456e8bbf5651c34acbb91e6b54…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-24 (Tue, 05 May 2022) -03:00
Changed paths:
A libraries/classes/StatementInfo.php
A test/classes/ParseAnalyzeTest.php
A test/classes/StatementInfoTest.php
A test/stubs/Query.stub
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/Structure/BrowseController.php
M libraries/classes/Database/MultiTableQuery.php
M libraries/classes/Display/Results.php
M libraries/classes/ParseAnalyze.php
M libraries/classes/Sql.php
M phpstan-baseline.neon
M phpstan.neon.dist
M psalm-baseline.xml
M psalm.xml
M test/classes/Display/ResultsTest.php
M test/classes/SqlTest.php
Log Message:
-----------
Merge pull request #17550 from MauricioFauth/statement-info-vo
Replace `$analyzedSqlResults` array with `StatementInfo` object
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 228fde03eec64a5a1931a6d9703830c9dbb85497
https://github.com/phpmyadmin/phpmyadmin/commit/228fde03eec64a5a1931a6d9703…
Author: Rodrigo Pokemaobr <contato(a)pokemaobr.dev>
Date: 2022-05-24 (Tue, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Twig/RelationExtension.php
M templates/table/relation/common_form.twig
Log Message:
-----------
Removing get display field function on twig template
Signed-off-by: Rodrigo Pokemaobr <contato(a)pokemaobr.dev>
Commit: f182bb1131e85bdd8ea15a605586449d95a7a9a9
https://github.com/phpmyadmin/phpmyadmin/commit/f182bb1131e85bdd8ea15a60558…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-24 (Tue, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Twig/RelationExtension.php
M templates/table/relation/common_form.twig
Log Message:
-----------
Merge pull request #17554 from pokemaobr/REMOVING_GET_DISPLAY_FIELD_FUNCTION_ON_TWIG
Removing get display field function on twig template