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 86d5a6bf57 🐛 fix errors when navigating after successful import
no issue
- the synchronous settings service keeps an internal reference to the settings model, when everything in the store is unloaded during an import that reference breaks and will throw errors when accessing areas of the app that read values from it. This change adds an explicit reload of the settings model during import so that later navigation doesn't break.
2017-05-24 11:58:06 +01:00
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app 🐛 fix errors when navigating after successful import 2017-05-24 11:58:06 +01:00
config bump dependencies (#673) 2017-05-09 18:15:04 -05:00
lib Editor refactors (#679) 2017-05-08 10:44:02 +01:00
mirage streamline image uploads in settings/general (#702) 2017-05-23 10:50:04 +02:00
public/assets Revert svg icon stroke changes 2017-04-15 14:28:47 +01:00
tests streamline image uploads in settings/general (#702) 2017-05-23 10:50:04 +02:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.eslintrc.js bump dependencies (#673) 2017-05-09 18:15:04 -05:00
.gitignore chore(package): update ember-cli to version 2.9.0 (#354) 2016-10-21 09:07:49 +01:00
.travis.yml Re-enable yarn in Travis 2017-02-19 10:59:51 -06:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json Fix split screen editor (#684) 2017-05-08 19:15:56 +01:00
ember-cli-build.js Fix split screen editor (#684) 2017-05-08 19:15:56 +01:00
Gruntfile.js 🛠 switch to using yarn in our Grunt tasks (#613) 2017-04-04 11:36:17 +01:00
LICENSE 2017 2017-01-04 10:32:54 +00:00
package.json ⬇️ revert to autoprefixer@6.7.7 (#709) 2017-05-23 19:15:30 +09:00
README.md Add code coverage badge to README (#486) 2017-01-11 13:09:26 +00:00
testem.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
yarn.lock ⬇️ revert to autoprefixer@6.7.7 (#709) 2017-05-23 19:15:30 +09:00

Ghost-Admin

Build Status Coverage 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.

Copyright & License

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.