1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/tests/acceptance
Kevin Ansfield bd83aab585 🐛 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
..
settings 🐛 Fixed navigation url inputs when configured URL has special characters (#941) 2018-01-07 12:14:24 +01:00
authentication-test.js Always use closure actions 2017-11-25 09:49:49 +00:00
content-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
custom-post-templates-test.js Custom Post Templates UI (#878) 2017-10-10 14:26:19 +02:00
editor-test.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
error-handling-test.js Bump ember-ajax dependency (#902) 2017-11-03 22:59:39 +00:00
ghost-desktop-test.js 🎨 use blue instead of yellow for warning alerts (#792) 2017-07-20 16:00:41 +02:00
password-reset-test.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
setup-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
signin-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
signup-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
subscribers-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
team-test.js 🐛 Fixed failing Facebook URL validation for group urls (#906) 2017-11-10 16:38:30 +00:00