Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0b7a83dd2b2dd3b13577a89d70967fcc89d99c71
https://github.com/phpmyadmin/phpmyadmin/commit/0b7a83dd2b2dd3b13577a89d709…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-18 (Sat, 01 January 2020) -03:00
Changed paths:
M js/makegrid.js
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Sql.php
M libraries/routes.php
Log Message:
-----------
Extract action from SqlController::index
Extracts the set-column-preferences action from the SqlController index
method to a new route.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8ee847cb029f21727df92be5b777d8feb965d3d6
https://github.com/phpmyadmin/phpmyadmin/commit/8ee847cb029f21727df92be5b77…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-18 (Sat, 01 January 2020) -03:00
Changed paths:
M js/functions.js
M libraries/classes/Controllers/SqlController.php
M libraries/routes.php
Log Message:
-----------
Extract action from SqlController::index
Extracts the get-default-fk-check-value action from the SqlController
index method to a new route.
Signed-off-by Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1c5cff42d39c55edc372a1623f784b3a029e5c20
https://github.com/phpmyadmin/phpmyadmin/commit/1c5cff42d39c55edc372a1623f7…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-18 (Sat, 01 January 2020) -03:00
Changed paths:
M js/makegrid.js
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Sql.php
M libraries/routes.php
Log Message:
-----------
Extract action from SqlController::index
Extracts the get-set-values action from the SqlController index method
to a new route.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 670b5ccd24fe00fd9d349d2e574e8ca56ba4afb6
https://github.com/phpmyadmin/phpmyadmin/commit/670b5ccd24fe00fd9d349d2e574…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-18 (Sat, 01 January 2020) -03:00
Changed paths:
M js/makegrid.js
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Sql.php
M libraries/routes.php
Log Message:
-----------
Extract action from SqlController::index
Extracts the get-enum-values action from the SqlController index method
to a new route.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4c5b794931966bdadeab240bb6ab5d244ec87937
https://github.com/phpmyadmin/phpmyadmin/commit/4c5b794931966bdadeab240bb6a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-18 (Sat, 01 January 2020) -03:00
Changed paths:
M js/makegrid.js
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Sql.php
M libraries/routes.php
Log Message:
-----------
Extract an action from SqlController
Extracts the get-relational-values action from the SqlController to a
new route.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>