0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/functional
Felix Rieseberg 7c4381c812 Dynamic Titles in Ghost Admin
- Every route can set a title token that is combined with the blog’s
title, resulting in titles like ‘Content - Test Blog’.
- Subroutes are supported (‘Settings - General - Test Blog’)
- The blog’s name is applied to and taken from the `config` object to
spare Ember a REST call via `store.find(‘settings’)`.
- Tests have been changed to test for the new titles.
- The initially proposed solution
(https://github.com/paddle8/ember-document-title) doesn’t play nice
with EAK, which is why I went with this solution
(https://gist.github.com/machty/8413411) by Ember.JS core dev @Machty.
2014-11-27 15:41:00 -08:00
..
client Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
module Implements module tests 2014-09-29 22:33:09 +02:00
routes Improve handling of forked processes in tests. 2014-10-31 16:00:35 +00:00
setup Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
base.js Move unrelated editor cover code to the right place 2014-10-21 13:14:07 +01:00