Ghost/core/server
Kevin Ansfield 6b3c4a59b4 🐛 Fixed rendering and url transformation of v1 "card-markdown" aliased cards
no issue

- Ghost 1.x stored markdown cards with the name `card-markdown`, this was changed in Ghost 2.x to be `markdown`. To keep compatibility with the older mobiledoc content the `markdown` card was aliased using a straightforward `Object.assign()`. Unfortunately this failed to work adequately when the url transformation functions were added to cards and resulted in corrupted data being returned in API responses
- moved the markdown card definition into a factory function so that a clean card definition object can be used for both the `markdown` and `card-markdown` cards
2019-10-10 16:35:29 +01:00
..
adapters Return correct error codes from storage adapter 2019-09-06 17:40:55 +01:00
api Updated members schema validation for name 2019-10-10 17:26:56 +05:30
config Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
data Added migration for note column on members table 2019-10-10 17:51:46 +07:00
lib 🐛 Fixed rendering and url transformation of v1 "card-markdown" aliased cards 2019-10-10 16:35:29 +01:00
models Removed unused stripe_customers relationship 2019-10-10 17:51:46 +07:00
public Removed token param on page load for members 2019-10-09 13:36:06 +07:00
services Updated the create,get&update member functions 2019-10-10 17:51:46 +07:00
translations Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Removed members endpoint from admin v2 api 2019-10-10 17:51:46 +07:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00