summaryrefslogtreecommitdiffstats
path: root/models/exporter.js
Commit message (Collapse)AuthorAgeFilesLines
* Hide CSV export until it's fixed in EdgeHTML compatible way.Lauri Ojansivu2020-07-231-1/+1
| | | | Thanks to xet7 !
* Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to ↵Lauri Ojansivu2020-07-231-30/+24
| | | | | | work, before I can release this. Thanks to xet7 !
* Add support for EdgeHTML browser (Microsoft Legacy Edge, not based on ↵Lauri Ojansivu2020-07-181-24/+30
| | | | | | | | | | Chromium) by removing incompatible csv-stringify package. CSV export will be fixed later. Thanks to xet7 ! Closes #3125
* Fix vote export to CSV/TSV & export currency custom field.Bryan Mutai2020-05-271-22/+27
|
* Fix Card export CSV, check for vote undefined.Lauri Ojansivu2020-05-251-1/+1
| | | | Thanks to xet7 !
* enable exporting and importing custom fields.Bryan Mutai2020-05-241-15/+64
|
* Fix syntax. Maybe sometime later think about translations.Lauri Ojansivu2020-05-131-1/+25
| | | | Thanks to xet7 !
* add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-101-0/+320