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
NicoP-S
8e709c1b79
Merge pull request #6 from wekan/master
...
Update
2020-04-26 00:37:30 +02:00
Lauri Ojansivu
3908fe0ab8
v3.98
2020-04-25 16:44:45 +03:00
Lauri Ojansivu
5d2ff89e9b
Update ChangeLog.
2020-04-25 15:26:46 +03:00
Lauri Ojansivu
7f38bc7b95
Merge pull request #3046 from marc1006/3041
...
Partially fixes https://github.com/wekan/wekan/issues/3041
2020-04-25 15:21:50 +03: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
Lauri Ojansivu
3f7d9fd42c
Update ChangeLog.
2020-04-25 14:23:29 +03:00
Lauri Ojansivu
867344f070
Update translations.
2020-04-25 14:19:26 +03:00
Lauri Ojansivu
a84195179e
Merge pull request #3045 from marc1006/mobile_followup
...
Follow-up for https://github.com/wekan/wekan/pull/3040
2020-04-25 14:15:58 +03: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
7cf8487f57
Merge branch 'master' of github.com:wekan/wekan
2020-04-25 04:16:45 +03:00
Lauri Ojansivu
5403027c9d
Update ChangeLog.
2020-04-25 04:16:29 +03:00
Lauri Ojansivu
daf397a1ba
Merge pull request #3044 from VictorioBerra/patch-1
...
Fix comment typo in docker-compose.yml
2020-04-25 04:11:07 +03:00
Lauri Ojansivu
6104c1711f
Update translations.
2020-04-25 03:58:48 +03:00
Lauri Ojansivu
db41e41d90
Update ChangeLog.
2020-04-25 03:53:16 +03:00
Lauri Ojansivu
1235363465
Fix Wekan not load at all in Firefox v.68 for Android.
...
Thanks to xet7 !
Closes #3021
2020-04-25 03:47:44 +03:00
Lauri Ojansivu
7263d7497f
Merge branch 'marc1006-mobile'
2020-04-25 01:41:37 +03:00
Lauri Ojansivu
666186fee8
Merge branch 'mobile' of https://github.com/marc1006/wekan into marc1006-mobile
2020-04-25 01:41:04 +03:00
Victorio Berra
27d1b5acca
Fix comment typo in docker-compose.yml
...
webbroser -> web browser.
2020-04-24 09:07:32 -05:00
Lauri Ojansivu
5eb5ca5752
Update translations.
2020-04-23 18:38:57 +03:00
Lauri Ojansivu
16d371b814
Update ChangeLog.
2020-04-23 14:21:06 +03:00
Lauri Ojansivu
df9b4db49d
Merge branch 'marc1006-one_apply'
2020-04-23 14:17:57 +03:00
Lauri Ojansivu
2e8e58004d
Merge branch 'one_apply' of https://github.com/marc1006/wekan into marc1006-one_apply
2020-04-23 14:17:35 +03:00
Lauri Ojansivu
a83aa6162b
Update ChangeLog.
2020-04-23 14:16:27 +03:00
Lauri Ojansivu
07c915ccf0
Merge pull request #3038 from marc1006/fix
...
Fix getStartDayOfWeek function
2020-04-23 14:14:09 +03:00
Marc Hartmayer
405f176bbb
Fix getStartDayOfWeek function
...
In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned.
Let's fix this by differentiating between undefined and an actual value.
2020-04-23 10:40:53 +02: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
4550e10fbe
Revert Snap MongoDB changes.
...
Thanks to xet7 !
2020-04-22 22:43:20 +03:00
Lauri Ojansivu
2efe974195
Update ChangeLog.
2020-04-22 21:50:35 +03:00
Lauri Ojansivu
6b808dd74b
Try to upgrade MongoDB version in Snap.
...
Thanks to xet7 !
2020-04-22 21:48:46 +03:00
Lauri Ojansivu
8a917e0efc
Update ChangeLog.
2020-04-22 21:37:33 +03:00
Lauri Ojansivu
d1f98d0c47
Upgrade to Meteor 1.10.2
...
Thanks to Meteor developers and xet7 !
2020-04-22 21:35:13 +03:00
Lauri Ojansivu
323de77a83
Update ChangeLog.
2020-04-22 21:29:53 +03:00
Lauri Ojansivu
738e7f9ebc
Merge branch 'boeserwolf-feature-add-babel'
2020-04-22 21:26:06 +03:00
Lauri Ojansivu
b5b4af73a9
Merge branch 'feature-add-babel' of https://github.com/boeserwolf/wekan into boeserwolf-feature-add-babel
2020-04-22 21:25:49 +03:00
Lauri Ojansivu
ab1014b7d8
Update ChangeLog.
2020-04-22 21:24:13 +03:00
Lauri Ojansivu
12964aa742
Update translations.
2020-04-22 21:16:28 +03:00
Lauri Ojansivu
e4b1106acd
Update ChangeLog.
2020-04-22 21:07:49 +03:00
Lauri Ojansivu
d0524532a4
Merge branch 'master' of github.com:wekan/wekan
2020-04-22 21:05:58 +03:00
Lauri Ojansivu
7de18eccea
- Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog.
...
Thanks to xet7 !
2020-04-22 21:05:34 +03:00
Lauri Ojansivu
f9747bc908
- Set Snap MongoDB compatibility to 4.2.5 according to Meteor ChangeLog.
...
Thanks to xet7 !
2020-04-22 21:03:47 +03:00
Lauri Ojansivu
6fd827792a
Update ChangeLog.
2020-04-22 21:03:01 +03:00
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +03:00
Lauri Ojansivu
e7603298d7
Merge branch 'marc1006-week_start'
2020-04-22 20:36:28 +03:00