0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/ghost/admin
Kevin Ansfield 186a8ae70c Remove UUID attrs from all models except Post (#404)
refs https://github.com/TryGhost/Ghost/issues/7494
- remove `uuid` attrs from all models except Post
- remove uuids from mirage factories and fixtures
- add a workaround for tags where the selectize-based tags input on the PSM relies on a unique identifier for each tag which doesn't get sent back to the server when saving (fixes the broken tags input caused by uuid removal in https://github.com/TryGhost/Ghost/pull/7495)
2016-11-17 11:38:47 -06:00
..
.github
app Remove UUID attrs from all models except Post (#404) 2016-11-17 11:38:47 -06:00
config Update code to match eslint rules 2016-11-14 13:26:00 +00:00
lib/asset-delivery 💄remove final jscs references 2016-11-16 12:27:30 +00:00
public/assets ✍ Change contributors on about page to be manually (#330) 2016-10-17 09:58:44 +01:00
tests 💄remove final jscs references 2016-11-16 12:27:30 +00:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli
.eslintrc.js switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
.gitignore chore(package): update ember-cli to version 2.9.0 (#354) 2016-10-21 09:07:49 +01:00
.travis.yml switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
.watchmanconfig
bower.json switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
ember-cli-build.js switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
Gruntfile.js 🔥 Remove grunt contributor (#331) 2016-11-15 16:17:08 +00:00
LICENSE copy LICENSE from main Ghost repository (#165) 2016-08-01 10:04:56 +01:00
package.json chore(package): update lodash to version 4.17.2 (#401) 2016-11-16 10:32:13 +00:00
README.md
testem.js Update code to match eslint rules 2016-11-14 13:26:00 +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.