Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 5f5ad4d5dd
Added automatic conversion of old content when opening in beta editor (#17876)
no issue

Previously the beta editor only worked for newly created posts/pages, any older content would open with the original editor. This change enables automatic conversion of old content to the new content format when a post/page is opened in the admin interface allowing new features like signup and advanced header cards to be used on existing content.

- removed `convertToLexical` feature flag
  - where necessary switched to using just the `lexicalEditor` feature flag in its place
- moved the "L"/"M" indicators on the posts list to a new `lexicalIndicators` feature flag to make debugging/development easier
- added a redirect to the original editor route so that any route to opening the editor (such as the `/edit` front-end shortcut, or other areas of Admin) will open in the beta editor
  - avoids confusing/inconsistent behavior
2023-08-30 16:54:03 +01:00
..
editor Added automatic conversion of old content when opening in beta editor (#17876) 2023-08-30 16:54:03 +01:00
members 🐛 Fixed member filter by single newsletter subscription (#17668) 2023-08-10 12:59:14 +01:00
settings Added logic for showing feedback form in Labs (#16831) 2023-05-19 13:15:25 +04:00
authentication-test.js Updated editor re-authentication modal (#16102) 2023-01-11 12:39:04 +01:00
content-test.js Fixed linter error 2022-10-31 12:12:58 +00:00
custom-post-templates-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
dashboard-test.js Cleaned up removed feature flags 2022-05-25 10:11:24 +02:00
editor-test.js 🐛 Fixed broken editor breadcrumbs when opening a new post from analytics (#16463) 2023-03-22 00:12:15 -07:00
error-handling-test.js Refactored signin controller to Octane patterns 2022-11-01 14:12:23 +00:00
members-activity-test.js Cleaned up membersActivityFeed labs flag (#2309) 2022-03-30 12:43:52 +01:00
members-test.js 🐛 Fixed unexpected "unsaved changes" modal when deleting a member 2022-12-05 11:48:37 +00:00
mentions-test.js Added Mentions endpoint to Admin (#16136) 2023-01-17 20:16:18 +08:00
offers-test.js 🐛 Fixed active state bug in sidebar nav (#15511) 2022-10-03 19:49:21 +01:00
password-reset-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
setup-test.js Cleaned up improvedOnboarding labs flag 2022-05-18 10:13:06 +01:00
signin-test.js Refactored signin controller to Octane patterns 2022-11-01 14:12:23 +00:00
signup-test.js Migrated signup screen to Octane patterns 2022-05-27 13:28:29 +01:00
staff-test.js Merged mentions UI and email lab flags (#16518) 2023-03-29 01:12:56 +05:30