Ghost/core
Kevin Ansfield d96be4907e
Fixed relative canonical_url values not being stored as root-relative (#10989)
no issue

- we try to store all urls as relative paths where possible in Ghost so that the `config.url` value can be changed
- all relative paths are stored as root-relative except for the `post.canonical_url` field which was storing subdirectory-relative paths
- adds a migration to put the subdirectory prefix onto any relative canonical_url paths
- updates the canonical_url input serialiser to keep the subdirectory rather than stripping it to match all other url fields
2019-08-05 13:56:28 +01:00
..
client@5d3717016a Updated Ghost-Admin to 2.26.0 2019-07-30 20:24:26 +05:30
frontend Updated navigation.hbs to use {{link_class}} 2019-08-05 12:12:05 +01:00
server Fixed relative canonical_url values not being stored as root-relative (#10989) 2019-08-05 13:56:28 +01:00
test Updated navigation.hbs to use {{link_class}} 2019-08-05 12:12:05 +01:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00