Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 065f3f560c0a4228c007fbcd8fc2ba541725fc2c
https://github.com/phpmyadmin/phpmyadmin/commit/065f3f560c0a4228c007fbcd8fc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-10-26 (Sat, 10 October 2019) -03:00
Changed paths:
M libraries/classes/Controllers/Server/SqlController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/server/sql.php
Log Message:
-----------
Move server sql entry point to the routes file
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: ed6d079f25d2a5952d9ea6efced06dd30147818e
https://github.com/phpmyadmin/phpmyadmin/commit/ed6d079f25d2a5952d9ea6efced…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-10-26 (Sat, 10 October 2019) -03:00
Changed paths:
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/Server/Status/Data.php
M libraries/routes.php
M services_controllers.yml
M test/classes/Controllers/Server/Status/StatusControllerTest.php
D libraries/entry_points/server/status.php
Log Message:
-----------
Move server status entry point logic to routes file
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
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