Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 36730b33bd61460330d42c70c3142879ec4bb92f https://github.com/phpmyadmin/phpmyadmin/commit/36730b33bd61460330d42c70c314... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-12-28 (Sat, 12 December 2019) -03:00
Changed paths: A libraries/classes/Controllers/Table/ZoomSearchController.php A templates/table/zoom_search/index.twig A templates/table/zoom_search/result_form.twig M js/table/zoom_plot_jqplot.js M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Menu.php M libraries/routes.php M phpstan-baseline.neon M services_controllers.yml M templates/table/find_replace/index.twig M templates/table/search/fields_table.twig M templates/table/search/selection_form.twig D libraries/entry_points/table/zoom_select.php D templates/table/search/rows_zoom.twig D templates/table/search/zoom_result_form.twig
Log Message: ----------- Create Table\ZoomSearchController controller
Moves the table zoom search entry point to the ZoomSearchController, removes the entry point file and extracts the zoom search logic from the SearchController class.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev