Ghost/core/server
Aileen Nowak 7fca4c8a4f 🐛 Don't overwrite config.theme.title in GhostMail (#7224)
closes #7212

When no Blog title is set and there is a `from` mail adress without custom name set up in `config.js`, it will overwrite `config.theme.title` in `GhostMailer.from` and forces to have a (wrong) Blog title after sending a test mail or an invitation.

- Uses a variable `defaultBlogTitle` instead of overwriting `config.theme.title`, when no blog title is set and therefore `config.theme.title` has no value.
2016-08-19 10:22:07 +02:00
..
api Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
apps Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
config feature: upload validation middleware (#7208) 2016-08-18 20:25:51 +01:00
controllers ensure static page edit route redirects to editor (#7169) 2016-08-08 09:42:04 +02:00
data feature: upload validation middleware (#7208) 2016-08-18 20:25:51 +01:00
errors Allow maintenance mode to be set in config.js (#7124) 2016-07-25 21:28:35 +02:00
events post-scheduling 2016-06-14 10:52:13 +02:00
helpers meta referrer improvements (#7088) 2016-07-14 18:14:59 +02:00
mail 🐛 Don't overwrite config.theme.title in GhostMail (#7224) 2016-08-19 10:22:07 +02:00
middleware feature: upload validation middleware (#7208) 2016-08-18 20:25:51 +01:00
models fix: "url" field is undefined when restricting returned fields (#7089) 2016-07-18 22:21:47 +02:00
permissions deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
routes feature: upload validation middleware (#7208) 2016-08-18 20:25:51 +01:00
scheduling post-scheduling: delete job but time is null (#7035) 2016-06-28 20:14:29 +02:00
storage Allow @ in image name for retina JS support (#7081) 2016-07-15 17:50:41 +01:00
translations feature: upload validation middleware (#7208) 2016-08-18 20:25:51 +01:00
utils Node version check w/o semver (#7097) 2016-07-16 01:20:05 +02:00
views Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Harvest server side strings 2015-12-19 12:12:16 +01:00
i18n.js improvement: general fixes 2016-06-01 07:07:20 +02:00
index.js fix: enable maintenance mode only if there is an upgrade to perform (#7129) 2016-07-26 09:56:07 +01:00
overrides.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
update-check.js Support for custom notifications (#7077) 2016-07-22 14:02:10 +01:00