Ghost/core/test/integration
Katharina Irrgang 594b0c2d14 Custom post templates (#9073)
closes #9060

- Update `gscan` - it now extracts custom templates and exposes them to Ghost
- Add `custom_template` field to post schema w/ 1.13 migration
- Return `templates` array for the active theme in `/themes/` requests
- Users with Author/Editor roles can now request `/themes/`
- Front-end will render `custom_template` for posts if it exists, template priority is now:
  1. `post/page-{{slug}}.hbs`
  2. `{{custom_template}}.hbs`
  3. `post/page.hbs`
2017-10-10 13:36:35 +01:00
..
api Support filtering based on primary_tag (#9124) 2017-10-10 14:07:44 +02:00
data/importer/importers Tests: Fix one more random failure (#9004) 2017-09-12 16:51:40 +01:00
model 🐛 Fixed being able to store invalid date formats (#9090) 2017-10-04 09:56:09 +01:00
export_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
migration_spec.js Custom post templates (#9073) 2017-10-10 13:36:35 +01:00
update_check_spec.js 🐛 Fixed persistent upgrade notifications showing for the currently installed version (#9048) 2017-09-25 12:22:56 +01:00