0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core
Kevin Ansfield 260963e6b1 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
..
client Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
server Remove sanitize() from model/base because clean code 2016-04-03 08:17:17 +08:00
shared ensure null query options don't break ghost-url 2016-02-29 00:25:38 -06:00
test Fix unit test bugs 2016-04-02 21:38:17 -05:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00