bugfixes for show=title
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 15 Jun 2008 23:08:24 +0000 (19:08 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 15 Jun 2008 23:08:24 +0000 (19:08 -0400)
commitebb2b9cbda42eaff70f13303ad891c6f7aaddb33
treecd22fe403cf6cbaad00da40301a15e0742d2d3b3
parentce029bfe044445d3d1fc10926c2ab6b9305753e0
bugfixes for show=title

Can't sort by titles; the tree building logic requires that the list be
sorted by page name.

Setting linktext => $page is not the same as omitting it entirely. So some
contortions to only set linktext when the page name is not being shown.
IkiWiki/Plugin/map.pm