Feature #81310
openAdd "select all records in all pages" button to Recycler
100%
Description
Recycler has pagination of records displayed and a "select all" button that selects all records in current page.
But if there are many pages, it's useful to have a "select all records in all pages" button.
As an example, Gmail has a button that select all mails in current page and then a link appear with the text like "Select all 41,707 conversations in All Mail" that, when clicked, select everything.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
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/54849
Updated by Łukasz Uznański almost 7 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review almost 7 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/54849
Updated by Gerrit Code Review almost 7 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/54849
Updated by Gerrit Code Review almost 7 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/54849
Updated by Gerrit Code Review almost 7 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/54849
Updated by Gerrit Code Review almost 7 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/54849
Updated by Gerrit Code Review almost 7 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/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Gerrit Code Review over 6 years ago
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54849
Updated by Łukasz Uznański over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7ef327081a503fc2e4e60b6d2cb413943f68469e.
Updated by Mathias Brodala over 6 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Andreas Kienast over 6 years ago
- Status changed from Resolved to Accepted
This change is going to be reverted.
Updated by Andreas Kienast over 6 years ago
- Related to Bug #84700: Recycler response time is really slow and functionality is broken added
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Riccardo De Contardi about 4 years ago
Instead of selecting all the records on all pages (a performance killer) what about making the number of records per page configurable ? (in Install Tool, maybe?). Thus the site administrator can find a number that fits his/her environment (25, 50, 100...).
Updated by Ian Solo about 4 years ago
Could another solution be an option "Delete all X records in table Y" that bypass javascript and deletes all records via php?
Y is the name of the table and X is the total of the records marked as deleted in the selected table. The option is enabled only if a table is selected.
Updated by Riccardo De Contardi 6 months ago
Right now Gmail recycler displays a permanent link on the top of the deleted email list: "Empty the recycler now" that deletes everything (similar link on the spam folder)
Maybe it could be useful to perform such operation using the CLI or the scheduler (empty deleted items older than X days ... BTW there's an extension for that AFAICS https://extensions.typo3.org/extension/commands)