Branch: refs/heads/gsoc-theme-generator
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 27b8fbe71c8fc9e52e25835cb1dee606432cde9b
https://github.com/phpmyadmin/phpmyadmin/commit/27b8fbe71c8fc9e52e25835cb1d…
Author: Saksham Gupta <shucon01(a)gmail.com>
Date: 2019-01-29 (Tue, 01 January 2019) -03:00
Changed paths:
A doc/theme_generator.rst
A js/theme_generator/color_picker.js
A js/theme_generator/preview.js
A libraries/classes/ThemeGenerator.php
A libraries/classes/ThemeGenerator/Common.php
A libraries/classes/ThemeGenerator/Layout.php
A libraries/classes/ThemeGenerator/Navigation.php
A templates/theme_generator/color_picker.twig
A templates/theme_generator/form.twig
A templates/theme_generator/group_preview.twig
A templates/theme_generator/table_preview.twig
A test/classes/ThemeGenerator/LayoutTest.php
A test/classes/ThemeGeneratorTest.php
A theme_generator.php
A themes/pmahomme/css/theme_generator.css.php
A themes/pmahomme/img/theme_generator/alpha.png
A themes/pmahomme/img/theme_generator/alpha_mask.png
A themes/pmahomme/img/theme_generator/arrow.png
A themes/pmahomme/img/theme_generator/arrows.png
A themes/pmahomme/img/theme_generator/grain.png
A themes/pmahomme/img/theme_generator/hue.png
A themes/pmahomme/img/theme_generator/picker_mask_200.png
M config.sample.inc.php
M doc/config.rst
M doc/user.rst
M index.php
M libraries/classes/Theme.php
M libraries/config.default.php
Log Message:
-----------
Add automated theme generator (#14293)
Google Summer of Code 2018 project
Signed-off-by: Saksham Gupta <shucon01(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b068a0d6391e4d95f4e0d0b115329fe09070aacc
https://github.com/phpmyadmin/phpmyadmin/commit/b068a0d6391e4d95f4e0d0b1153…
Author: Maurício Meneghini Fauth <mauriciofauth(a)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(a)gmail.com>