Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete CCIT - add DoD #474

Merged
merged 3 commits into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,6 @@ <h1>Kanboard Plugins</h1>
<p>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.</p>
<p><em>By Manfred Hoffmann</em></p>
</dd>
<dt><a href="https://github.com/Chaosmeister/CCIT">Clickable checkboxes in textareas</a></dt>
<dd>
<p>Enable state-saving checkboxes in textareas - requires markdownplus</p>
<p><em>By Tomas Dittmann</em></p>
</dd>
<dt><a href="https://github.com/kanboard/plugin-client-certificate">Client SSL Certificate Authentication</a></dt>
<dd>
<p>Use SSL client certificate for Kanboard authentication.</p>
Expand Down Expand Up @@ -330,6 +325,11 @@ <h1>Kanboard Plugins</h1>
<p>This plugin stores uploaded files into the database instead of using the local filesystem.</p>
<p><em>By Frédéric Guillot</em></p>
</dd>
<dt><a href="https://github.com/Chaosmeister/DefinitionOfDone">Definition of done</a></dt>
<dd>
<p>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</p>
<p><em>By Tomas Dittmann</em></p>
</dd>
<dt><a href="https://github.com/JustFxDev/kanboard-duedate">Due Date sorting</a></dt>
<dd>
<p>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.</p>
Expand Down
34 changes: 17 additions & 17 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br><span title=\"Warning\" style=\"color: #FF6500; font-size: 1.2em;\">&nbsp;&#x26A0;&nbsp;</span>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",
Expand Down Expand Up @@ -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 &nbsp;⚠️&nbsp; 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",
Expand Down