0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
lmoe 03dcb71b08 Added res.locals into the prePostsRender filter call
closes #2559

 - Added res.locals as a second parameter to the prePostsRender filter
call.
 - This allows accessing the relative url and makes it possible to
react to certain urls.
2015-04-22 23:22:31 +02:00
..
api Rename error.type to error.errorType 2015-04-22 22:29:45 +02:00
apps Merge pull request #5027 from felixrieseberg/iss4847 2015-03-19 10:47:01 -06:00
config RSS Refactor with cache 2015-04-10 21:32:14 +01:00
controllers Added res.locals into the prePostsRender filter call 2015-04-22 23:22:31 +02:00
data Refactor to remove author.email from API 2015-04-17 22:27:04 +01:00
email-templates
errors Rename error.type to error.errorType 2015-04-22 22:29:45 +02:00
events Refactor sitemaps to use centralised events 2015-04-05 19:32:18 +01:00
helpers Don't pass helper options to API for next/prev 2015-04-22 20:24:22 +01:00
middleware RSS Refactor with cache 2015-04-10 21:32:14 +01:00
models Filter options passed to toJSON 2015-04-22 20:20:27 +01:00
permissions
routes Refactoring hard-coded frontend route keywords 2015-03-23 15:00:02 +00:00
storage Merge pull request #4820 from phated/file-storage 2015-03-20 08:55:19 +00:00
utils Fixed typos 2015-03-17 17:43:53 +00:00
views Serve files to core/built/assets/ 2015-03-12 15:59:02 -06:00
filters.js
ghost-server.js Fixed typos 2015-03-17 17:43:53 +00:00
index.js Refactor sitemaps to use centralised events 2015-04-05 19:32:18 +01:00
mail.js Fixed typos 2015-03-17 17:43:53 +00:00
require-tree.js
update-check.js