From 6b11bed6beae8a403bb0167417aedfb5668128c2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 9 Jun 2020 22:03:51 +0200 Subject: [PATCH] changed file permissions --- .github/dev_bug_report.md | 0 .github/dev_feature_request.md | 0 .github/user_bug_report.md | 0 .github/user_feature_request.md | 0 .github/workflows/greetings.yml | 0 .github/workflows/image.yml | 0 .github/workflows/main.yml | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/db.json | 0 Admin/Installer.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 Assets/module_qa_list.svg | 0 Assets/module_qa_list.xml | 0 Assets/module_qa_question.svg | 0 Assets/module_qa_question.xml | 0 CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/introduction.md | 0 LICENSE.txt | 0 Models/NullQAAnswer.php | 0 Models/NullQACategory.php | 0 Models/NullQAQuestion.php | 0 Models/PermissionState.php | 0 Models/QAAnswer.php | 0 Models/QAAnswerMapper.php | 0 Models/QAAnswerStatus.php | 0 Models/QACategory.php | 0 Models/QACategoryMapper.php | 0 Models/QAQuestion.php | 0 Models/QAQuestionMapper.php | 0 Models/QAQuestionStatus.php | 0 Theme/Backend/Lang/Navigation.en.lang.php | 0 Theme/Backend/Lang/en.lang.php | 0 Theme/Backend/qa-dashboard.tpl.php | 0 Theme/Backend/qa-question-create.tpl.php | 0 Theme/Backend/qa-question.tpl.php | 0 Theme/Backend/qa-tag-edit.tpl.php | 0 Theme/Backend/qa-tag-list.tpl.php | 0 Theme/Backend/styles.css | 0 Theme/Backend/styles.scss | 0 composer.json | 0 composer.lock | 0 info.json | 0 tests/Admin/AdminTest.php | 0 tests/Models/2QACategoryMapperTest.php | 0 tests/Models/3QAQuestionMapperTest.php | 0 tests/Models/4QAAnswerMapperTest.php | 0 tests/Models/QAAnswerTest.php | 0 tests/Models/QACategoryTest.php | 0 tests/Models/QAQuestionTest.php | 0 57 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/dev_bug_report.md mode change 100644 => 100755 .github/dev_feature_request.md mode change 100644 => 100755 .github/user_bug_report.md mode change 100644 => 100755 .github/user_feature_request.md mode change 100644 => 100755 .github/workflows/greetings.yml mode change 100644 => 100755 .github/workflows/image.yml mode change 100644 => 100755 .github/workflows/main.yml mode change 100644 => 100755 Admin/Install/Navigation.install.json mode change 100644 => 100755 Admin/Install/Navigation.php mode change 100644 => 100755 Admin/Install/db.json mode change 100644 => 100755 Admin/Installer.php mode change 100644 => 100755 Admin/Routes/Web/Backend.php mode change 100644 => 100755 Admin/Status.php mode change 100644 => 100755 Admin/Uninstaller.php mode change 100644 => 100755 Admin/Updater.php mode change 100644 => 100755 Assets/module_qa_list.svg mode change 100644 => 100755 Assets/module_qa_list.xml mode change 100644 => 100755 Assets/module_qa_question.svg mode change 100644 => 100755 Assets/module_qa_question.xml mode change 100644 => 100755 CODE_OF_CONDUCT.md mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 Controller/ApiController.php mode change 100644 => 100755 Controller/BackendController.php mode change 100644 => 100755 Controller/Controller.php mode change 100644 => 100755 Docs/introduction.md mode change 100644 => 100755 LICENSE.txt mode change 100644 => 100755 Models/NullQAAnswer.php mode change 100644 => 100755 Models/NullQACategory.php mode change 100644 => 100755 Models/NullQAQuestion.php mode change 100644 => 100755 Models/PermissionState.php mode change 100644 => 100755 Models/QAAnswer.php mode change 100644 => 100755 Models/QAAnswerMapper.php mode change 100644 => 100755 Models/QAAnswerStatus.php mode change 100644 => 100755 Models/QACategory.php mode change 100644 => 100755 Models/QACategoryMapper.php mode change 100644 => 100755 Models/QAQuestion.php mode change 100644 => 100755 Models/QAQuestionMapper.php mode change 100644 => 100755 Models/QAQuestionStatus.php mode change 100644 => 100755 Theme/Backend/Lang/Navigation.en.lang.php mode change 100644 => 100755 Theme/Backend/Lang/en.lang.php mode change 100644 => 100755 Theme/Backend/qa-dashboard.tpl.php mode change 100644 => 100755 Theme/Backend/qa-question-create.tpl.php mode change 100644 => 100755 Theme/Backend/qa-question.tpl.php mode change 100644 => 100755 Theme/Backend/qa-tag-edit.tpl.php mode change 100644 => 100755 Theme/Backend/qa-tag-list.tpl.php mode change 100644 => 100755 Theme/Backend/styles.css mode change 100644 => 100755 Theme/Backend/styles.scss mode change 100644 => 100755 composer.json mode change 100644 => 100755 composer.lock mode change 100644 => 100755 info.json mode change 100644 => 100755 tests/Admin/AdminTest.php mode change 100644 => 100755 tests/Models/2QACategoryMapperTest.php mode change 100644 => 100755 tests/Models/3QAQuestionMapperTest.php mode change 100644 => 100755 tests/Models/4QAAnswerMapperTest.php mode change 100644 => 100755 tests/Models/QAAnswerTest.php mode change 100644 => 100755 tests/Models/QACategoryTest.php mode change 100644 => 100755 tests/Models/QAQuestionTest.php diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/user_bug_report.md b/.github/user_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/user_feature_request.md b/.github/user_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100644 new mode 100755 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100644 new mode 100755 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100644 new mode 100755 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100644 new mode 100755 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100644 new mode 100755 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100644 new mode 100755 diff --git a/Assets/module_qa_list.svg b/Assets/module_qa_list.svg old mode 100644 new mode 100755 diff --git a/Assets/module_qa_list.xml b/Assets/module_qa_list.xml old mode 100644 new mode 100755 diff --git a/Assets/module_qa_question.svg b/Assets/module_qa_question.svg old mode 100644 new mode 100755 diff --git a/Assets/module_qa_question.xml b/Assets/module_qa_question.xml old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100644 new mode 100755 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100644 new mode 100755 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100644 new mode 100755 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Models/NullQAAnswer.php b/Models/NullQAAnswer.php old mode 100644 new mode 100755 diff --git a/Models/NullQACategory.php b/Models/NullQACategory.php old mode 100644 new mode 100755 diff --git a/Models/NullQAQuestion.php b/Models/NullQAQuestion.php old mode 100644 new mode 100755 diff --git a/Models/PermissionState.php b/Models/PermissionState.php old mode 100644 new mode 100755 diff --git a/Models/QAAnswer.php b/Models/QAAnswer.php old mode 100644 new mode 100755 diff --git a/Models/QAAnswerMapper.php b/Models/QAAnswerMapper.php old mode 100644 new mode 100755 diff --git a/Models/QAAnswerStatus.php b/Models/QAAnswerStatus.php old mode 100644 new mode 100755 diff --git a/Models/QACategory.php b/Models/QACategory.php old mode 100644 new mode 100755 diff --git a/Models/QACategoryMapper.php b/Models/QACategoryMapper.php old mode 100644 new mode 100755 diff --git a/Models/QAQuestion.php b/Models/QAQuestion.php old mode 100644 new mode 100755 diff --git a/Models/QAQuestionMapper.php b/Models/QAQuestionMapper.php old mode 100644 new mode 100755 diff --git a/Models/QAQuestionStatus.php b/Models/QAQuestionStatus.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-question-create.tpl.php b/Theme/Backend/qa-question-create.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-tag-edit.tpl.php b/Theme/Backend/qa-tag-edit.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/styles.css b/Theme/Backend/styles.css old mode 100644 new mode 100755 diff --git a/Theme/Backend/styles.scss b/Theme/Backend/styles.scss old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/info.json b/info.json old mode 100644 new mode 100755 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/2QACategoryMapperTest.php b/tests/Models/2QACategoryMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/3QAQuestionMapperTest.php b/tests/Models/3QAQuestionMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/4QAAnswerMapperTest.php b/tests/Models/4QAAnswerMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/QAAnswerTest.php b/tests/Models/QAAnswerTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/QACategoryTest.php b/tests/Models/QACategoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/QAQuestionTest.php b/tests/Models/QAQuestionTest.php old mode 100644 new mode 100755