0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/data
JT Turner 1f4c01d207 Started moving meta data fetching to functions.
issue #6186
- Moved asset helper logic to a asset url function.
- Created author image function to be used in ghost_head helper.
- Created author url function to be used in the ghost_head helper.
- Created canonical url function to be used in the ghost_head helper.
- Moved meta_description helper logic to a function.
- Moved excerpt helper logic to a function.
- Created an index in data/meta to be used in ghost_head helper to get all data.
- Created keyword function to be used in the ghost_head helper.
- Created modified data function to be used in the ghost_head helper.
- Created next url function to be used in the ghost_head helper.
- Created ogType function to be used in the ghost_head helper.
- Created previous url function to be used in the ghost_head helper.
- Created published data function to be used in the ghost_head helper.
- Created rss url function to be used in the ghost_head helper.
- Created schema function to be used in the ghost_head helper.
- Created structured data function to be used in the ghost_head helper.
- Moved meta_title helper logic to a title function.
- Moved url helper logic to a url function.
- Wrote tests for all the new functions

This is just the first step. I plan on refactoring the ghost head to use these new functions.
2016-01-23 13:58:21 -08:00
..
export Harvest server side strings 2015-12-19 12:12:16 +01:00
fixtures Harvest server side strings 2015-12-19 12:12:16 +01:00
import Merge pull request #6314 from halfdan/6287-import 2016-01-19 15:22:24 +00:00
importer Harvest server side strings 2015-12-19 12:12:16 +01:00
meta Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
migration Harvest server side strings 2015-12-19 12:12:16 +01:00
utils Harvest server side strings 2015-12-19 12:12:16 +01:00
validation Harvest server side strings 2015-12-19 12:12:16 +01:00
versioning Harvest server side strings 2015-12-19 12:12:16 +01:00
xml Merge pull request #6070 from kevinkucharczyk/harvesting-server-side-strings 2016-01-12 20:04:53 +00:00
default-settings.json Change type for private blog settings 2015-09-02 13:39:23 +01:00
schema.js Maintain tag order for posts 2015-09-02 16:39:34 +01:00