Ghost/core/test/unit
Katharina Irrgang 30a0b1794a
Added calculated excerpt field to Content API v2 (#10326)
closes #10062

- return `post.excerpt` for Content API v2
- do not use `downsize`, because we might want to get rid of it if we drop v0.1 (downsize does not create good excerpts)
- simple substring of the plaintext field
2019-01-04 19:00:45 +01:00
..
adapters
api Added calculated excerpt field to Content API v2 (#10326) 2019-01-04 19:00:45 +01:00
apps Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
config
data Reworked ghost_head tests as unit tests 2019-01-02 09:51:38 +00:00
helpers Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
lib 🐛 Fixed responsive images for gifs & svgs (#10315) 2019-01-03 16:28:37 +07:00
models Shortened content api key lengths (#10322) 2019-01-04 19:39:54 +07:00
public
services Fixed site using API v2 (#10332) 2019-01-04 18:24:00 +01:00
web Supported dynamic image resizing for LocalFileStorage(#10184) 2018-12-13 20:25:24 +07:00
filters_spec.js