0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00
ghost/core/test
kirrg001 af58de0490 🐛 Fixed dated urls when timezone changes
no issue

- discovered while testing (issue doesn't exist)
- with dynamic routing we have introduced a bug
- we pre-generate urls and if your permalink contains a date (dated permalink),
  we have to regenerate the urls, otherwise the dated urls do not respect your blog timezone
- collection router has to subscribe to the timezone event
- collection router must trigger an update on it's url generator if the timezone changes and the it's permalink is dated
- ensure we also update the urls on import
2018-06-26 18:18:11 +02:00
..
functional Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
integration Dynamic Routing Beta: Added ability to disable+override rss (#9693) 2018-06-26 01:33:29 +02:00
unit 🐛 Fixed dated urls when timezone changes 2018-06-26 18:18:11 +02:00
utils Dynamic Routing Beta: Added ability to disable+override rss (#9693) 2018-06-26 01:33:29 +02:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00