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>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: aec04026794345e68e5c99000c38f3f196266d37
https://github.com/phpmyadmin/phpmyadmin/commit/aec04026794345e68e5c99000c3…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-19 (Fri, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/table/structure.php
M import.php
M index.php
M js/designer/move.js
M js/functions.js
M js/table/structure.js
M libraries/classes/Config/SpecialSchemaLinks.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Core.php
M libraries/classes/Import.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Nodes/NodeColumn.php
M libraries/classes/Navigation/Nodes/NodeColumnContainer.php
M libraries/classes/Navigation/Nodes/NodeIndexContainer.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Navigation/Nodes/NodeView.php
M libraries/classes/Sanitize.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/Util.php
M tbl_addfield.php
M tbl_operations.php
M templates/database/structure/structure_table_row.twig
M templates/table/page_with_secondary_tabs.twig
M templates/table/structure/action_row_in_structure_table.twig
M templates/table/structure/display_partitions.twig
M templates/table/structure/display_structure.twig
M templates/table/structure/partition_definition_form.twig
M test/classes/Display/ResultsTest.php
M test/classes/Navigation/Nodes/NodeColumnContainerTest.php
M test/classes/Navigation/Nodes/NodeColumnTest.php
M test/classes/Navigation/Nodes/NodeIndexContainerTest.php
M themes/metro/scss/printview.scss
M themes/pmahomme/scss/printview.scss
M view_create.php
M view_operations.php
D tbl_structure.php
Log Message:
-----------
Use the router for table structure page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>