0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/unit/server_helpers
Hannah Wolfe a00eace849 Next/Prev Post helpers include author & tags
closes #5150

- Post API understands next.author, next.tags, previous.author and previous.tags
- Post Read request filters out those properties and does the right thing with them
- Prev/Next post helpers send extra include properties
- Tests updated
2015-08-10 08:58:25 +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
ghost_foot_spec.js
ghost_head_spec.js
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
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
utils.js