Ghost/ghost/admin/tests
Kevin Ansfield 18d7a7b55d Guard against blank strings in json-string fields (#840)
no issue

We've seen an issue where after an import a user record had `tour: ""` which meant they were unable to log in due to JSON parsing of the empty string failing.

- add a guard so that an empty string is transformed to `null` before parsing
- changed `serialised` to `serialized` to match spelling in all other serializers
2017-08-29 10:03:45 +07:00
..
acceptance Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
helpers Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
integration Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
unit Guard against blank strings in json-string fields (#840) 2017-08-29 10:03:45 +07:00
.eslintrc.js new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
index.html Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
test-helper.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00