Project

General

Profile

Actions

Feature #66608

open

Epic #83669: Improve file list / file browser

Element browser need some kind of sorting

Added by Stefan Scholz almost 9 years ago. Updated 7 months ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-04-27
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint

Description

the current element browser need support for some kind of sorting: sort by date, sort by name (asc/desc).

Most of our projects have a huge load of records. After an upgrade from TYPO3 4.5 with DAM extension to TYPO3 6.2 it's almost impossible for editors to handle and organize these files.

A simple search field as requested in Feature #64764 would be superpro.

Regards
Stefan


Files

cattura1.png (356 KB) cattura1.png Riccardo De Contardi, 2023-09-19 10:19
Cattura2.png (17.6 KB) Cattura2.png Riccardo De Contardi, 2023-09-19 10:23

Related issues 3 (1 open2 closed)

Related to TYPO3 Core - Feature #64764: FileList and ElementBrowser must implement a paginate system for filesClosed2015-02-02

Actions
Related to TYPO3 Core - Feature #89709: Fileadmin must be more "useable"New2019-11-19

Actions
Has duplicate TYPO3 Core - Feature #70682: Sort select image table by dateClosed2015-10-14

Actions
Actions #1

Updated by Wouter Wolters almost 9 years ago

  • Target version deleted (6.2.12)
Actions #2

Updated by Daniel Wagner almost 9 years ago

that's a good idea and it's really necessary.

sorting by "last modified" could also be interesting.

Regards
Daniel

Actions #3

Updated by Rafal Brzeski over 8 years ago

Come on please add this to TYPO3 7.X :)

Actions #4

Updated by Riccardo De Contardi almost 8 years ago

UPDATE

On version 7.6.9 both the elementbrowser and the filelist module have a searchbox.

Actions #5

Updated by Riccardo De Contardi about 6 years ago

  • Parent task set to #83669
Actions #6

Updated by Riccardo De Contardi about 4 years ago

Actions #7

Updated by Benni Mack 9 months ago

  • Sprint Focus set to On Location Sprint

Updated by Riccardo De Contardi 7 months ago

Here my findings using the file browser of a "Text and Images" CE on the latest main:

The modal opened looks like this:

- As I wrote on my last comment, a search box is present
- I notice that now it seems possible to reorder the elements by name [EDIT: the feature is also present on TYPO3 12]:

  • clicking on the double arrow icon it is possible to switch between ascending/descending order
  • the ordering is just by name; AFAICS it is not possible to order files e.g. by date (is there a setting somewhere?)
  • The "double arrow" icon looks "mysterious" for me... which kind of ordering should it represent?

[EDIT]: OK, after a bit of research I understand that on multi-columns tables it represents the "default ordering" but AFAICS it is not universally adopted.
Some of the JS plugins I've seen don't show the columns as sortable with an icon by default and let the user discover that. Even the WAI example here
https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/ just shows the icon with the default sorting currently used and makes the other icons appear on hover. (Hope I explained myself)

  • the icons for ascending/descending order are understandable but a tooltip or title text would be recommended. plus they're of a different color. why?
  • when the ordering is by name, descending (z-a) the folders are listed on the bottom. I don't remember if it is a common practice (to be investigated)
  • as far as I can see when I switch to the "tiles view":
    • it is no more possible to order the files - the order is always ascending (a-z)
    • the selected ordering is lost when reverting back to the "list view"

The File List Module has the same icons for ordering, but you can choose between multiple criteria (Name, Type, Size, RW, Ref, Alternative Text) (columns of the table)

Actions

Also available in: Atom PDF