]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn
Merge remote branch 'smcv/ready/urlto'
[git.ikiwiki.info.git] / doc / bugs / urlto_API_change_breaks_wikis_with_po_plugin.mdwn
index 617796d73fbf79efedf674a24d0576931d6490f4..fc0672d0a1b31c18b8e54ba15dcfbc90e5f5fba1 100644 (file)
@@ -83,3 +83,12 @@ investigated this yet.
 >>>> I unfortunately might not be able to dedicate the needed time to
 >>>> help fix this in a timely manner, so I don't want to urge anyone.
 >>>> Take care!  --[[intrigeri]]
+
+>>>>> I can see why this is bad, but to the best of my knowledge it's
+>>>>> not a regression: each of the calls to 1-argument `urlto` was
+>>>>> previously a call to 3-argument `urlto`, which always produces
+>>>>> a fully absolute URL, so in either case there isn't enough
+>>>>> context to know the current language. Links that were previously
+>>>>> 2-argument `urlto` still have a defined second argument;
+>>>>> I've just edited `plugins/write` to clarify why the second
+>>>>> argument should be provided whenever possible. --[[smcv]]