0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/controllers/frontend
Hannah Wolfe e84b7f3217 Cache permalinks & postsPerPage on config.theme
no issue

- Cache the permalinks & postsPerPage settings on the config.theme object
- Use the config.theme cache to reference these items throughout the frontend of a blog
- Removes the need for workarounds and extra code to handle async fetches
- Makes these values accessible to all themes, which is very useful now we have the API stuff
2015-12-15 08:16:53 +00:00
..
context_spec.js Split helper functions from frontend controller 2015-10-22 18:46:58 +01:00
error_spec.js Split helper functions from frontend controller 2015-10-22 18:46:58 +01:00
fetch-data_spec.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
format-response_spec.js Switch frontend controller to use new filter param 2015-10-26 09:40:19 +00:00
index_spec.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
templates_spec.js Unify code for picking a template to render with 2015-12-01 12:05:46 +08:00