Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
2020-08-28 11:46:51 +01:00
Nico
06b548f12e
edit_card start vote
...
better visibility what was voted
2020-06-11 19:52:44 +02:00
Lauri Ojansivu
f9018fc3a8
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
...
Python API docs generator does not work all when code has arrow functions.
Thanks to xet7 !
2020-05-25 21:33:38 +03:00
Lauri Ojansivu
01346152b5
Merge pull request #3112 from marc1006/deepcode
...
Some fixes suggested by deepcode.ai
2020-05-24 18:56:36 +03:00
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
2020-05-24 12:44:14 +02:00
Marc Hartmayer
d5fbd50b76
Make scrollParentContainer() more robust as it's used in a timeout callback
...
Example exception:
Exception in setTimeout callback: TypeError: Cannot read property 'parentComponent' of null
at constructor.scrollParentContainer (cardDetails.js:77)
at cardDetails.js:190
at Meteor.EnvironmentVariable.EVp.withValue (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207)
at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Probably there is a better fix for this.
2020-05-24 11:28:05 +02:00
Lauri Ojansivu
ea74a34d72
Add popup and changelog for linked card fixes.
2020-05-14 01:04:52 +03:00
Lauri Ojansivu
0a12319002
Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixes
2020-05-14 00:22:22 +03:00
Nico
3cc0a93e0e
Card vote options in new fork
2020-05-03 00:33:15 +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
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
Nico
7bb0aa7488
Additional vote features
2020-04-26 02:41:26 +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
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
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
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
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
Nico
2bbc312ad0
Voteing feature
2020-04-07 20:43:35 +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
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
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
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
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
Lauri Ojansivu
32ce2b51d8
Assignee field like Jira #2452 , in progress.
...
Added features:
- When selecting new assignee (+) icon, list shows names who to add.
TODO:
- When selecting new assignee (+) icon, list does not yet show avatars who to add.
Thanks to xet7 !
2019-11-02 16:38:16 +02:00
Lauri Ojansivu
3e8f9ef1a5
Assignee field like Jira #2452 , in progress.
...
Added features:
- Assignee can now be added and removed.
- Avatar icon is at card and assignee details
TODO:
- When selecting new assignee (+) icon, list does not yet show avatars and names who to add.
There is empty avatar without name.
Thanks to xet7 !
2019-11-02 16:12:40 +02:00
Lauri Ojansivu
9e1aaf163f
Assignee field like Jira #2452 , in progress.
...
Assignee can not be removed yet, it removes member, wrong link in popup.
Thanks to xet7 !
2019-10-31 02:21:50 +02:00
Lauri Ojansivu
5bc355f9a5
Drag handles. In progress.
2019-10-03 04:23:33 +03:00
Lauri Ojansivu
98c38fe58f
Drag handles continue. In progress.
...
Thanks to xet7 !
2019-10-01 00:48:36 +03:00
Justin Reynolds
74b5bdf2aa
Fix #2451 unable to drag select text without closing card details
2019-09-06 17:18:06 -05:00
Lauri Ojansivu
b8c527d52b
Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.
...
Thanks to xet7 !
Related 843478ac40 ,
related #2518
2019-08-15 00:29:00 +03:00
jymcheong
843478ac40
Webhook cardDetails onRendered
...
Send webhook when cardDetails is rendered.
2019-08-14 15:44:47 +08:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Christoph Jahn
e8f4c4d8b8
Inferface: Can move cardToTop/Bottom. Fixes #2289
2019-06-21 10:11:40 +02:00
wekan
ab4fec0f3c
Fixed #2338 -> Slow opening of big boards with too many archived items
2019-05-13 11:01:50 +02:00
Andrés Manelli
d01fccd949
- Fix card copy & move between boards with customFields
...
- Fix card copy & move between boards with labels with same name
- Fix activities for labels when copying and moving card
- Fix activities for customFields when copying and moving card
2019-03-16 22:49:45 +01:00
Andrés Manelli
97822f35fd
Avoid set self as parent card, for real
2019-03-08 20:41:32 +01:00
Andrés Manelli
745f39ed20
Avoid setting same card as parentCard.
...
Avoid listing templates board in copy/move/more menus
2019-03-06 20:57:19 +01:00
Andrés Manelli
a5c39342ba
Fix card copy
2019-02-28 08:10:33 +01:00
Andrés Manelli
60be4df76e
Allow swimlane creation from template
...
Mix lists with same name to avoid duplicates
2019-02-24 00:05:00 +01:00