Task #101137
closedEpic #98290: [UX] - Keep the house clean
[UX] - Remove Doktype 255 (Recycler)
100%
Description
TYPO3 still has a pagetype "Recycler" (Doktype=255) that was used as a sort of "retention folder" before definitive deletion of pages. Unwanted pages had to be manually moved inside this special kind of Sysfolder.
This feature has become obsolete with the introduction of the Recycler module and can cause confusion for the editors.
Moreover, as far as I have seen TYPO3 excluded doktypes > 200 from frontend rendering, but this limitation is no more (See https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/PageTypes/Index.html)
- The doktype and its occurrences should be removed from the codebase (it is still cited somewhere in indexed_search maybe?)
- A "migration wizard" should be supplied to remove these pages (or update their doktype to 254 (sysfolder))
- feature #99418 should be already in place before this task IMHO
Updated by Riccardo De Contardi over 1 year ago
- Related to Feature #97898: Configure linkable page types added
Updated by Riccardo De Contardi over 1 year ago
- Related to Bug #97130: Linkvalidator: When checking for broken links some page types (e.g. recycler) should not be traversed added
Updated by Riccardo De Contardi over 1 year ago
- Related to Bug #96861: Preview button visible for sysfolder and recycler pages in language column added
Updated by Riccardo De Contardi over 1 year ago
- Related to Feature #79335: Add pageaction "clear recycler" to context menu of recycler (doktype 255) added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 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/+/79472
Updated by Gerrit Code Review over 1 year 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/+/79472
Updated by Gerrit Code Review over 1 year 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/+/79472
Updated by Gerrit Code Review over 1 year 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/+/79472
Updated by Gerrit Code Review over 1 year 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/+/79472
Updated by Gerrit Code Review over 1 year 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/+/79472
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c09155fb736b93f0367c10f94991e41c1722df8a.
Updated by Chris Müller 12 months ago
- Related to Task #102474: Remove doktype 255 (recycler) from excludedDoktypes in EXT:seo added