| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This stores the updates to the custom fields in the activities side bar.
Only manual updates to the custom fields are currently registered.
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Avoid listing templates board in copy/move/more menus
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
|
|
|
| |
Thanks to xet7 !
Closes #2168,
closes #1692
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Add element title modification
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Mix lists with same name to avoid duplicates
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Archive all cards in list when list is archived
Remove default board in link popup
Only list non-template boards in card link and search
|
| |
| |
| |
| |
| | |
Allow creation of template boards with a linked card
Avoid changing the name of the template-container swimlanes
|
| |
| |
| |
| |
| |
| | |
Insert the correct template type in templates board
Allow independant lists in templates board
Add some helpers
|
| |
| |
| |
| | |
Avoid deleting template containers
|
|/ |
|
|\
| |
| | |
Fix authentication dropdown
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
mobile browser
Thanks to xet7 !
Closes #2183
|
| |
| |
| |
| |
| |
| |
| |
| | |
mobile browser
Thanks to xet7 !
Closes #2183
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\|
| |
| |
| | |
feature-improve-authentication
|
| | |
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
| |
| |
| |
| | |
Thanks to ChronikEwok !
|
|/
|
|
|
|
|
|
|
|
|
| |
Sandstorm Shared Wekan Board
Link](https://github.com/wekan/wekan/issues/1623) with
[code from ChronikEwok](https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de).
Thanks to ChronikEwok !
Closes #1623
|
|
|
|
|
|
|
|
| |
below,
to continue writing on same minicard 2nd line.
Thanks to bentiss!
|
|
|
|
|
|
|
|
|
|
|
| |
This allows to reduce the loading time of a big board.
Note that there is an infinite scroll implementation in the mixins,
but this doesn't fit well as the cards in the list can have arbitrary
height.
The idea to rely on the visibility of a spinner is based on
http://www.meteorpedia.com/read/Infinite_Scrolling
|
|
|
|
|
|
| |
Thanks to xet7 !
Closes #2061
|
|
|
|
|
|
|
| |
We actually want the vertical scrolling to be fixed when opening the
card details.
I am not sure where the `100` value comes from, but this makes the
scrolling happy on the swimlane view and on the lists view.
|
|
|
|
| |
We should take a full screen minus the header height
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar."
This reverts commit 9dd8216dfb.
"- Fix cards below swimlane title in Firefox by making
[previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)"
And this partially reverts commit dd88eb4cc
The root of the issue was that I was adding a new div and nesting
the list of lists in this new list. This resulted in some
weird behavior that Firefox could not handled properly
Revert to a code colser to v2.02, by just having the
swimlane header in a separate line, and keep only one
flex element.
fixes #2137
|
|
|
|
|
|
| |
Thanks to xet7 !
Closes #2137
|
|
|
|
|
|
|
|
| |
fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)
Firefox-only.
Thanks to xet7 !
|
|
|
|
|
|
|
|
| |
bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb).
Thanks to xet7 !
Closes #2134
|
|
|
|
|
|
|
|
|
|
|
| |
When a list have more cards that can fit in the screen, the members icons
are drawn on top of the swimlane below and the scrollbar is not available.
According to https://github.com/utatti/perfect-scrollbar the container
must have an `overflow: hidden` css style.
When changing the swimlane header from vertical to horizontal, dd88eb4cc19
broke this which led to this weird bug.
|
|
|
|
|
| |
Jade allows a simpler approach than my initial manual update.
Just declare the correct ReactiveVar and accessor, and done.
|