Ghost/ghost/admin/app/utils
Kevin Ansfield 0b649eaedd Remove unused files
no issue

- `app/helpers/gh-format-html` is duplicated in `lib/koenig-editor/addon/helpers/sanitize-html` and is not used anywhere else
- `app/helpers/gh-path` is not used anywhere - the API should be returning absolute URLs everywhere so path generation is no longer as necessary within templates
- `app/helpers/is-equal` replaced with `{{eq}}` from `ember-truth-helpers`
- `app/helpers/is-not` replaced with `{{not}}` from `ember-truth-helpers`
- `app/utils/isFinite` is not used anywhere
- `app/utils/titleize` is not used anywhere
2019-07-22 11:06:16 +01:00
..
bound-one-way.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
caja-sanitizers.js use markdown-it for markdown previews (#690) 2017-05-15 18:51:19 +02:00
copy-text-to-clipboard.js Added integration details to Zapier integration screen behind dev flag 2019-04-04 12:25:16 +01:00
ctrl-or-cmd.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
format-markdown.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
ghost-paths.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
isNumber.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
link-component.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
password-generator.js Inline password-generator to fix auto-import issues 2019-06-17 11:47:14 +01:00
route.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
window-proxy.js use windowProxy to avoid mangling URL during team acceptance tests 2017-11-10 14:27:47 +00:00