Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 24df9781cc Custom Post Templates UI (#878)
refs https://github.com/TryGhost/Ghost/issues/9060

- add `{{gh-psm-template-select}}` component
  - allows selection of a custom template for a post if the active theme has custom templates
  - loads themes on render, only hitting the server if not already in the store
  - disables select if post slug matches a `post-*.hbs` or `page-*.hbs` template
- adds `customTemplate` attr to `Post` model
- adds `templates` attr to `Theme` model with CPs to pull out custom vs post/page override templates
- add `.gh-select.disabled` styles to make disabled selects look visually disabled
2017-10-10 14:26:19 +02:00
..
settings 🎨 Added confirmation dialog when leaving settings screen with unsaved changes (#871) 2017-10-04 11:49:30 +01:00
authentication-test.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
content-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
custom-post-templates-test.js Custom Post Templates UI (#878) 2017-10-10 14:26:19 +02:00
editor-test.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
error-handling-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
ghost-desktop-test.js 🎨 use blue instead of yellow for warning alerts (#792) 2017-07-20 16:00:41 +02:00
password-reset-test.js
setup-test.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
signin-test.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
signup-test.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
subscribers-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
team-test.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00