Age | Commit message (Collapse) | Author |
|
This request adds two new hooks to the app/filters_helper (before and
after) including delivery of $project to hooked template if set.
Additionally it delivers $project from project/filters to
app/filters_helper.
|
|
|
|
|
|
See: https://github.com/kanboard/plugin-github-webhook
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
|
|
|
|
The budget planning feature is now a plugin
See: https://github.com/kanboard/plugin-budget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
send direct messages. Need to make these database changes:
INSERT INTO settings VALUES ('integration_slack_webhook_channel', '');
ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
|
|
|
|
|
|
|
|
(work in progress)
|
|
|
|
|