Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d06291a7d6a7a307cf51bb851118498eaac89606
https://github.com/phpmyadmin/phpmyadmin/commit/d06291a7d6a7a307cf51bb85111…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-04-07 (Sun, 04 April 2019) -03:00
Changed paths:
A templates/preferences/autoload.twig
A templates/preferences/manage/error.twig
A templates/preferences/manage/main.twig
A templates/preferences/two_factor/configure.twig
A templates/preferences/two_factor/confirm.twig
A templates/preferences/two_factor/main.twig
M libraries/classes/UserPreferences.php
M prefs_manage.php
M prefs_twofactor.php
D templates/prefs_autoload.twig
D templates/prefs_manage.twig
D templates/prefs_manage_error.twig
D templates/prefs_twofactor.twig
D templates/prefs_twofactor_configure.twig
D templates/prefs_twofactor_confirm.twig
Log Message:
-----------
Move prefs_* templates to the preferences directory
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 237edc26a093653e3013421cd808e72b8a3b28b6
https://github.com/phpmyadmin/sql-parser/commit/237edc26a093653e3013421cd80…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-04-06 (Sat, 04 April 2019) -04:00
Changed paths:
M composer.json
Log Message:
-----------
Add tokenize-query to Composer bin list, so a link will be created in vendor/bin/
Fixes #240
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: 23c828495ed855479902663eca71a15ef28bb365
https://github.com/phpmyadmin/sql-parser/commit/23c828495ed855479902663eca7…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-04-06 (Sat, 04 April 2019) -04:00
Changed paths:
M README.md
Log Message:
-----------
Add some documentation about the new ability to read from stdin, introduced with #239
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>