Skip to content

Commit d72d684

Browse files
[FEATURE] Rename top-level module "list" to "records" (#771)
Attention: redirects have to be created when this is merged References: TYPO3-Documentation/Changelog-To-Doc#1505 Releases: main
1 parent cdced03 commit d72d684

File tree

8 files changed

+31
-31
lines changed

8 files changed

+31
-31
lines changed

Documentation/Administration/BackendUsers/Groups.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ deployable backend user rights. You can, however, use the export / import module
144144
to export and import backend user groups.
145145

146146
Backend user groups are database records that are stored on the virtual root
147-
page (uid=0). They can therefore also be viewed and edited in the list module.
147+
page (uid=0). They can therefore also be viewed and edited in the Records module.
148148

149149
Backend user groups can inherit from one or several other user groups. In such
150150
a setting it is possible to grant additional permissions of the parent user

Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ backend. You will notice that different sets of
1515
icons appear depending on what page you are on
1616
what actions you are performing.
1717

18-
For example, there is a contextual menu in the :guilabel:`Content > List` view:
18+
For example, there is a contextual menu in the :guilabel:`Content > Records` view:
1919

20-
.. include:: /Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt
20+
.. include:: /Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt
2121

2222
or in the :guilabel:`Media > Filelist` view:
2323

Documentation/Concepts/Backend/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can view and try out the TYPO3 backend on this `demo <https://demo.typo3.org
2727
GeneralBackendStructure/Index
2828
Login/Index
2929
PageModule/Index
30-
ListModule/Index
30+
RecordsModule/Index
3131
FileModule/Index
3232
SiteManagement/Index
3333
InfoModule/Index
@@ -49,7 +49,7 @@ user sees depends on the access rights that have been given to them.
4949
The :guilabel:`Content` group contains a set of modules for the creation and
5050
management of pages and content. This group contains important backend modules
5151
such as :ref:`Pages <page-content>`, where the page content can be edited,
52-
:ref:`List <list-module>` where database records can be viewed and edited and
52+
:guilabel:`Content > Records` where database records can be viewed and edited and
5353
:ref:`Info <info-module>` where you can find information provided by different
5454
system and third-party extension. Many page modules provided by third-party
5555
extensions can also be found in this area.

Documentation/Concepts/Backend/ListModule/Index.rst renamed to Documentation/Concepts/Backend/RecordsModule/Index.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. include:: /Includes.rst.txt
2-
.. index:: Modules; List module
3-
.. _list-module:
2+
.. index:: Modules; Records module
3+
.. _records-module:
44

5-
===============
6-
The list module
7-
===============
5+
==================
6+
The Records module
7+
==================
88

99
.. versionchanged:: 14.0
1010
The main module `Web` has been renamed to `Content`.
@@ -13,38 +13,38 @@ The list module
1313
Almost all data stored in the database is represented as a
1414
:ref:`Database record <t3coreapi:database-records>` in the TYPO3 backend.
1515

16-
The respective backend module called :guilabel:`Content > List` module can be
16+
The respective backend module called :guilabel:`Content > Records` module can be
1717
used to view, edit, search and export database records.
1818

19-
How to use the List module effectively for managing database records is
19+
How to use the :guilabel:`Content > Records` module effectively for managing database records is
2020
described in-depth in
21-
:ref:`Editors Guide, Using the list module <t3editors:using-the-list-module-effectively>`.
21+
:ref:`Editors Guide, Using the records module <t3editors:using-the-list-module-effectively>`.
2222

2323
For example there is a :ref:`Mass editing mode <t3editors:selective-editing>` and
2424
a :ref:`clipboard <t3editors:clipboard>`.
2525

26-
.. _list-module-tca:
26+
.. records-module-tca:
2727
28-
Display of database records in the List module
29-
==============================================
28+
Display of database records in the Records module
29+
=================================================
3030

31-
How a database record type is displayed in the list module is determined by
31+
How a database record type is displayed in the :guilabel:`Content > Records` module is determined by
3232
:ref:`tca` and can be further configured by TSconfig. While TCA is always loaded
3333
globally Tsconfig can be included on a per-site or per-page level.
3434

3535
.. todo: Link tsconfig once article exists in concepts.
3636
37-
Here are some examples of what you might want to change in the list module:
37+
Here are some examples of what you might want to change in the :guilabel:`Content > Records` module:
3838

39-
.. _list-module-mod-hideTables:
39+
.. _records-module-mod-hideTables:
4040

41-
Hide tables in the List module
41+
Hide tables in the Records module
4242
------------------------------
4343

4444
The TSconfig properties in section :ref:`web_list <t3tsref:pageweblist>`
45-
can be used to influence display and functionality of the List module.
45+
can be used to influence display and functionality of the :guilabel:`Content > Records` module.
4646

47-
For example you can hide the records of certain tables visible in the List module with:
47+
For example you can hide the records of certain tables visible in the :guilabel:`Content > Records` module with:
4848

4949
.. code-block:: typoscript
5050
: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
5555
5656
We use the :ref:`operator ":=" <t3tsref:typoscript-syntax-syntax-value-modification>` to add tables to a list that we want to hide.
5757

58-
.. _list-module-disableHideAtCopy:
58+
.. _records-module-disableHideAtCopy:
5959

6060
Disable hide and prepend at copy
6161
--------------------------------
@@ -74,7 +74,7 @@ the affected table belonging to the record to true like so:
7474
disableHideAtCopy = 1
7575
}
7676
77-
.. _list-module-TCAdefaults:
77+
.. _records-module-TCAdefaults:
7878

7979
Define defaults for certain fields
8080
----------------------------------

Documentation/Concepts/TSconfig/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set at the page level and then affects that page and all the pages below it in
3535
the tree. The things that can be configured mainly affect the look and feel of the backend,
3636
such as which fields are available when editing a content element. In general,
3737
page TSconfig dictates what a user sees when they click on modules under `Web` in the
38-
left-hand module bar that open a pagetree, e.g. Page, View, List.
38+
left-hand module bar that open a pagetree, e.g. Page, View, Records.
3939

4040
.. _tsconfig-more-information:
4141

Documentation/Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. Automatic screenshot: Remove this line if you want to manually change this file
2+
3+
.. figure:: /Images/AutomaticScreenshots/RecordsModule/ContextMenu.png
4+
:class: with-shadow
5+
6+
The contextual menu in the "Records" module

0 commit comments

Comments
 (0)