From 0bfe9ec5492262fa79934e0835811da58c10f86e Mon Sep 17 00:00:00 2001 From: Tomas Dittmann Date: Sat, 26 Aug 2023 05:11:06 +0200 Subject: [PATCH] Remove obsolete CCIT - add DoD --- plugins.html | 10 +++++----- plugins.json | 34 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/plugins.html b/plugins.html index 1c9526b..fe063a7 100644 --- a/plugins.html +++ b/plugins.html @@ -260,11 +260,6 @@

Kanboard Plugins

Adds an automatic action, that allows you to clear the due date of tasks in a specific column, that haven't been moved during a given period.

By Manfred Hoffmann

-
Clickable checkboxes in textareas
-
-

Enable state-saving checkboxes in textareas - requires markdownplus

-

By Tomas Dittmann

-
Client SSL Certificate Authentication

Use SSL client certificate for Kanboard authentication.

@@ -330,6 +325,11 @@

Kanboard Plugins

This plugin stores uploaded files into the database instead of using the local filesystem.

By Frédéric Guillot

+
Definition of done
+
+

Adds a simple checklist to the taskview, similar to subtasks. Each entry consists of a title-, a description- and a toggleable "done"-field - compatible with MarkdownPlus

+

By Tomas Dittmann

+
Due Date sorting

Allows sorting all tasks in all columns by due date, date of last modification or how they were placed on the board. With three clicks.

diff --git a/plugins.json b/plugins.json index 733d231..c88f8d1 100644 --- a/plugins.json +++ b/plugins.json @@ -356,23 +356,6 @@ "title": "CAS Authentication", "version": "1.0.0" }, - "CCIT": { - "author": "Tomas Dittmann", - "compatible_version": ">=1.2.20", - "description": "Enable state-saving checkboxes in textareas.
 ⚠ Requires [MarkdownPlus](https://github.com/creecros/MarkdownPlus/releases)", - "download": "https://github.com/Chaosmeister/CCIT/releases/download/1.0.0/CCIT.zip", - "has_hooks": true, - "has_overrides": false, - "has_schema": false, - "homepage": "https://github.com/Chaosmeister/CCIT", - "is_type": "plugin", - "last_updated": "2021-11-23", - "license": "Unlicense", - "readme": "https://github.com/Chaosmeister/CCIT/blob/main/README.md", - "remote_install": true, - "title": "clickable checkboxes in textareass", - "version": "1.0.0" - }, "chat": { "author": "Frédéric Guillot", "compatible_version": ">=1.2.3", @@ -628,6 +611,23 @@ "title": "Database Storage", "version": "1.0.2" }, + "DefinitionOfDone": { + "author": "Tomas Dittmann", + "compatible_version": ">=1.2.32", + "description": "This plugin adds a simple checklist to the taskview, similar to subtasks. Each entry consists of a title, a description and a toggleable \"**done**\" field. \n  ⚠️  Compatible with [MarkdownPlus](https://github.com/creecros/MarkdownPlus/releases)", + "download": "https://github.com/Chaosmeister/DefinitionOfDone/releases/download/1.0.0/DefinitionOfDone.zip", + "has_hooks": true, + "has_overrides": true, + "has_schema": true, + "homepage": "https://github.com/Chaosmeister/DefinitionOfDone", + "is_type": "plugin", + "last_updated": "2023-08-23", + "license": "Unlicense", + "readme": "https://github.com/Chaosmeister/DefinitionOfDone/blob/main/README.md", + "remote_install": true, + "title": "Definition of done", + "version": "1.0.0" + }, "duedate": { "author": "JustFxDev (Fx)", "compatible_version": ">=1.2.5",