0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
kirrg001 3289dc7619 Introduced model._changed
refs #9248

- Bookshelf gives access to ".changed" before the update
  - Discussion: https://github.com/bookshelf/bookshelf/issues/1943
- We also need to know what has changed after the update to be able to decide if we should trigger events
- Furthermore: Bookshelf cannot handle relation updates, it always marks relations as changed even though they did not change
- Bumped bookshelf-relations to be able to
  - know if relations were updated
  - ensure we unset relations on bookshelf's ".changed"
2019-02-03 13:02:26 +01:00
..
adapters Bumped knex & bookshelf dependencies (#10404) 2019-01-21 21:53:11 +01:00
api Removed author from Admin API v2 output 2019-01-31 16:27:56 +01:00
apps Removed members internal app (#10379) 2019-01-17 12:03:40 +01:00
config Removed members internal app (#10379) 2019-01-17 12:03:40 +01:00
data 🐛 Fixed removal of temp files left behind by importer 2019-01-30 09:24:29 +00:00
helpers 🐛 Returned 0 for word/image count when html is null 2019-01-29 13:35:00 +01:00
lib Added new admin API for members (#10435) 2019-01-30 17:06:09 +05:30
models Introduced model._changed 2019-02-03 13:02:26 +01:00
public
services Added a note on secret transformation before token verification 2019-02-01 14:04:25 +00:00
translations Added notImplemented middleware for integrations 2019-01-30 14:15:12 +01:00
views Aliased {{@blog}} as {{@site}} in the theme API 2019-01-04 12:17:32 +00:00
web Allowed subscribers for admin api v2 with api key authentication 2019-01-31 22:09:14 +01:00
analytics-events.js
filters.js
ghost-server.js
index.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00
overrides.js
update-check.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00