diff options
author | http://oblomov.myopenid.com/ <oblomov@web> | 2011-01-04 18:45:49 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-04 18:45:49 +0000 |
commit | 528ca2b6709f37552c2de85923a32056b4f6dc22 (patch) | |
tree | 307acab30c0bc9d2713201140009b78609f1dfb5 | |
parent | d3a79a2c242d1c9f4431566ebc7f7a89a4c42d22 (diff) |
tag behavior changes introduced by typed link feature
-rw-r--r-- | doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn b/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn new file mode 100644 index 000000000..2b736b305 --- /dev/null +++ b/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn @@ -0,0 +1,14 @@ +The use of typed links for tags and some of the consequent changes +introduced some unwanted functionality variations in the tag system. Two +problems in particular could be observed, when compared to the use of +tags in older versions of IkiWiki: + +* tags in feeds (both rss and atom) would use the file path as their + name (e.g. you would have <category term="tags/sometag" /> in an atom + item for a page tagged sometag with a tagbase of tags), whereas they + appeared pure before +* tags containing a slash character would appear without the slash + character but be used with the slash character in other circumstances + (effect visible by tagging a page with a name such as "with/slash") + +I've written a [[patch]] to fix this issues by introducing a `tagname()` function that reverts `taglink()`, and it's available [[here|http://sprunge.us/SHRj]] as well as on my [[git|http://git.oblomov.eu/ikiwiki]] |