John R. Supplee
74d93a6adc
Option to add custom field to all cards
2021-01-22 21:28:37 +02:00
Daniel Eder
6bd7f40511
Treat unknown attachment types as binary on board import/clone
...
Fixes missing attachments and even missing
2020-12-17 11:10:30 +02:00
Daniel Eder
b777f7f2af
Fix not all checklist items being imported/cloned
2020-12-10 10:47:57 +02:00
Daniel Eder
0c12c45080
Fix missing subtasks when cloning board
2020-12-09 15:51:45 +02:00
Daniel Eder
a6c48329ef
Fix missing assignee assignment when cloning or importing board
2020-12-09 15:06:56 +02:00
Daniel Eder
7a08f42edb
Fix missing custom fields when cloning board
2020-12-09 14:01:33 +02: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
Romulus Urakagi Tsai
4b196d5378
Merge branch 'master' of https://github.com/wekan/wekan into lib-change
2020-02-13 09:02:26 +00:00
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
2020-01-18 16:01:02 +02:00
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
2020-01-11 13:08:29 +02:00
Romulus Urakagi Tsai
4dcdec0084
Attachment upload from card done, need to fix download link
2019-11-20 10:40:09 +00:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Lauri Ojansivu
ebfc8e5a1b
Fix lint errors.
...
Thanks to xet7 !
2019-04-06 09:00:13 +03:00
Lauri Ojansivu
56cccc6781
Merge remote-tracking branch 'Angtrim/feature-duplicate' into edge
2019-04-06 08:46:40 +03:00
Benjamin Tissoires
d03a7e7a98
wekan-import: also import each swimlane color
2019-03-11 11:47:01 +01:00
Benjamin Tissoires
ebc4d6fdbd
wekan-import: also import each card color
2019-03-11 11:42:22 +01:00
Angelo Gallarello
477d71e0b9
Fixes
2019-02-12 23:40:12 +01:00
Lauri Ojansivu
dbb1a86ca3
- Admin Panel / Layout / Custom Product Name now changes webpage title.
...
Thanks to xet7 !
Related #1196
2018-12-15 20:39:01 +02:00
Lauri Ojansivu
cf2cf7898a
- Fix lint warning.
...
Thanks to xet7 !
2018-12-07 06:18:46 +02:00
Lauri Ojansivu
4cf9813449
- Some fixes to Wekan import:
...
- isCommentOnly and isNoComments are now optional
- Turn off import error checking, so something is imported anyway, and import does not stop at error.
- Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing.
- Sandstorm Import Wekan board warning messages are now translateable.
Thanks to xet7 !
Closes #1945 ,
closes #1616 ,
closes #1903
2018-11-08 22:49:08 +02:00
Angelo Gallarello
ebd884e654
Fixed lint errors
2018-10-07 17:27:26 +02:00
Lauri Ojansivu
df84a2be9a
Fix lint errors.
2018-09-16 01:50:36 +03:00
Lauri Ojansivu
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Angelo Gallarello
8cb132f492
Export/Import done for rules
2018-09-14 19:20:24 +02:00
Lauri Ojansivu
0a001d505d
- Fix "No Comments" permission on Wekan and Trello import.
...
Thanks to xet7 !
2018-09-06 19:29:52 +03:00
zebby76
539c1ab87a
Define sort property on swimlanes and lists
2018-05-01 07:55:41 +02:00
Sebastian Molle
30b17ff6c9
Fix Wekan import / Export for ChecklistItems
2018-04-28 22:17:56 +02:00
Ghassen Rjab
b475127c53
Import missing card fields : isOvertime, startAt and spenTime
2018-03-01 23:34:17 +01:00
Andrés Manelli
ec0a8449ba
Fix import wekan board with swimlanes
2018-02-02 23:04:54 -03:00
Lauri Ojansivu
65c081acc0
Fix: Trello board import fails because of missing "Swimlane id".
...
Thanks to xet7 ! Closes #1442
2018-01-29 12:07:42 +02:00
Keven Kurz PC
81d00a9471
Covered case of no admin and no self mapping.
...
Now importer is always admin of the imported board so that no
undeletable boards can be created.
2017-10-29 17:36:31 +01:00
Keven Kurz PC
e8cfed1f7b
fixed Members do not get included on board import from WeKan #1255
...
fixed multiple errors where constants were mistakenly overridden.(or
trying to get a property of an object after making sure it doesn't
exits)
renamed wekanBoard Parameter from createBoardAndLabels for clairity
reworked adding admin for imorter
2017-10-29 16:34:49 +01:00
Ghassen Rjab
2f69e65dc0
Import sort attribute of checklists and its items from Wekan
...
If no sort was found (Old format), we use checklist or checklist item index in the array instead
2017-09-16 19:59:03 +01:00
Ghassen Rjab
2e845a5134
Uncomment code about adding attachments' related activities
2017-09-02 13:19:31 +01:00
Ghassen Rjab
255df20da0
Put 'this' in 'self' variable
...
For some reason, TrelloCreator didn't keep 'this' reference
2017-09-02 13:18:29 +01:00
Ghassen Rjab
6ff0cf91e2
Add source field to imported attachments
...
We use this field to prevent adding attachments' related activities automatically only. Then this field will be removed.
2017-09-02 07:17:42 +01:00
Ghassen Rjab
4ad4c6ea22
Assign user to attachment before inserting
2017-08-31 22:14:57 +01:00
Lauri Ojansivu
decb31ffa4
Merge branch 'feature/import-activities' of https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities
2017-08-30 00:24:49 +03:00
Lauri Ojansivu
d55c952289
Standalone Export has modifiedAt missing, adding modifiedAt to fix it. Thanks to xet7 !
2017-08-29 01:56:01 +03:00
Ghassen Rjab
afc002d81a
Make userId optional when importing Wekan boards
...
Sandstorm will have an activity of adding a member by default which will have an empty userId. This caused issues when importing exported Sandstorm boards.
2017-08-28 22:03:21 +01:00
Ghassen Rjab
5665c755cb
Import Wekan board activities
...
There is a minor catch here, we can't import activities related to adding attachments for now
2017-08-20 22:45:57 +01:00
Ghassen Rjab
d2b1a837e6
Import boards in Sandstorm
2017-07-24 23:56:51 +01:00
Ghassen Rjab
12ec92a0b5
Import checklists
2017-07-20 00:57:20 +01:00
Ghassen Rjab
bea876efd8
Updat Wekan board format check
2017-07-19 01:05:51 +01:00
Ghassen Rjab
81e0d4e382
Export and import attachents as base64 encoded files
2017-07-15 22:10:46 +01:00
Ghassen Rjab
3f4c285551
Add import Wekan board feature
2017-07-08 13:23:33 +01:00