0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/test/unit/server_helpers
Hannah Wolfe 994a20cf8b Add path resolution to get helper
refs #5993

- deps: jsonpath@0.2.0
- adds `resolvePaths` method
- supports handlebars style arrays with `.[]`
- supports shorthand post.tags and post.author for common usecases
- adds more tests & improves existing ones
2015-10-23 02:52:52 +01:00
..
test_tpl
asset_spec.js
author_spec.js
body_class_spec.js
content_spec.js
date_spec.js
encode_spec.js
excerpt_spec.js
foreach_spec.js Improvements to the {{foreach}} helper 2015-06-29 17:27:57 +01:00
get_spec.js Add path resolution to get helper 2015-10-23 02:52:52 +01:00
ghost_foot_spec.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
ghost_head_spec.js Adds meta referrer tag to the head of ghost pages 2015-07-08 14:59:39 +01:00
has_spec.js
image_spec.js
input_password_spec.js
is_spec.js
meta_description_spec.js
meta_title_spec.js
navigation_spec.js
next_post_spec.js Next/Prev Post helpers include author & tags 2015-08-10 08:58:25 +01:00
page_url_spec.js
pagination_spec.js
plural_spec.js Add replacement for zero in plural helper 2015-09-22 16:00:20 +01:00
post_class_spec.js
prev_post_spec.js Next/Prev Post helpers include author & tags 2015-08-10 08:58:25 +01:00
tags_spec.js
title_spec.js
url_spec.js Test support for various URL schemes 2015-09-27 10:31:49 +01:00
utils.js