Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1ee2cad25ccbfb6e06e0c87f6209658c9bc8bc3d
https://github.com/phpmyadmin/phpmyadmin/commit/1ee2cad25ccbfb6e06e0c87f620…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-25 (Wed, 12 December 2019) -03:00
Changed paths:
M js/ajax.js
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Display/Results.php
M libraries/routes.php
M services_controllers.yml
M templates/table/gis_visualization/gis_visualization.twig
D libraries/entry_points/table/gis_visualization.php
Log Message:
-----------
Refactor Table\GisVisualizationController
Moves the gis visualization entry point to the controller and removes
the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: af1c859a0397fe5db95d420a9756b3fb58868e74
https://github.com/phpmyadmin/phpmyadmin/commit/af1c859a0397fe5db95d420a975…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-25 (Wed, 12 December 2019) -03:00
Changed paths:
M libraries/classes/Controllers/Table/RelationController.php
M libraries/routes.php
M phpstan-baseline.neon
M services_controllers.yml
M test/classes/Controllers/Table/RelationControllerTest.php
D libraries/entry_points/table/relation.php
Log Message:
-----------
Refactor Table\RelationController controller
Moves the table relation entry point logic to the controller and removes
the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>