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>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 58b92381cd0440bc6f8247143d21617ec22ea7b1
https://github.com/phpmyadmin/phpmyadmin/commit/58b92381cd0440bc6f8247143d2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-18 (Thu, 07 July 2019) -03:00
Changed paths:
M libraries/classes/Twig/UrlExtension.php
M templates/create_tracking_version.twig
M templates/database/structure/body_for_table_summary.twig
M templates/database/structure/favorite_anchor.twig
M templates/database/structure/index.twig
M templates/database/structure/structure_table_row.twig
M templates/database/structure/table_header.twig
M templates/database/structure/tracking_icon.twig
M templates/database/tracking/tables.twig
M templates/navigation/main.twig
M templates/server/databases/index.twig
M templates/server/engines/index.twig
M templates/server/engines/show.twig
M templates/server/status/base.twig
M templates/server/variables/index.twig
M templates/table/structure/display_structure.twig
M templates/table/tracking/main.twig
M templates/table/tracking/report_table.twig
Log Message:
-----------
Rename get_url_from_route Twig function to url
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 682e7a160ed34ab926a519f83388ba0f93885d71
https://github.com/phpmyadmin/phpmyadmin/commit/682e7a160ed34ab926a519f8338…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-18 (Thu, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/database/structure.php
M import.php
M index.php
M js/database/structure.js
M js/functions.js
M js/messages.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Core.php
M libraries/classes/Import.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeTableContainer.php
M libraries/classes/Navigation/Nodes/NodeViewContainer.php
M libraries/classes/RecentFavoriteTable.php
M libraries/classes/Sanitize.php
M libraries/classes/Util.php
M tbl_create.php
M templates/database/structure/body_for_table_summary.twig
M templates/database/structure/favorite_anchor.twig
M templates/database/structure/index.twig
M templates/database/structure/structure_table_row.twig
M templates/database/structure/table_header.twig
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/Navigation/Nodes/NodeTableContainerTest.php
M test/classes/Navigation/Nodes/NodeViewContainerTest.php
M test/classes/UtilTest.php
D db_structure.php
Log Message:
-----------
Use the router for database structure page
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>