Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
Marc Hartmayer
64fa02cdf5
Change the swimlaneid of a card only if a new target swimlaneid is selected
...
Fixes the issue https://github.com/wekan/wekan/issues/2757 . While at it, fix the
same issue also for multi selection.
5 years ago
Lauri Ojansivu
ea74a34d72
Add popup and changelog for linked card fixes.
5 years ago
mvolo17
ea0239538a
Swimlanes ID missing in new boards
...
when creating a new card in a new board there were and error on console. Result: card was not created. adding this parenthesis it works now.
Just for info. without this change if you want to create a card you need to change view to swimlines and go back to list view
5 years ago
Marc Hartmayer
9cba640120
Fix typo
5 years ago
Marc Hartmayer
b740381a72
Refuse to delete a card as long as there is link to it
...
This fixes https://github.com/wekan/wekan/issues/2785 .
5 years ago
Marc Hartmayer
2691f033cb
Fix creation of card links
...
Without this fix, orphaned card links are created and therefore this leads to
problems as described in https://github.com/wekan/wekan/issues/2785 .
5 years ago
Marc Hartmayer
9b9e3c9e0c
Fix list header height when cards count is shown
5 years ago
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
5 years ago
Marc Hartmayer
6d1cdebfe2
Make it compatible with newer and older versions of jQuery sortable
...
While at it, fix comments and prettify it.
5 years ago
Marc Hartmayer
6476503137
Fix drag-and-drop and scrolling on mobile devices
...
Use drag handles on "miniscreens" whenever useful, this is especially useful on
mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947 .
While at it, simplify the condition
Utils.isMiniScreen() ||
(!Utils.isMiniScreen() && showDesktopDragHandles)
to
Utils.isMiniScreen() || showDesktopDragHandle
5 years ago
Marc Hartmayer
981ed546f1
Newer versions of jQuery sortable use `uiSortable` key
...
Newer versions of jQuery sortable use `uiSortable` as key to store the data.
Let's adapt the code. While at it, refactor the code.
5 years ago
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
5 years ago
Lauri Ojansivu
2b9540ce02
Try to fix afterwards loading of cards by adding
...
fallback when requestIdleCallback is not available.
Thanks to xet7 !
Closes #2878 ,
closes #2250
5 years ago
Lauri Ojansivu
bf78b093ba
Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
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
5 years ago
Lauri Ojansivu
cd253522a3
Add more Font Awesome icons. This was originally added
...
at Wekan v3.58, removed at Wekan v3.60, and now
added back at Wekan v3.61.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
5 years ago
Lauri Ojansivu
e142acfdb7
Remove LINKED_CARDS_ENABLED settings, because it does not work.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
e928660bc0
LINKED_CARDS_ENABLED settings part 3.
...
In Progress, linked cards not completely disabled yet.
Thanks to xet7 !
6 years ago
Guillaume
0a1e7006b3
Using LINKED_CARDS_ENABLED
6 years ago
Lauri Ojansivu
8898862d36
Fix lint errors.
6 years ago
Lauri Ojansivu
788dd0a81a
Fix lint errors.
6 years ago
Lauri Ojansivu
115d23f929
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
4786b0c18d
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
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 !
6 years ago
Lauri Ojansivu
274a997e62
Fix card, list and swimlane move.
...
Allow moving cards in multiselect mode.
Closes #2771 ,
closes #2743 ,
closes #2704 ,
related #2081
6 years ago
Lauri Ojansivu
537a48bede
Fix card, list and swimlane move.
...
Closes #2771 ,
closes #2743 ,
closes #2704 ,
related #2081
6 years ago
Lauri Ojansivu
6a89605477
Some drag handle fixes.
...
Thanks to xet7 !
Related #2081
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in 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
6 years ago
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
6 years ago
Sam X. Chen
77f8b76d4e
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode
6 years ago
Lauri Ojansivu
f3b858ca21
Revert drag handle changes.
6 years ago
Lauri Ojansivu
5bc355f9a5
Drag handles. In progress.
6 years ago
Sam X. Chen
e60926f847
#2738 adding all pertinent help file for due days, plus modified the .list-header-name when in mobile mode
6 years ago
Lauri Ojansivu
98c38fe58f
Drag handles continue. In progress.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
872ed4b2f9
Drag handles continue. In progress.
6 years ago
Lauri Ojansivu
03d7fc02ec
Drag handles. In Progress.
6 years ago
Lauri Ojansivu
57119868bb
Revert drag handle changes.
...
Thanks to Keelan !
Related #2704
6 years ago
Lauri Ojansivu
ff550e9110
Mobile and Desktop drag handles part 1.
...
Thanks to xet7 !
Related #2081
6 years ago
Lauri Ojansivu
a97360dcfb
Try to fix lint, and make board loading fix Sandstorm-only where
...
user permissions work differently.
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/2654
6 years ago
Romulus Urakagi Tsai
9bbeb73db1
Fix app hang when Meteor.user() is null and list spinner is loaded bug
6 years ago
Lauri Ojansivu
a68c928896
Prevent isCommentOnly user adding attachments, editing list names, moving lists,
...
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
6 years ago
Lauri Ojansivu
34b2168d0d
Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.
...
Thanks to xet7 !
6 years ago
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
6 years ago
Benjamin Tissoires
9bf19f81a4
Fix card count position
...
When introducing markdown in the title (b795115042
), 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
6 years ago
wekan
ab4fec0f3c
Fixed #2338 -> Slow opening of big boards with too many archived items
6 years ago
Guy Zylberberg
ddd828083e
Added BIDI support to "Add Card" #884
6 years ago