diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-20 15:11:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-20 15:11:53 -0400 |
commit | 4d93407e19d553a5c62cb8b7ae4f2a0b3fbefbfb (patch) | |
tree | 3ed64ea23642c3cf9ee37e13a5b1e1481d5dab7f /doc/bugs | |
parent | ace0ae206538b486484a047ec07109db319eff9a (diff) | |
parent | 1e34e4d34168717dcf61504554cbf1137d34b87e (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn | 11 |
1 files changed, 11 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 new file mode 100644 index 000000000..07e925a03 --- /dev/null +++ b/doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn @@ -0,0 +1,11 @@ +The po plugin needs to be updated to match the urlto sub API and +signature changes. Else a wiki with the po plugin enabled cannot be +refreshed / rebuilt because of (correct) Perl errors. + +My po branch contains a fix. + +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. + +--[[intrigeri]] |