1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Go to file
Kevin Ansfield fefc8358cb 🐛 Fixed Code Injection input fields not being clickable
no issue
- lazy loaded scripts such as the CodeMirror asset used on the Code Injection screen could throw errors such as `TypeError: Cannot set property 'modeOption' of undefined`
- this was caused by "loading" promise returned from the `lazyLoader` service returning as soon as the network request finished which can be before the loaded script has been parsed and run meaning any processing occurring after the promise returns could be depending on unloaded code
- switched the lazyLoader service's loading mechanism from an ajax fetch to insertion of a `<script>` tag which can have `load` event attached which _will_ return after parsing/loading has completed
2019-02-11 21:08:15 +00:00
.github Updated / simplified contributing.md 2019-02-11 16:44:34 +00:00
app 🐛 Fixed Code Injection input fields not being clickable 2019-02-11 21:08:15 +00:00
config Re-enable mirage in development with config to allow asset passthrough 2019-01-23 14:24:29 +00:00
lib Added undefined guards to uses of JSON stringify/parse copying 2019-01-30 14:44:53 +00:00
mirage 🐛 Fixed Unsplash image selector being empty when first opening (#1100) 2019-02-06 10:40:34 +00:00
public/assets Updated integrations UI (#1086) 2019-01-28 12:53:48 +00:00
tests 🐛 Fixed Code Injection input fields not being clickable 2019-02-11 21:08:15 +00:00
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01: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
.eslintignore Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
.eslintrc.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.gitignore Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
.travis.yml Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
ember-cli-build.js Removed babel polyfill 2019-01-22 14:03:27 +00:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2019 2019-01-01 14:20:55 +00:00
package.json Version bump to 2.14.0 2019-02-07 14:35:06 +00:00
README.md Updated docs links to best equivalents (#1097) 2019-01-16 16:03:33 +00:00
SECURITY.md Added SECURITY.md 2019-02-11 16:44:34 +00:00
testem.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
yarn.lock Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

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-2019 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.