Ghost/ghost/admin/tests/integration
Kevin Ansfield cc33fa899d 🐛 Fixed navigation url inputs when configured URL has special characters (#941)
closes https://github.com/TryGhost/Ghost/issues/9373

- using an `<a>` element to parse a URL does not behave as expected when the URL has special characters because the `host` attribute will show the Puny URL version. Eg. `exämple.com` will become `xn--exmple-cua.com`
- `{{gh-navitem-url-input}}` was failing to manipulate the URL value because of the difference between the Puny URL encoded URL and the raw configured URL with unicode chars
- uses the `URI` module that's bundled with the imported version of `google-caja` to parse the URL via regexes rather than relying on native browser parsing
2018-01-07 12:14:24 +01:00
..
adapters 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
components 🐛 Fixed navigation url inputs when configured URL has special characters (#941) 2018-01-07 12:14:24 +01:00
services Bump ember-ajax dependency (#902) 2017-11-03 22:59:39 +00:00