Description

When using the backlink function (by clicking on a page title) or looking at WantedPages, OrphanedPages and so on, my result lists are incomplete and therefore unusable. I've figured out that it works fine for links of the form PageName or PageName/SubPage but it does not work for links of the form [:PageName: My own title]. This is used when

This is the suggested way described in HelpOnLinking.

Steps to reproduce

  1. create a link to a wiki page with an alternate title [:MoinMoinBugs/LinksWithTitlesNotIncludedInSearchResults/TestPage:Test page for the bug]

  2. if the page does not exist yet and non_exist_qm is set to 1, check the link in the referring page
    • It should display a question mark in front of the link (but does not)
  3. if the page does not exist yet, check WantedPages

    • It should contain the referenced page that does not exist yet (but does not)
  4. if the page does exist, check OrphanedPages

    • It should not contain the existing page as it is referenced by another one (but it does contain the page)

Example

[MoinMoinBugs/LinksWithTitlesNotIncludedInSearchResults/TestExistingPage: Test page for wrong link behaviour on existing page]
[MoinMoinBugs/LinksWithTitlesNotIncludedInSearchResults/TestNonExistingPage: Test page for wrong link behaviour on non existing page]

Details

MoinMoin Version

Release 1.3.4 [Revision 1.3.4 release]

OS and Version

Windows 2003

Python Version

2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)]

Server Setup

Server Details

Workaround

This seems to work in this wiki, so has either been already fixed or is a platform problem (unlikely). Can someone, please, tell me what patch is needed to get this fixed?

Discussion

/!\ Bug still isn't fixed in Release 1.3.5: Backlink function still doesn't find pages with links of type [wiki:Self:PageName#anchor LinkTitle]!

We have this same problem on our wiki at http://wiki.musicbrainz.org (Release 1.3.4). Additionally there are some pages which are linked to by a normal CamelCase link, but the search does not show up any BackLinks, and they are listed as OrphanedPages. An example is AuidoBookStyle which is linked to by ProposedStyleGuideline, but has no BackLinks. This is very weird. --MusicBrainz:DonRedman

Anyway, yours is a very weird bug that is not related to this one. Please file a new one and upgrade to 1.3.5 before doing so in order to see if the fix for this bug fixed yours as well.

Problem is that Interwiki links to Self where not counted as internal links and [:Pagename:Text] is mapped to an interwiki link.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/LinksWithTitlesNotIncludedInSearchResults (last edited 2007-10-29 19:18:29 by localhost)