• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TryGhost / Ghost-Admin / 3346
70%

Build:
DEFAULT BRANCH: master
Ran 07 Jan 2018 11:24AM UTC
Jobs 1
Files 410
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3346

push

travis-ci

kirrg001
🐛 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

1698 of 2702 branches covered (62.84%)

17 of 17 new or added lines in 1 file covered. (100.0%)

4065 of 5641 relevant lines covered (72.06%)

40.8 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
app/components/gh-navitem-url-input.js
Jobs
ID Job ID Ran Files Coverage
1 3346.1 07 Jan 2018 11:24AM UTC 0
72.06
Travis Job 3346.1
Source Files on build 3346
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3346
  • bd83aab5 on github
  • Prev Build on master (#3343)
  • Next Build on master (#3347)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc