Skip to content

Commit ec4c333

Browse files
authored
[TASK] Apply module renaming (#6234)
* [TASK] Apply module renaming See https://docs.typo3.org/permalink/changelog:feature-107628-1729026000 Releases: main * [TASK] Apply module renaming See https://docs.typo3.org/permalink/changelog:feature-107628-1729026000 Releases: main * [TASK] Apply module renaming See https://docs.typo3.org/permalink/changelog:feature-107628-1729026000 Releases: main * Apply suggestions from code review
1 parent d6d6bc7 commit ec4c333

File tree

108 files changed

+303
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+303
-224
lines changed

Documentation/Administration/Deployment/InitialDeployment/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Flush TYPO3 caches:
109109
110110
.. note::
111111

112-
You can use the `Admin Tools <https://docs.typo3.org/permalink/t3start:admin-tools>`_
112+
You can use the `Install Tools <https://docs.typo3.org/permalink/t3start:admin-tools>`_
113113
to verify folder permissions and environment compatibility.
114114
Open: `https://example.org/typo3/install.php` and go to
115-
the **System Environment** section.
115+
the :guilabel:`System > Environment` module.

Documentation/Administration/DirectoryStructure/ClassicInstallations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The folder :path:`typo3conf/system/` contains the installation-wide
181181
:ref:`configuration files <configuration-files>`:
182182

183183
* :file:`settings.php`: :ref:`Configuration <typo3ConfVars-settings>` written
184-
by the :guilabel:`Admin Tools > Settings` backend module
184+
by the :guilabel:`System > Settings` backend module
185185
* :file:`additional.php`: :ref:`Manually created file <typo3ConfVars-additional>`
186186
which can override settings from :file:`settings.php` file
187187

Documentation/Administration/DirectoryStructure/Index.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The folder :path:`config/system/` contains the installation-wide
8585
:ref:`configuration files <configuration-files>`:
8686

8787
* :path:`settings.php`: :ref:`Configuration <typo3ConfVars-settings>` written
88-
by the :guilabel:`Admin Tools > Settings` backend module
88+
by the :guilabel:`System > Settings` backend module
8989
* :file:`additional.php`: :ref:`Manually created file <typo3ConfVars-additional>`
9090
which can override settings from :file:`settings.php` file
9191

@@ -364,10 +364,14 @@ Run the following command to recreate missing directories:
364364
365365
.. _typo3temp-regeneration-guide-gui:
366366

367-
Admin tools: Directory Status
368-
-----------------------------
367+
Module "Directory Status" in the "Environment" module
368+
-----------------------------------------------------
369369

370-
Alternatively, a system maintainer can go to :guilabel:`Admin Tools > Environment > Directory Status`
370+
.. versionchanged:: 14.0
371+
This module has been moved from :guilabel:`Admin tools` to :guilabel:`Settings`
372+
<https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_.
373+
374+
Alternatively, a system maintainer can go to :guilabel:`System > Environment > Directory Status`
371375
and recreate the missing folders with the necessary permissions
372376

373377
.. toctree::

Documentation/Administration/DirectoryStructure/SiteFolder.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ following file:
2424
for details.
2525

2626
The file is automatically created if you use the
27-
:guilabel:`Site Management > Sites` module to
27+
:guilabel:`Sites > Setup` module to
2828
`create a new site configuration <https://docs.typo3.org/permalink/t3coreapi:sitehandling-create-new>`_.
2929

3030
The name of the folder is editable as **Site Identifier** in the site
@@ -46,13 +46,13 @@ Site settings `settings.yaml` in the site folder
4646
:shortDescription: Site specific settings
4747

4848
This file stores all changes that where made to the site settings using the
49-
backend module :guilabel:`Site Management > Settings`. It overrides the
49+
backend module :guilabel:`Sites > Setup > Settings`. It overrides the
5050
settings from all included site sets, including the set of the site package.
5151

5252
.. seealso::
5353

5454
* `Site settings <https://docs.typo3.org/permalink/t3coreapi:sitehandling-settings>`_.
55-
* `Module Site Management > Settings <https://docs.typo3.org/permalink/t3coreapi:site-settings-editor>`_
55+
* `Module Sites > Setup > Settings <https://docs.typo3.org/permalink/t3coreapi:site-settings-editor>`_
5656

5757

5858
.. versionchanged:: 13.4.15

Documentation/Administration/Docker/Production/Ports/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ For details, see: :ref:`reverse-proxy-container`
6262
After installation, **check your site configuration** in TYPO3. If it was
6363
automatically created with a `http://` base URL but you're accessing the site
6464
via `https://`, you must adjust the base URL manually in the backend:
65-
:guilabel:`Site Management > Sites`.
65+
:guilabel:`Sites > Setup`.

Documentation/Administration/ExtensionManagement/ClassicMode/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In the backend:
1818

1919
.. rst-class:: bignums
2020

21-
1. Go to :guilabel:`Admin Tools > Extensions`
21+
1. Go to :guilabel:`System > Extensions`
2222
2. In the Docheader, select :guilabel:`Get Extensions`
2323
3. Click :guilabel:`Update now`
2424

@@ -83,7 +83,7 @@ Uninstall / Deactivate Extension via TYPO3 Backend
8383

8484

8585
Log into the TYPO3 Backend and open the module
86-
:guilabel:`Admin tools > Extensions`. From the menu choose
86+
:guilabel:`System > Extensions`. From the menu choose
8787
:guilabel:`Install extensions`. You get an overview about installed extensions.
8888

8989
On the left side you see an icon, which shows the status of each extension,
@@ -143,4 +143,4 @@ as a last resort. You should only remove an extension that you uninstalled
143143
successfully. Make a backup first. Then you can permanently remove an extension
144144
by removing its folder at :file:`typo3conf/ext/[extensionname]`. The
145145
corresponding database tables can be removed in the
146-
:guilabel:`Admin Tools > Maintenance > Analyze Database Structure`.
146+
:guilabel:`System > Maintenance > Analyze Database Structure`.

Documentation/Administration/Installation/SystemRequirements/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ for new directives and merge them if needed.
152152

153153
You can check the `.htaccess` status under:
154154

155-
:guilabel:`Admin Tools > Environment > Check Directory Status`
155+
:guilabel:`System > Environment > Check Directory Status`
156156

157157
.. _vhost-records:
158158

Documentation/Administration/SystemSettings/BackendEntryPoint/Index.rst

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

4949
The configuration can be done in the backend via
50-
:guilabel:`Admin Tools > Settings > Configure Installation-Wide Options`:
50+
:guilabel:`System > Settings > Configure Installation-Wide Options`:
5151

5252
.. figure:: /Images/ManualScreenshots/AdminTools/ConfigureEntryPoint.png
5353
:alt: Configure the entry point via GUI

Documentation/Administration/SystemSettings/MaintenanceMode/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Total shutdown for maintenance purposes
2727

2828
A system maintainer can achieve total TYPO3 backend shutdown for maintenance
2929
purposes in module
30-
:guilabel:`Admin Tools > Settings > Configure Installation-Wide Options`
30+
:guilabel:`System > Settings > Configure Installation-Wide Options`
3131
by setting :ref:`[BE][adminOnly] <t3coreapi:confval-globals-typo3-conf-vars-be-adminonly>`
3232
to `-1`.
3333

@@ -73,7 +73,7 @@ Lock the TYPO3 backend for editors
7373

7474
To prevent an installation's editors from logging into the TYPO3 backend during
7575
maintenance, go to module
76-
:guilabel:`Admin Tools > Settings > Configure Installation-Wide Options`
76+
:guilabel:`System > Settings > Configure Installation-Wide Options`
7777
and set :ref:`[BE][adminOnly] <t3coreapi:confval-globals-typo3-conf-vars-be-adminonly>`
7878
to `2` if you additionally want to block console commands including scheduler
7979
tasks, set it to `1`.

Documentation/Administration/SystemSettings/ProductionSettings/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Production Settings
1010

1111
To ensure a secure installation of TYPO3 on a production server, the following settings need to be set:
1212

13-
- :guilabel:`Admin Tools > Settings > Configuration Presets` The "Live" preset has to be chosen to make sure no debug output is displayed.
13+
- :guilabel:`System > Settings > Configuration Presets` The "Live" preset has to be chosen to make sure no debug output is displayed.
1414
When using environment specific configurations, the recommended way is to specifically set the values for
1515
error/debugging configuration values instead of presets, like:
1616

0 commit comments

Comments
 (0)