Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 98424ec06571a53b312be6755df0d68529f1328f
https://github.com/phpmyadmin/phpmyadmin/commit/98424ec06571a53b312be6755df…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-27 (Fri, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Table/Search.php
A test/classes/Table/SearchTest.php
M libraries/classes/Controllers/Table/SearchController.php
M phpstan-baseline.neon
M services.yml
M services_controllers.yml
M test/classes/Controllers/Table/SearchControllerTest.php
Log Message:
-----------
Extract class from Table\SearchController
Extracts the buildSqlQuery method from
Controllers\Table\SearchController class to the new Table\Search class.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ee8951ea74edf677610c39be6bc4243831d55677
https://github.com/phpmyadmin/phpmyadmin/commit/ee8951ea74edf677610c39be6bc…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-27 (Fri, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Table/FindReplaceController.php
A templates/table/find_replace/index.twig
A templates/table/find_replace/replace_preview.twig
A test/classes/Controllers/Table/FindReplaceControllerTest.php
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/search/selection_form.twig
M test/classes/Controllers/Table/SearchControllerTest.php
D libraries/entry_points/table/find_replace.php
D templates/table/search/replace_preview.twig
Log Message:
-----------
Create Table\FindReplaceController controller
Moves the table find-replace entry point logic to the
FindReplaceController, removes the entry point file and extracts the
find-replace logic from the Table\SearchController class.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d10b3843e3dd44b446004acb0e067bf50579a6d9
https://github.com/phpmyadmin/phpmyadmin/commit/d10b3843e3dd44b446004acb0e0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-26 (Thu, 12 December 2019) -03:00
Changed paths:
M .travis.yml
Log Message:
-----------
Add tests in random order to the test matrix
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>