Skip to content
Snippets Groups Projects
Commit 06340959 authored by Christian Eßl's avatar Christian Eßl Committed by Nikita Hovratov
Browse files

[TASK] Improve Filelist sorting

Speed up the sorting of files and folders significantly
by simply using uksort instead of usort to save many
unnecessary array_search()-calls.

In addition, the php-intl collator is now
used to sort files based on the backend users'
locale.

Resolves: #100231
Releases: main
Change-Id: Iba5718ce901de5f0e552dcb6ace2bf2354191823
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78187


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
parent 43179ad5
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment