}
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) {
my $cgi = shift;
foreach my $f ($cgi->param) {
IkiWiki::Plugin::attachment::check_canattach($session, $page, $file);
}
else {
- error("renaming of attachments is not allowed");
+ error("removal of attachments is not allowed");
}
}
* Add new hooks: canremove, canrename, rename. (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)
* Add build machinery to build po files to translate the underlay wikis,
* Add further build machinery to generate translated underlays from