Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6dd961c8f309d7b01e2ddb2340cf8702b1cced49
https://github.com/phpmyadmin/phpmyadmin/commit/6dd961c8f309d7b01e2ddb2340c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-10-26 (Sat, 10 October 2019) -03:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/Server/Status/Data.php
M libraries/routes.php
M templates/server/engines/index.twig
M templates/server/engines/show.twig
M test/classes/Controllers/Server/EnginesControllerTest.php
D libraries/entry_points/server/engines.php
Log Message:
-----------
Refactor server engines entry point
Moves server engines entry point logic to the routes files and moves the
request parameters to the route parameter.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: adea61314ef448172049be8717b23fadabc09eaa
https://github.com/phpmyadmin/phpmyadmin/commit/adea61314ef448172049be8717b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-10-11 (Fri, 10 October 2019) -03:00
Changed paths:
A libraries/classes/Command/AdvisoryRulesCommand.php
A scripts/console
M composer.json
M scripts/update-po
D scripts/advisor2po
Log Message:
-----------
Add a console tool
Adds a console tool for phpMyAdmin using the symfony/console component
and moves the advisor2po script to the the console tool.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f0d4122977619b94c6d7c2c7583b5ef24fc6b8e5
https://github.com/phpmyadmin/phpmyadmin/commit/f0d4122977619b94c6d7c2c7583…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-10-24 (Thu, 10 October 2019) -03:00
Changed paths:
A libraries/classes/Command/AdvisoryRulesCommand.php
A scripts/console
M composer.json
M scripts/update-po
D scripts/advisor2po
Log Message:
-----------
Merge pull request #15505 from mauriciofauth/scripts-console
Add a console tool
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2d336a1bf2ef6cff31c62c36f59ff372417cf0fa
https://github.com/phpmyadmin/phpmyadmin/commit/2d336a1bf2ef6cff31c62c36f59…
Author: Ron Holt <holt.ronald(a)gmail.com>
Date: 2019-10-18 (Fri, 10 October 2019) -07:00
Changed paths:
M templates/database/multi_table_query/form.twig
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Removed Inline Styles from form.twig; Added styles to respective theme _common.scss files; Partial fix of issue: #12262
Signed-off-by: Ron Holt <holt.ronald(a)gmail.com>
Commit: e71d92533fdf994b83141e101c55a3e44ebf967e
https://github.com/phpmyadmin/phpmyadmin/commit/e71d92533fdf994b83141e101c5…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-10-23 (Wed, 10 October 2019) +02:00
Changed paths:
M templates/database/multi_table_query/form.twig
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Merge #15510 - Removed Inline Styles from form.twig