Modify ↓
Opened 17 years ago
Closed 12 years ago
#2104 closed enhancement (fixed)
exclamation mark should prevent creating links
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AutoWikifyPlugin |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann | Trac Release: | 0.10 |
Description
!CamelCase
doesn't create a link. !Autowikifylink
shouldn't create a link too, even when the wiki page exists.
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
Cc: | Steffen Hoffmann added; anonymous removed |
---|---|
Owner: | changed from Alec Thomas to Ryan J Ollos |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Should be an easy fix, just prefix the existing regex with
!?
, as in trac.wiki.api.get_wiki_syntax.