0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
Kevin Ansfield db66f1cbbd Fixed populateImageSizes handling of images in subdir setups
no issue

- when using subdirectories, images can be stored in the database both with and without the subdirectory prefix. We weren't taking that into account and so images without the subdirectory were not having the `/content/images/` prefix removed when passed to the storage adapter resulting in the storage adapter not finding the image
2020-06-23 12:47:20 +01:00
..
api-acceptance Fixed population of image sizes when forcing re-render of posts 2020-06-18 14:02:53 +01:00
frontend-acceptance 🐛 Fixed private blogging exposing 404 and robots (#11922) 2020-06-16 11:42:32 +01:00
regression Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
unit Fixed populateImageSizes handling of images in subdir setups 2020-06-23 12:47:20 +01:00
utils Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
.eslintignore
.eslintrc.json Fixed linting error 2020-04-17 11:32:29 +01:00
.jshintrc