Ghost/core/server
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
..
api Backup database before deletion 2016-02-14 09:04:53 +00:00
apps Harvest server side strings 2015-12-19 12:12:16 +01:00
config Move db connection out of config 2016-02-12 13:56:23 +00:00
controllers Merge pull request #6469 from ErisDS/dynamic-channel-routing 2016-02-15 19:27:41 +01:00
data Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
errors Disambiguate between error code & status code 2016-02-17 15:20:49 +00:00
events
helpers Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
mail Refactor mail service 2016-02-10 16:31:42 -06:00
middleware Use req.path instead of req.url to check for file extension 2016-02-17 19:24:49 +01:00
models Fixing typo in i18n key 2016-02-18 12:52:53 +00:00
permissions Harvest server side strings 2015-12-19 12:12:16 +01:00
routes Make frontend routing dynamic & driven by channels 2016-02-15 15:57:20 +00:00
storage
translations Moves builFilesExist to startup-checks 2016-02-14 18:28:37 +00:00
utils Refactor gravatarLookup, remove request dependency 2016-02-16 11:12:01 +00:00
views
filters.js
ghost-server.js Harvest server side strings 2015-12-19 12:12:16 +01:00
i18n.js Harvest server side strings 2015-12-19 12:12:16 +01:00
index.js Moves builFilesExist to startup-checks 2016-02-14 18:28:37 +00:00
update-check.js Harvest server side strings 2015-12-19 12:12:16 +01:00