Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f396c048359450ad576fa0e692a061a24224b2c9
https://github.com/phpmyadmin/phpmyadmin/commit/f396c048359450ad576fa0e692a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-23 (Tue, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/database/search.php
M index.php
M libraries/classes/Core.php
M libraries/classes/Menu.php
M libraries/classes/Sanitize.php
M libraries/classes/Util.php
M templates/database/search/main.twig
M test/classes/CoreTest.php
D db_search.php
Log Message:
-----------
Use the router for database search page
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9437c5d22a607465a33efdb69a44883093d7ee11
https://github.com/phpmyadmin/phpmyadmin/commit/9437c5d22a607465a33efdb69a4…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-23 (Tue, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/server/status.php
M index.php
M libraries/classes/Core.php
M libraries/classes/Menu.php
M libraries/classes/Sanitize.php
M libraries/classes/Util.php
M templates/server/status/base.twig
D server_status.php
Log Message:
-----------
Use the router for the server status page
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0f23a622bc6fb3fdda9f20dd52b6bc85a1610113
https://github.com/phpmyadmin/phpmyadmin/commit/0f23a622bc6fb3fdda9f20dd52b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-23 (Tue, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/server/privileges.php
M index.php
M js/server/privileges.js
M libraries/classes/Config/SpecialSchemaLinks.php
M libraries/classes/Core.php
M libraries/classes/Display/ChangePassword.php
M libraries/classes/Footer.php
M libraries/classes/Menu.php
M libraries/classes/Sanitize.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/UserGroups.php
M libraries/classes/Server/Users.php
M libraries/classes/Util.php
M templates/server/databases/index.twig
M templates/server/privileges/add_user_fieldset.twig
M templates/server/privileges/choose_user_group.twig
M templates/server/privileges/edit_routine_privileges.twig
M templates/server/privileges/initials_row.twig
M templates/server/privileges/privileges_summary.twig
M templates/server/replication/master_add_slave_user.twig
M test/classes/Display/ChangePasswordTest.php
M test/classes/Display/CreateTableTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/UsersTest.php
D server_privileges.php
Log Message:
-----------
Use the router for the server privileges page
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: dc7372fb9916a1eb9a46e4915385c10e8a05d1ac
https://github.com/phpmyadmin/phpmyadmin/commit/dc7372fb9916a1eb9a46e491538…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-22 (Mon, 07 July 2019) -03:00
Changed paths:
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Menu.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Select.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/Util.php
M libraries/db_common.inc.php
M libraries/tbl_common.inc.php
M sql.php
M test/classes/Server/PrivilegesTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Fix URL query issues with Util::getScriptNameForOption
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4537dcc7748b391a8a7ad2113fcdab5c953e1a03
https://github.com/phpmyadmin/phpmyadmin/commit/4537dcc7748b391a8a7ad2113fc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-20 (Sat, 07 July 2019) -03:00
Changed paths:
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M test/classes/Config/FormDisplayTemplateTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Display/ExportTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
Log Message:
-----------
Fix failing tests
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>