1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
No description
Find a file
Kevin Ansfield ab14b78282 Fix editor error handling (#128)
closes https://github.com/TryGhost/Ghost/issues/7099
- update editor base controller's `showErrorAlert` method to handle `AdapterError` or `AjaxError` objects
- update PSM's error handling so that we don't pass an error object wrapped in an array to `showAPIError`
- add missing title attribute to Mirage's Post factory
- remove some leftover `console.log`s
2016-07-18 17:23:43 -06:00
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app Fix editor error handling (#128) 2016-07-18 17:23:43 -06:00
config Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
lib Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
public/assets Slack integration 2016-05-08 12:49:15 +02:00
tests Fix editor error handling (#128) 2016-07-18 17:23:43 -06:00
.editorconfig Match .gitignore and .editorconfig with Ghost repo 2016-05-19 11:39:15 +01:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.gitignore Added upgrade notification component to About page. (#102) 2016-07-15 16:58:35 -06:00
.jscsrc Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
.jshintrc Add Gruntfile.js, setup linting task and Travis build 2016-06-02 17:19:30 +01:00
.travis.yml Fix: travis exception for greenkeeper branches (#130) 2016-07-15 10:51:00 -06:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json convert bower deps to npm deps 2016-06-29 11:52:10 +01:00
ember-cli-build.js lazy-load codemirror on code injection screen (#99) 2016-07-05 17:30:14 +01:00
Gruntfile.js Add grunt clean task (#119) 2016-07-14 12:43:49 +01:00
package.json chore(package): update broccoli-concat to version 3.0.1 (#129) 2016-07-15 10:17:24 -06:00
README.md add travis build status to readme 2016-06-08 14:35:38 -06:00
testem.js deps: ember-cli@2.4.0 2016-03-01 12:49:28 +00:00

Ghost-Admin

Build status

This is the home of Ember.js based admin client that ships with Ghost. For now, refer to that repository for install and development instructions.

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.