Modify ↓
#779 closed defect (duplicate)
[merge] Patch for fixing trac-links in rst wiki mode.
Reported by: | tonib | Owned by: | utopiste |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I fixed a couple of issues with trac-links in rst-mode.
- Now you can write inline traclinks with two arguments. First is to tell the url and the second is the name.
- Fixed bug that if you had two argument the Linktext and the url were the same.
- Fixed bug that if you wanted to referer within a page the page was set to missing. That is if you wrote
mypage#section
:trac it would show up missing.
Also relexed what is a considered a wiki link alot. This is if you write a trac directive you really want a link so create one.
Attached a patch.
Best regards,
Toni
Attachments (1)
Change History (6)
by , 20 years ago
Attachment: | patch_rst_trac_links.diff added |
---|
comment:1 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Included in the patches for #801.
comment:3 by , 20 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
patch for the ticket