0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/helpers
Katharina Irrgang 0a70226128 Separated pages & posts in Admin API v2 (#10494)
refs #10438, refs #10106

* Renamed existing pages ctrl
* Splitted posts & pages for Admin API v2
* Added pages JSON input schema for Admin API v2
* Removed single author for Content & Admin API v2
  - single author is not documented
  - single author usage is deprecated in v0.1
  - single author usage is removed in API v2
* Splitted posts & postsPublic controller for v2
* Removed requirement to send `status=all` from Admin API v2
* Removed `status` option from pages Content API v2
* Removed `status` options from Users Admin API v2
2019-02-22 10:17:14 +07:00
..
tpl
asset.js
author.js
authors.js
body_class.js
content.js
date.js
encode.js
excerpt.js
facebook_url.js
foreach.js
get.js Separated pages & posts in Admin API v2 (#10494) 2019-02-22 10:17:14 +07:00
ghost_foot.js
ghost_head.js
has.js
img_url.js Fixed img_url to work with protocol relative urls 2019-01-21 11:41:23 +01:00
index.js
is.js
lang.js
meta_description.js
meta_title.js
navigation.js
page_url.js
pagination.js
plural.js
post_class.js
prev_next.js 🐛 Fixed prev_next helper when using Content API v2 (#10397) 2019-01-21 11:48:18 +01:00
proxy.js
reading_time.js
register.js
t.js
tags.js
template.js
title.js
twitter_url.js
url.js
utils.js 🐛 Returned 0 for word/image count when html is null 2019-01-29 13:35:00 +01:00