Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: ff16bee5ade00243f2695c859a19985538227f27 https://github.com/phpmyadmin/phpmyadmin/commit/ff16bee5ade00243f2695c859a19... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: M composer.json M index.php M js/server/databases.js M libraries/classes/Menu.php M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php M libraries/classes/Util.php M server_databases.php M templates/server/databases/index.twig
Log Message: ----------- Add router for server_databases.php
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bd89155063654aa031228558367863bc81d555e3 https://github.com/phpmyadmin/phpmyadmin/commit/bd89155063654aa0312285583678... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: M libraries/classes/Menu.php M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Url.php M libraries/classes/Util.php M templates/server/databases/index.twig
Log Message: ----------- Add Url::getFromRoute static method
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 12561a598d871cf3df4eee0cba151042213d2dab https://github.com/phpmyadmin/phpmyadmin/commit/12561a598d871cf3df4eee0cba15... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: M js/common.js M js/database/operations.js M js/server/databases.js M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Core.php M libraries/classes/Sanitize.php M server_databases.php
Log Message: ----------- Remove direct access to server_databases.php
Uses the router instead
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 8bb4a2d725d18f674295130e0881893e6b8574f2 https://github.com/phpmyadmin/phpmyadmin/commit/8bb4a2d725d18f674295130e0881... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/server_databases.php M index.php D server_databases.php
Log Message: ----------- Move server_databases.php to libraries/entry_points
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: a482e451378b18412f340dd74a0291ffac8e746d https://github.com/phpmyadmin/phpmyadmin/commit/a482e451378b18412f340dd74a02... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/home.php M index.php M phpcs.xml.dist M templates/navigation/main.twig
Log Message: ----------- Move index.php home logic to libraries/entry_points
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: a94159fd46c5a1c00e3db423f7cf8051209ef595 https://github.com/phpmyadmin/phpmyadmin/commit/a94159fd46c5a1c00e3db423f7cf... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/server_plugins.php M index.php M libraries/classes/Menu.php D server_plugins.php
Log Message: ----------- Use the router for the server_plugins.php page
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 25430be5dc82a5e104c2bae0ffc1c652be63bb31 https://github.com/phpmyadmin/phpmyadmin/commit/25430be5dc82a5e104c2bae0ffc1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/server_collations.php M index.php M libraries/classes/Core.php M libraries/classes/Menu.php D server_collations.php
Log Message: ----------- Use the router for the server_collations.php page
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cda99ea57f803e568f02d015981a9a2e3782aac4 https://github.com/phpmyadmin/phpmyadmin/commit/cda99ea57f803e568f02d015981a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/server_engines.php M index.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Menu.php M libraries/classes/Server/Status/Data.php M templates/server/engines/index.twig M templates/server/engines/show.twig M templates/server/status/variables/index.twig M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/DatabaseInterfaceTest.php D server_engines.php
Log Message: ----------- Use the router for the server_engines.php page
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c5db3b035b0e23dcdbcc2d078658a7012f207d6b https://github.com/phpmyadmin/phpmyadmin/commit/c5db3b035b0e23dcdbcc2d078658... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-09 (Tue, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/server_status_queries.php M index.php M libraries/classes/Core.php M libraries/classes/Menu.php M templates/server/status/base.twig D server_status_queries.php
Log Message: ----------- Use the router for the server_status_queries.php page
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 34251fe9917d00d2a5e0f1a69a3a89fdc7483ea7 https://github.com/phpmyadmin/phpmyadmin/commit/34251fe9917d00d2a5e0f1a69a3a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2019-07-12 (Fri, 07 July 2019) -03:00
Changed paths: A libraries/entry_points/home.php A libraries/entry_points/server_collations.php A libraries/entry_points/server_databases.php A libraries/entry_points/server_engines.php A libraries/entry_points/server_plugins.php A libraries/entry_points/server_status_queries.php M composer.json M index.php M js/common.js M js/database/operations.js M js/server/databases.js M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/Menu.php M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php M libraries/classes/Sanitize.php M libraries/classes/Server/Status/Data.php M libraries/classes/Twig/UrlExtension.php M libraries/classes/Url.php M libraries/classes/Util.php M phpcs.xml.dist 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/status/variables/index.twig M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/DatabaseInterfaceTest.php D server_collations.php D server_databases.php D server_engines.php D server_plugins.php D server_status_queries.php
Log Message: ----------- Merge pull request #15377 from mauriciofauth/router
Add a request router