0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/utils/fixtures
Matt Hanley 09804244f5 Added newsletters table to default export
refs https://github.com/TryGhost/Team/issues/1629

- We want to export the default newsletter so that we don't lose the post<>newsletter relationship when exporting
- The newsletter_id is currently ignored in the post importer (https://github.com/TryGhost/Ghost/pull/14720) so imports won't work right now
- This change means that exports created in 5.0+ will work later on with no data loss once the importer supports it
- The counts displayed for the newsletters are a count of email records, not post records - and we don't export/import emails so the count will always be 0 after importing a newsletter
2022-05-16 17:49:25 +01:00
..
admin-views Fixed ETag header for admin templates not changing between versions (#13680) 2021-10-22 14:25:58 +01:00
config
csv Added Members bulk actions endpoint 2021-08-23 16:38:21 +02:00
data
export Added newsletters table to default export 2022-05-16 17:49:25 +01:00
filter-param Removed use of author_id syntax in fixtures 2022-05-09 20:43:19 +08:00
images
import 🐛 Fixed uppercase file extensions ignored in content import (#14268) 2022-03-11 09:17:58 +01:00
media Added audio upload support to Media API 2021-11-09 16:39:33 +04:00
settings
themes 🔥 Removed legacy product + price helpers from themes 2022-05-12 18:58:01 +01:00
urls Updated urls/resources cache fixtures 2021-11-22 21:56:32 +13:00
cache-rules.js
context.js
data-generator.js Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00
default-settings.json Removed oauth experiment 2022-05-16 17:37:13 +01:00
fixtures.json Added permissions for Authors to read labels 2022-05-12 16:07:05 +01:00
test.hbs