0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/helpers
kirrg001 e8075262eb 🎨 Improved pagination misusage error
refs https://github.com/TryGhost/Team/issues/41, refs https://github.com/TryGhost/gscan/issues/85

- if you are using the pagination helper not inside a resource context, you will receive an error
- improve error message, because it was not clear what happened
- downgrade error level to normal, because it's not a critical error from Ghost's perspective, from user perspective it is
- added help docs link and added a callout to our docs
2017-11-28 13:44:14 +00: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
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 Feature: {{reading_time}} theme helper (#9217) 2017-11-06 18:40:07 +00:00
is_spec.js
meta_description_spec.js
meta_title_spec.js
navigation_spec.js
next_post_spec.js
page_url_spec.js
pagination_spec.js 🎨 Improved pagination misusage error 2017-11-28 13:44:14 +00:00
plural_spec.js
post_class_spec.js
prev_post_spec.js
reading_time_spec.js Feature: {{reading_time}} theme helper (#9217) 2017-11-06 18:40:07 +00:00
tags_spec.js
template_spec.js
title_spec.js
twitter_url_spec.js
url_spec.js