| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
fallback when requestIdleCallback is not available.
Thanks to xet7 !
Closes #2878,
closes #2250
|
|
|
|
|
|
| |
mobile smartphones webbrowsers, and hide drag handles on mobile web.
Thanks to xet7 !
|
|
|
|
|
|
|
|
|
|
| |
This was originally added at Wekan v3.58,
reverted at Wekan v3.60 because of bugs,
and now after fixes added back.
Thanks to xet7 !
Closes #2788
|
|
|
|
|
|
|
| |
at Wekan v3.58, removed at Wekan v3.60, and now
added back at Wekan v3.61.
Thanks to xet7 !
|
|
|
|
|
|
|
| |
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
|
|
|
|
|
|
|
|
|
| |
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
|
|
| |
In Progress, linked cards not completely disabled yet.
Thanks to xet7 !
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
|
|
|
| |
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature, not set visible yet, because switching to it does not
work properly yet: Collapsible Swimlanes #2804
Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and
reload webbrowser page, it can change view. Closes #2311
Fix: List sorting commented out. Closes #2800
Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile,
FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using
cookies instead of database.
More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955
Note: Cookie changes are not always immediate, if there is no effect,
you may need to reload webbrowser page.
Closes #2643 .
Thanks to xet7 !
|
|
|
|
|
|
|
|
|
| |
Allow moving cards in multiselect mode.
Closes #2771,
closes #2743,
closes #2704,
related #2081
|
|
|
|
|
|
| |
Thanks to xet7 !
Related #2081
|
|
|
|
|
|
|
|
|
|
|
|
| |
draggable mode.
Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working.
Thanks to whowillcare !
( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 )
Closes #2093
|
| |
|
| |
|
|\
| |
| | |
#2738 adding all pertinent help file for due days, plus modified the …
|
| |
| |
| |
| | |
.list-header-name when in mobile mode
|
| |
| |
| |
| | |
Thanks to xet7 !
|
|/ |
|
| |
|
|
|
|
|
|
| |
Thanks to Keelan !
Related #2704
|
|
|
|
|
|
| |
Thanks to xet7 !
Related #2081
|
|
|
|
|
|
|
|
| |
user permissions work differently.
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/2654
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user.
Thanks to xet7 !
Closes wekan/wekan-snap#97,
closes #2416,
closes #2255
|
|
|
|
| |
Thanks to xet7 !
|
| |
|
|\
| |
| | |
card count placement and export API functionality back
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When introducing markdown in the title (b795115042c2eb6bccb), the card
count got pushed outside of the List Header.
Add its own style (by manually merge small and quiet), and restore its
original placement.
Fixes #2403
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334).
Thanks to shaygover and xet7 !
Related #2334
|
|
|
|
| |
Thanks to justinr1234 !
|
| |
|
|
|
|
| |
Resolved #2371
|
|
|
|
| |
Resolved #2336
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch back to a custom spinner detection, as the IntersectionObserver
is eating a lot of CPU resources on idle.
This should also take care of #2250 properly: the previous `onDestroyed()`
was removing the resize and scroll callbacks, but they were not unique
enough, and they were shared across swimlanes. So if a list had 2 swimlanes
with spinners, when one was removed, the other was not triggering its
callbacks anymore.
Related: #2294
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
|
|
| |
Thanks to gerroon !
Related #2250
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This way, when a list is at the maximum number of cards shown and adding
a new card would make the spinner appear, the list would load the next
N items.
This can happen if user A and B are both looking at the same board,
B adds a new cards, and A will see the spinner and will not be able to
remove it.
|
|
|
|
|
|
|
|
|
|
|
| |
When loading a board on a high resolution screen, there is a chance there
is not enough cards displayed and the spinner is still there, spinning
forever.
Add an idle callback that checks if the spinner is still there, and while
it is there, extend the number of cards to show.
Fixes #2250
|
|
|
|
|
|
| |
Use IntersectionObserver instead of custom made one.
This adds the benefit of not loading any extra cards if the list is
not shown on screen
|
|\
| |
| | |
Fix #2266
|
| | |
|