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
Martin Filser
0767f50af8
Move every Users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Lauri Ojansivu
5ca84d2930
Try to fix EasySearch syntax.
...
Thanks to xet7 !
2022-08-28 12:26:22 -04:00
Daniel Kaiser
339e044a30
Fix and update easysearch
2022-08-05 13:06:02 +02:00
Lauri Ojansivu
072778b9aa
Converted Stylus to CSS. Removed Stylus. This change removed many error messages.
...
Thanks to xet7 !
2022-05-17 12:36:10 +03:00
Ben0it-T
f9b6978303
fix Import Done Button do not redirect
2022-03-13 17:18:32 +01:00
Lauri Ojansivu
f40c9804f8
Disable some console.log code, that is only needed while developing.
...
Thanks to xet7 !
2021-02-02 18:31:13 +02:00
John R. Supplee
b2af684c4d
JSON import: add note about unmapped members
2021-01-30 11:44:53 +02:00
John R. Supplee
0446999c63
Add new importUsernames field for import user mapping
2021-01-30 02:35:29 +02:00
John R. Supplee
d647884b91
Make sure user data is retrieved before proceeding with import
2021-01-28 18:18:31 +02:00
Lauri Ojansivu
faad739f97
Fix Trello import.
...
Thanks to elct9620 and xet7 !
Fixes #3330
2020-11-04 17:51:17 +02:00
Bryan Mutai
1742bcd9b1
add: import board/cards/lists using CSV/TSV
2020-05-07 01:31:59 +03:00
Lauri Ojansivu
960fe5163b
Remove old warning from Sandstorm import board data loss, because bug has been already fixed.
...
Thanks to aputsiaq and xet7 !
2020-04-17 21:58:19 +03:00
Justin Reynolds
9d8a38f324
Fixes #2638 importing trello
2019-08-22 16:05:41 -05:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05: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
Lauri Ojansivu
cb099d1093
"DANGER" data loss warning to bigger text.
2018-03-17 09:20:12 +02:00
Lauri Ojansivu
22923d08af
Enabled import at Sandtorm. Keep there warning about possible data loss bug.
2018-03-17 08:49:22 +02:00
Lauri Ojansivu
e30f6515c6
Disabled Import temporarily on Sandstorm because of data loss bug.
...
Thanks to xet7 !
2018-02-21 20:20:19 +02:00
Ghassen Rjab
d2b1a837e6
Import boards in Sandstorm
2017-07-24 23:56:51 +01:00
Ghassen Rjab
0b72eeaf9d
Fix texts in import board page
2017-07-16 09:11:05 +01:00
Ghassen Rjab
3f4c285551
Add import Wekan board feature
2017-07-08 13:23:33 +01:00
Alexander Sulfrian
855f56c61a
profile.name is called profile.fullname ( #615 )
...
The name of the profile field was changed log ago. This fixes the
remaining wrong references.
2016-07-11 12:05:03 +02:00
Maxime Quandalle
b5ebbd2bf9
Simplify an internal data model used in the importer
...
We used to save the whole user document in a internal data structure while we
only needed the userId.
2016-01-31 20:03:17 +01:00
Maxime Quandalle
a13fad749e
Change the board import layout from a popup to a full page
...
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.
2016-01-31 20:03:12 +01:00
Maxime Quandalle
ac6491ea12
Remove unnecessary template name declaration
...
This code was duplicate with the name we use to `register` the
component. A update of blaze-component removed the need to duplicate
this declaration.
2016-01-03 23:45:46 +01:00
Maxime Quandalle
8b5fd09ff3
Fix layout on Apple devices
...
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993
did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219 ).
So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.
Fixes #461
2016-01-02 14:26:48 +01:00
Xavier Priour
db90771d9b
Fix eslint
2015-11-17 08:56:58 +01:00
Xavier Priour
33193b6f7b
code review fixes
2015-11-17 08:52:55 +01:00
Xavier Priour
475bc70621
Fix build
2015-11-14 01:54:59 +01:00
Xavier Priour
dd0a6e1a82
Import members: board import
2015-11-14 01:41:02 +01:00
Xavier Priour
f6f41270de
Import members: working on card import
2015-11-13 15:52:14 +01:00
Xavier Priour
3dc70b3ea4
Import members: UI flow ok
2015-11-13 12:35:41 +01:00
Xavier Priour
027aacb50e
Import members: added UI
2015-10-23 03:37:34 +02:00
Maxime Quandalle
118b434a5a
Provide a default date for lists and cards creation date
...
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.
2015-10-20 20:02:12 +02:00
Xavier Priour
4540bd36c4
Import board: import comments and log activities
2015-10-19 00:59:50 +02:00
Xavier Priour
595d5f97ac
Import board: now proper createdAt dates
2015-10-17 19:29:25 +02:00
Xavier Priour
468694a84c
Import board: added UI
2015-10-17 18:00:46 +02:00