Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: b068a0d6391e4d95f4e0d0b115329fe09070aacc https://github.com/phpmyadmin/phpmyadmin/commit/b068a0d6391e4d95f4e0d0b11532... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2019-01-29 (Tue, 01 January 2019) -02:00
Changed paths: A templates/server/collations/index.twig M libraries/classes/Controllers/Server/ServerCollationsController.php M server_collations.php M templates/server/sub_page_header.twig M test/classes/Controllers/Server/ServerCollationsControllerTest.php D templates/server/collations/charsets.twig
Log Message: ----------- Refactor ServerCollationsController
Refactors PhpMyAdmin\Controllers\Server\ServerCollationsController.
- Moves response handling back to server_collations.php. - Groups all HTML in templates/server/collations/index.twig. - Improves unit tests.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com