From 5fab236ed704a3fed18d18b6aa45df641e3c0d04 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Nov 2020 20:50:18 +0100 Subject: [PATCH] fix todos/move to todo list --- Controller/BackendController.php | 9 --------- Controller/Controller.php | 1 - Controller/SearchController.php | 4 ---- Controller/TimerecordingController.php | 4 ---- 4 files changed, 18 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 35dd61a..2f33bb8 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -26,11 +26,6 @@ use phpOMS\Message\ResponseAbstract; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 - * - * @todo Orange-Management/Modules#119 - * Make navigation modifiable - * Navigation elements should be made modifiable in the module settings. - * In the module settings all navigation elements should be visible and the admin should be able to change them in the database. */ final class BackendController extends Controller { @@ -105,10 +100,6 @@ final class BackendController extends Controller * * @return void * - * @todo Orange-Management/Modules#190 & Orange-Management/Modules#181 - * The loading of the language file is slow since every module is loaded separately. - * This should either get cached per user or maybe put into one large language file per language (like the routes). - * * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Controller/Controller.php b/Controller/Controller.php index dfe9a17..e4080e1 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -16,7 +16,6 @@ namespace Modules\Navigation\Controller; use Modules\Navigation\Models\Navigation; use phpOMS\Module\ModuleAbstract; -use phpOMS\Module\WebInterface; /** * Navigation class. diff --git a/Controller/SearchController.php b/Controller/SearchController.php index 59a3e47..78a5374 100755 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -100,10 +100,6 @@ final class SearchController extends Controller * * @return void * - * @todo Orange-Management/Modules#190 & Orange-Management/Modules#181 - * The loading of the language file is slow since every module is loaded separately. - * This should either get cached per user or maybe put into one large language file per language (like the routes). - * * @since 1.0.0 */ private function loadLanguage(RequestAbstract $request, ResponseAbstract $response, string $app) : void diff --git a/Controller/TimerecordingController.php b/Controller/TimerecordingController.php index b2cdcc1..d0d116d 100755 --- a/Controller/TimerecordingController.php +++ b/Controller/TimerecordingController.php @@ -100,10 +100,6 @@ final class TimerecordingController extends Controller * * @return void * - * @todo Orange-Management/Modules#190 - * The loading of the language file is slow since every module is loaded separately. - * This should either get cached per user or maybe put into one large language file per language (like the routes). - * * @since 1.0.0 * @codeCoverageIgnore */