Ghost/core/client/routes
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
..
editor Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
posts Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
settings Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
application.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
authenticated.js Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
content.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
debug.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
error404.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
forgotten.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
mobile-index-route.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
posts.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
reset.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
settings.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
setup.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
signin.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
signout.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
signup.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00