0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/helpers
Hannah Wolfe 10fc320cc8 Rename confusing 'context' variables
no issue
- In Ghost, 'context' means the page or section of a blog we're currently within
when rendering a theme, e.g. 'post' or 'tag' or 'home'.
- In handlebars 'context' refers to the blob of JSON that is tied to a template.
- These two uses of the word 'context' have gotten very confusing, so I've removed all usage of 'context' within the Ghost handlebars helpers, EXCEPT where they actually refer to the current context (e.g. the is helper)
2016-02-21 22:07:15 +00:00
..
tpl
asset.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
author.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
body_class.js
content.js
date.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
encode.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
excerpt.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
foreach.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
get.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
ghost_foot.js
ghost_head.js
has.js
image.js
index.js
input_password.js
is.js
meta_description.js
meta_title.js
navigation.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
page_url.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
pagination.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
plural.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
post_class.js
prev_next.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
tags.js
template.js
title.js
url.js
utils.js