0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test/functional/routes/api
kirrg001 7db0739296 Renamed amp post column to column_id
refs 9742

- when we've introduced Ghost 1.0, we have noticed that we broke Disqus comments
- Disqus comments use a unique identifier, which is the post id
- that means if you have exported your LTS content and imported it into 1.0, all resource identifiers are regenerated
- but the Disqus must use the original post resource id
- that's why we have imported the old post id and remembered it in the `amp` field 🤠
- that was the only field which was available and un-used
- now in Ghost 2.0, we would like to rename the `amp` field to `comment_id`
- string length: 50 (i thought it might be safer to not use 24 characters, because who knows if support other comment id's in the future)
2018-08-16 12:13:24 +02:00
..
authentication_spec.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
configuration_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
db_spec.js Added option to export extra tables 2018-08-03 14:11:45 +02:00
error_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
notifications_spec.js 🐛 Fixed showing old release notifications in the about page 2018-01-18 12:19:55 +01:00
oembed_spec.js Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
posts_spec.js Renamed amp post column to column_id 2018-08-16 12:13:24 +02:00
public_api_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
redirects_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
settings_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
slugs_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
spam_prevention_spec.js Use Bookshelf in our test env (#9592) 2018-04-25 17:13:35 +02:00
tags_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
themes_spec.js Use Bookshelf in our test env (#9592) 2018-04-25 17:13:35 +02:00
upload_icon_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
upload_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
users_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
webhooks_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00