These two items on the left menu for tasks are significantly larger than the rest of the items on the list.
By removing the word "another", the left sidebar can be made narrower and it is still clear what these actions do.
it is only used for late accessibility checking (it was already checked in middleware).
With this, you can create stable file links (as long as the file exists)
I need this change for my [inline image plugin](https://github.com/Chaosmeister/PITM)
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