Ghost/ghost/admin/app/utils
Kevin Ansfield 8362f0cdf0 Remove unwanted String.prototype extensions (#856)
closes https://github.com/TryGhost/Ghost/issues/8958

- `markdown-it-named-headers` pulled in `String.js` despite it not being used which added a lot of String.prototype extensions and caused Ember deprecation notices
- moves the short `markdown-it-named-headers` functionality directly into our app code without using `String.js`
2017-09-11 10:39:22 +07: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
ctrl-or-cmd.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
date-formatting.js new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
document-title.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
format-markdown.js Remove unwanted String.prototype extensions (#856) 2017-09-11 10:39:22 +07:00
ghost-paths.js 🎨 Change asset path to /ghost/assets (#309) 2016-10-07 16:16:26 -05:00
isFinite.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
isNumber.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
link-component.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
random-password.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
route.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
text-field.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
titleize.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
validator-extensions.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
window-proxy.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
word-count.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00