Marco Volo
2bb5a31fa4
avatar-image fix
2020-05-08 15:25:31 +02:00
Romulus Urakagi Tsai
012ca39a8d
Attachment activities merging done
2020-05-08 11:50:43 +08:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
Romulus Urakagi Tsai
4448488767
Done attachments activities operating
2020-05-08 09:32:19 +08:00
Bryan Mutai
1742bcd9b1
add: import board/cards/lists using CSV/TSV
2020-05-07 01:31:59 +03:00
Romulus Urakagi Tsai
269698ba78
Attachments download
2020-05-05 14:18:10 +08:00
Nico
3cc0a93e0e
Card vote options in new fork
2020-05-03 00:33:15 +02:00
helioguardabaxo
079867ff37
Add white-space:normal to copy-to-clipboard button in card details
2020-05-02 14:48:49 -03:00
Lauri Ojansivu
8d5adc0464
Install Wekan to mobile homescreen icon and use fullscreen PWA.
...
Docs at https://github.com/wekan/wekan/wiki/PWA
Thanks to xet7 !
Closes #2879
2020-04-30 06:54:48 +03:00
Marc Hartmayer
9cba640120
Fix typo
2020-04-30 01:59:57 +02:00
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 .
2020-04-30 01:59:44 +02:00
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 .
2020-04-30 01:59:04 +02:00
Lauri Ojansivu
6afc9259f0
Smaller height for Add Board button.
...
Thanks to xet7 !
2020-04-28 15:14:10 +03:00
Marc Hartmayer
9b9e3c9e0c
Fix list header height when cards count is shown
2020-04-27 14:22:26 +02:00
Marc Hartmayer
f7a0d15db7
Make sure that the board header buttons fit into one line
...
...even for devices with 360px width resolution.
2020-04-27 02:21:48 +02:00
Lauri Ojansivu
09666585e2
Revert part 2, related https://github.com/wekan/wekan/pull/3048
2020-04-27 02:56:11 +03:00
Lauri Ojansivu
ee106d1cb4
Revert In Progress additional vote features. Translations are not removed.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3048
2020-04-27 02:54:40 +03:00
Lauri Ojansivu
c5079096b5
Merge branch 'master' of github.com:wekan/wekan
2020-04-27 02:23:42 +03:00
Marc Hartmayer
eddcb2260b
Reactivate the touch event fix for the boards list
...
This fixes https://github.com/wekan/wekan/issues/3049 .
2020-04-27 01:16:13 +02:00
Nico
de993a079d
Remove old code
2020-04-26 02:44:14 +02:00
Nico
7bb0aa7488
Additional vote features
2020-04-26 02:41:26 +02:00
Nico
fe7398faef
Put checkbox and label in same row
2020-04-26 02:37:18 +02:00
Marc Hartmayer
ed0c64a270
Allow words in title/description to be able to break and wrap onto the next line
2020-04-25 13:34:30 +02:00
Marc Hartmayer
e63e7b1131
Allow variable height for board list items
...
This fixes https://github.com/wekan/wekan/issues/3041 .
2020-04-25 13:34:30 +02:00
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
2020-04-25 09:49:41 +02:00
Marc Hartmayer
6d1cdebfe2
Make it compatible with newer and older versions of jQuery sortable
...
While at it, fix comments and prettify it.
2020-04-25 09:49:10 +02:00
Lauri Ojansivu
666186fee8
Merge branch 'mobile' of https://github.com/marc1006/wekan into marc1006-mobile
2020-04-25 01:41:04 +03:00
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
2020-04-23 03:02:03 +02:00
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.
2020-04-23 02:55:33 +02:00
Marc Hartmayer
c1287248a6
Mobile device layout fix
2020-04-23 02:55:24 +02:00
Marc Hartmayer
52f884f2b1
Use only one 'Apply' button for applying the user settings
2020-04-23 00:20:16 +02:00
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +03:00
Marc Hartmayer
8e14459cff
Implement option to change the first day of week in user settings
...
Implements #2535 .
2020-04-22 19:16:05 +02:00
Lauri Ojansivu
5a5b19d4fc
Merge pull request #3031 from marc1006/style_issues
...
Multiple lint issue fixes
2020-04-22 20:06:50 +03:00
Marc Hartmayer
b2acc3ba45
Multiple lint issue fixes
...
Found by using the command `meteor npm run lint:eslint:fix`.
2020-04-21 18:15:29 +02:00
boeserwolf
9f0273aa44
Pre-fill the title of checklists (Trello-style)
2020-04-21 00:58:15 +03:00
boeserwolf
1a065ff351
Refactor variable names
2020-04-19 15:52:43 +03:00
boeserwolf
ef5f38f431
Make boards sortable
2020-04-19 13:49:10 +03:00
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
2020-04-19 13:49:07 +03:00
boeserwolf
f583645744
Make linked card clickable
2020-04-19 10:33:41 +03:00
Lauri Ojansivu
960fe5163b
Remove old warning from Sandstorm import board data loss, because bug has been already fixed.
...
Thanks to aputsiaq and xet7 !
2020-04-17 21:58:19 +03:00
Marc Hartmayer
d7e0350ecf
Improve card layout on mobile devices
2020-04-17 19:49:43 +02:00
Devin McAllester
9df5c0e2de
Allows for use of checklist on mobile
2020-04-14 17:05:58 -07:00
Lauri Ojansivu
079b3da6ef
Merge pull request #3015 from boeserwolf/master
...
Fix <p> margin in card labels
2020-04-14 21:23:41 +03:00
Allemand
1389ed0fce
Update layouts.js
2020-04-14 08:48:51 +02:00
boeserwolf
c39364af83
Fix margin in card labels
2020-04-13 23:47:00 +02:00
salleman
3e817257ef
hide password auth with PASSWORD_LOGIN_ENABLED variable
2020-04-13 21:06:27 +02:00
salleman
35ae07e2a6
debug isBoardAdmin on main page
2020-04-13 15:46:29 +02:00
Lauri Ojansivu
544bc1d6ad
Merge branch 'master' of https://github.com/NicoP-S/wekan
2020-04-12 16:58:08 +03:00
boeserwolf
9cacaafb8f
Fix styling issue in notifications drawer
...
The header of the notification drawer had a margin to the
right side in Google Chrome caused by overflow: scroll on
the #notifications-drawer element.
2020-04-12 11:57:22 +02:00