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
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
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
Marc Hartmayer
3ac5dba243
Set first day of the week to Monday
2020-04-22 19:12:34 +02:00
Lauri Ojansivu
9969c89b1c
Update ChangeLog.
2020-04-22 20:09:07 +03:00
Lauri Ojansivu
5a5b19d4fc
Merge pull request #3031 from marc1006/style_issues
...
Multiple lint issue fixes
2020-04-22 20:06:50 +03:00
Lauri Ojansivu
4d48fa4d95
Update ChangeLog.
2020-04-22 16:43:47 +03:00
boeserwolf
57545f66d2
Add babel to build chain and linter
...
Enables fancy Javascript language features like optional chaining,
for developer happiness.
2020-04-22 15:16:30 +02:00
Lauri Ojansivu
8586c843a4
Merge pull request #3030 from boeserwolf/master
...
Pre-fill the title of checklists (Trello-style)
2020-04-22 16:08:06 +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
Lauri Ojansivu
3407b0e65b
Add links to FAQ.
2020-04-20 16:22:29 +03:00
Lauri Ojansivu
6cd92ab2c6
v3.97
2020-04-19 17:05:41 +03:00
Lauri Ojansivu
e92ebe5151
Update ChangeLog.
2020-04-19 16:52:06 +03:00
Lauri Ojansivu
8cb838c0de
Merge branch 'boeserwolf-feature-sortable-boards'
2020-04-19 16:31:12 +03:00
Lauri Ojansivu
6cae14d6e9
Merge branch 'feature-sortable-boards' of https://github.com/boeserwolf/wekan into boeserwolf-feature-sortable-boards
2020-04-19 16:30:27 +03:00
boeserwolf
b42d8346cd
Insert new boards at last position
2020-04-19 15:53:13 +03:00
boeserwolf
1a065ff351
Refactor variable names
2020-04-19 15:52:43 +03:00
boeserwolf
3565ff2700
Export sort field
2020-04-19 15:52:06 +03:00
boeserwolf
e354715a9d
Remove sorting by _id
2020-04-19 15:51:29 +03:00
Lauri Ojansivu
e7002f417b
Update translations.
2020-04-19 14:00:24 +03:00
boeserwolf
ef5f38f431
Make boards sortable
2020-04-19 13:49:10 +03:00