]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn
editpage: Avoid inheriting internal page types.
[ikiwiki.git] / doc / bugs / urlto_API_change_breaks_wikis_with_po_plugin.mdwn
index 617796d73fbf79efedf674a24d0576931d6490f4..4268a1390b8deb3577d1e1f367b9bfca28a58767 100644 (file)
@@ -83,3 +83,16 @@ 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]]
+
+>>>>>> Ok. I am sorry for the burden that arose from my
+>>>>>> misunderstanding. No need to keep this bug open then =>
+>>>>>> [[done]] --[[intrigeri]]