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