Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: dc673583076b51d411c994a426df3d5e82d9fe36 https://github.com/phpmyadmin/phpmyadmin/commit/dc673583076b51d411c994a426df... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-06 (Wed, 11 November 2019) -03:00
Changed paths: A libraries/classes/Controllers/CheckRelationsController.php M libraries/classes/Controllers/AbstractController.php M libraries/entry_points/chk_rel.php M services_controllers.yml
Log Message: ----------- Create CheckRelationsController
Refactors chk_rel entry point to use the new controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1c9062ccd33c89e05cb9da115b594630e9d8e56b https://github.com/phpmyadmin/phpmyadmin/commit/1c9062ccd33c89e05cb9da115b59... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-06 (Wed, 11 November 2019) -03:00
Changed paths: M libraries/classes/Controllers/HomeController.php M libraries/classes/Relation.php M libraries/entry_points/database/operations.php M libraries/routes.php M test/selenium/TestBase.php D libraries/entry_points/chk_rel.php
Log Message: ----------- Move check relations entry point to routes file
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ddfdf8554f86ce427300a5f1d8ba06747d5082b3 https://github.com/phpmyadmin/phpmyadmin/commit/ddfdf8554f86ce427300a5f1d8ba... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-06 (Wed, 11 November 2019) -03:00
Changed paths: M .editorconfig M .scrutinizer.yml
Log Message: ----------- Use two spaces for indent size in yml files
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 271e0033a1ceac86102ae6b62c169373fa041ec8 https://github.com/phpmyadmin/phpmyadmin/commit/271e0033a1ceac86102ae6b62c16... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-06 (Wed, 11 November 2019) -03:00
Changed paths: A libraries/classes/Controllers/ErrorReportController.php M libraries/entry_points/error_report.php M services_controllers.yml
Log Message: ----------- Create ErrorReportController
Refactors error report entry point to use the new controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4fabc68f95fdcd5f12b59dcbad71d83dd1eec500 https://github.com/phpmyadmin/phpmyadmin/commit/4fabc68f95fdcd5f12b59dcbad71... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-11-06 (Wed, 11 November 2019) -03:00
Changed paths: M js/error_report.js M js/functions.js M libraries/classes/ErrorHandler.php M libraries/routes.php M templates/error/report_form.twig D libraries/entry_points/error_report.php
Log Message: ----------- Move error report entry point logic to routes file
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev