Ghost/core/server
Hannah Wolfe d2b1e0d4b7 Attr pass-thru & full context in partial helpers
refs #5162

- allow pagination and navigation partial helpers to have attributes passed through to them
    - e.g. {{navigation header=true}} -> {{#if header}} will now work
    - allows styling navigation to be done differently for different sections of the page
- properly create a data frame, and pass through "this" context
    - means {{navigation header=true}} is the same as {{> navigation header=true navigation=@site.navigation}}
    - our partial helpers, have the same behaviour exactly as if the partial was called directly
- this is additive, and improves behaviour
2019-03-09 21:21:01 +00:00
..
adapters Removed superagent dependency (#10535) 2019-03-04 15:59:38 +08:00
api 🐛 Fixed private blogging getting enabled when saving any setting (#10576) 2019-03-06 12:56:26 +01:00
apps Attr pass-thru & full context in partial helpers 2019-03-09 21:21:01 +00:00
config 🐛 Fixed custom certificate usage for MySQL (#10573) 2019-03-06 10:28:10 +01:00
data 🐛 Fixed private blogging getting enabled after import 2019-03-07 18:44:47 +08:00
helpers Attr pass-thru & full context in partial helpers 2019-03-09 21:21:01 +00:00
lib Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
models Removed redundant errorDetail and context stringification in errors (#10572) 2019-03-07 12:58:44 +08:00
public Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00
services Removed redundant errorDetail and context stringification in errors (#10572) 2019-03-07 12:58:44 +08:00
translations Improved error message when attempting to use disabled v0.1 Public API (#10562) 2019-03-05 10:41:07 +00:00
views Aliased {{@blog}} as {{@site}} in the theme API 2019-01-04 12:17:32 +00:00
web Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
analytics-events.js Added back "theme.uploaded" analytics event (#10450) 2019-02-05 17:38:40 +01:00
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00