fix autotag behavior for relative tags
authorJoey Hess <joey@kitenet.net>
Sat, 17 Apr 2010 20:01:41 +0000 (16:01 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 17 Apr 2010 20:01:41 +0000 (16:01 -0400)
commit2fc342b048d23d8355631000b7285fb5d26b258a
tree342a24508d523cd98ff1e5a8e3414c09122cf893
parentb00d8771cc212349ca886401bc68facdf08e0d3c
fix autotag behavior for relative tags

A tag like ./foo is searched for relative to the tagging page.
However, if multiple pages use such a tag, the only one sure
to be in common is in the root, so autocreate it there to
avoid scattering redunadant autocreated tags around the tree.

(This is probably not ideal.)

Also renamed the tagpage and taglink functions for clarity.
IkiWiki/Plugin/tag.pm