Project

General

Profile

Actions

Feature #64764

closed

Epic #83669: Improve file list / file browser

FileList and ElementBrowser must implement a paginate system for files

Added by Clément MICHELET about 9 years ago. Updated about 2 months ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Start date:
2015-02-02
Due date:
% Done:

50%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Needs Decision

Description

Hi,

The current system to browse records in a FAL mountpoint doesn't use offset / limit to display result list. This can be an issue if the folder have a large amount of files, especially in remote mount point.

On our current project, we have implemented a specific driver (using an API) to a document warehouse which have around 1M records with 5 subfolders (and some 'tags'). The service API implements a paginate browsing system inside queries.
But from now, we can't use paginate as FileList and ElementBrowser doesn't use parameters $start and $numberOfItems. These parameters always have zero as value.

Could it be possible to add browsing on results on next major version ?

In addition to a paginate system, a simple search field as on record list could enhance usability in cases with large numbers of records.

Regards,
Clément


Related issues 10 (4 open6 closed)

Related to TYPO3 Core - Feature #64401: pagination for elementbrowserClosed2015-01-21

Actions
Related to TYPO3 Core - Bug #56746: File list always fetches all files in folderClosed2014-03-11

Actions
Related to TYPO3 Core - Feature #66608: Element browser need some kind of sortingNew2015-04-27

Actions
Related to TYPO3 Core - Feature #66464: File selection popup does not use FAL driver count*() methodsClosed2015-04-17

Actions
Related to TYPO3 Core - Feature #23631: Pagination on browse link pageClosed2010-09-28

Actions
Related to TYPO3 Core - Feature #83668: Make list of files paginatable in file selector popupClosed2018-01-24

Actions
Related to TYPO3 Core - Bug #83507: Max allowed memory size on FileBrowser.php when trying to implode 36.663 lines Closedelias 2018-01-08

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

Actions
Related to TYPO3 Core - Feature #79679: File sorting in TBE file selector (configurable)New2017-02-08

Actions
Related to TYPO3 Core - Feature #99517: FileBrowser should use paginated viewsNew2023-01-11

Actions
Actions

Also available in: Atom PDF