Skip to content

Commit ea26a29

Browse files
authored
[FEATURE] Rename top-level module "file" to "media" (#6133)
References: TYPO3-Documentation/Changelog-To-Doc#1378 Releases: main
1 parent 6d2bd53 commit ea26a29

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

Documentation/Administration/UserManagement/Groups/GroupPermissions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ File mounts are similar to DB mounts but instead are used to manage access to
196196
files.
197197

198198
File mounts need to be created first, for example using the context menu on the
199-
file tree in module "Filelist", or in the
199+
file tree in module :guilabel:`Media > Filelist`, or in the
200200
`File mounts submodule of the Backend Users module <https://docs.typo3.org/permalink/t3coreapi:user-management-backend-users-file-mounts>`_
201201

202202
They can then be selected when editing a backend user group:

Documentation/ApiOverview/Backend/AccessControl/MoreAboutFileMounts/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ File mounts
4646
Create a new file mount
4747
=======================
4848

49-
To create a new file mount go to the module :guilabel:`File > Filelist` and create the
49+
To create a new file mount go to the module :guilabel:`Media > Filelist` and create the
5050
folder for the mount if it didn't exist yet. Then open the context menu on that
5151
folder and choose :guilabel:`New File mount`, then give the new file mount a name.
5252
The entry point is already set.
@@ -159,7 +159,7 @@ and:
159159
we have to create a directory :file:`/path/to/web/root/fileadmin/groups/1/`.
160160

161161
Having set up all these properties and folders, the user
162-
should see the following when moving to the **FILE > Filelist**
162+
should see the following when moving to the :guilabel:`Media > Filelist`
163163
module:
164164

165165
.. figure:: /Images/ManualScreenshots/AccessControl/AccessUserFileTree.png

Documentation/ApiOverview/Backend/BackendModules/ModuleConfiguration/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Module configuration options
145145
The page tree as used in the :guilabel:`Content` module.
146146

147147
:js:`@typo3/backend/tree/file-storage-tree-container`
148-
The file tree as used in the :guilabel:`Filelist` module.
148+
The file tree as used in the :guilabel:`Media` module.
149149

150150
.. rubric:: Migration
151151

Documentation/ApiOverview/Backend/ButtonComponents.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ icon representation to the icon of the the first active radio icon in the
6464
dropdown list.
6565

6666
.. figure:: /Images/ManualScreenshots/Backend/FileModuleDropDownButton.png
67-
:alt: DropDown button component in the File > Filelist module
67+
:alt: DropDown button component in the :guilabel:`Media > Filelist` module
6868
:class: with-border with-shadow
6969

70-
DropDown button component in the :guilabel:`File > Filelist` module
70+
DropDown button component in the :guilabel:`Media > Filelist` module
7171

7272

7373
.. _dropdown-button-components-button:

Documentation/ApiOverview/CodeEditor/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Code editor
1818
The code editor provides a backend editor with syntax highlighting. The editor
1919
is used by TYPO3 itself for :ref:`TCA fields with type "text" and renderType
2020
"codeEditor" <t3tca:columns-text-renderType-codeEditor>` and in the module
21-
:guilabel:`File > Filelist`. Under the hood, `CodeMirror`_ is used.
21+
:guilabel:`Media > Filelist`. Under the hood, `CodeMirror`_ is used.
2222

2323
.. contents::
2424
:local:
@@ -188,7 +188,7 @@ The following configuration options are available:
188188
:type: array
189189

190190
Binds the mode to specific file extensions. This is important for using
191-
the code editor in the module :guilabel:`File > Filelist`.
191+
the code editor in the module :guilabel:`Media > Filelist`.
192192

193193
.. confval:: default
194194
:name: code-editor-register-mode-default

Documentation/ApiOverview/DataHandler/Introduction/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Files
4747
=====
4848

4949
DataHandler can also handle files. The file operations are normally
50-
performed in the :guilabel:`File > Filelist` module where you can manage a
50+
performed in the :guilabel:`Media > Filelist` module where you can manage a
5151
directory on the server by copying, moving, deleting and editing files
5252
and directories. The file operations are managed by two Core classes,
5353
:php:`\TYPO3\CMS\Core\Utility\File\BasicFileUtility` and

Documentation/ApiOverview/Events/Events/Filelist/ModifyEditFileFormDataEvent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ModifyEditFileFormDataEvent
88

99
The PSR-14 event :php:`\TYPO3\CMS\Filelist\Event\ModifyEditFileFormDataEvent`
1010
allows to modify the form data, used to render the file edit form in the
11-
:guilabel:`File > Filelist` module using
11+
:guilabel:`Media > Filelist` module using
1212
:ref:`FormEngine data compiling <FormEngine-DataCompiling>`.
1313

1414

Documentation/ApiOverview/Events/Events/Filelist/ProcessFileListActionsEvent.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ProcessFileListActionsEvent
88

99
The PSR-14 event :php:`\TYPO3\CMS\Core\Configuration\Event\ProcessFileListActionsEvent`
1010
is fired after generating the actions for the files and folders listing in the
11-
:guilabel:`File > Filelist` module.
11+
:guilabel:`Media > Filelist` module.
1212

1313
This event can be used to manipulate the icons/actions, used for the edit control
14-
section in the files and folders listing within the :guilabel:`File > Filelist`
14+
section in the files and folders listing within the :guilabel:`Media > Filelist`
1515
module.
1616

1717
Example

Documentation/ApiOverview/Fal/Administration/Storages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deserve further explanation.
1414

1515
Is browsable?
1616
If this box is not checked, the storage will not be browsable by
17-
users via the :guilabel:`File > Filelist` module, nor via the link browser
17+
users via the :guilabel:`Media > Filelist` module, nor via the link browser
1818
window.
1919

2020
Is publicly available?

Documentation/ExtensionArchitecture/HowTo/CreateNewDistribution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ from the root of the page tree using the :ref:`export module <ext_impexp:export>
193193
previous exports were stored that you do not want included in the export.
194194

195195
Therefore, delete any temporary files that you do not want to export from the
196-
fileadmin. Use the :guilabel:`Filelist` module to delete these files.
196+
fileadmin. Use the :guilabel:`Media > Filelist` module to delete these files.
197197
If you delete them directly from the file system, the corresponding entries in
198198
:sql:`sys_file` will not be deleted and an error will occur during export,
199199
which must then be corrected directly by manually deleting the database entries.

0 commit comments

Comments
 (0)