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