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 479b187ac0
Remove ember-one-way-controls (#959)
closes https://github.com/TryGhost/Ghost/issues/9386
- remove usage of `{{one-way-checkbox}}` in favour of direct HTML+handlebars
- add `{{gh-text-input}}` that inherits from Ember's built-in `TextInput` component along with our custom `TextInput` mixin
- swap all uses of `{{gh-input}}` for `{{gh-text-input}}
- remove `{{gh-input}}` component
- update `{{gh-textarea}}` to inherit from Ember's `TextArea` component instead of `OneWayTextarea` and update all component uses accordingly
- update `{{gh-trim-focus-input}}` to inherit from `{{gh-text-input}}` and update all component uses accordingly
- standardize on using the `focus-out` action naming rather than `focusOut` for all text inputs, this is because the text input components (especially `{{gh-trim-focus-input}}`) have their own `focusOut` handler which gets overridden if consumers supply their own `focusOut` attr
- drop `ember-one-way-controls` package
- add `ember-one-way-select` package
2018-02-28 11:44:03 +00:00
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
config Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
lib Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
mirage ESLint: Be explicit with Ember Data attribute types 2018-01-12 12:17:56 +00:00
public/assets Remove useless executable permission on static assets (#945) 2018-01-12 17:20:23 +00:00
tests Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +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
.eslintrc.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
.gitignore Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.travis.yml Switch to using recommended Node.js version on Travis 2018-02-19 18:01:53 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
ember-cli-build.js Koenig - Initial Spirit styles integration 2018-02-20 15:05:19 +00:00
Gruntfile.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
LICENSE 2018 2018-01-02 21:46:16 +00:00
package.json Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
README.md 2018 2018-01-02 21:46:16 +00:00
testem.js Bump dependencies (#929) 2017-12-13 12:27:15 +00:00
yarn.lock Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +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 the working with Ghost-Admin section of our contributing guide for setup details and swing by our Slack channel 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-2018 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.