Feature #31909
Add more routing: cli-informations
| Status: | Resolved | Start date: | 2011-11-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | MVC - Routing | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 beta 1 | |||
| PHP Version: | Complexity: | easy | ||
| Has patch: | No | |||
| Votes: | 0 |
Description
The routing should be explorable from the cli. I suggest to implement the following commands:
- routing:show show informations for a single route
- routing:resolve show the generated path for a given controller
- routing:route show the controller a request would be routed to
Associated revisions
[FEATURE] Add routing:show, routing:route and routing:resolve commands
Adds 3 CLI commands:
- routing:show show informations for a single route
- routing:getPath show the generated route-path for a given package, controller and action
- routing:routePath take a route-path and show package, controller and action
The patch alters the routing:list command to show the index number for the routes.
Change-Id: Ifccb953c58fa6bc47f0de64a6d375203cd45f711
Resolves: #31909
Releases: 1.1
History
Updated by Mr. Hudson over 1 year ago
- Status changed from New to Under Review
Patch set 1 of change I739bd685d158bfeb085f9b1862c69aeb8ad52cd4 has been pushed to the review server.
It is available at http://review.typo3.org/6733
Updated by Mr. Hudson over 1 year ago
Patch set 1 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 2 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 3 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 4 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 5 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 6 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 7 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Mr. Jenkins over 1 year ago
Patch set 8 of change Ifccb953c58fa6bc47f0de64a6d375203cd45f711 has been pushed to the review server.
It is available at http://review.typo3.org/6734
Updated by Martin Ficzel over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 270dced5220bd9922b45f3cbb9cff07b98eafcb7.
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.1 to 1.1 beta 1