Description

There seems to be a problem with the WantedPages / GesuchteSeiten page. It doesn't properly parse two-level relative links like ../../Page and shows them as non-extisting / wanted when they exist in fact.

Hm, shouldn't it be possible to add a relative link simply using ../../PageName without "[ ]" braces? Only /PageName and ../PageName works (as you can see).

Steps to reproduce

  1. Create the following subpage-structure:
    EntryPage
    EntryPage/Level2
    EntryPage/Level2/Level3
  2. On !EntryPage/Level2/Level3, place a link like this:

    [:../../Level2:Level 2] or [:../../Level2a:Level 2a]

  3. Save that page and look at the URL the wiki link points to. The link is parsed correctly and the page exists (since it's self-referencing in this example). You can even click it and it works.

    Bildschirmfoto-moinmoin-bug-show-url.png

  4. Check out WantedPages / GesuchteSeiten and you will see the URL not correctly parsed like in the screen-snippet below, even though the page exists:

    Bildschirmfoto-moinmoin-bug.png

Example

Details

No traceback here, nothing shows up in the Apache / mod_python logs.

SystemInfo shows this:

I have installed:

Workaround

...

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/TwoLevelSubpageLinksShowUpInWantedPages (last edited 2008-03-18 19:26:12 by JohannesBerg)