Feature #94798
closedImprove pagination of indexed_search
0%
Description
IndexedSearch uses a VH which encapsulates the logic of the pagination but it also includes the HTML which makes it impossible to change the styling of the pagination without using a custom ViewHelper or xclassing the one of the core.
As a solution:
- move the rendering logic to the template
- add a new VH to avoid breaking changes
- deprecate the old VH
Updated by Gerrit Code Review over 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70441
Updated by Benni Mack about 3 years ago
- Target version changed from 11.4 to 12 LTS
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 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/+/70441
Updated by Gerrit Code Review over 2 years ago
Patch set 3 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/+/70441
Updated by Gerrit Code Review over 2 years ago
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/+/70441
Updated by Gerrit Code Review over 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/+/70441
Updated by Gerrit Code Review over 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/+/70441
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for Major Version
Updated by Oliver Hader over 1 year ago
- Related to Task #101271: Extract Indexed Search inline event handling added
Updated by Georg Ringer about 1 year ago
- Status changed from Under Review to Closed
abandoned in favor of https://review.typo3.org/c/Packages/TYPO3.CMS/+/81267