Ghost/core/client/utils
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
..
ajax.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
bind.js Remove lodash from admin client. 2014-10-23 18:27:09 +00:00
bound-one-way.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
caja-sanitizers.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
codemirror-mobile.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
codemirror-shortcuts.js Save meta title and meta desc on post save 2014-11-03 21:11:04 -07:00
ctrl-or-cmd.js Adds 'save' shortcut to settings screens 2014-11-13 19:36:31 +01:00
date-formatting.js Revert "Update PSM Date and Time to be Selectable Instead of Text" 2014-11-17 17:09:01 +00:00
document-title.js Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
dropdown-service.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
editor-shortcuts.js Adds 'save' shortcut to settings screens 2014-11-13 19:36:31 +01:00
ghost-paths.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
isFinite.js Remove lodash from admin client. 2014-10-23 18:27:09 +00:00
isNumber.js Remove lodash from admin client. 2014-10-23 18:27:09 +00:00
link-view.js Remove active class from buttons. 2014-09-09 22:21:39 +00:00
mobile.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
notifications.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
set-scroll-classname.js Add shadows to PostsListView and the adjacent HTML Preview; Fix preview render 2014-06-08 12:53:54 -04:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
titleize.js Cleanup CodeMirror shortcuts. 2014-07-31 10:53:13 -04:00
validator-extensions.js Remove lodash from admin client. 2014-10-23 18:27:09 +00:00
word-count.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00