Ticket #7386 (closed defect: fixed)
Trac fails on URIs
| Reported by: | erlehmann | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | traclinks review |
| Cc: |
Description
Look at this link: < http://en.wikipedia.org/wiki/Mornington_Crescent_(game)> - it isn't highlighted correctly - the last bracket should be part of the URI. Now take <xmpp:erlehmann@jaim.at?roster> or <urn:isbn:0-345-33971-1>, which aren't highlighted at all.
A detailed solution with a proper regex that also matches links in parentheses can be found at < http://dieweltistgarnichtso.net/index.php?/archives/32-Constructing-a-regular-expression-that-matches-URIs.html#extended> .
Attachments
Change History
comment:1 in reply to: ↑ description Changed 22 months ago by rblank
- Milestone set to 1.0
comment:2 Changed 22 months ago by cboos
- Keywords traclinks added
- Owner set to cboos
- Component changed from web frontend to wiki system
- Milestone changed from 1.0 to 0.12
Strange that I didn't write anything on the ticket, as I have implemented it a while back after reading this ticket (or was it a duplicate?)
Changed 22 months ago by cboos
-
attachment
t7386-alt-shref-r7606.diff
added
Add alternative syntax for short links: <realm_or_protocol:target>



Replying to erlehmann:
And I actually clicked on the link, and thought "wtf?" :-)
We could indeed do better than the current state.