0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data
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
..
db Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
exporter Updated backup file names to include timestamp (#10607) 2019-03-13 21:06:05 +01:00
importer Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
migrations Fixed relative canonical_url values not being stored as root-relative (#10989) 2019-08-05 13:56:28 +01:00
schema Created DB Backup integration (#10974) 2019-08-02 17:28:02 +08:00
validation Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00