The objective of this PR is to add support for:
- [ ] Adding "Position" parameter for Subtask Api Procedure "updateSubtask" method.
Background: I'm working on an Android Client for Kanboard using Flutter Framework. In order to update subtasks positions, I added the "position" parameter and managed the rest of the logic in the App.
Best Regards!
The word "me" here is a [dative case!](https://en.wikipedia.org/wiki/Dative_case) but the current translation would be used for genitive or accusative cases, thus it is incorrect and should be changed to "mně".
Column headers now always appear above the swimlane header to allow the collapsing to work correctly.
Having the swimlane headers above column headers should be better but the current HTML/CSS implementation is limited.
If two plugins used the same hook, the variables they use aren't cleaned out in between running each of them. This is a super simple change creating a placeholder composite object that doesn't retain any changes between plugins.
The Dockerfile contains `echo $VERSION > /version.txt`, where `echo`
implicitly causes a newline at the end of the file. To avoid that,
one could use `echo -n`, but then the file isn't nicely readable when
doing a `cat` or something simular.
This fix `rtrims` (i.e. "Strip whitespace (or other
characters) from the end of a string") the contents of the version file.
Fixeskanboard/kanboard#4708
For example, to have the email's subject look like (e.g. task moved to column "Done"):
Done: Make sales report (#1000)
Add the following action:
> Send a task by email to someone
Event name = Move a task to another column
Column = Done
User that will receive the email = Harry
Email subject = {{column_title}}: {{title}} (#{{id}})