0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/data
Hannah Wolfe fe90cf2be2 Theme loading part 1 (#7989)
no issue

*  Add new server start & stop events
* 🔥 Get rid of unused availableApps concept
- when we need an API endpoint for a list of apps, we'll build one 😝
*  Move theme loading into a module
- move loading from API method to a module method and use as needed
- wire up read one vs read all as per LTS
- read one (the active theme) on boot, and read the rest after
- fudge validation - this isn't all that helpful
* Settings API tests need to preload themes
- this used to automatically happen as part of loading settings
- now we need to trigger this to happen specifically for this test
2017-02-22 00:26:19 +01:00
..
db 🎨 ⏱ Cleanup / optimise the server.init() function (#7985) 2017-02-17 17:44:34 +01:00
export 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
import Import from LTS blogs now properly adds tags to posts. (#7926) 2017-01-31 17:50:44 +01:00
importer 🔥 remove imageRelPath (#7927) 2017-02-03 14:42:05 +00:00
meta 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
migrations 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema Miscellaneous code cleanup (#8031) 2017-02-21 10:39:09 +01:00
slack 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00
validation Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
xml 🎨 😎 config env usages (#7929) 2017-02-03 18:25:39 +00:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00