Ghost/core/frontend/helpers
Hannah Wolfe 658a6dd284 Cleaned all usages of proxy in helpers
- the proxy should always be used to access other parts of Ghost, including the urlService etc
- use consistent ES6 style for requires
- minimise use of lodash where possible
- remove circular dependency between proxy and template util
- End goal here is to enforce that the only link between helpers + the rest of Ghost is the proxy
2020-03-31 12:42:15 +01:00
..
tpl
asset.js
author.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
authors.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
body_class.js
cancel_link.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
concat.js
content.js
date.js Moved theme i18n into theme service + refactor (#11674) 2020-03-19 14:07:20 +00:00
encode.js
excerpt.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
facebook_url.js
foreach.js
get.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
ghost_foot.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
ghost_head.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
has.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
img_url.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
index.js
is.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
lang.js Moved theme i18n into theme service + refactor (#11674) 2020-03-19 14:07:20 +00:00
link_class.js
link.js
meta_description.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
meta_title.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
navigation.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
page_url.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
pagination.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
plural.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
post_class.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
prev_next.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
price.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
proxy.js Remove External Apps 2020-03-20 10:40:22 +00:00
reading_time.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
register.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
t.js Moved theme i18n into theme service + refactor (#11674) 2020-03-19 14:07:20 +00:00
tags.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
template.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
title.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
twitter_url.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
url.js Cleaned all usages of proxy in helpers 2020-03-31 12:42:15 +01:00
utils.js