]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn
related bugfix
[ikiwiki.git] / doc / bugs / urlto_API_change_breaks_wikis_with_po_plugin.mdwn
index 9690b8b7bec84bb156d67ac8e6d5fd7e8d193e73..1f46c1511b2dcb3715fe6be49bbf2bec12b71418 100644 (file)
@@ -8,6 +8,8 @@ My po branch contains a fix.
 > The commit looks sane to me, for what it's worth. Joey, please
 > consider merging? --[[smcv]]
 
+>> Merged. --[[Joey]] 
+
 Also, I fear the lack of any useful `$from` parameter might break some
 l10n'd link niceness when using `po_link_to = current` but I have not
 investigated this yet.
@@ -25,3 +27,12 @@ investigated this yet.
 > could add some test cases there? To test 3-argument `urlto` you'd
 > need to add `$config{baseurl} = "http://example.com"` or
 > something. --[[smcv]]
+
+>> I'm leaving this bug report open until this can be checked. --[[Joey]] 
+
+>>> My `ready/urlto` branch improves the test coverage. The bugfix from
+>>> that branch fixes most of `po` too, but leaves behind some perhaps
+>>> less-than-ideal behaviour: links where the current language is unknown,
+>>> with `po_link_to = current`, always go to the master language,
+>>> whereas perhaps it'd be better to go to the negotiated language in
+>>> this case? --[[smcv]]