From bc59a02dcdc0805965c0fc48415cd20361b7227d Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Wed, 1 Nov 2023 08:50:30 +0100 Subject: [PATCH] [TASK] styleguide: Files should have 664 permissions https://github.com/TYPO3-CMS/styleguide/pull/468 Update a series of files that are executable but shouldn't. --- typo3/sysext/styleguide/Classes/Controller/BackendController.php | 0 typo3/sysext/styleguide/Classes/Service/KauderwelschService.php | 0 .../Configuration/TCA/tx_styleguide_elements_select.php | 0 .../Configuration/TCA/tx_styleguide_inline_11_child.php | 0 .../Configuration/TCA/tx_styleguide_inline_1n1n_child.php | 0 .../Configuration/TCA/tx_styleguide_inline_1n1n_childchild.php | 0 .../Configuration/TCA/tx_styleguide_inline_1n_inline_1_child.php | 0 .../Configuration/TCA/tx_styleguide_inline_1nnol10n_child.php | 0 .../TCA/tx_styleguide_inline_1nreusabletable_child.php | 0 .../Configuration/TCA/tx_styleguide_l10nreadonly_inline_child.php | 0 typo3/sysext/styleguide/Resources/Private/Language/locallang.xlf | 0 .../styleguide/Resources/Private/Templates/Backend/Accordion.html | 0 .../styleguide/Resources/Private/Templates/Backend/Avatar.html | 0 .../styleguide/Resources/Private/Templates/Backend/Buttons.html | 0 .../styleguide/Resources/Private/Templates/Backend/Filter.html | 0 .../Resources/Private/Templates/Backend/FlashMessages.html | 0 .../styleguide/Resources/Private/Templates/Backend/Icons.html | 0 .../styleguide/Resources/Private/Templates/Backend/Index.html | 0 .../styleguide/Resources/Private/Templates/Backend/Infobox.html | 0 .../Resources/Private/Templates/Backend/Notifications.html | 0 .../Resources/Private/Templates/Backend/Pagination.html | 0 .../styleguide/Resources/Private/Templates/Backend/Tab.html | 0 .../styleguide/Resources/Private/Templates/Backend/Tables.html | 0 .../styleguide/Resources/Private/Templates/Backend/Trees.html | 0 .../Resources/Private/Templates/Backend/Typography.html | 0 typo3/sysext/styleguide/ext_emconf.php | 0 typo3/sysext/styleguide/ext_tables.php | 0 typo3/sysext/styleguide/ext_tables.sql | 0 28 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 typo3/sysext/styleguide/Classes/Controller/BackendController.php mode change 100755 => 100644 typo3/sysext/styleguide/Classes/Service/KauderwelschService.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_select.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_11_child.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n1n_child.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n1n_childchild.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n_inline_1_child.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1nnol10n_child.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1nreusabletable_child.php mode change 100755 => 100644 typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_l10nreadonly_inline_child.php mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Language/locallang.xlf mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Accordion.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Avatar.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Buttons.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Filter.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/FlashMessages.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Icons.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Index.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Infobox.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Notifications.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Pagination.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tab.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tables.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Trees.html mode change 100755 => 100644 typo3/sysext/styleguide/Resources/Private/Templates/Backend/Typography.html mode change 100755 => 100644 typo3/sysext/styleguide/ext_emconf.php mode change 100755 => 100644 typo3/sysext/styleguide/ext_tables.php mode change 100755 => 100644 typo3/sysext/styleguide/ext_tables.sql diff --git a/typo3/sysext/styleguide/Classes/Controller/BackendController.php b/typo3/sysext/styleguide/Classes/Controller/BackendController.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Classes/Service/KauderwelschService.php b/typo3/sysext/styleguide/Classes/Service/KauderwelschService.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_select.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_select.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_11_child.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_11_child.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n1n_child.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n1n_child.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n1n_childchild.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n1n_childchild.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n_inline_1_child.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1n_inline_1_child.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1nnol10n_child.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1nnol10n_child.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1nreusabletable_child.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_inline_1nreusabletable_child.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_l10nreadonly_inline_child.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_l10nreadonly_inline_child.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Language/locallang.xlf b/typo3/sysext/styleguide/Resources/Private/Language/locallang.xlf old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Accordion.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Accordion.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Avatar.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Avatar.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Buttons.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Buttons.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Filter.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Filter.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/FlashMessages.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/FlashMessages.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Icons.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Icons.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Index.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Index.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Infobox.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Infobox.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Notifications.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Notifications.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Pagination.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Pagination.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tab.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tab.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tables.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Tables.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Trees.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Trees.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Typography.html b/typo3/sysext/styleguide/Resources/Private/Templates/Backend/Typography.html old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/ext_emconf.php b/typo3/sysext/styleguide/ext_emconf.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/ext_tables.php b/typo3/sysext/styleguide/ext_tables.php old mode 100755 new mode 100644 diff --git a/typo3/sysext/styleguide/ext_tables.sql b/typo3/sysext/styleguide/ext_tables.sql old mode 100755 new mode 100644 -- GitLab