Ghost/core/server
Kevin Ansfield 5a7356de5b 🐛 Fixed excerpt property being missing if plaintext is NULL or ""
closes https://github.com/TryGhost/Ghost/issues/10558
- added conditional to explicitly set `excerpt` to `null` in the API output serializer when a post has no `plaintext` or `custom_excerpt` value
2019-03-04 14:30:26 +00:00
..
adapters Removed superagent dependency (#10535) 2019-03-04 15:59:38 +08:00
api 🐛 Fixed excerpt property being missing if plaintext is NULL or "" 2019-03-04 14:30:26 +00:00
apps Updated TODO's 2019-02-27 18:08:36 +01:00
config
data Added members permission migrations 2019-02-26 15:43:36 +07:00
helpers 🐛 Supported "false" as absolute attribute value (#10556) 2019-03-04 11:23:42 +01:00
lib Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
models 🐛 Fixed plaintext field not being cleared when post body is removed 2019-03-04 14:03:44 +00:00
public
services 🐛 Fixed empty amp page 2019-02-27 17:56:09 +01:00
translations Updated Admin API key auth to require kid in header (#10538) 2019-02-26 11:03:47 +07:00
views
web Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
analytics-events.js
filters.js
ghost-server.js
index.js
overrides.js
update-check.js