Ghost/ghost/core/test/unit/server/lib
Naz 6cf49d8f89 Fixed inconsistent format of image sizes cache
refs https://github.com/TryGhost/Toolbox/issues/364
refs 147ec91162

- This looks like a subtle bug that has gone unnoticed for years. Have checked if we rely on the logic anywhere (mostly used in image-dimensions frontend helper) - we don't access the "url" directly.
- There is no reasoning attached behind why the cached size was stored as a url (see refed commit)

- WHY is this even being fixed? Caches can store anything... does not mean we should! Inconsistent data becomes a real PITA  if the cache is persisted and is hard to repopulate (e.g. to migrate the cached data format).
2022-08-16 15:20:49 +02:00
..
image Fixed inconsistent format of image sizes cache 2022-08-16 15:20:49 +02:00
mobiledoc.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
request-external.test.js Fixed the typo 2022-08-04 15:38:32 +01:00