Kevin Ansfield
5c9a824d53
Standardize on var-less export default
across ember app
...
no issue
- drops the `var Foo = Ember.Thing.extend({}); export default Foo;` syntax in favour of exporting directly, eg: `export default Ember.Thing.extend({})`
- discussion on this change [here](https://github.com/TryGhost/Ghost/pull/5340#issuecomment-105828423 ) and [here](https://github.com/TryGhost/Ghost/pull/5694#discussion-diff-37511606 )
2015-10-06 10:59:50 +01:00
cobbspur
029e79b494
Take Trashcan off of url screen for image uploader
...
closes #5433
- add gh-input class to inputs
- stop the incorrect addition of trash can on url page
- fix trigger of upload success to show loading in editor
- fix duplicate url field for images outside of editor when there is no file storage
2015-06-23 13:14:04 +01:00
cobbspur
e6ae302aca
Fix image uploader and update tests
...
No Issue
- fixes removal of url link on image uploader
- fixes functional tests for editor and content
2015-05-22 19:05:17 +01:00
John O'Nolan
68fa1fb32a
Fix uploader styles
2015-05-22 19:05:14 +01:00
John O'Nolan
e7b07895e2
First pass - strip mixins
2015-05-22 19:02:09 +01:00
John O'Nolan
6972271dd6
Move in new icons
2015-05-22 19:02:09 +01:00
Jason Williams
ae0d2fce1d
Upgrade grunt-jscs to fix whitespace linting.
...
No issue.
- grunt-jscs@1.8.0
- Fix formatting
2015-04-30 16:14:19 -05:00
Matt Enlow
589a563b30
The great migration (EAK -> ember-cli)
2015-03-11 12:37:41 -06:00