From 5e03b7551932462c4bc4e892922f992ecd250868 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/ApiController.php | 8 -------- Controller/Controller.php | 1 - 2 files changed, 9 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 2117150..44814e5 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -33,14 +33,6 @@ use phpOMS\Utils\Parser\Markdown\Markdown; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 - * - * @todo Orange-Management/Modules#14 - * The editor should support (maybe as extension) versioning. - * This doesn't have to be git or svn but at least multiple version should be able to get stored into the database. - * The versioning should be very straight forward and only contain a version number, date and optionally a version name. - * The basic save button should be just "save new version" or something similar. - * Based on this it should also be possible to compare different versions against each other. - * It should be possible to see who wrote which word, when and what it got changed to (e.g. git or microsoft track change mode). */ final class ApiController extends Controller { diff --git a/Controller/Controller.php b/Controller/Controller.php index a01bdf9..7cdf6f1 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -15,7 +15,6 @@ declare(strict_types=1); namespace Modules\Editor\Controller; use phpOMS\Module\ModuleAbstract; -use phpOMS\Module\WebInterface; /** * Calendar controller class.