0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit
Kevin Ansfield 25f91aa102
Fixed importer not handling post.page->post.type conversion (#11025)
no issue

- updates the attribute sanitiser of the posts importer to convert `post.page=true/false` to `post.type='page'/'post'
- gives precedence to `post.type` if an imported post somehow has both `post.page` and `post.type` attributes
2019-08-16 19:41:38 +01:00
..
adapters Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
api Updated canary api to handle type column correctly (#11006) 2019-08-12 17:39:59 +05:30
apps Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data Fixed importer not handling post.page->post.type conversion (#11025) 2019-08-16 19:41:38 +01:00
helpers Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00
lib Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
models Updated the post model to use the type column 2019-08-09 14:39:01 +08:00
public Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services 🐛Fixed generic 500 for bad key param in content API (#10977) 2019-08-12 12:56:09 +01:00
web Added unit and regression tests for canary 2019-08-09 20:46:49 +05:30