]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/matching_different_kinds_of_links.mdwn
add a way to add arbitrary openlayers to the osm plugin without hacking at the code
[ikiwiki.git] / doc / todo / matching_different_kinds_of_links.mdwn
index 5678ee7e292441d30c2106a0ebd884f71097457f..da3ea49f6e99ad8d2d807b8a06bc9fbf6424c027 100644 (file)
@@ -176,3 +176,21 @@ 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.
+
+> Done, although you'll need to plug in an appropriate version number when
+> you release it. Is there a distinctive reminder string you grep for
+> during releases? I've used `UNRELEASED` for now. --[[smcv]]
+
+Also, the ready branch adds `typedlink()` to [[ikiwiki/pagespec]],
+but you removed that feature as documented above.
+--[[Joey]]
+
+> [[Done]]. --s