master
Joey Hess 2010-01-18 12:08:26 -05:00
parent 4f25d90ebc
commit 97bc5d8bca
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ sub redirect ($$) {
} }
sub decode_cgi_utf8 ($) { sub decode_cgi_utf8 ($) {
# decode_form_utf8 method is needed for 5.10 # decode_form_utf8 method is needed for 5.01
if ($] < 5.01) { if ($] < 5.01) {
my $cgi = shift; my $cgi = shift;
foreach my $f ($cgi->param) { foreach my $f ($cgi->param) {

2
debian/changelog vendored
View File

@ -262,7 +262,7 @@ ikiwiki (3.141592) unstable; urgency=low
* Add new hooks: canremove, canrename, rename. (intrigeri) * Add new hooks: canremove, canrename, rename. (intrigeri)
* rename: Refactor subpage rename handling code into rename hook. (intrigeri) * rename: Refactor subpage rename handling code into rename hook. (intrigeri)
* po: New plugin<F11>, suporting translation of wiki pages using po files. * po: New plugin, suporting translation of wiki pages using po files.
(intrigeri) (intrigeri)
* Add build machinery to build po files to translate the underlay wikis, * Add build machinery to build po files to translate the underlay wikis,
* Add further build machinery to generate translated underlays from * Add further build machinery to generate translated underlays from