Ghost/core
Hannah Wolfe 1c7c246616 🐛 Fixed theme preview not decoding values properly
- Theme preview was not showing the same behaviour as a real theme because nulls were being encoded and decoded incorrectly causing nulls/empty strings to be treasted as truthy values
- Swap from using split to using proper query param parsing so that the code is more robust
- this still creates empty strings and the string 'null' so added a small function to decode these back to real nulls
- moved to its own file ready to be split out - there needs to be a bigger picture plan for this
- added unit tests to cover the known issues + some potential breakages from converting the header string to a query param object
2021-03-01 11:54:50 +00:00
..
client@21be0a553b Updated Ghost-Admin to v4.0.0-alpha.3 2021-02-23 19:41:50 +00:00
frontend 🐛 Fixed theme preview not decoding values properly 2021-03-01 11:54:50 +00:00
server Added a primary key to the brute table 2021-03-01 12:17:26 +01:00
shared Added ElasticSearch logging when available 2021-02-25 15:50:58 +00:00
app.js
boot.js Fixed typo Migratior -> Migration 2021-02-24 13:05:29 +13:00