]> sipb.mit.edu Git - ikiwiki.git/commitdiff
tag: Avoid autocreating multiple tag pages that vary only in capitalization. The...
authorJoey Hess <joey@kitenet.net>
Sat, 30 Apr 2011 20:30:07 +0000 (16:30 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 30 Apr 2011 20:30:07 +0000 (16:30 -0400)
Arguably, the real bug is in the interface to add_autofile, but since
that does take a filename, not a page name, it cannot really do case
handling on its own. The only other users of add_autofile in ikiwiki proper
is autoindex, and it always uses one case. Other third party plugins might
also need to add similar workarounds though.


No differences found