From bb40d3830814db49eb2e02e24117760e716c86a6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 21 May 2024 00:09:17 +0200 Subject: [PATCH] fix version and bugs --- Admin/Install/Navigation.php | 4 +-- Admin/Installer.php | 4 +-- Admin/Status.php | 4 +-- Admin/Uninstaller.php | 4 +-- Admin/Updater.php | 4 +-- Controller/ApiController.php | 4 +-- Controller/BackendController.php | 4 +-- Controller/Controller.php | 4 +-- Models/PermissionState.php | 4 +-- README.md | 4 +-- Theme/Backend/Lang/Navigation.ar.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.cs.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.da.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.el.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.fi.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.fr.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.hu.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.it.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.ja.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.ko.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.no.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.pl.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.pt.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.ru.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.sv.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.th.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.tr.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.uk.lang.php | 18 ------------ Theme/Backend/Lang/Navigation.zh.lang.php | 18 ------------ Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/ar.lang.php | 36 ----------------------- Theme/Backend/Lang/cs.lang.php | 36 ----------------------- Theme/Backend/Lang/da.lang.php | 36 ----------------------- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/el.lang.php | 36 ----------------------- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/Lang/es.lang.php | 36 ----------------------- Theme/Backend/Lang/fi.lang.php | 36 ----------------------- Theme/Backend/Lang/fr.lang.php | 36 ----------------------- Theme/Backend/Lang/hu.lang.php | 36 ----------------------- Theme/Backend/Lang/it.lang.php | 36 ----------------------- Theme/Backend/Lang/ja.lang.php | 36 ----------------------- Theme/Backend/Lang/ko.lang.php | 36 ----------------------- Theme/Backend/Lang/no.lang.php | 36 ----------------------- Theme/Backend/Lang/pl.lang.php | 36 ----------------------- Theme/Backend/Lang/pt.lang.php | 36 ----------------------- Theme/Backend/Lang/ru.lang.php | 36 ----------------------- Theme/Backend/Lang/sv.lang.php | 36 ----------------------- Theme/Backend/Lang/th.lang.php | 36 ----------------------- Theme/Backend/Lang/tr.lang.php | 36 ----------------------- Theme/Backend/Lang/uk.lang.php | 36 ----------------------- Theme/Backend/Lang/zh.lang.php | 36 ----------------------- Theme/Backend/rnd-create.tpl.php | 2 +- Theme/Backend/rnd-list.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 4 +-- tests/Bootstrap.php | 2 +- 60 files changed, 31 insertions(+), 1111 deletions(-) delete mode 100644 Theme/Backend/Lang/Navigation.ar.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.cs.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.da.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.el.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.es.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.fi.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.fr.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.hu.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.it.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.ja.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.ko.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.no.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.pl.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.pt.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.ru.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.sv.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.th.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.tr.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.uk.lang.php delete mode 100644 Theme/Backend/Lang/Navigation.zh.lang.php delete mode 100644 Theme/Backend/Lang/ar.lang.php delete mode 100644 Theme/Backend/Lang/cs.lang.php delete mode 100644 Theme/Backend/Lang/da.lang.php delete mode 100644 Theme/Backend/Lang/el.lang.php delete mode 100644 Theme/Backend/Lang/es.lang.php delete mode 100644 Theme/Backend/Lang/fi.lang.php delete mode 100644 Theme/Backend/Lang/fr.lang.php delete mode 100644 Theme/Backend/Lang/hu.lang.php delete mode 100644 Theme/Backend/Lang/it.lang.php delete mode 100644 Theme/Backend/Lang/ja.lang.php delete mode 100644 Theme/Backend/Lang/ko.lang.php delete mode 100644 Theme/Backend/Lang/no.lang.php delete mode 100644 Theme/Backend/Lang/pl.lang.php delete mode 100644 Theme/Backend/Lang/pt.lang.php delete mode 100644 Theme/Backend/Lang/ru.lang.php delete mode 100644 Theme/Backend/Lang/sv.lang.php delete mode 100644 Theme/Backend/Lang/th.lang.php delete mode 100644 Theme/Backend/Lang/tr.lang.php delete mode 100644 Theme/Backend/Lang/uk.lang.php delete mode 100644 Theme/Backend/Lang/zh.lang.php diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 9c6d775..5d4bc3a 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\Admin\Install * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Application\ApplicationAbstract; * Navigation class. * * @package Modules\ResearchDevelopment\Admin\Install - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Installer.php b/Admin/Installer.php index 94cc388..5a3d2ee 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\InstallerAbstract; * Installer class. * * @package Modules\ResearchDevelopment\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Status.php b/Admin/Status.php index ce5a686..ebbf7bc 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\StatusAbstract; * Status class. * * @package Modules\ResearchDevelopment\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 4673add..3be5f79 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\UninstallerAbstract; * Uninstaller class. * * @package Modules\ResearchDevelopment\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Updater.php b/Admin/Updater.php index d393baf..e839287 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\UpdaterAbstract; * Updater class. * * @package Modules\ResearchDevelopment\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 335f877..37d1919 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace Modules\ResearchDevelopment\Controller; * ResearchDevelopment api controller class. * * @package Modules\ResearchDevelopment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/BackendController.php b/Controller/BackendController.php index a788e4d..20db106 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -23,7 +23,7 @@ use phpOMS\Views\View; * Research & Development controller class. * * @package Modules\ResearchDevelopment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/Controller.php b/Controller/Controller.php index 763505c..7228907 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\Module\WebInterface; * Research & Development controller class. * * @package Modules\ResearchDevelopment - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 7abe13f..471637b 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Permission category enum. * * @package Modules\ResearchDevelopment\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/README.md b/README.md index 51f9ea4..24751e7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ With Karaka you have one partner who can provide many tools and software solutio ## Requirements -* PHP 8.2 -* PHP extension: php8.2-dev php8.2-cli php8.2-common php8.2-intl php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear +* PHP 8.3 +* PHP extension: php8.3-dev php8.3-cli php8.3-common php8.3-intl php8.3-mysql php8.3-pgsql php8.3-xdebug php8.3-opcache php8.3-pdo php8.3-sqlite php8.3-mbstring php8.3-curl php8.3-imap php8.3-bcmath php8.3-zip php8.3-dom php8.3-xml php8.3-phar php8.3-gd php-pear * apache2 (recommended) or nginx * mysql-server (recommended) or postgresql postgresql-contrib * Tools: tesseract-ocr, pdftotext, pdftoppm diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 63b4f4d..1924b3b 100644 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index b48df2d..9182af4 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php deleted file mode 100644 index efeea47..0000000 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'Projects' => '', - 'RnD' => '', -]]; diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index f045b4d..092739b 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/ar.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/cs.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/da.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 82d6141..89393c8 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/el.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index c800217..3d4e7fb 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/es.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/fi.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/fr.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/hu.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/it.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/ja.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/ko.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/no.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/pl.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/pt.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/ru.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/sv.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/th.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/tr.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/uk.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php deleted file mode 100644 index b969202..0000000 --- a/Theme/Backend/Lang/zh.lang.php +++ /dev/null @@ -1,36 +0,0 @@ - [ - 'Active' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Manager' => '', - 'Name' => '', - 'Other' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'UserGroup' => '', -]]; diff --git a/Theme/Backend/rnd-create.tpl.php b/Theme/Backend/rnd-create.tpl.php index e46a693..e861050 100644 --- a/Theme/Backend/rnd-create.tpl.php +++ b/Theme/Backend/rnd-create.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/rnd-list.tpl.php b/Theme/Backend/rnd-list.tpl.php index 13e9310..9b128e3 100644 --- a/Theme/Backend/rnd-list.tpl.php +++ b/Theme/Backend/rnd-list.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index b0678fd..ce38c94 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 260e59b..5851a6c 100644 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -6,7 +6,7 @@ * * @package Modules/tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace Modules\ResearchDevelopment\tests; * Autoloader class. * * @package tests - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index a7f99f0..eb5b482 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -6,7 +6,7 @@ * * @package Modules\ResearchDevelopment\tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */