Last modified: 2008-02-26 22:36:20 UTC
Links to pages outside of the main namespace are broken in the CategoryStepper extension. Only the pagename part of the page title is used when creating the links. So for example links that should lead to "Portal:Sport" leads to the page "Sport" in the main namespace. This can be fixed either by only stepping through mainspace pages, or by adding namespaces to the links.
Created attachment 4659 [details] Handle namespaces by creating links from a title object This patch makes the extension handle namespaces better by creating a Title object and making the links from that.
Fixed in revision 31382, thanks for the patch,