Last modified: 2006-05-25 08:22:43 UTC
{{BASEPAGENAME}} does not work when viewing an old version of a page, such as in the provided URL. In the {{talkarchive}} template, there should be a link to the current talk page instead of the text "[[User_talk:|current talk page]]".
The link at the top of the provided URL has been removed pending this bug's resolution. I found the bug using: [[{{{1|{{TALKSPACE}}:{{BASEPAGENAME}}}}}|current talk page]] Normally, it returns something like "[[User_talk:Mdd4696|current talk page]]", but when viewing old revisions, it returns "[[User_talk:|current talk page]]".
Actually, the problem I found was a more generic one; a logic error caused the last part of the title, after /, to be discarded...if there was no / in the first place, the entire title was discarded. Oops. Fixed in SVN trunk, r14376.