Skip Menu |

This queue is for tickets about the WWW-Mediawiki-Client CPAN distribution.

Report information
The Basics
Id: 44397
Status: new
Priority: 0/
Queue: WWW-Mediawiki-Client

People
Owner: Nobody in particular
Requestors: bjoern [...] caret.cam.ac.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.31
Fixed in: (no value)



Subject: [Patch] Checking out pages ending in "wiki" (i.e. "something wiki.wiki")
It's not possible to checkout pages with names ending in wiki (e.g. a page called "about this wiki", which should give a local page "about this wiki.wiki"). Patch: In Client.pm, line 1319 change ) if $name =~ /.wiki$/; to ) if $name =~ /\.wiki$/;