0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
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
..
api Harvest server side strings 2015-12-19 12:12:16 +01:00
apps Harvest server side strings 2015-12-19 12:12:16 +01:00
config Merge pull request #6316 from halfdan/5606-subdir 2016-01-20 20:09:29 +00:00
controllers Merge pull request #6070 from kevinkucharczyk/harvesting-server-side-strings 2016-01-12 20:04:53 +00:00
data Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
errors Harvest server side strings 2015-12-19 12:12:16 +01:00
events Set a higher maxListeners value 2015-10-09 19:27:49 +01:00
helpers Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
mail Harvest server side strings 2015-12-19 12:12:16 +01:00
middleware Merge pull request #6070 from kevinkucharczyk/harvesting-server-side-strings 2016-01-12 20:04:53 +00:00
models Harvest server side strings 2015-12-19 12:12:16 +01:00
permissions Harvest server side strings 2015-12-19 12:12:16 +01:00
routes fix authentication error if setup/two is re-submitted 2015-12-18 12:18:13 -07:00
storage deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
translations Revert i18n in startup-check 2016-01-13 14:46:51 +01:00
utils Revert i18n in startup-check 2016-01-13 14:46:51 +01:00
views Fixup broken error page styles 2015-06-08 12:14:58 +01:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Harvest server side strings 2015-12-19 12:12:16 +01:00
i18n.js Harvest server side strings 2015-12-19 12:12:16 +01:00
index.js Harvest server side strings 2015-12-19 12:12:16 +01:00
update-check.js Harvest server side strings 2015-12-19 12:12:16 +01:00