Ghost/ghost/admin/tests
Steve Larson c121149ca3
Added posts restore UI (#21096)
ref https://app.incident.io/ghost/incidents/107
ref cc88757e2a
- added new path in admin `/restore`
- added basic ui for restoring posts from local storage
- added limits for # of revisions for posts with an `id` (5 revisions)

This commit adds a simple UI for restoring posts in case of data loss.
This is a backstop for very rare situations in which it seems Ember gets
into a conflicted state. See ref'd commit for more info. Clicking
'Restore' will create a new post with the saved off content.
2024-09-24 15:01:17 +00:00
..
acceptance Added posts restore UI (#21096) 2024-09-24 15:01:17 +00:00
helpers Fixed errors from 404 error handler for non-transition 404s 2024-09-13 11:02:55 +01:00
integration Added local revisions to the editor as backstop against data loss (#21044) 2024-09-20 00:08:28 -07:00
unit Added posts restore UI (#21096) 2024-09-24 15:01:17 +00:00
index.html Remove ember application template wrapper 2018-05-01 10:57:20 +01:00
test-helper.js Added full-page refresh when new post route is in a bad state 2024-09-23 22:38:34 +01:00