0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
Hannah Wolfe 724db487a0
Swapped _.escape for proxy.escapeExpression
- we don't need to use _.escape from lodash as we already have escapeExpression from handlebars
- it's more correct to use the escape utility from our theme engine when escaping strings _for_ our theme engine!
- Note there is a minor difference between the two:
  - Lodash: &, <, >, " and '
    - refs: https://lodash.com/docs/4.17.15#escape
  - Handlebars: &, <, >, ", ', ` and =
    - refs: https://handlebarsjs.com/api-reference/utilities.html#helper-utilities

- This could cause slightly weird behaviour in themes around ` and = characters, but as it's just convering to html entities it should be fine
2021-06-04 20:07:44 +01:00
..
client@13fc1c7005 Updated Ghost-Admin to v4.6.4 2021-05-27 19:19:14 +01:00
frontend Swapped _.escape for proxy.escapeExpression 2021-06-04 20:07:44 +01:00
server Updated price/products data for portal settings 2021-06-04 13:03:33 +05:30
shared Updated Portal to handle multiple products 2021-06-04 19:25:39 +05:30
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
bridge.js Improved theme locale handling 2021-05-05 16:13:26 +01:00