diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-06 14:20:44 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-06 14:20:44 -0400 |
commit | 407a3493599afbb2f16a0ace49ff1924997895d2 (patch) | |
tree | 6743b167258b24ab15ea45f0205bf10b5a910fd8 /doc/todo/matching_different_kinds_of_links.mdwn | |
parent | ff267e7ac33226cfbdf30ae8e9b9f7688c485dc7 (diff) | |
download | ikiwiki-407a3493599afbb2f16a0ace49ff1924997895d2.tar ikiwiki-407a3493599afbb2f16a0ace49ff1924997895d2.tar.gz |
nearly there!
Diffstat (limited to 'doc/todo/matching_different_kinds_of_links.mdwn')
-rw-r--r-- | doc/todo/matching_different_kinds_of_links.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/matching_different_kinds_of_links.mdwn b/doc/todo/matching_different_kinds_of_links.mdwn index 5678ee7e2..76a99f6a5 100644 --- a/doc/todo/matching_different_kinds_of_links.mdwn +++ b/doc/todo/matching_different_kinds_of_links.mdwn @@ -176,3 +176,15 @@ though... --[[smcv]] >> Removed in a newer version of the branch. I re-introduced it as a >> plugin in `smcv/typedlink`, but I don't think we really need it. --s + +---- + +I am ready to merge this, but I noticed one problem -- since `match_tagged` +now only matches pages with the tag linktype, a wiki will need to be +rebuilt on upgrade in order to get the linktype of existing tags in it +recorded. So there needs to be a NEWS item about this and +the postinst modified to force the rebuild. + +Also, the ready branch adds `typedlink()` to [[ikiwiki/pagespec]], +but you removed that feature as documented above. +--[[Joey]] |