-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #8141 - update importer for LTS fields - optimise for LTS export fixtures - add image/language test for LTS import - ensure post image is mapped to feature_image - create mobiledoc values from markdown and html - if mobiledoc is null, use markdown or html to create a mobiledoc markdown card - update import mapping to use locale - defaultLang in settings now maps to default_locale - language for post and user models now maps to locale - posts are not always loaded in correct same order so we select the posts we want to validate - ensure if mobiledoc field is not in export we can still import from markdown - map last_login to last_seen - for users the importer maps last_login to last_seen - add warning for legacyActiveTheme - for export with old activeTheme key provide a warning that theme is not installed - add importer test for LTS user long email - add a test for LTS export where email address could be longer than alpha - fix for importer date tests on mysql - use valueOf in moment to compare times stored in different formats - ignore warnings for not found settings in import - use a flag to ignore NotFound Entries for settings during import
- Loading branch information
Showing
31 changed files
with
3,644 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.