From: Joey Hess Date: Sat, 30 Apr 2011 20:30:07 +0000 (-0400) Subject: tag: Avoid autocreating multiple tag pages that vary only in capitalization. The... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bad5072c02d506b5b5a0d74cd60639f7f62cc7d3?hp=bad5072c02d506b5b5a0d74cd60639f7f62cc7d3 tag: Avoid autocreating multiple tag pages that vary only in capitalization. The first capitalization seen of a tag will be used for the tag page. 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. ---