From de6c4f62f42382c1106297f86cb4ec88f6c910fb Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sat, 25 Oct 2025 09:04:31 +0200 Subject: [PATCH 1/2] [FEATURE] Rename top-level module "file" to "media" Holding of on updating screenshots. There is still much in the flow in the backend References: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1378 Releases: main --- Documentation/Administration/BackendUsers/Groups.rst | 4 ++-- Documentation/Concepts/Assets/Index.rst | 2 +- Documentation/Concepts/Backend/FileModule/Index.rst | 2 +- .../Backend/GeneralBackendStructure/ContextMenu/Index.rst | 4 ++-- .../Concepts/Backend/GeneralBackendStructure/Index.rst | 2 +- Documentation/Concepts/Backend/Index.rst | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/Administration/BackendUsers/Groups.rst b/Documentation/Administration/BackendUsers/Groups.rst index c6da873a..c59ba7b4 100644 --- a/Documentation/Administration/BackendUsers/Groups.rst +++ b/Documentation/Administration/BackendUsers/Groups.rst @@ -50,7 +50,7 @@ Grant access to the user_upload folder (file mounts) ==================================================== The :ref:`automatically created user groups ` from -the previous step have access to the :guilabel:`Filelist` module, however, as +the previous step have access to the :guilabel:`Media > Filelist` module, however, as file mount is created automatically, they will only see an error message: .. figure:: /Images/ManualScreenshots/BackendUser/MissingFolderPermissions.png @@ -61,7 +61,7 @@ file mount is created automatically, they will only see an error message: Unless your users or their groups have at least one file mount they will not be able to upload files including images. -To create a file mount, go to the backend module :guilabel:`File > Filelist` +To create a file mount, go to the backend module :guilabel:`Media > Filelist` then choose the folder in which you want to create a file mount. Right click on the folder in the directory tree and choose "New Filemount" diff --git a/Documentation/Concepts/Assets/Index.rst b/Documentation/Concepts/Assets/Index.rst index 2011571a..dd235344 100644 --- a/Documentation/Concepts/Assets/Index.rst +++ b/Documentation/Concepts/Assets/Index.rst @@ -37,7 +37,7 @@ Files in the fileadmin directory are managed by the :ref:`File abstraction layer (FAL) `. They can be uploaded, moved and deleted in the backend module -:guilabel:`File > Filelist` by administrators and +:guilabel:`Media > Filelist` by administrators and depending on :ref:`permissions `, by editors. diff --git a/Documentation/Concepts/Backend/FileModule/Index.rst b/Documentation/Concepts/Backend/FileModule/Index.rst index 659d335e..dd20ddf4 100644 --- a/Documentation/Concepts/Backend/FileModule/Index.rst +++ b/Documentation/Concepts/Backend/FileModule/Index.rst @@ -5,7 +5,7 @@ The Filelist module =================== -The :guilabel:`File > Filelist` module is where you can manage +The :guilabel:`Media > Filelist` module is where you can manage all the :ref:`media and downloads ` associated with your TYPO3 website. The Editors Guide describes how to diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst index 48b0dc05..267f88d8 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst @@ -15,10 +15,10 @@ backend. You will notice that different sets of icons appear depending on what page you are on what actions you are performing. -For example, there's a contextual menu in the **WEB > List** view: +For example, there's a contextual menu in the :guilabel:`Content > List` view: .. include:: /Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt -or in the **FILE > Filelist** view: +or in the :guilabel:`Media > Filelist` view: .. include:: /Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst index 43a64762..237a395b 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst @@ -22,7 +22,7 @@ Situated in the center left of page is the Module menu (2) This is the main menu of the TYPO3 CMS backend. It is divided - into main modules (:guilabel:`Content`, :guilabel:`File`, etc.) and + into main modules (:guilabel:`Content`, :guilabel:`Media`, etc.) and their sub-modules. :ref:`Page tree ` (3) diff --git a/Documentation/Concepts/Backend/Index.rst b/Documentation/Concepts/Backend/Index.rst index dcca7dd8..0bcf20bf 100644 --- a/Documentation/Concepts/Backend/Index.rst +++ b/Documentation/Concepts/Backend/Index.rst @@ -57,7 +57,7 @@ extensions can also be found in this area. :guilabel:`Site Management` is for the setup of a site. Here it is possible to specify the site name, assign domains and select languages. -:ref:`Filelist ` is for viewing and managing files including +:ref:`Media > Filelist ` is for viewing and managing files including documents, images and videos. :guilabel:`Admin Tools` are administrative modules for maintenance and performing From 0059d0feca1d29d04354a9f59f9fe91a063c42f8 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Sat, 25 Oct 2025 09:59:12 +0200 Subject: [PATCH 2/2] [TASK] Language checks Releases: main --- Documentation/Administration/BackendUsers/Groups.rst | 2 +- .../Backend/GeneralBackendStructure/ContextMenu/Index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Administration/BackendUsers/Groups.rst b/Documentation/Administration/BackendUsers/Groups.rst index c59ba7b4..2e3d7bb6 100644 --- a/Documentation/Administration/BackendUsers/Groups.rst +++ b/Documentation/Administration/BackendUsers/Groups.rst @@ -51,7 +51,7 @@ Grant access to the user_upload folder (file mounts) The :ref:`automatically created user groups ` from the previous step have access to the :guilabel:`Media > Filelist` module, however, as -file mount is created automatically, they will only see an error message: +the file mount is created automatically, they will only see an error message: .. figure:: /Images/ManualScreenshots/BackendUser/MissingFolderPermissions.png :alt: Error message: Missing folder permissions. You have no access to the folder "1:/user_upload/". diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst index 267f88d8..e22401ed 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst @@ -15,7 +15,7 @@ backend. You will notice that different sets of icons appear depending on what page you are on what actions you are performing. -For example, there's a contextual menu in the :guilabel:`Content > List` view: +For example, there is a contextual menu in the :guilabel:`Content > List` view: .. include:: /Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt