Haben Amare
8732e4b18f
use Intl.NumberFormat to format currency
2020-05-25 22:05:06 +00:00
Haben Amare
d26786a628
display formatted currency custom field on minicard
2020-05-25 22:02:51 +00:00
Haben Amare
54b9035eb2
add 'cardCustomField-currency' template
2020-05-25 22:02:51 +00: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
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
...
- Export to CSV/TSV with custom fields works
- Attachments are not exported to disk
- It is possible to build arm64/s390x versions again.
Thanks to xet7 !
Related #3110
2020-05-25 17:54:51 +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
Romulus Urakagi Tsai
af7c74b2d3
Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-change
2020-05-20 15:12:55 +08:00
Romulus Urakagi Tsai
4064f3f406
Fix migrated attachment not readable bug
...
Remove reduandant files
2020-05-20 15:11:22 +08:00
Romulus Tsai 蔡仲明
0735981366
Merge branch 'master' into lib-change
2020-05-14 16:47:05 +08: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
Lauri Ojansivu
85f254da38
Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-master
2020-05-13 02:57:36 +03:00
Lauri Ojansivu
8f33517142
Merge branch 'master' of https://github.com/krupupakku/wekan into krupupakku-master
2020-05-13 02:46:57 +03:00
Marco Volo
2bb5a31fa4
avatar-image fix
2020-05-08 15:25:31 +02:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08: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
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
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
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
Romulus Urakagi Tsai
4b196d5378
Merge branch 'master' of https://github.com/wekan/wekan into lib-change
2020-02-13 09:02:26 +00:00