Ghost/core/server/data
David Wolfe b081ae34b5 🎨 Support LTS imports (#8498)
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
2017-06-04 11:53:00 +02:00
..
db 🎨 ⏱ Cleanup / optimise the server.init() function (#7985) 2017-02-17 17:44:34 +01:00
export 🐛 export database read settings from database (#8103) 2017-03-08 10:26:57 +00:00
importer 🎨 Support LTS imports (#8498) 2017-06-04 11:53:00 +02:00
meta 🎨 settings inconsistency (#8381) 2017-04-24 18:41:00 +01:00
migrations 🔥 🎨 No more updateSettingsCache (#8090) 2017-03-02 23:00:01 +01:00
schema 🎨 rename language to locale and use en as default locale (#8490) 2017-05-31 16:05:49 +01:00
slack 🎨 do not ping slack if we import content (#8476) 2017-05-22 17:24:59 +09:00
validation 🔥 🎨 Themes & settings misc cleanup (#8061) 2017-02-27 23:30:49 +01:00
xml 🎨 add cache control configurations into the default config 2017-05-31 16:12:11 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00