From 3557b97b712a68f2f54b831e3c839e7f9e4ae966 Mon Sep 17 00:00:00 2001 From: Philipp Kitzberger Date: Fri, 20 Oct 2023 01:27:55 +0200 Subject: [PATCH 1/4] [TASK] Improve description of existing UserTS settings --- Documentation/UserTsconfig/Setup.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/UserTsconfig/Setup.rst b/Documentation/UserTsconfig/Setup.rst index 581c68eb..3790eaf3 100644 --- a/Documentation/UserTsconfig/Setup.rst +++ b/Documentation/UserTsconfig/Setup.rst @@ -122,7 +122,8 @@ edit_docModuleUpload boolean :aspect:`Description` - File upload directly in Doc. module + Allow file upload directly from within CE edit masks. + Caution: In most cases the uploaded file will in put into `fileadmin/user_upload/`. .. index:: Email me at login @@ -134,7 +135,7 @@ emailMeAtLogin boolean :aspect:`Description` - Notify me by email, when somebody logs in from my account + Notify me by email, when somebody logs into my account .. index:: Backend; Language @@ -171,7 +172,8 @@ startModule string :aspect:`Description` - Name of the module that is called when the user logs into the Backend + Name of the module that is called when the user logs into the Backend, e.g. + `web_layout`, `web_list`, `web_view`, `web_info`, `web_ts`, etc. .. index:: Title length, max @@ -183,4 +185,6 @@ titleLen positive integer :aspect:`Description` - Max. Title Length + Maximum length of rendered record titles in the BE interface. + It's used in several places: page tree, edit masks, workspace module, etc. + Tip: to find out where exactly set it to a low number. From 504c525928830d2496b0b8bdfc675121aec4cd4d Mon Sep 17 00:00:00 2001 From: Philipp Kitzberger Date: Fri, 20 Oct 2023 01:28:18 +0200 Subject: [PATCH 2/4] [TASK] Add missing UserTS setting: showHiddenFilesAndFolders --- Documentation/UserTsconfig/Setup.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/UserTsconfig/Setup.rst b/Documentation/UserTsconfig/Setup.rst index 3790eaf3..9f35204f 100644 --- a/Documentation/UserTsconfig/Setup.rst +++ b/Documentation/UserTsconfig/Setup.rst @@ -163,6 +163,18 @@ neverHideAtCopy If set, then the hideAtCopy feature for records in TCE will not be used. +.. index:: File list; Show hidden files and folders + +showHiddenFilesAndFolders +========================= + +:aspect:`Datatype` + boolean + +:aspect:`Description` + If set, hidden files and folders will be shown in the filelist. + + .. index:: Start module startModule From ed2455f3364660c21eb6255a9bb36fa78025bc9b Mon Sep 17 00:00:00 2001 From: Philipp Kitzberger Date: Fri, 20 Oct 2023 10:32:44 +0200 Subject: [PATCH 3/4] [TASK] Cleanup --- Documentation/UserTsconfig/Setup.rst | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Documentation/UserTsconfig/Setup.rst b/Documentation/UserTsconfig/Setup.rst index 9f35204f..7a633ad4 100644 --- a/Documentation/UserTsconfig/Setup.rst +++ b/Documentation/UserTsconfig/Setup.rst @@ -59,7 +59,6 @@ setup.override.[someProperty] value will overrule it. .. attention:: - There is a tricky aspect to these `setup.override`: If first you have set a value by `setup.override` and then remove it again, you will experience that the value persists to exist. This is because it is saved in the @@ -122,8 +121,11 @@ edit_docModuleUpload boolean :aspect:`Description` - Allow file upload directly from within CE edit masks. - Caution: In most cases the uploaded file will in put into `fileadmin/user_upload/`. + Allow file upload directly from file reference fields within backend forms. + + .. note:: + The uploaded file will be stored in the default upload folder, + see :ref:`user TSconfig ` and :ref:`page TSconfig ` .. index:: Email me at login @@ -148,7 +150,8 @@ lang :aspect:`Description` One of the language-keys. For current options see - :file:`typo3/sysext/core/Classes/Localization/Locales.php`, e.g. `dk`, `de`, `es` etc. + :file:`typo3/sysext/core/Classes/Localization/Locales.php`, for example + `dk`, `de`, `es` etc. .. index:: Records; Hide at copy @@ -184,8 +187,8 @@ startModule string :aspect:`Description` - Name of the module that is called when the user logs into the Backend, e.g. - `web_layout`, `web_list`, `web_view`, `web_info`, `web_ts`, etc. + Name of the module that is called when the user logs into the backend, for + example `web_layout`, `web_list`, `web_view`, `web_info`, `web_ts` etc. .. index:: Title length, max @@ -197,6 +200,8 @@ titleLen positive integer :aspect:`Description` - Maximum length of rendered record titles in the BE interface. - It's used in several places: page tree, edit masks, workspace module, etc. - Tip: to find out where exactly set it to a low number. + Maximum length of rendered record titles in the backend interface. + It is used in several places: page tree, edit masks, workspace module, etc. + + .. tip:: + To find out where this setting is applied, set it to a low number. From f5d5a3029cf56942c24600c1dfdedab2521d39d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:42:25 +0200 Subject: [PATCH 4/4] Update Documentation/UserTsconfig/Setup.rst --- Documentation/UserTsconfig/Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/UserTsconfig/Setup.rst b/Documentation/UserTsconfig/Setup.rst index 7a633ad4..773a2a6b 100644 --- a/Documentation/UserTsconfig/Setup.rst +++ b/Documentation/UserTsconfig/Setup.rst @@ -149,7 +149,7 @@ lang language-key :aspect:`Description` - One of the language-keys. For current options see + One of the language keys. For current options see :file:`typo3/sysext/core/Classes/Localization/Locales.php`, for example `dk`, `de`, `es` etc.