Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 60e9a55021135d9dcaefdd849bd60da215a056e4
https://github.com/phpmyadmin/phpmyadmin/commit/60e9a55021135d9dcaefdd849bd…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-14 (Wed, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/table/zoom_select.php
M index.php
M js/table/zoom_plot_jqplot.js
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Core.php
M libraries/classes/Menu.php
M templates/table/search/selection_form.twig
M templates/table/search/zoom_result_form.twig
D tbl_zoom_select.php
Log Message:
-----------
Use the router for the table zoom search page
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ea3599194eac9a9bcd1c91bac5dc6a0b59e39020
https://github.com/phpmyadmin/phpmyadmin/commit/ea3599194eac9a9bcd1c91bac5d…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-14 (Wed, 08 August 2019) -03:00
Changed paths:
A libraries/entry_points/table/operations.php
M index.php
M js/table/operations.js
M libraries/classes/Core.php
M libraries/classes/Import.php
M libraries/classes/Menu.php
M libraries/classes/Operations.php
M test/classes/OperationsTest.php
D tbl_operations.php
Log Message:
-----------
Use the router for table operations page
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
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>