mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
b081ae34b5
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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
auth | ||
config | ||
controllers/frontend | ||
data/importer | ||
metadata | ||
middleware | ||
models/base | ||
models_plugins | ||
server_helpers | ||
sitemap | ||
themes | ||
utils | ||
admin_spec.js | ||
api_utils_spec.js | ||
apps_filters_spec.js | ||
apps_spec.js | ||
errors_spec.js | ||
exporter_spec.js | ||
filters_spec.js | ||
ghost_url_spec.js | ||
migration_fixture_utils_spec.js | ||
migration_spec.js | ||
permissions_spec.js | ||
rss_spec.js | ||
server_helpers_index_spec.js | ||
server_helpers_template_spec.js | ||
server_utils_spec.js | ||
slack_spec.js | ||
social-urls_spec.js | ||
utils_pipeline_spec.js | ||
validation_spec.js | ||
xmlrpc_spec.js |