Modify ↓
#4532 closed defect (worksforme)
Only shortest acronym is matched
Reported by: | zeljko | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | AcronymsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
If there are two acronyms where shorter one is equal to beginning of longer one, e.g.
||WS||Web Service|| || || ||WSDL||Web Service Description Language|| || ||
only the shorter one will be matched, i.e. only "WS" part of "WSDL" will be underlined and only "WS" description will be seen.
Partial match is practical for plurals (e.g. WSDLs), but should be limited to upper case part of the acronym.
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Alec Thomas to Ryan J Ollos |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Please reopen if it still doesn't work after upgrading to Trac 0.11.7.
comment:3 Changed 14 years ago by
In fact, the following example works as I expect it to as well:
||RFC||Request For Comment $1||http://www.ietf.org/rfc.html||http://www.ietf.org/rfc/rfc$1.txt|| ||RFC2315||Req for comment 2315 || ReqForComment|| ||
In that case, RFC 2315 links to ReqForComment
, as I'd expect it to over-ride the match to RFC<id>.
Note: See
TracTickets for help on using
tickets.
I can't reproduce this behavior with
Trac 0.11.8dev-r9998
.