Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 542059eca0b015e4e15ebc537845c93939346b51
https://github.com/phpmyadmin/phpmyadmin/commit/542059eca0b015e4e15ebc53784…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-12 (Mon, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/server/user_groups.php
M index.php
M libraries/classes/Menu.php
M libraries/classes/Server/UserGroups.php
M libraries/classes/Server/Users.php
M test/classes/Server/UserGroupsTest.php
M test/classes/Server/UsersTest.php
D server_user_groups.php
Log Message:
-----------
Use the router for the user groups page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 59f411639ff34bbddfd3ecd14677e43c101ae736
https://github.com/phpmyadmin/phpmyadmin/commit/59f411639ff34bbddfd3ecd1467…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-12 (Mon, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/server/status/variables.php
M index.php
M libraries/classes/Core.php
M libraries/classes/Menu.php
M templates/server/status/base.twig
M templates/server/status/variables/index.twig
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
D server_status_variables.php
Log Message:
-----------
Use the router for the server status variables page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 31db3b7e42b3338a913dcc666efb2b64078c23ad
https://github.com/phpmyadmin/phpmyadmin/commit/31db3b7e42b3338a913dcc666ef…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-12 (Mon, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/server/status/processes.php
M index.php
M js/server/status/processes.js
M libraries/classes/LanguageManager.php
M libraries/classes/Menu.php
M templates/server/status/base.twig
M templates/server/status/processes/index.twig
M templates/server/status/processes/list.twig
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
D server_status_processes.php
Log Message:
-----------
Use the router for the server status processes page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_4_9
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7367753d0c0f894a4a370a7a4e9af9f34b174d77
https://github.com/phpmyadmin/phpmyadmin/commit/7367753d0c0f894a4a370a7a4e9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-08-11 (Sun, 08 August 2019) +02:00
Changed paths:
M templates/table/structure/add_column.twig
Log Message:
-----------
[structure] Remove html escaping in insert col after col <select>
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 74659abe8b10c15ef5c288d32474adab6067680d
https://github.com/phpmyadmin/phpmyadmin/commit/74659abe8b10c15ef5c288d3247…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-10 (Sat, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/server/status/monitor.php
M index.php
M js/server/status/monitor.js
M libraries/classes/Core.php
M libraries/classes/Menu.php
M libraries/classes/Server/Status/Monitor.php
M templates/server/status/base.twig
D server_status_monitor.php
Log Message:
-----------
Use the router for the server status monitor page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e761ab440e912a7071c2a6b2c1ba80143adf8050
https://github.com/phpmyadmin/phpmyadmin/commit/e761ab440e912a7071c2a6b2c1b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-10 (Sat, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/server/status/advisor.php
M index.php
M libraries/classes/Core.php
M libraries/classes/Menu.php
M templates/server/status/base.twig
D server_status_advisor.php
Log Message:
-----------
Use the router for the server status advisor page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9a09477bf2290e265212b78f424755c5eb5dfcd9
https://github.com/phpmyadmin/phpmyadmin/commit/9a09477bf2290e265212b78f424…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-10 (Sat, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/server/replication.php
M index.php
M libraries/classes/Menu.php
M libraries/classes/ReplicationGui.php
M templates/server/replication/change_master.twig
M templates/server/replication/index.twig
M templates/server/replication/master_configuration.twig
M templates/server/replication/master_replication.twig
M templates/server/replication/slave_configuration.twig
M test/classes/ReplicationGuiTest.php
D server_replication.php
Log Message:
-----------
Use the router for the server replication page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>