0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Nazar Gargol b9eaf27e56 🐛 Fixed admin error page on startup
closes #10616

- The check should be on empty object because that's the default state of expresses 'engines' property - 3ed5090ca9/lib/application.js (L59)
- The bug was introduced with 5e963935f9 (diff-04cc23b216e11161ab7267d69f13d004R142)
2019-04-01 15:06:00 +08:00
..
adapters Removed superagent dependency (#10535) 2019-03-04 15:59:38 +08:00
api 🐛 Fixed Admin API v2 wasn't returning preview url 2019-03-21 19:08:38 +01:00
apps 🐛 Changed subscribed page title from hardcoded to site title (#10589) 2019-03-11 14:07:37 +08:00
config 🐛 Fixed custom certificate usage for MySQL (#10573) 2019-03-06 10:28:10 +01:00
data Enhanced 2.18 detection (#10610) 2019-03-13 23:40:50 +01:00
helpers Migrated asset and author helpers to es6 (#10611) 2019-03-26 10:06:41 +05:30
lib Added consistent handling to empty mobiledoc 2019-03-18 20:06:53 +08:00
models Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
public
services Removed hard-coded members lab flag for theme 2019-03-21 13:56:46 +05:30
translations Added missing translation key: admin api kid 2019-03-18 12:48:39 +01:00
views
web 🐛 Fixed admin error page on startup 2019-04-01 15:06:00 +08:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
filters.js
ghost-server.js
index.js
overrides.js
update-check.js