From 71d05f563993583cf95eddf5288398e774ab0f9b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Nov 2017 13:09:39 +0100 Subject: [PATCH] General fixes --- Admin/Activate.php | 4 ++-- Admin/Deactivate.php | 4 ++-- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Uninstall.php | 4 ++-- Admin/Update.php | 4 ++-- Controller.php | 4 ++-- Models/Department.php | 2 +- Models/DepartmentMapper.php | 2 +- Models/NullDepartment.php | 2 +- Models/NullPosition.php | 2 +- Models/NullUnit.php | 2 +- Models/Position.php | 2 +- Models/PositionMapper.php | 2 +- Models/Status.php | 4 ++-- Models/Unit.php | 2 +- Models/UnitMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/department-profile.tpl.php | 2 +- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- 28 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 19f8a8b..afb6365 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Admin; @@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Activate extends ActivateAbstract diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index b4d6ccc..f1c4f49 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Admin; @@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Deactivate extends DeactivateAbstract diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index c8b2357..91cc6dd 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Admin\Install; @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index 2213d65..93c3329 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Organization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Installer extends InstallerAbstract diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index ade0bf1..51da9dc 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Uninstall extends UninstallAbstract diff --git a/Admin/Update.php b/Admin/Update.php index 66e59b5..184d46d 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Admin; @@ -26,7 +26,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Update extends UpdateAbstract diff --git a/Controller.php b/Controller.php index 6b6456d..f1d7977 100644 --- a/Controller.php +++ b/Controller.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization; @@ -35,7 +35,7 @@ use phpOMS\Message\Http\RequestStatusCode; * @category Modules * @package Modules\Organization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface diff --git a/Models/Department.php b/Models/Department.php index 94e15ff..2afea6b 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index d2414d0..cccb6a0 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/NullDepartment.php b/Models/NullDepartment.php index bfbfaef..3d87f00 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/NullPosition.php b/Models/NullPosition.php index 841c886..1fa1a98 100644 --- a/Models/NullPosition.php +++ b/Models/NullPosition.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/NullUnit.php b/Models/NullUnit.php index a24c522..a2774df 100644 --- a/Models/NullUnit.php +++ b/Models/NullUnit.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/Position.php b/Models/Position.php index c8c7c3a..e684081 100644 --- a/Models/Position.php +++ b/Models/Position.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/PositionMapper.php b/Models/PositionMapper.php index faf86b1..91b896d 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/Status.php b/Models/Status.php index 5bbb389..80ee724 100644 --- a/Models/Status.php +++ b/Models/Status.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Calendar * @package Modules * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class Status extends Enum diff --git a/Models/Unit.php b/Models/Unit.php index 5802137..91718ba 100644 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Models/UnitMapper.php b/Models/UnitMapper.php index c7d1fb7..5944715 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Organization\Models; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index e8c5bf1..48a2d5d 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ return ['Navigation' => [ 'Departments' => 'Departments', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index f3804ab..92cce4b 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ return ['Organization' => [ 'Active' => 'Active', diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index 258a42e..6fd9ea1 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index d597f7b..6b662f1 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index 9412b3e..849ed96 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index afd10b2..15c4743 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 7322281..2fbf429 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index 3e586d0..74b45af 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 4934686..f4534e7 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 7160e5b..70aaa12 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index f94055a..1b4048e 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this