Ghost/ghost/admin/tests/unit/components
Kevin Ansfield 62553cdf92 Replace jQuery-based uploader.js with ember components
no issue
- adds `gh-image-uploader` that handles image uploads in a fully ember fashion and with no dependency on `uploader.js`
- adds `gh-image-uploader-with-preview` that can fully replace the old `gh-uploader`
- replace uses of `gh-uploader` in PSM & TSM with `gh-image-uploader-with-preview`
- updates the editor preview image handling to use the new `gh-image-uploader-with-preview` component
- updates the image upload modal to use `gh-image-uploader` (utilises the `saveButton=false` flag which means the preview has to be handled externally to avoid auto-replacement when typing a URL)
- removes all old `uploader.js` related code
- adds custom `RequestEntityTooLargeError` and `UnsupportedMediaTypeError` errors to our `ajax` service
2016-04-05 12:03:20 +01:00
..
gh-alert-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-app-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-content-preview-content-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-editor-save-button-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-editor-test.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
gh-image-uploader-test.js Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
gh-infinite-scroll-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-navitem-url-input-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-notification-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-posts-list-item-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-search-input-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-select-native-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-selectize-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-spin-button-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-trim-focus-input_test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-url-preview_test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-user-active-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-user-invited-test.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00