summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translations.Lauri Ojansivu2020-05-273-12/+12
|
* Update ChangeLog.Lauri Ojansivu2020-05-271-0/+9
|
* Merge pull request #3128 from brymut/fix-export-csv-voteLauri Ojansivu2020-05-273-24/+40
|\ | | | | Fix vote export & export/import currency custom field to CSV/TSV
| * Fix vote export to CSV/TSV & export currency custom field.Bryan Mutai2020-05-273-24/+40
|/
* v4.08v4.08Lauri Ojansivu2020-05-267-9/+25
|
* Update translations.Lauri Ojansivu2020-05-262-4/+4
|
* Update ChangeLog.Lauri Ojansivu2020-05-261-0/+5
|
* Add some changes to Modern theme.Lauri Ojansivu2020-05-261-1/+32
| | | | | | Thanks to jeroenstoker and xet7 ! Related #3086
* Update ChangeLog.Lauri Ojansivu2020-05-261-0/+14
|
* Merge branch 'habenamare-currency-custom-field'Lauri Ojansivu2020-05-2660-4/+261
|\
| * Update translations.Lauri Ojansivu2020-05-2651-0/+102
| |
| * use `Intl.NumberFormat` to format currencyHaben Amare2020-05-257-25/+70
| |
| * display formatted currency custom field on minicardHaben Amare2020-05-252-2/+16
| |
| * add 'cardCustomField-currency' templateHaben Amare2020-05-252-0/+42
| |
| * add the 'currency' custom field typeHaben Amare2020-05-255-2/+56
|/
* Fix typo that caused parse error.Lauri Ojansivu2020-05-261-1/+1
|
* v4.07v4.07Lauri Ojansivu2020-05-267-10/+10
|
* Update ChangeLog.Lauri Ojansivu2020-05-261-0/+13
|
* Merge pull request #3122 from marc1006/default_valueLauri Ojansivu2020-05-261-1/+1
|\ | | | | Fix default value of `sort`
| * Fix default value of `sort`Marc Hartmayer2020-05-251-1/+1
|/ | | | The default has to be a numeric value.
* Merge pull request #3121 from marc1006/api_genLauri Ojansivu2020-05-261-4/+5
|\ | | | | Fix Python API generation
| * Fix Python API generationMarc Hartmayer2020-05-251-4/+5
|/
* Merge pull request #3120 from marc1006/issue_3119Lauri Ojansivu2020-05-253-3/+46
|\ | | | | Fix move selection
| * Fix move selectionMarc Hartmayer2020-05-253-3/+46
| | | | | | | | This fixes https://github.com/wekan/wekan/issues/3119.
* | v4.06v4.06Lauri Ojansivu2020-05-257-8/+18
| |
* | Update translations.Lauri Ojansivu2020-05-250-0/+0
|/
* Fix Card export CSV, check for vote undefined.Lauri Ojansivu2020-05-251-1/+1
| | | | Thanks to xet7 !
* v4.05v4.05Lauri Ojansivu2020-05-258-339/+344
|
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-255-12/+12
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Update ChangeLog.Lauri Ojansivu2020-05-251-0/+6
|
* Prettifier fixes.Lauri Ojansivu2020-05-252-31/+38
|
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-2522-749/+377
| | | | | | | | | | | | 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
* Update translations.Lauri Ojansivu2020-05-240-0/+0
|
* Update ChangeLog.Lauri Ojansivu2020-05-241-1/+6
|
* Merge branch 'brymut-import-export-custom-fields'Lauri Ojansivu2020-05-242-31/+150
|\
| * Merge branch 'import-export-custom-fields' of ↵Lauri Ojansivu2020-05-242-31/+150
|/| | | | | | | | | | | https://github.com/brymut/wekan into brymut-import-export-custom-fields
| * enable exporting and importing custom fields.Bryan Mutai2020-05-242-31/+150
| |
* | Update ChangeLog.Lauri Ojansivu2020-05-241-0/+2
| |
* | Merge pull request #3112 from marc1006/deepcodeLauri Ojansivu2020-05-249-15/+16
|\ \ | | | | | | Some fixes suggested by deepcode.ai
| * | Fix email verification in `sendSMTPTestEmail`Marc Hartmayer2020-05-241-1/+1
| | | | | | | | | | | | Found by deepcode.ai.
| * | Sort callback should return 0 if values are equalMarc Hartmayer2020-05-241-2/+2
| | | | | | | | | | | | | | | Fixes: "The callback [:381] provided to sort [:381] should return 0 if the compared values are equal."
| * | Fix false positive found by deepcode.aiMarc Hartmayer2020-05-241-0/+1
| | |
| * | Use on instead of bindMarc Hartmayer2020-05-242-3/+3
| | | | | | | | | | | | Suggested by deepcode.ai.
| * | Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-245-9/+9
| | | | | | | | | | | | Suggested by deepcode.ai.
* | | Update ChangeLog.Lauri Ojansivu2020-05-241-0/+25
| | |
* | | Merge branch 'marc1006-minor_fixes'Lauri Ojansivu2020-05-243-4/+13
|\ \ \ | |/ / |/| |
| * | Fix minicard cover functionalityMarc Hartmayer2020-05-241-0/+1
| | | | | | | | | | | | | | | Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would return any attachment.
| * | Fix error link not availableMarc Hartmayer2020-05-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Make scrollParentContainer() more robust as it's used in a timeout callbackMarc Hartmayer2020-05-241-1/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Update translations.Lauri Ojansivu2020-05-241-25/+25
| |