0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit
Hannah Wolfe fbf0636936
Renamed meta/excerpt meta/generate-excerpt
- This function is quite different to the others, as it generates an excerpt from HTML (truncating)
- Most functions in the meta data folder just contain content negotiation logic, like if post then feature_image else cover_image type things
- This function is more like a library and shouldn't live in Ghost, it should probably be in @tryghost/helpers
- It's definitely something we'd love to rewrite to work better tooooo
2021-07-01 11:47:29 +01:00
..
adapters Refactored scheduling index files into class/initializer pattern 2021-05-25 22:32:41 +04:00
api Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
apps Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
data Moved meta + sitemap tests out of data folder 2021-06-30 17:08:28 +01:00
helpers Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
lib Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
meta Renamed meta/excerpt meta/generate-excerpt 2021-07-01 11:47:29 +01:00
models Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
server Removed unused reinit function 2021-06-30 12:44:32 +01:00
services Moved meta + sitemap tests out of data folder 2021-06-30 17:08:28 +01:00
shared Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
web Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00