0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
kirrg001 79c790c891 Fixed url service did not respect subdirectory setup's
refs https://github.com/TryGhost/Team/issues/65

- currently we generate a relative resource url
- if you configure a subdirectory, the urls have to respect that
  - e.g. you configure `localhost:2368/blog`, your url results in e.g. `/blog/my-post/`
- this is not yet a critical bug, because the url service is not connected yet

- @TODO: consider absolute vs. relative urls in the url service
2018-04-17 15:52:57 +02:00
..
functional Tests: balance featured and none featured posts 2018-04-14 10:32:03 +02:00
integration Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
unit Fixed url service did not respect subdirectory setup's 2018-04-17 15:52:57 +02:00
utils Tests: extended knex mock 2018-04-16 00:29:17 +02:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc