#6529 closed defect (fixed)
[Patch] Anchors are reported as missing links
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | WantedPagesMacro |
Severity: | normal | Keywords: | patch |
Cc: | Itamar Oren | Trac Release: | 0.11 |
Description
For pages that have anchors defined in their section headers, e.g.
== Site Appearance == #SiteAppearance
the WantedPages plugin will report a missing link, in this case for the SiteAppearance anchor.
Attachments (1)
Change History (14)
Changed 15 years ago by
Attachment: | wantedpagesplugin-ignore-anchors.patch added |
---|
comment:1 Changed 15 years ago by
I tried to fix this by editing the regular expression for camel case link matching, see attached patch. It works for me, but it might be better for the original author to check whether this is the right fix.
comment:2 Changed 15 years ago by
Summary: | Anchors are reported as missing links → [Patch] Anchors are reported as missing links |
---|
comment:3 Changed 13 years ago by
Cc: | Itamar Oren added; anonymous removed |
---|---|
Keywords: | patch added |
Thanks for the patch!
Just started using it, and looks like it does the job.
Any chance it gets into trunk?
comment:4 follow-up: 5 Changed 13 years ago by
Ping me if we don't here from the author for two weeks and I'll make sure it gets into the repository.
comment:5 Changed 11 years ago by
Replying to rjollos:
Ping me if we don't here from the author for two weeks and I'll make sure it gets into the repository.
Ping...
comment:6 Changed 11 years ago by
Owner: | changed from Justin Francis to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:8 Changed 11 years ago by
I did not test the change, but it looks straightforward enough. Please report back if it is working for you now after installing from wantedpagesplugin/trunk.
comment:9 Changed 11 years ago by
Works for me. Thanks.
Please also close #7708, it's a duplicate of this ticket.
comment:11 follow-up: 12 Changed 11 years ago by
comment:12 Changed 11 years ago by
Replying to glinders:
Question: Is the original author of this plugin still interested in maintaining it or can I adopt it?
No activity from the original author in 6 years, but there was a response in #10502. Feel free to proceed with a formal adoption request, see AdoptingHacks.
I was planning to push some changes, but I'd be happy to have someone else do it :)
comment:13 Changed 11 years ago by
Component: | WantedPagesPlugin → WantedPagesMacro |
---|
Renaming plugin from WantedPagesPlugin to WantedPagesMacro.
Patch for ignoring anchors