Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/fguillot/kanboard/issues/174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix user parameter name for createSubtask, updateSubtask in json-RPC API
|
|
json-RPC API
Changing the documentation and python example to match what the server code says: "user_id", not "assignee_id".
|
|
|
|
|
|
Vagrant (merge #550)
|
|
Fix JSON API Documentation for getAllTasks() parameters.
|
|
Documentation told us to use parameter "status", but it actually has to be "status_id".
This adds corrections to kanboard.py, too. It adds missing getTimezone() to kanboard.py, too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
identifiers and update Parsedown
|
|
#546)
|
|
|
|
|
|
|