Ghost/ghost/admin
Kevin Ansfield 6a3cfc2ca8 Use token input to allow selection of multiple authors in PSM
requires https://github.com/TryGhost/Ghost/pull/9426
- fixed default token component display in {{gh-token-input}}
    - if no `tokenComponent` is passed to `{{gh-token-input}}` then it should default to the ember-drag-drop `draggable-object` component but instead it didn't output anything
    - put `draggable-object` in quotes because `{{component}}` needs a component name rather than an object
    - rename `option` attribute to `content` to match the default `{{draggable-object}}` interface
- add embedded `authors` attr to the Post model
    - ensure authors is populated when starting new post
    - add validation for empty authors list
- swap author dropdown for a token input in PSM
- show all post authors in posts list
- update tests for `authors`
  - always provide through an authors array
  - fix mirage serialisation for paginated responses (embedded records were not being serialised)
- unify tags and author inputs design
  - remove highlight of primary tags
  - highlight internal tags
  - remove unnecessary/redundant title attributes on tags
  - use SVG icon for "remove option" button in token inputs
2018-03-27 18:50:52 +01:00
..
.github Removed roadmap reference from contributing guide 2018-03-22 10:14:45 +07:00
app Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
config Fix tests when run via http://localhost:4200/tests 2018-03-19 10:51:40 +00:00
lib Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
mirage Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
public/assets
tests Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.gitignore
.travis.yml Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.watchmanconfig
ember-cli-build.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2018 2018-01-02 21:46:16 +00:00
package.json Version bump to 1.21.7 2018-03-26 15:32:46 +01:00
README.md
testem.js Bump Ember dependencies to 3.0 (#961) 2018-02-28 17:31:43 +00:00
yarn.lock Bump dependencies (#991) 2018-03-26 11:41:45 +01: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.