Feature #45535
closedTask #68681: Scheduler 2.0
Sorting for scheduler-list
100%
Description
It would be great to be able to sort the scheduler-list. Sorting by extension that provides the task, by taskname, by last occurence or so would imho be practical.
Sorting by frequency becomes a bit more challenging imho if we'd want to consider the cron-syntax-frequencies as well. We won't be able to support all of them but maybe we could at least sort by daily, hourly or so - maybe but all cron-style-tasks (which are a bit harder to sort) in a block below the seconds-based frequency sorted tasks?
Updated by Georg Ringer almost 12 years ago
are you talking about the list view and not the select box, right?
so doing that with JS would be fine i guess?
Updated by Stefan Neufeind almost 12 years ago
Since we don't have paging there, we might want to do that with js. I agree. Extension-manager pulling the whole data would be a different beast :-)
Updated by Philipp Gampe over 11 years ago
The scheduler list is already sorted by next execution?!?
Would it be enough to throw some jQuery datatable at this?
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Anyone up to add the CSS Classes so datatable works with scheduler?
Otherwise I'd close the issue as "not important enough to pick up task".
Updated by Stefan Neufeind almost 10 years ago
If it's just adding some classes, that would be great!
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New 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/50972
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50972
Updated by Jan Helke about 7 years ago
- Assignee changed from Mathias Schreiber to Jan Helke
Updated by Michael Oehlhof about 7 years ago
- Assignee changed from Jan Helke to Michael Oehlhof
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50972
Updated by Gerrit Code Review almost 7 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/50972
Updated by Gerrit Code Review almost 7 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/50972
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/50972
Updated by Michael Oehlhof almost 7 years ago
- Related to Task #83080: Extract HTML markup from "listAction" into Fluid added
Updated by Michael Oehlhof almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7935e4d4a4698c6fcf4d29f01a24a21e9318fa3b.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from Resolved 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/55029
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55029
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55029
Updated by Stefan Neufeind almost 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8da435ee04c856a7a88736d38b676c7dcfb6ebad.
Updated by Georg Ringer over 4 years ago
- Related to Bug #91871: Error tag in scheduler does not have the message as title attribute anymore added