Ghost/core/server/data/meta
Katharina Irrgang 7845617607 Custom Post Excerpt Feature (#8792)
closes #8793

- 1.3 post excerpt migration
  - add 1.3 migration to add `excerpt` to post schema

NOTE:
    - knex-migrator relies on the package.json safe version
    - so right now Ghost is on 1.2
    - the migration script is for 1.3
    - if you pull down the PR (or if we merge this PR into master), you have to run `knex-migrator migrate --v 1.3 --force`
    - knex-migrator will tell you what you have todo

- Bump dependencies
  - knex-migrator@2.1.3
- Soft limit for custom_excerpt
- Extended {{excerpt}} to use custom excerpt
   - when a `custom_excerpt` field exists, the `{{excerpt}}` helper will output this and fall back to autogenerated excerpt if not.
- Refactored behaviour of (meta) description
   - html tag `<meta name="description" />` for posts, tags and author doesn't get rendered if not provided.
        - fallback for `author.bio` removed
        - fallback for `tag.description` removed
   - structured data and schema.org for `post` context takes the following order to render description fields:
        1. custom excerpt
        2. meta description
        3. automated excerpt (50 words)
    - updated and added tests to reflect the changes
2017-08-01 12:39:34 +04:00
..
amp_url.js 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00
asset_url.js 🙇 Blog icon utils and publisher.logo for JSON-LD (#8297) 2017-04-11 18:32:06 +02:00
author_fb_url.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
author_image.js 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
author_url.js 🎨 source out url utils from ConfigManager (#7347) 2016-09-20 15:59:34 +01:00
blog_logo.js 🙇 Blog icon utils and publisher.logo for JSON-LD (#8297) 2017-04-11 18:32:06 +02:00
canonical_url.js 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00
context_object.js 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
cover_image.js 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
creator_url.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
description.js Custom Post Excerpt Feature (#8792) 2017-08-01 12:39:34 +04:00
excerpt.js Fix facebook/twitter/schema description 2016-02-18 12:11:46 +00:00
image-dimensions.js 🙇 Blog icon utils and publisher.logo for JSON-LD (#8297) 2017-04-11 18:32:06 +02:00
index.js Custom Post Excerpt Feature (#8792) 2017-08-01 12:39:34 +04:00
keywords.js Helper Proxy & single express-hbs instance (#8225) 2017-04-04 18:07:35 +02:00
modified_date.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
og_type.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
paginated_url.js 💄 Improve URL consistency, Part 1: urlJoin (#7668) 2016-11-14 14:38:55 +00:00
published_date.js [FEATURE] AMP (#7229) 2016-08-22 18:49:27 +02:00
rss_url.js 🎨 source out url utils from ConfigManager (#7347) 2016-09-20 15:59:34 +01:00
schema.js Custom Post Excerpt Feature (#8792) 2017-08-01 12:39:34 +04:00
structured_data.js Custom Post Excerpt Feature (#8792) 2017-08-01 12:39:34 +04:00
title.js 🎨 Improved SEO meta titles for paginated archives (#8785) 2017-07-31 13:13:06 +04:00
url.js 🎨 source out url utils from ConfigManager (#7347) 2016-09-20 15:59:34 +01:00