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
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
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
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +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
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
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
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
boeserwolf
c39364af83
Fix margin in card labels
2020-04-13 23:47:00 +02:00
Nico
8f28a409c7
Public vote
2020-04-10 01:46:36 +02:00
Lauri Ojansivu
5ebb47cb0e
Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2
...
to all Wekan platforms https://github.com/wekan/wekan/pull/2998
Thanks to xet7 !
2020-04-08 23:16:48 +03:00
Lauri Ojansivu
968ae122b0
Fix typos.
2020-04-08 19:38:30 +03:00
Nico
411b8d3f56
Merge branch 'vote'
2020-04-07 20:43:55 +02:00
Nico
2bbc312ad0
Voteing feature
2020-04-07 20:43:35 +02:00
Lauri Ojansivu
b7fd79aef0
Merge branch 'feature/subtask-use-parent-swimlane' of https://github.com/daniel-eder/wekan into daniel-eder-feature/subtask-use-parent-swimlane
2020-04-04 01:26:49 +03:00
Daniel Eder
89fe030fa3
subtasks now use swimlane with title matching parent lane title
...
As discussed in #1953 this is required to handle two-board scenarios correctly.
2020-04-02 07:49:26 +02:00
Lauri Ojansivu
d0003a334f
Minicard labels on the top and title on bottom.
...
Thanks to helioguardabaxo and xet7 !
Closes #2980
2020-04-01 19:39:02 +03:00
Lauri Ojansivu
6b902bdb36
Improvements on card details visualization.
...
Thanks to helioguardabaxo and xet7 !
Closes #2974
2020-03-31 23:56:37 +03:00
Daniel Eder
c41c1e5293
subtasks now use parent task swimlane by default
2020-03-26 10:57:05 +01:00
Lauri Ojansivu
e89965f642
Remove card element grouping to create compact card layout.
...
Card Settings / Show on Card: Description Title and Description Text.
Thanks to e-stoniauk, 2020product and xet7 !
Fixes https://github.com/wekan/wekan/pull/2922
2020-02-12 02:08:29 +02:00
Lauri Ojansivu
4467a68b97
Part 2: Fix Copy Card Link to Clipboard button at card title did not work.
...
Thanks to 2020product and xet7 !
Related https://github.com/wekan/wekan/pull/2922
2020-02-10 19:37:25 +02:00
Lauri Ojansivu
9a21b0a1c9
Fix Copy Card Link to Clipboard button at card title did not work.
...
Thanks to 2020product and xet7 !
Related https://github.com/wekan/wekan/pull/2922
2020-02-10 18:47:03 +02:00
Lauri Ojansivu
2a54218f3f
Remove hiding comments and activities.
2020-02-10 17:25:27 +02:00
Lauri Ojansivu
2fce02afbc
Add Feature: Card Settings/Show on card/Activities.
...
Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments.
Thanks to xet7 !
Closes #2925
2020-02-07 13:58:43 +02:00
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 !
2020-02-07 03:16:16 +02:00
Lauri Ojansivu
f22785dbcd
- Fix adding comments.
...
- Added some working layout changes from https://github.com/wekan/wekan/pull/2920 .
- Fixed Card Settings not working at Sandstorm.
Thanks to 2020product xet7 !
Closes #2918 ,
closes https://github.com/wekan/wekan/pull/2920
2020-02-05 19:47:08 +02:00
Lauri Ojansivu
65fa2f626f
Merge branch 'dollybean' of https://github.com/2020product/wekan into 2020product-dollybean
2020-02-05 01:17:15 +02:00
dollybean
0b00a8095c
Customize of some card's functions
2020-02-04 02:28:45 -08:00
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
2020-01-05 21:28:14 +02:00
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 !
2020-01-03 17:02:27 +02:00
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 !
2020-01-03 16:02:31 +02:00
Lauri Ojansivu
5376bc7b79
Fix not being able to edit received date.
...
Thanks to xet7 !
2020-01-03 13:27:27 +02:00
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
2020-01-03 06:49:35 +02:00
Lauri Ojansivu
25561946ed
Fix: Allow to set empty card title, AssignedBy and RequestedBy.
...
Thanks to xet7 !
2019-12-13 00:37:21 +02:00
Lauri Ojansivu
e2a374f0aa
Fix: Don't add a blank space for empty custom fields on minicards.
...
Thanks to roobre and xet7 !
Closes #2850
2019-12-12 18:41:22 +02:00
Lauri Ojansivu
8898862d36
Fix lint errors.
2019-11-26 02:29:36 +02:00
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 !
2019-11-19 14:09:36 +02:00
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 !
2019-11-18 22:23:49 +02:00
Lauri Ojansivu
36b5965dd0
Close card button now visible on mobile.
...
Closes #2261
2019-11-08 00:21:04 +02:00
Lauri Ojansivu
9fd14f7ecb
Assignee field like Jira #2452 , in progress.
...
Now assignee is visible also at minicard.
Thanks to xet7 !
2019-11-07 06:04:23 +02:00
Lauri Ojansivu
3cf09efb13
Assignee field like Jira #2452 , in progress.
...
When there is one selected assignee on card, don't show + button
for adding more assignees, because there can only be one assignee.
Thanks to xet7 !
2019-11-07 00:14:50 +02:00
Lauri Ojansivu
56efb5c410
Assignee field like Jira #2452 , in progress.
...
In add assignee popup, avatars are now visible.
Thanks to xet7 !
2019-11-05 23:42:22 +02:00
Lauri Ojansivu
ebdb3a0cc3
Fix prettier.
2019-11-05 23:26:07 +02:00
jymcheong
d84ea7d16f
fixed #2780
...
https://github.com/wekan/wekan/issues/2780
2019-11-05 11:04:35 +08:00