summaryrefslogtreecommitdiffstats
path: root/models/import.js
Commit message (Collapse)AuthorAgeFilesLines
* add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-101-2/+2
|
* add: import board/cards/lists using CSV/TSVBryan Mutai2020-05-071-1/+7
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-10/+8
|
* - Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated ↵Lauri Ojansivu2019-04-061-1/+2
| | | | | | board. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2019-04-061-5/+4
| | | | Thanks to xet7 !
* Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-061-0/+19
|\
| * Minor fixesAngelo Gallarello2019-04-051-0/+1
| |
| * FixesAngelo Gallarello2019-02-121-0/+18
| |
* | Fix import error 500Benjamin Tissoires2019-03-111-4/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | while running an import from a previously exported board, we encounter the following error: Exception while invoking method 'importBoard' Error: Did not check() all arguments during call to 'importBoard' at ArgumentChecker.throwUnlessAllArgumentsHaveBeenChecked (packages/check.js:483:13) at Object._failIfArgumentsAreNotAllChecked (packages/check.js:131:16) at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1765:18) at DDP._CurrentMethodInvocation.withValue (packages/ddp-server/livedata_server.js:719:19) at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at DDPServer._CurrentWriteFence.withValue (packages/ddp-server/livedata_server.js:717:46) at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at Promise (packages/ddp-server/livedata_server.js:715:46) at new Promise (<anonymous>) at Session.method (packages/ddp-server/livedata_server.js:689:23) at packages/mdg_meteor-apm-agent.js:2617:38 at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15) at Session.sessionProto.protocol_handlers.method (packages/mdg_meteor-apm-agent.js:2616:44) at packages/ddp-server/livedata_server.js:559:43 Commit 4cf98134491b587 removed the checks as the original board might not have all the required fields, but we actually still need to run a general check on all parameters
* - Some fixes to Wekan import:Lauri Ojansivu2018-11-081-5/+5
| | | | | | | | | | | | | - 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
* Import boards in SandstormGhassen Rjab2017-07-241-2/+3
|
* Add import Wekan board featureGhassen Rjab2017-07-081-496/+17
|
* Update import from Trello featureGhassen Rjab2017-06-231-0/+1
| | | Add importing the due date of a card
* Fix importing Trello boardGhassen Rjab2017-06-221-2/+2
| | | Attribute correct members to their comments
* isCommentOnly false fix for Trello import. Thanks to rhelsing !Lauri Ojansivu2017-04-251-0/+2
|
* Fix up some linting issuesRaoul Snyman2017-03-051-4/+4
|
* Close #873 by importing checklists from TrelloRaoul Snyman2017-03-051-1/+41
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-14/+5
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-38/+0
| | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* Fix code styleXavier Priour2015-12-021-4/+1
|
* Import trello: map card author and board adminsXavier Priour2015-12-021-17/+37
|
* Import trello: map comment authorXavier Priour2015-12-021-18/+32
|
* Fix #417: exception when importing older boards (missing creationDate)Xavier Priour2015-12-021-14/+35
|
* code review fixesXavier Priour2015-11-171-2/+2
|
* Import attachmentsXavier Priour2015-11-161-61/+115
|
* Import members: board importXavier Priour2015-11-141-5/+30
|
* Import members: working on card importXavier Priour2015-11-131-3/+19
|
* Merge branch 'xavierpriour-devel' into develMaxime Quandalle2015-10-201-103/+345
|\ | | | | | | | | Conflicts: models/import.js
| * Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-201-24/+36
| | | | | | | | | | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base.
| * Import board: map team permission, and refactor code to share with card importXavier Priour2015-10-191-132/+72
| |
| * Import board: check json structure before importingXavier Priour2015-10-191-6/+58
| |
| * Import board: set proper color and modifiedAt datesXavier Priour2015-10-191-7/+28
| |
| * Import board: import comments and log activitiesXavier Priour2015-10-191-49/+117
| |
| * Import board: create board, lists, and cardsXavier Priour2015-10-181-13/+66
| |
| * Import board: now proper createdAt datesXavier Priour2015-10-171-0/+73
| |
| * Import board: added UIXavier Priour2015-10-171-5/+20
| |
* | Prevent duplicate board labelsMaxime Quandalle2015-10-161-24/+16
|/ | | | | | 43de3b8 did prevent empty labels with the same color, but we also want to prevent label with the same non-empty name and same color because the rationale is identical.
* Add some ESLint rules and fix some related issuesMaxime Quandalle2015-10-141-8/+7
|
* Import single card: proper error handlingXavier Priour2015-10-141-22/+26
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-141-8/+22
|
* Import single card: check user authorizedXavier Priour2015-10-141-10/+16
|
* Import single card: now uses historical datesXavier Priour2015-10-141-11/+20
|
* Import single card: refactor to meteor methodXavier Priour2015-10-141-0/+98