mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
fe0197b226
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 |
||
---|---|---|
.. | ||
test_tpl | ||
asset_spec.js | ||
author_spec.js | ||
body_class_spec.js | ||
content_spec.js | ||
date_spec.js | ||
encode_spec.js | ||
excerpt_spec.js | ||
facebook_url_spec.js | ||
foreach_spec.js | ||
get_spec.js | ||
ghost_foot_spec.js | ||
ghost_head_spec.js | ||
has_spec.js | ||
img_url_spec.js | ||
index_spec.js | ||
is_spec.js | ||
lang_spec.js | ||
meta_description_spec.js | ||
meta_title_spec.js | ||
navigation_spec.js | ||
next_post_spec.js | ||
page_url_spec.js | ||
pagination_spec.js | ||
plural_spec.js | ||
post_class_spec.js | ||
prev_post_spec.js | ||
reading_time_spec.js | ||
t_spec.js | ||
tags_spec.js | ||
template_spec.js | ||
title_spec.js | ||
twitter_url_spec.js | ||
url_spec.js | ||
utils_spec.js |