0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Hannah Wolfe bb3cc8c0f8 Reimplement custom theme templates (#8147)
closes #8082

- Update the `pickTemplate` logic to
  a) rely on getActive().hasTemplate() instead of being passed a list of paths
  b) support the concept of a fallback, which is returned if there is no theme, or if the theme doesn't have a more specific template
- Update every instance of template picking, across the 3 internalApps, and render-channel, to use this new logic
- update the tests
2017-03-14 00:15:50 +01:00
..
admin 🐛 fix usages of logError (#8138) 2017-03-13 19:47:09 +00:00
api New fully-loaded & validated activeTheme concept (#8146) 2017-03-13 21:13:17 +01:00
apps Reimplement custom theme templates (#8147) 2017-03-14 00:15:50 +01:00
auth 🎨 Ghost bootstrap: optimise requires (#8121) 2017-03-13 20:07:12 +00:00
blog 🎨 🐛 Improve theme lib, middleware & error handling (#8145) 2017-03-13 17:30:35 +01:00
config 🎨 fix admin and theme caching issues (#8058) 2017-03-02 18:18:21 +01:00
controllers/frontend Reimplement custom theme templates (#8147) 2017-03-14 00:15:50 +01:00
data Themes API activation permissions & validation (#8104) 2017-03-13 12:44:44 +01:00
events
helpers 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
mail 🎨 Ghost bootstrap: optimise requires (#8121) 2017-03-13 20:07:12 +00:00
middleware New fully-loaded & validated activeTheme concept (#8146) 2017-03-13 21:13:17 +01:00
models suspend user feature (#8114) 2017-03-13 12:03:26 +00:00
permissions 🐛 fix invite permissions for editor (#7889) 2017-01-25 12:07:31 +00:00
scheduling Shows help message for broken require in scheduler adapter (#7706) 2017-01-16 21:49:41 +01:00
settings 🔥 🎨 No more updateSettingsCache (#8090) 2017-03-02 23:00:01 +01:00
storage 🔥 remove imageRelPath (#7927) 2017-02-03 14:42:05 +00:00
themes New fully-loaded & validated activeTheme concept (#8146) 2017-03-13 21:13:17 +01:00
translations suspend user feature (#8114) 2017-03-13 12:03:26 +00:00
utils 🎨 Ghost bootstrap: optimise requires (#8121) 2017-03-13 20:07:12 +00:00
views
app.js 🎨 logging improvements (#7597) 2016-10-25 12:17:43 +01:00
errors.js 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
filters.js
ghost-server.js Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
i18n.js
index.js 🎨 deny auto switch (#8086) 2017-03-02 19:50:58 +00:00
logging.js 🐛 forward missing logging config: rotation 2017-02-17 18:24:14 +01:00
overrides.js 🛠 update lodash,knex and bookshelf to latest versions 2016-09-26 10:20:55 +02:00
update-check.js 🎨 send LTS parameter if requesting the update check service (#7954) 2017-02-07 19:51:19 +01:00