Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 95e0c251aeaa874dd36c0c3ae249817164128873 https://github.com/phpmyadmin/phpmyadmin/commit/95e0c251aeaa874dd36c0c3ae249... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-05 (Wed, 02 February 2020) -03:00
Changed paths: A libraries/classes/Controllers/Preferences/FeaturesController.php M js/error_report.js M libraries/classes/Controllers/Preferences/FormsController.php M libraries/classes/Menu.php M libraries/classes/UserPreferencesHeader.php M libraries/routes.php M services_controllers.yml M test/classes/UserPreferencesHeaderTest.php
Log Message: ----------- Create Preferences\FeaturesController class
Extracts the controller from the FormController.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 3db59bab5bb0411eb0cf00fdacce69082dcf57e9 https://github.com/phpmyadmin/phpmyadmin/commit/3db59bab5bb0411eb0cf00fdacce... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-05 (Wed, 02 February 2020) -03:00
Changed paths: A libraries/classes/Controllers/Preferences/SqlController.php M libraries/classes/Controllers/Preferences/FormsController.php M libraries/classes/Menu.php M libraries/classes/UserPreferencesHeader.php M libraries/routes.php M services_controllers.yml
Log Message: ----------- Create Preferences\SqlController class
Extracts the controller from the FormsController.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 73a238e51ecbe99c0e9e5ad9246586d2607dd6fb https://github.com/phpmyadmin/phpmyadmin/commit/73a238e51ecbe99c0e9e5ad92465... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-05 (Wed, 02 February 2020) -03:00
Changed paths: A libraries/classes/Controllers/Preferences/NavigationController.php M libraries/classes/Controllers/Preferences/FormsController.php M libraries/classes/Menu.php M libraries/classes/UserPreferencesHeader.php M libraries/routes.php M services_controllers.yml
Log Message: ----------- Create Preferences\NavigationController class
Extracts the controller from the FormsController.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 53cb7f6273b501bbac5adbf4d01e28fa242629c9 https://github.com/phpmyadmin/phpmyadmin/commit/53cb7f6273b501bbac5adbf4d01e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-05 (Wed, 02 February 2020) -03:00
Changed paths: A libraries/classes/Controllers/Preferences/MainPanelController.php M libraries/classes/Controllers/Preferences/FormsController.php M libraries/classes/Menu.php M libraries/classes/UserPreferencesHeader.php M libraries/routes.php M services_controllers.yml
Log Message: ----------- Create Preferences\MainPanelController class
Extracts the controller the from the FormsController.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 7bfaffa2834b67efb31d52006cada378879bef80 https://github.com/phpmyadmin/phpmyadmin/commit/7bfaffa2834b67efb31d52006cad... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-05 (Wed, 02 February 2020) -03:00
Changed paths: A libraries/classes/Controllers/Preferences/ExportController.php M libraries/classes/Controllers/Preferences/FormsController.php M libraries/classes/Menu.php M libraries/classes/UserPreferencesHeader.php M libraries/routes.php M services_controllers.yml
Log Message: ----------- Create Preferences\ExportController class
Extracts the controller from the FormsController.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: f6bbecc0c27cd379da0269557aae8484c8446ba6 https://github.com/phpmyadmin/phpmyadmin/commit/f6bbecc0c27cd379da0269557aae... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-02-05 (Wed, 02 February 2020) -03:00
Changed paths: A libraries/classes/Controllers/Preferences/ImportController.php M libraries/classes/Menu.php M libraries/classes/UserPreferencesHeader.php M libraries/routes.php M phpstan-baseline.neon M services_controllers.yml D libraries/classes/Controllers/Preferences/FormsController.php
Log Message: ----------- Create Preferences\ImportController class
Extracts the controller from the FormsController.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev