Feature #1835
Epic #64385: Refactor Recycler
Recycler: Integrate recursive recovering
100%
Description
- "First Level" (id: 1, deleted: 1)
- "Second Level" (id: 2, deleted: 1)
- "Third Level" (id: 3, deleted: 1)
- "Second Level" (id: 2, deleted: 1)
If the "Third Level" (id: 3) shall be recovered, it would be required that all deleted ancestors get recovered as well.
On a per-user basis it shall be possible to define the following:- User is allowed to execute recursive recovering data structures (in the example, if page with id 3 gets recovered, also the ids 2 and 1 get recovered automatically)
- User is not allowed to execute recursive recovering - thus, the record (e.g. page with id 3) isn't displayed with the possibility to be recovered in the recycler
"Per-user basis" means User TSconfig and User setup module. Additionally there must be a configurable system default to that behaviour.
Related issues
Associated revisions
[FEATURE] Recover deleted pages recursively to top of rootline
If enabled for an user or being an admin, deleted pages above the
selected item are also recovered. If an user does not have this ability,
the recover button is locked.
Resolves: #1835
Releases: master
Change-Id: I98d9876ee95f36cda64fc0730169197b153a2e7f
Reviewed-on: https://review.typo3.org/36744
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
[BUGFIX] Make number of listed records in EXT:recycler configurable again
Respect the number of records to fetch configured in TSconfig using
mod.recycler.recordsPageLimit again.
Releases: master, 8.7
Resolves: #81803
Related: #1835
Change-Id: Ic156e290d39ad38e02541bfe7fe80a16296b2f37
Reviewed-on: https://review.typo3.org/53412
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Tested-by: Andreas Fernandez <typo3@scripting-base.de>
[BUGFIX] Make number of listed records in EXT:recycler configurable again
Respect the number of records to fetch configured in TSconfig using
mod.recycler.recordsPageLimit again.
Releases: master, 8.7
Resolves: #81803
Related: #1835
Change-Id: Ic156e290d39ad38e02541bfe7fe80a16296b2f37
Reviewed-on: https://review.typo3.org/53425
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Tested-by: Andreas Fernandez <typo3@scripting-base.de>
History
#1
Updated by Oliver Hader almost 11 years ago
- Assignee set to Oliver Hader
- Priority changed from Should have to Could have
- Target version set to TYPO3 4.3 beta
Of course, this makes only sense for tables...
#2
Updated by Chris topher over 8 years ago
- Project changed from TYPO3 Recycler to TYPO3 Core
- Target version deleted (
TYPO3 4.3 beta)
#3
Updated by Chris topher over 8 years ago
- Subject changed from Integrate recursive recovering to Recycler: Integrate recursive recovering
- TYPO3 Version set to 4.3
#4
Updated by Alexander Opitz over 6 years ago
- Category set to Recycler
- TYPO3 Version changed from 4.3 to 6.2
#5
Updated by Felix Kopp almost 5 years ago
- Parent task set to #63836
#6
Updated by Felix Kopp almost 5 years ago
- Status changed from New to Accepted
#7
Updated by Mathias Schreiber almost 5 years ago
- Parent task deleted (
#63836)
#8
Updated by Mathias Schreiber almost 5 years ago
- Parent task set to #64385
#9
Updated by Gerrit Code Review almost 5 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 http://review.typo3.org/36744
#10
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36744
#11
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36744
#12
Updated by Gerrit Code Review almost 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#13
Updated by Gerrit Code Review almost 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#14
Updated by Gerrit Code Review almost 4 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#15
Updated by Gerrit Code Review almost 4 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#16
Updated by Gerrit Code Review almost 4 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#17
Updated by Gerrit Code Review almost 4 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#18
Updated by Gerrit Code Review almost 4 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
#19
Updated by Andreas Fernandez almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 30e872ac6b4ed03cc04dab06ffbd719b36999cf8.
#20
Updated by Stephan Großberndt over 2 years ago
- Precedes Bug #81803: Changing the number of listed records in recycler broken added
#21
Updated by Benni Mack about 1 year ago
- Status changed from Resolved to Closed