Haben Amare
d26786a628
display formatted currency custom field on minicard
5 years ago
Haben Amare
54b9035eb2
add 'cardCustomField-currency' template
5 years ago
Haben Amare
3cf6ed916f
add the 'currency' custom field type
5 years ago
Lauri Ojansivu
351d9d0c95
Fix typo that caused parse error.
5 years ago
Lauri Ojansivu
c0923ed3cf
v4.07
5 years ago
Lauri Ojansivu
fc2eb2e935
Update ChangeLog.
5 years ago
Lauri Ojansivu
88844034fc
Merge pull request #3122 from marc1006/default_value
...
Fix default value of `sort`
5 years ago
Marc Hartmayer
3d33ea911a
Fix default value of `sort`
...
The default has to be a numeric value.
5 years ago
Lauri Ojansivu
bb08e40ea5
Merge pull request #3121 from marc1006/api_gen
...
Fix Python API generation
5 years ago
Marc Hartmayer
c4879de4b1
Fix Python API generation
5 years ago
Lauri Ojansivu
fd0afd7b05
Merge pull request #3120 from marc1006/issue_3119
...
Fix move selection
5 years ago
Marc Hartmayer
5c02850bc1
Fix move selection
...
This fixes https://github.com/wekan/wekan/issues/3119 .
5 years ago
Lauri Ojansivu
1f450df1af
v4.06
5 years ago
Lauri Ojansivu
e933890730
Update translations.
5 years ago
Lauri Ojansivu
8eafa1ac66
Fix Card export CSV, check for vote undefined.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
858bb35612
v4.05
5 years ago
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 !
5 years ago
Lauri Ojansivu
252c4b19f9
Update ChangeLog.
5 years ago
Lauri Ojansivu
05349a5deb
Prettifier fixes.
5 years ago
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
5 years ago
Lauri Ojansivu
23dcd084a4
Update translations.
5 years ago
Lauri Ojansivu
a853189486
Update ChangeLog.
5 years ago
Lauri Ojansivu
82d0a3df85
Merge branch 'brymut-import-export-custom-fields'
5 years ago
Lauri Ojansivu
ef189477dd
Merge branch 'import-export-custom-fields' of https://github.com/brymut/wekan into
...
brymut-import-export-custom-fields
5 years ago
Lauri Ojansivu
4bcc795778
Update ChangeLog.
5 years ago
Lauri Ojansivu
01346152b5
Merge pull request #3112 from marc1006/deepcode
...
Some fixes suggested by deepcode.ai
5 years ago
Lauri Ojansivu
5b7b5b3e7e
Update ChangeLog.
5 years ago
Lauri Ojansivu
2df29324e6
Merge branch 'marc1006-minor_fixes'
5 years ago
Bryan Mutai
51f52fee23
enable exporting and importing custom fields.
5 years ago
Marc Hartmayer
6e088af3d1
Fix email verification in `sendSMTPTestEmail`
...
Found by deepcode.ai.
5 years ago
Marc Hartmayer
fc9f0d8392
Sort callback should return 0 if values are equal
...
Fixes:
"The callback [:381] provided to sort [:381] should return 0 if the compared values are equal."
5 years ago
Marc Hartmayer
cfa2bbd3d4
Fix false positive found by deepcode.ai
5 years ago
Marc Hartmayer
52d633ca69
Use on instead of bind
...
Suggested by deepcode.ai.
5 years ago
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
5 years ago
Marc Hartmayer
66d35a1528
Fix minicard cover functionality
...
Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would
return any attachment.
5 years ago
Marc Hartmayer
b7105d7b57
Fix error link not available
...
Fixes:
Exception in template helper: TypeError: Cannot read property 'link' of undefined
at constructor.attachmentLink (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3935:29 )
at http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1566:16
at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:395:66
at Function.Template._withTemplateInstanceFunc (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:3575:14 )
at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:394:27
at Spacebars.call (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:169:51 )
at Spacebars.mustacheImpl (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:106:25 )
at Object.Spacebars.mustache (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:110:39 )
at Blaze.View._render (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3328:42 )
at Blaze.View.doRender (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1925:25 )
5 years ago
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.
5 years ago
Lauri Ojansivu
06515559a6
Update translations.
5 years ago
Lauri Ojansivu
c61a126c8b
Add default attachments store path /var/snap/wekan/common/uploads
...
where attachments will be stored.
5 years ago
Lauri Ojansivu
b737adfcdf
Try to fix Snap.
5 years ago
Lauri Ojansivu
3b44acd87c
Update packages.
5 years ago
Lauri Ojansivu
6fad68b9b9
Try to fix Snap.
5 years ago
Lauri Ojansivu
b05f8e5251
Update translations.
5 years ago
Lauri Ojansivu
31c2afb072
Merge branch 'feature-meteor-files'
5 years ago
Lauri Ojansivu
863f0fc5db
v4.04
5 years ago
Lauri Ojansivu
055b528532
Merge branch 'lib-change' of https://github.com/PDIS/wekan into
...
PDIS-lib-change
5 years ago
Lauri Ojansivu
fda392e662
Update translations.
5 years ago
Lauri Ojansivu
e5f9d0a4dd
Update ChangeLog.
5 years ago
Lauri Ojansivu
3f16bf6054
Merge pull request #3109 from marc1006/issue_3107
...
Set '*' as default value for swimlane and list name in card move action
5 years ago
Lauri Ojansivu
6774b9e905
Update ChangeLog.
5 years ago