Ghost/core/server/helpers
Hannah Wolfe fe0197b226 🐛Fixed {{get}} helper's date comparison (#9454)
no issue

- Date comparisons are possible via API, but there's no way to inject a valid date into the get helper
- JavaScript's Date.toString() function outputs dates in a useless format
- Swap to using Date.toISOString() and now the format can be understood anywhere!
- {{#get "posts" filter="published_at:<='{{published_at}}'"}}{{/get}} works now as expected
2018-02-14 18:33:07 +01:00
..
tpl Removed html usage in error messages (#9444) 2018-02-07 09:35:48 +01:00
asset.js
author.js
body_class.js
content.js
date.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
encode.js
excerpt.js
facebook_url.js Fixed comment in facebook_url helper (#9430) 2018-01-28 18:25:06 +01:00
foreach.js Moved visibility utility to static model fn (#9327) 2017-12-13 13:19:51 +01:00
get.js 🐛Fixed {{get}} helper's date comparison (#9454) 2018-02-14 18:33:07 +01:00
ghost_foot.js
ghost_head.js Import lib/common only 2017-12-12 10:28:13 +01:00
has.js
img_url.js Import lib/common only 2017-12-12 10:28:13 +01:00
index.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
is.js
lang.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
meta_description.js
meta_title.js
navigation.js
page_url.js
pagination.js
plural.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
post_class.js
prev_next.js
proxy.js Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
reading_time.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
register.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
t.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
tags.js Moved visibility utility to static model fn (#9327) 2017-12-13 13:19:51 +01:00
template.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
title.js
twitter_url.js Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
url.js
utils.js Moved word-count utility to helpers/utils.js (#9328) 2017-12-13 14:05:53 +01:00