0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
JT Turner e4c52a6915 Fix urlFor to handle secure correctly
issue #6270
- Exposed getBaseUrl on the config class.
- Fix formatting config index as array was more then 140 characters long.
- Updated getBaseUrl to handle secure by replacing http with https if true.
- Fixed ghost_head helper to output canonical base url no https.
- Fixed ghost_head helper to set secure correctly for the rss link.
- Fixed navigation helper to pass secure in each nav item, so that urlFor can u$
- Fixed {{url}} to pass secure correctly to config.urlFor.
- Fixed test to use urlSSL over https besides for canonical.
- Add tests for {{url}} and to make sure they output https for absolute and secure.
- Update twitter and og url to use the canonical url.
2016-01-11 19:40:30 -08:00
..
client Merge pull request #6300 from kevinansfield/fix-missing-tags-bug 2016-01-09 16:32:59 +00:00
server Fix urlFor to handle secure correctly 2016-01-11 19:40:30 -08:00
shared Fix non-idempotent Ghost API helper 2015-12-18 15:02:05 +01:00
test Fix urlFor to handle secure correctly 2016-01-11 19:40:30 -08:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00