diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-12-26 14:20:00 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-26 14:20:00 +0000 |
commit | d17387cdfbcd36a4715eab31cf2ac79928fad6b1 (patch) | |
tree | 6e4c72118b5f2f2beec442f3c5551d61df99700e /doc | |
parent | c058488274bb8e69e5f2f8b761c142069b14f490 (diff) | |
download | ikiwiki-d17387cdfbcd36a4715eab31cf2ac79928fad6b1.tar ikiwiki-d17387cdfbcd36a4715eab31cf2ac79928fad6b1.tar.gz |
I'm pretty sure this isn't a regression
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn b/doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn index 617796d73..0ca81fdc9 100644 --- a/doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn +++ b/doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn @@ -83,3 +83,10 @@ 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. --[[smcv]] |