mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
6fe93f6a50
Closes #3844 - Before importing, all data is checked for incorrect UUIDs. If check fails, data is sanitized and outfitted with correct UUIDS. - Scaffolding allows for easy implementation of additional sanitization, should that be required in the future. - Test included, old tests updated. |
||
---|---|---|
.. | ||
app | ||
theme/partials | ||
data-generator.js | ||
example.js | ||
export-000.json | ||
export-001.json | ||
export-002.json | ||
export-003-badValidation.json | ||
export-003-dbErrors.json | ||
export-003-mu-noOwner.json | ||
export-003-mu-unknownAuthor.json | ||
export-003-mu.json | ||
export-003-nullPosts.json | ||
export-003-nullTags.json | ||
export-003-wrongUUID.json | ||
export-003.json | ||
test.hbs |