| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
serif font style
number](https://github.com/wekan/wekan/commit/bbc68309af0029f2bc4194db4c7e79689f888ea4#commitcomment-34216371) and
[card details text emphasis](https://github.com/wekan/wekan/commit/48ebc5f11745b125ce01d08d60e2d8e3a9419a5f#commitcomment-34268095).
Thanks to hever and xet7.
|
|\
| |
| |
| | |
whowillcare-master
|
| | |
|
|/ |
|
|
|
|
| |
Thanks to xet7 !
|
| |
|
| |
|
|
|
|
| |
Thanks to xet7 !
|
| |
|
|
|
|
|
|
|
|
| |
So now at Sandstorm when loading Wekan grain, if first Sandstorm board is found,
it is opened. If first Sandstorm board is not found (it's deleted or archived),
then redirect automatically to All Boards page.
Closes #3132
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334).
Thanks to shaygover and xet7 !
Related #2334
|
|
|
|
|
|
| |
Thanks to xet7 !
Related #2389
|
|
|
|
| |
Thanks to justinr1234 !
|
| |
|
|
|
|
| |
Resolved #2336
|
|
|
|
|
|
|
|
| |
Board"](https://github.com/wekan/wekan/issues/2324).
Thanks to sfahrenholz and xet7 !
Closes #2324
|
|
|
|
|
|
| |
board.
Thanks to xet7 !
|
|
|
|
| |
Thanks to xet7 !
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
reorder all the time.
Thanks to xet7 !
Closes #2241
|
| |
| |
| |
| |
| |
| | |
that need Subtask boards to be visible.
Thanks to xet7 !
|
| |
| |
| |
| |
| |
| |
| |
| | |
not keep reordering.
Thanks to bentiss, with Apache I-CLA.
Related #2241
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| |
| |
| |
| |
| |
| |
| | |
Thanks to xet7 !
Closes #1990,
Related #252
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Boards](https://github.com/wekan/wekan/issues/1990).
- Order All Boards by Starred, Color and Title.
Thanks to xet7 !
Closes #1990,
Related #641
|
| |
| |
| |
| |
| |
| |
| |
| | |
anymore](https://github.com/wekan/wekan/issues/2223).
Thanks to xet7 !
Closes #2223
|
| |
| |
| |
| |
| |
| | |
Thanks to xet7 !
Related #2219
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Board menu (hamburger icon) to Board Settings (Cog icon)
- Sidebar arrows icons to hamburger icon
Thanks to xet7 !
Related #2219
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082)
- Board favorites
- New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125)
and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel.
- Linked Cards and Linked Boards.
- Some not needed options like Logout etc have been hidden from top bar right menu.
- [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board.
and removes the following features:
- Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601).
Sandstorm Wekan does not have Welcome Board.
Thanks to xet7 !
Closes #2125,
closes #2082,
closes #1430,
closes #1601,
related #2205,
related #2070,
related #1695,
related #1192.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Avoid deleting template containers
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since 7cc185ac "Properly fix horizontal rendering on Chrome and Firefox"
The rendering of the new design of the swimlanes was correct, but this
commit broke the reordering capability. Having the swimlane header at
the same level than the lists of cards makes the whole sortable
pattern fail.
2 solutions:
- revert to only have 1 div per swimlane. But this introduces the firefox
bug mentioned in 7cc185ac, so not ideal
- force the sortable pattern to do what we want.
To force the sortable pattern, we need:
- add in the helper a clone of the list of cards (to not just move the
header)
- make sure the placeholder never get placed between the header and the
list of cards in a swimlane
- fix the finding of the next and previous list of cards.
For all of this to be successful, we need to resize the swimlanes to a
known value. This can lead to some visual jumps with scrolling when you
drag or drop the swimlanea. I tried to remedy that by computing the new
scroll value. Still not ideal however, as there are still some jumps when
dropping.
Fixes #2159
|
|
|
|
|
|
| |
Thanks to xet7 !
Closes #2061
|
|
|
|
|
|
|
|
|
| |
When moving around the swimlanes or the lists, if one element has a sort
with a null value, the computation of the new sort value is aborted,
meaning that there are glitches in the UI.
This happens on the first swimlane created with the new board, or when
a swimlane or a list gets added through the API.
|
|
|
|
|
| |
Still need to create the swimlane right after the one that has been
created
|
|
|
|
|
|
|
| |
This allows to use the header as a separator between swimlanes.
This will be most useful when we can set the background color of these
headers.
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
|
|
|
|
| |
before </body> end.
In progress, does not work yet.
Thanks to xet7 !
|
|
|
|
| |
Thanks to schulz !
|
|
|
|
|
|
| |
to bottom when there is a lot of boards.
Thanks to xet7 !
|
| |
|