Ghost/core/server/models/base
Daniel Lockyer 495ef867c2 Extracted Bookshelf plugins from Ghost to Framework repo
refs:
  - cf15f60085
  - dd20cc649b
  - ccf27f7009
  - abf146d61f
  - 2b54c92a14
  - bb029a53f6
  - 95bd7ee675
  - 9018b4df22
  - df01a6e5f4
  - d313726b34

- these plugins were in a state where they were independent enough to be
  pulled out into their own packages, which is what we did in the
  referenced commits above
- each package is named like `@tryghost/bookshelf-<plugin>`
- to avoid requiring multiple packages into Ghost, we've also created a
  wrapper package called `@tryghost/bookshelf-plugins` which re-exports
  all these plugins, so the changes in Ghost are very simple - dbebdd43b5
- this commit deletes the plugins + tests, and replaces with our new
  package with some minor code changes
2021-06-15 12:49:38 +01:00
..
bulk-operations.js Added error handling for failed member imports 2020-08-26 17:11:35 +12:00
index.js Extracted Bookshelf plugins from Ghost to Framework repo 2021-06-15 12:49:38 +01:00
listeners.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
utils.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00