0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/utils
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
..
ajax.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
bind.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
bound-one-way.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
caja-sanitizers.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ctrl-or-cmd.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
date-formatting.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
document-title.js deps: ember/ember-data@2.2.0 2015-11-30 12:23:47 -06:00
ed-image-manager.js Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
editor-shortcuts.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
ghost-paths.js Change URL for download count service 2016-02-09 10:20:24 +00:00
isFinite.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
isNumber.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
link-component.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
random-password.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
text-field.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
titleize.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
validator-extensions.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
window-proxy.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
word-count.js Drop XRegExp dependency 2016-03-30 19:45:20 +01:00