Kevin Ansfield
3f361f8742
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
8a8e90e9a2
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
dd20790bd9
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
f6850e03f7
Fix uploader styles
2015-05-22 19:05:14 +01:00
John O'Nolan
3bf189ec67
First pass - strip mixins
2015-05-22 19:02:09 +01:00
John O'Nolan
71255a3827
Move in new icons
2015-05-22 19:02:09 +01:00
Jason Williams
dae66d00be
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
6e4bdbaefb
The great migration (EAK -> ember-cli)
2015-03-11 12:37:41 -06:00