Ghost/core/server/models/plugins
Naz Gargol 87b37556c8
Improved error context usage (#10669)
refs #10571

- Reduced the amount of log output for collision errors
- Improved data passed into `errorDetails` during theme check
- After discovering https://github.com/TryGhost/Ghost/blob/9810834/core/server/services/themes/index.js#L56-L57 wasn't able to remove `checkedTheme` from `context`. Left a note to be refactored later
2019-04-09 13:00:56 +08:00
..
collision.js Improved error context usage (#10669) 2019-04-09 13:00:56 +08:00
filter.js 🐛 Fixed all known filter limitations (#10159) 2018-12-11 11:53:40 +01:00
has-posts.js Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
include-count.js 🐛Fixed count.posts respecting co authors (#9830) 2018-08-30 17:05:29 +01:00
index.js Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
pagination.js 🐛 Fixed all known filter limitations (#10159) 2018-12-11 11:53:40 +01:00
transaction-events.js