From 2a365f1d60d01fdfe483e959a0a291f14d184387 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 30 Dec 2017 11:56:53 +0100 Subject: [PATCH] Remove package TBD --- Admin/Activate.php | 1 - Admin/Deactivate.php | 1 - Admin/Install/Navigation.php | 1 - Admin/Installer.php | 1 - Admin/Uninstall.php | 1 - Admin/Update.php | 1 - Controller.php | 1 - Models/AcceptStatus.php | 1 - Models/AvailableStatus.php | 1 - Models/Calendar.php | 1 - Models/CalendarMapper.php | 1 - Models/Event.php | 1 - Models/EventMapper.php | 1 - Models/EventStatus.php | 1 - Models/EventTemplate.php | 1 - Models/EventType.php | 1 - Models/FrequencyInterval.php | 1 - Models/FrequencyRelative.php | 1 - Models/FrequencyType.php | 1 - Models/IntervalType.php | 1 - Models/NullCalendar.php | 1 - Models/NullEvent.php | 1 - Models/NullSchedule.php | 1 - Models/PermissionState.php | 1 - Models/Schedule.php | 1 - Models/ScheduleMapper.php | 1 - Models/ScheduleStatus.php | 1 - Theme/Backend/Components/Calendar/BaseView.php | 1 - Theme/Backend/Components/Event/BaseView.php | 1 - Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/api.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/dashboard-calendar.tpl.php | 1 - 33 files changed, 33 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index f14b3a8..8f434bb 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 97e14ea..a50161c 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 130edd0..c0d024d 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index 72da935..661c761 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 8675c59..fabca29 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index f071015..74fab95 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Controller.php b/Controller.php index 667c58c..cbcb255 100644 --- a/Controller.php +++ b/Controller.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/AcceptStatus.php b/Models/AcceptStatus.php index f01adf0..a0e4c7d 100644 --- a/Models/AcceptStatus.php +++ b/Models/AcceptStatus.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/AvailableStatus.php b/Models/AvailableStatus.php index af64ece..51f7654 100644 --- a/Models/AvailableStatus.php +++ b/Models/AvailableStatus.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Calendar.php b/Models/Calendar.php index 7e1ad74..d053c1b 100644 --- a/Models/Calendar.php +++ b/Models/Calendar.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/CalendarMapper.php b/Models/CalendarMapper.php index 247cd27..fd27278 100644 --- a/Models/CalendarMapper.php +++ b/Models/CalendarMapper.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Event.php b/Models/Event.php index fa18f63..e997b72 100644 --- a/Models/Event.php +++ b/Models/Event.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/EventMapper.php b/Models/EventMapper.php index 93a5aa5..0ed327d 100644 --- a/Models/EventMapper.php +++ b/Models/EventMapper.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/EventStatus.php b/Models/EventStatus.php index 3fad1eb..f340100 100644 --- a/Models/EventStatus.php +++ b/Models/EventStatus.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/EventTemplate.php b/Models/EventTemplate.php index a09433c..8fe420d 100644 --- a/Models/EventTemplate.php +++ b/Models/EventTemplate.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/EventType.php b/Models/EventType.php index 9aa9caf..80735b5 100644 --- a/Models/EventType.php +++ b/Models/EventType.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/FrequencyInterval.php b/Models/FrequencyInterval.php index 9cb4f8d..3123603 100644 --- a/Models/FrequencyInterval.php +++ b/Models/FrequencyInterval.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/FrequencyRelative.php b/Models/FrequencyRelative.php index eebca20..871ea87 100644 --- a/Models/FrequencyRelative.php +++ b/Models/FrequencyRelative.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/FrequencyType.php b/Models/FrequencyType.php index c9c02dc..9006b20 100644 --- a/Models/FrequencyType.php +++ b/Models/FrequencyType.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/IntervalType.php b/Models/IntervalType.php index 13e15d6..fad55d6 100644 --- a/Models/IntervalType.php +++ b/Models/IntervalType.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/NullCalendar.php b/Models/NullCalendar.php index 45cd655..59ff90f 100644 --- a/Models/NullCalendar.php +++ b/Models/NullCalendar.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/NullEvent.php b/Models/NullEvent.php index 5c3af65..90c357c 100644 --- a/Models/NullEvent.php +++ b/Models/NullEvent.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/NullSchedule.php b/Models/NullSchedule.php index e1027ae..c605a6e 100644 --- a/Models/NullSchedule.php +++ b/Models/NullSchedule.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/PermissionState.php b/Models/PermissionState.php index b86483f..34c75e1 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Schedule.php b/Models/Schedule.php index e7f251a..8d754df 100644 --- a/Models/Schedule.php +++ b/Models/Schedule.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/ScheduleMapper.php b/Models/ScheduleMapper.php index 16da8d6..17d2e43 100644 --- a/Models/ScheduleMapper.php +++ b/Models/ScheduleMapper.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/ScheduleStatus.php b/Models/ScheduleStatus.php index b8c2bed..c26867b 100644 --- a/Models/ScheduleStatus.php +++ b/Models/ScheduleStatus.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Components/Calendar/BaseView.php b/Theme/Backend/Components/Calendar/BaseView.php index 1920c2e..f2ef968 100644 --- a/Theme/Backend/Components/Calendar/BaseView.php +++ b/Theme/Backend/Components/Calendar/BaseView.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Components/Event/BaseView.php b/Theme/Backend/Components/Event/BaseView.php index 92ea02a..9b1e7cd 100644 --- a/Theme/Backend/Components/Event/BaseView.php +++ b/Theme/Backend/Components/Event/BaseView.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 5349c52..9a9bde7 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index 730eeeb..1201264 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index cd3fd37..f5d3b18 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/dashboard-calendar.tpl.php b/Theme/Backend/dashboard-calendar.tpl.php index 48381ec..18994c6 100644 --- a/Theme/Backend/dashboard-calendar.tpl.php +++ b/Theme/Backend/dashboard-calendar.tpl.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0