0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
kirrg001 097e1d1fac Url Service: trigger url event with relative/absolute urls
refs https://github.com/TryGhost/Team/issues/65

- this is just the first optimisation regarding relative/absolute urls
- the full strike will happen when i start with the url utility re-write
- for now: there will be only one subscriber of url events -> the sitemaps service
- the sitemaps service outputs absolute urls
  - we don't want to receive an url event and ask the url service again to get an absolute version of the url
2018-04-18 11:33:46 +02:00
..
adapters Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
api Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
apps Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
config Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
controllers Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
data Show correct importer context objects 2018-04-18 00:14:46 +02:00
helpers 🎨Removed seconds option from {{reading_time}} (#9573) 2018-04-18 10:55:08 +08:00
lib Fix Node.js 4.x compatibility (#9503) 2018-03-15 09:50:25 +00:00
models Rewrite url service (#9550) 2018-04-17 11:29:04 +02:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
services Url Service: trigger url event with relative/absolute urls 2018-04-18 11:33:46 +02:00
translations YAML settings loader and parser 2018-04-15 19:40:22 +02:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Consistent event names 2018-04-15 23:52:42 +02:00
index.js Trigger database ready event 2018-04-15 23:53:18 +02:00
overrides.js Set Promise to be Bluebird globally 2017-12-13 20:57:11 +01:00
update-check.js Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00