0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Naz ae5dd8ad30 Fixed event listener pileup
refs https://github.com/TryGhost/Toolbox/issues/135

- When instantiating new Urls/Resources object in the UrlService's init on every test suite start it was loosing track of past events (softReset wasn't doing the cleanup properly). Not initializing new classes "fixes" the problem partially, by not loosing track of those event listeners. The real fix should be proper even listener cleanup on every soft reset!
2021-11-22 21:56:32 +13:00
..
client@18b5ca27f6 Updated Admin to v4.22.4 2021-11-19 16:00:31 +00:00
frontend Updated accordion frontend styles 2021-11-19 19:00:59 +01:00
server Fixed event listener pileup 2021-11-22 21:56:32 +13:00
shared Introduced booting from fixture url cache in test environment 2021-11-22 21:56:32 +13:00
app.js
boot.js Introduced "withFrontend" and "withBackend" flags in boot 2021-11-22 21:56:32 +13:00
bridge.js Initial card asset service implementation 2021-11-04 11:34:40 +00:00