Ghost/core/server
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
..
api Fix updateConfigTheme method. 2014-11-20 14:54:37 +00:00
apps Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
config Fix invalid image helper URLs when using a subdir. 2014-11-17 05:32:51 +00:00
controllers Enable :author as permalink option 2014-10-25 18:15:24 -07:00
data Fix updateConfigTheme method. 2014-11-20 14:54:37 +00:00
email-templates Fixed email copy grammatical errors 2014-09-29 16:04:02 +02:00
errors Correct logError to log err which has undefined message 2014-11-05 11:03:33 +08:00
helpers Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
middleware Properly server shared files 2014-09-25 14:14:20 +02:00
models Make tokens URL safe 2014-11-20 11:38:43 +00:00
permissions Naming cleanup 2014-09-20 21:09:16 +02:00
routes full BREAD Tag endpoints and Tag api tests 2014-11-13 00:44:36 +08:00
storage Naming cleanup 2014-09-20 21:09:16 +02:00
utils Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
views Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
filters.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
ghost-server.js Drop socket reference on close. 2014-11-11 19:23:07 +00:00
index.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
mail.js Clean up whitespace from #4349. 2014-11-16 18:14:18 +00:00
require-tree.js Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
update-check.js Delay updateCheck to +24h on error 2014-09-19 17:10:30 +02:00
xmlrpc.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00