0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
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
..
api Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
apps fixing 'undefined is not a function' error when loading apps 2015-12-04 23:00:37 -06:00
config Fix urlFor to handle secure correctly 2016-01-11 19:40:30 -08:00
controllers Switch channel filters to use strings not literals 2015-12-20 16:03:39 +00:00
data Refactor RSS Image node generation 2016-01-05 21:25:52 -08:00
errors No more soft 404s in pagination 2015-12-10 15:00:02 +00:00
events
helpers Fix urlFor to handle secure correctly 2016-01-11 19:40:30 -08:00
mail
middleware Disallow access to author/tag rss feeds if private blogging is on 2016-01-07 15:03:39 +01:00
models Ensure filter parse errors generate 422 not 500 2015-12-15 15:01:06 +00:00
permissions
routes fix authentication error if setup/two is re-submitted 2015-12-18 12:18:13 -07:00
storage
translations
utils Add missing chars to slug generator 2016-01-05 19:12:44 +00:00
views
filters.js
ghost-server.js
i18n.js
index.js
update-check.js