Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1b9d125d3edd8e510f31315ae727b2bea7c4de7b
https://github.com/phpmyadmin/phpmyadmin/commit/1b9d125d3edd8e510f31315ae72…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-04-20 (Thu, 20 Apr 2017)
Changed paths:
M libraries/Template.php
M libraries/Util.php
A libraries/twig/UtilExtension.php
M scripts/generate-twig-cache
R templates/checkbox.phtml
A templates/checkbox.twig
R templates/components/error_message.phtml
A templates/components/error_message.twig
R templates/console/query_action.phtml
A templates/console/query_action.twig
R templates/console/toolbar.phtml
A templates/console/toolbar.twig
R templates/database/create_table.phtml
A templates/database/create_table.twig
R templates/div_for_slider_effect.phtml
A templates/div_for_slider_effect.twig
R templates/dropdown.phtml
A templates/dropdown.twig
R templates/error/report_form.phtml
A templates/error/report_form.twig
R templates/filter.phtml
A templates/filter.twig
R templates/prefs_autoload.phtml
A templates/prefs_autoload.twig
R templates/startAndNumberOfRowsPanel.phtml
A templates/start_and_number_of_rows_panel.twig
M test/libraries/PMA_server_privileges_test.php
M test/libraries/common/PMA_getDropdown_test.php
Log Message:
-----------
Port some templates to Twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8cc6f9f908535afbe944861950ba38478e66e861
https://github.com/phpmyadmin/phpmyadmin/commit/8cc6f9f908535afbe944861950b…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-04-23 (Sun, 23 Apr 2017)
Changed paths:
M libraries/twig/UtilExtension.php
R templates/preview_sql.phtml
A templates/preview_sql.twig
R templates/radio_fields.phtml
A templates/radio_fields.twig
R templates/secondary_tabs.phtml
A templates/secondary_tabs.twig
R templates/select_all.phtml
A templates/select_all.twig
R templates/select_lang.phtml
A templates/select_lang.twig
R templates/toggle_button.phtml
A templates/toggle_button.twig
Log Message:
-----------
Port some templates to Twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 9e5a6139b7cea7b260c63a11993a7161855b92f1
https://github.com/phpmyadmin/phpmyadmin/commit/9e5a6139b7cea7b260c63a11993…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M templates/select_lang.twig
Log Message:
-----------
Fix unwanted escape on select_lang template
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 1b4b736575eea04f651279a7669de682b6da5645
https://github.com/phpmyadmin/phpmyadmin/commit/1b4b736575eea04f651279a7669…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M libraries/Template.php
M libraries/Util.php
A libraries/twig/UtilExtension.php
M scripts/generate-twig-cache
R templates/checkbox.phtml
A templates/checkbox.twig
R templates/components/error_message.phtml
A templates/components/error_message.twig
R templates/console/query_action.phtml
A templates/console/query_action.twig
R templates/console/toolbar.phtml
A templates/console/toolbar.twig
R templates/database/create_table.phtml
A templates/database/create_table.twig
R templates/div_for_slider_effect.phtml
A templates/div_for_slider_effect.twig
R templates/dropdown.phtml
A templates/dropdown.twig
R templates/error/report_form.phtml
A templates/error/report_form.twig
R templates/filter.phtml
A templates/filter.twig
R templates/prefs_autoload.phtml
A templates/prefs_autoload.twig
R templates/preview_sql.phtml
A templates/preview_sql.twig
R templates/radio_fields.phtml
A templates/radio_fields.twig
R templates/secondary_tabs.phtml
A templates/secondary_tabs.twig
R templates/select_all.phtml
A templates/select_all.twig
R templates/select_lang.phtml
A templates/select_lang.twig
R templates/startAndNumberOfRowsPanel.phtml
A templates/start_and_number_of_rows_panel.twig
R templates/toggle_button.phtml
A templates/toggle_button.twig
M test/libraries/PMA_server_privileges_test.php
M test/libraries/common/PMA_getDropdown_test.php
Log Message:
-----------
Merge pull request #13207 from mauriciofauth/templates
Port some templates to Twig
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d6d9d2ec8457...1b4b736575ee
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d6d9d2ec8457d167904219133272f77e273945db
https://github.com/phpmyadmin/phpmyadmin/commit/d6d9d2ec8457d16790421913327…
Author: Diego Baños Fariñas <diegobanosfarinas(a)gmail.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M js/tbl_operations.js
Log Message:
-----------
Drop and Truncate display the database name (#13209)
Display the database name on drop and truncate confirmaton
Fixes #13140
Signed-off-by: Diego Banos <diegobanosfarinas(a)gmail.com>