Modify ↓
Opened 13 years ago
Closed 10 years ago
#9639 closed enhancement (fixed)
Support for WikiCreole linking syntax
Reported by: | Itamar Oren | Owned by: | Geert |
---|---|---|---|
Priority: | normal | Component: | WantedPagesMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Trac 0.12 introduced support for the wiki:WikiCreole sytax, which allows linking in new ways (e.g. [[link]]
or [[link|LinkWithCamelCaseCaptionWhichIsNotaLinkByItself]]
).
It would be great if the plugin could support the new syntax.
Attachments (0)
Change History (6)
comment:1 Changed 13 years ago by
Trac Release: | 0.11 → 0.12 |
---|
comment:2 Changed 11 years ago by
Owner: | changed from Justin Francis to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Component: | WantedPagesPlugin → WantedPagesMacro |
---|
comment:4 Changed 11 years ago by
Type: | defect → enhancement |
---|
comment:5 Changed 11 years ago by
Owner: | changed from Ryan J Ollos to Geert |
---|
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This feature was added automagically in changeset r14058.
The new way of checking links incorporates this automatically, because it renders the Wiki pages first and then looks for unresolved links.
Test cases for Wiki Creole syntax were also added.
Note: See
TracTickets for help on using
tickets.
Renaming plugin from WantedPagesPlugin to WantedPagesMacro.