Ghost/ghost/admin/tests
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
..
acceptance 🐛 Fixed navigation url inputs when configured URL has special characters (#941) 2018-01-07 12:14:24 +01:00
helpers fix power-select import deprecations 2018-01-03 15:02:38 +00:00
integration 🐛 Fixed navigation url inputs when configured URL has special characters (#941) 2018-01-07 12:14:24 +01:00
unit Remove unused {{gh-datetime-input}} and related helper 2017-11-30 17:06:48 +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