Project

General

Profile

Actions

Feature #97096

closed

Allow extbase backend modules to function without namespaced parameters

Added by Susanne Moog about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2022-03-03
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Extbase modules traditionally use the plugin or module namespace to prefix get parameters and map arguments to plugins. In the frontend context, this makes sense, as multiple plugins may reside on a page. In the backend, however, an extbase module is responsible for rendering a complete view. Therefore the namespacing of arguments can be disabled, making URLs easier to read, more in line with non-extbase modules and allowing extbase modules to directly access outside information like the "id" parameter handed over by the page tree for example.

To allow extbase modules to configure this behaviour, a feature flag can be set in the module configuration turning the namespacing off or on.

This feature can be seen as a precursor of further refactorings (like skipDefaultArguments for the backend) to bring extbase module handling closer to the general route handling, and ultimately be able to fully use Symfony routing in the backend.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #97167: "Update extensions" link in reports does not workClosedOliver Bartsch2022-03-10

Actions
Related to TYPO3 Core - Bug #97766: Can not delete indexed item in IndexedSearch backend moduleClosedOliver Bartsch2022-06-13

Actions
Related to TYPO3 Core - Task #100619: Use non-namepaced arguments in ext:formClosed2023-04-16

Actions
Related to TYPO3 Core - Task #100622: Deprecate extbase feature togglesClosed2023-04-16

Actions
Actions #1

Updated by Gerrit Code Review about 2 years ago

  • Status changed from New to Under Review

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #2

Updated by Gerrit Code Review about 2 years ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #3

Updated by Gerrit Code Review about 2 years ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #4

Updated by Gerrit Code Review about 2 years ago

Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #5

Updated by Gerrit Code Review about 2 years ago

Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #6

Updated by Gerrit Code Review about 2 years ago

Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #7

Updated by Gerrit Code Review about 2 years ago

Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #8

Updated by Gerrit Code Review about 2 years ago

Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #9

Updated by Gerrit Code Review about 2 years ago

Patch set 12 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #10

Updated by Gerrit Code Review about 2 years ago

Patch set 13 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #11

Updated by Gerrit Code Review about 2 years ago

Patch set 14 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #12

Updated by Gerrit Code Review about 2 years ago

Patch set 15 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #13

Updated by Gerrit Code Review about 2 years ago

Patch set 16 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #14

Updated by Gerrit Code Review about 2 years ago

Patch set 17 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #15

Updated by Gerrit Code Review about 2 years ago

Patch set 18 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73798

Actions #16

Updated by Susanne Moog about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #17

Updated by Oliver Bartsch about 2 years ago

  • Related to Bug #97167: "Update extensions" link in reports does not work added
Actions #18

Updated by Oliver Bartsch almost 2 years ago

  • Related to Bug #97766: Can not delete indexed item in IndexedSearch backend module added
Actions #19

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #20

Updated by Christian Kuhn about 1 year ago

  • Related to Task #100619: Use non-namepaced arguments in ext:form added
Actions #21

Updated by Christian Kuhn about 1 year ago

  • Related to Task #100622: Deprecate extbase feature toggles added
Actions

Also available in: Atom PDF