From e1a0e05536364d334f586433c216f45cb251b90d Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Thu, 27 Nov 2025 16:48:42 +0100 Subject: [PATCH] [FEATURE] Rename top-level module "list" to "records" Attention: redirects have to be created when this is merged References: TYPO3-Documentation/Changelog-To-Doc#1505 Releases: main --- .../Administration/BackendUsers/Groups.rst | 2 +- .../ContextMenu/Index.rst | 4 +- Documentation/Concepts/Backend/Index.rst | 4 +- .../{ListModule => RecordsModule}/Index.rst | 38 +++++++++--------- Documentation/Concepts/TSconfig/Index.rst | 2 +- .../ListModule/ContextMenu.rst.txt | 6 --- .../ContextMenu.png | Bin .../RecordsModule/ContextMenu.rst.txt | 6 +++ 8 files changed, 31 insertions(+), 31 deletions(-) rename Documentation/Concepts/Backend/{ListModule => RecordsModule}/Index.rst (71%) delete mode 100644 Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt rename Documentation/Images/AutomaticScreenshots/{ListModule => RecordsModule}/ContextMenu.png (100%) create mode 100644 Documentation/Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt diff --git a/Documentation/Administration/BackendUsers/Groups.rst b/Documentation/Administration/BackendUsers/Groups.rst index 2e3d7bb6..743b56dc 100644 --- a/Documentation/Administration/BackendUsers/Groups.rst +++ b/Documentation/Administration/BackendUsers/Groups.rst @@ -144,7 +144,7 @@ deployable backend user rights. You can, however, use the export / import module to export and import backend user groups. Backend user groups are database records that are stored on the virtual root -page (uid=0). They can therefore also be viewed and edited in the list module. +page (uid=0). They can therefore also be viewed and edited in the Records module. Backend user groups can inherit from one or several other user groups. In such a setting it is possible to grant additional permissions of the parent user diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst index e22401ed..94e387de 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst @@ -15,9 +15,9 @@ 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 is a contextual menu in the :guilabel:`Content > List` view: +For example, there is a contextual menu in the :guilabel:`Content > Records` view: -.. include:: /Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt +.. include:: /Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt or in the :guilabel:`Media > Filelist` view: diff --git a/Documentation/Concepts/Backend/Index.rst b/Documentation/Concepts/Backend/Index.rst index 0bcf20bf..67b266d8 100644 --- a/Documentation/Concepts/Backend/Index.rst +++ b/Documentation/Concepts/Backend/Index.rst @@ -27,7 +27,7 @@ You can view and try out the TYPO3 backend on this `demo `, where the page content can be edited, -:ref:`List ` where database records can be viewed and edited and +:guilabel:`Content > Records` where database records can be viewed and edited and :ref:`Info ` where you can find information provided by different system and third-party extension. Many page modules provided by third-party extensions can also be found in this area. diff --git a/Documentation/Concepts/Backend/ListModule/Index.rst b/Documentation/Concepts/Backend/RecordsModule/Index.rst similarity index 71% rename from Documentation/Concepts/Backend/ListModule/Index.rst rename to Documentation/Concepts/Backend/RecordsModule/Index.rst index 5f2f7cc8..db885f3b 100644 --- a/Documentation/Concepts/Backend/ListModule/Index.rst +++ b/Documentation/Concepts/Backend/RecordsModule/Index.rst @@ -1,10 +1,10 @@ .. include:: /Includes.rst.txt -.. index:: Modules; List module -.. _list-module: +.. index:: Modules; Records module +.. _records-module: -=============== -The list module -=============== +================== +The Records module +================== .. versionchanged:: 14.0 The main module `Web` has been renamed to `Content`. @@ -13,38 +13,38 @@ The list module Almost all data stored in the database is represented as a :ref:`Database record ` in the TYPO3 backend. -The respective backend module called :guilabel:`Content > List` module can be +The respective backend module called :guilabel:`Content > Records` module can be used to view, edit, search and export database records. -How to use the List module effectively for managing database records is +How to use the :guilabel:`Content > Records` module effectively for managing database records is described in-depth in -:ref:`Editors Guide, Using the list module `. +:ref:`Editors Guide, Using the records module `. For example there is a :ref:`Mass editing mode ` and a :ref:`clipboard `. -.. _list-module-tca: +.. records-module-tca: -Display of database records in the List module -============================================== +Display of database records in the Records module +================================================= -How a database record type is displayed in the list module is determined by +How a database record type is displayed in the :guilabel:`Content > Records` module is determined by :ref:`tca` and can be further configured by TSconfig. While TCA is always loaded globally Tsconfig can be included on a per-site or per-page level. .. todo: Link tsconfig once article exists in concepts. -Here are some examples of what you might want to change in the list module: +Here are some examples of what you might want to change in the :guilabel:`Content > Records` module: -.. _list-module-mod-hideTables: +.. _records-module-mod-hideTables: -Hide tables in the List module +Hide tables in the Records module ------------------------------ The TSconfig properties in section :ref:`web_list ` -can be used to influence display and functionality of the List module. +can be used to influence display and functionality of the :guilabel:`Content > Records` module. -For example you can hide the records of certain tables visible in the List module with: +For example you can hide the records of certain tables visible in the :guilabel:`Content > Records` module with: .. code-block:: typoscript :caption: EXT:site_package/Configuration/page.tsconfig @@ -55,7 +55,7 @@ For example you can hide the records of certain tables visible in the List modul We use the :ref:`operator ":=" ` to add tables to a list that we want to hide. -.. _list-module-disableHideAtCopy: +.. _records-module-disableHideAtCopy: Disable hide and prepend at copy -------------------------------- @@ -74,7 +74,7 @@ the affected table belonging to the record to true like so: disableHideAtCopy = 1 } -.. _list-module-TCAdefaults: +.. _records-module-TCAdefaults: Define defaults for certain fields ---------------------------------- diff --git a/Documentation/Concepts/TSconfig/Index.rst b/Documentation/Concepts/TSconfig/Index.rst index 24a19e6e..5792d357 100644 --- a/Documentation/Concepts/TSconfig/Index.rst +++ b/Documentation/Concepts/TSconfig/Index.rst @@ -35,7 +35,7 @@ set at the page level and then affects that page and all the pages below it in the tree. The things that can be configured mainly affect the look and feel of the backend, such as which fields are available when editing a content element. In general, page TSconfig dictates what a user sees when they click on modules under `Web` in the -left-hand module bar that open a pagetree, e.g. Page, View, List. +left-hand module bar that open a pagetree, e.g. Page, View, Records. .. _tsconfig-more-information: diff --git a/Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt b/Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt deleted file mode 100644 index e815daa3..00000000 --- a/Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt +++ /dev/null @@ -1,6 +0,0 @@ -.. Automatic screenshot: Remove this line if you want to manually change this file - -.. figure:: /Images/AutomaticScreenshots/ListModule/ContextMenu.png - :class: with-shadow - - The contextual menu in the "List" module diff --git a/Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.png b/Documentation/Images/AutomaticScreenshots/RecordsModule/ContextMenu.png similarity index 100% rename from Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.png rename to Documentation/Images/AutomaticScreenshots/RecordsModule/ContextMenu.png diff --git a/Documentation/Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt b/Documentation/Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt new file mode 100644 index 00000000..3f3cb19e --- /dev/null +++ b/Documentation/Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt @@ -0,0 +1,6 @@ +.. Automatic screenshot: Remove this line if you want to manually change this file + +.. figure:: /Images/AutomaticScreenshots/RecordsModule/ContextMenu.png + :class: with-shadow + + The contextual menu in the "Records" module