0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/mixins
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
..
404-handler.js Prevent 404-handler mixin from erroring on non-adapter errors 2015-12-07 18:37:35 +00:00
active-link-wrapper.js Fix posts navigation slowdown when lots of posts are loaded 2016-01-04 16:55:36 +00:00
body-event-listener.js Remove $ from jshint's predef, always use Ember's $ 2015-12-01 20:52:25 +00:00
current-user-settings.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
dropdown-mixin.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ed-editor-api.js Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
ed-editor-scroll.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
ed-editor-shortcuts.js Refactor modals 2016-01-12 20:53:08 +00:00
editor-base-controller.js various test 🐛 fixes 2016-02-23 23:27:57 -06:00
editor-base-route.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
infinite-scroll.js Load more posts after post deletion 2016-02-09 09:08:31 -07:00
pagination-route.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
settings-menu-controller.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
settings-save.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
shortcuts-route.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
shortcuts.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
slug-url.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
style-body.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
text-input.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
validation-engine.js deps: ember-data@2.3.2 2016-01-19 14:36:39 +00:00
validation-state.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00