Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d
.
2024-10-22 21:45:36 +02:00
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2024-09-23 19:25:55 +03:00
Josef Fröhle
c2942fa269
Update exporter.js with fix for #5416
...
This should fix #5416
2024-05-28 16:42:44 +02:00
Martin Filser
fb3b47e2bb
Move every Attachments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:29 +02:00
Martin Filser
25989b9736
Move every CardComments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:29 +02:00
Martin Filser
fef6433b75
Move every Activities.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:29 +02:00
Martin Filser
d6142e4b75
Move every Triggers.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:29 +02:00
Martin Filser
c7b554afd9
Move every Actions.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
30c1b5cca8
Move every Rules.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
e5359dc838
Move every Checklists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
6fd3c0fa6b
Move every ChecklistItems.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
981a641bce
Move every CustomFields.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
030359aa0e
Move every Users.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
33a8de7bb5
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
6a4b03324c
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
c0ecfb87b0
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2023-07-18 21:25:28 +02:00
Martin Filser
2e5ec0308f
Adjust all other moment imports to moment-with-locales
2022-04-27 17:24:42 +02:00
Lauri Ojansivu
0c3ca14699
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
2022-04-18 21:25:47 +03:00
David Arnold
74deeeaaa6
Revert "Do those imports!"
...
This reverts commit 64dcc70bd2
.
2022-04-18 18:17:20 +03:00
David Arnold
2cddcd60a1
Do those imports!
2022-04-18 18:17:00 +03:00
David Arnold
97356603aa
Ref: original & and use fileObj.meta
...
fileObj.meta is part of the ostrio:files API and be passed to the
constructor. This is less hacky than trying tu update a persistet object
after the fact.
2022-04-18 18:16:23 +03:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
David Arnold
be712541d5
Revert "Do those imports!"
...
This reverts commit 64dcc70bd2
.
2022-02-06 13:19:58 +03:00
David Arnold
3da88ed858
Do those imports!
2022-02-06 13:19:58 +03:00
David Arnold
e702f17c7b
Ref: original & and use fileObj.meta
...
fileObj.meta is part of the ostrio:files API and be passed to the
constructor. This is less hacky than trying tu update a persistet object
after the fact.
2022-02-06 13:19:58 +03:00
Ben0it-T
11bf4c7c07
Fix : export CSV, TSV and XLS translation
...
Feature : add export CSV with semicolon separator
2021-10-03 09:18:02 +02:00
Lauri Ojansivu
3908cd5413
Fix: Impersonate user can now export Excel/CSV/TSV/JSON.
...
Impersonate user and export Excel/CSV/TSV/JSON is now logged into
database table impersonatedUsers.
Thanks to xet7 !
Fixes #3827 ,
fixes #3284
2021-05-29 00:19:12 +03:00
Vagner Nascimento
6eb90238b1
Included a new route to export (json) an attachment from a board.
...
GET /api/boards/:id/attachments/:attachmentId/export
2021-03-26 22:37:42 -03:00
Lauri Ojansivu
d7333dec84
Fixed CSV/TSV export. Please test.
...
Thanks to xet7 !
Related #3173
2020-10-20 18:59:41 +03:00
Lauri Ojansivu
045b8a84a2
Hide CSV export until it's fixed in EdgeHTML compatible way.
...
Thanks to xet7 !
2020-07-23 17:16:02 +03:00
Lauri Ojansivu
1624fc82f7
Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to work, before I can release this.
...
Thanks to xet7 !
2020-07-23 13:36:39 +03:00
Lauri Ojansivu
b9a4b0b51d
Add support for EdgeHTML browser (Microsoft Legacy Edge, not based on Chromium) by removing incompatible csv-stringify package.
...
CSV export will be fixed later.
Thanks to xet7 !
Closes #3125
2020-07-18 10:08:59 +03:00
Bryan Mutai
8c149da9e9
Fix vote export to CSV/TSV & export currency custom field.
2020-05-27 01:23:31 +03:00
Lauri Ojansivu
8eafa1ac66
Fix Card export CSV, check for vote undefined.
...
Thanks to xet7 !
2020-05-25 22:59:52 +03:00
Bryan Mutai
51f52fee23
enable exporting and importing custom fields.
2020-05-24 17:48:49 +03:00
Lauri Ojansivu
8a2509007c
Fix syntax. Maybe sometime later think about translations.
...
Thanks to xet7 !
2020-05-13 05:25:04 +03:00
Bryan Mutai
a570c4a861
add: export board/cards/lists to CSV/TSV
2020-05-10 23:58:15 +03:00