Skip Menu |

This queue is for tickets about the MediaWiki-API CPAN distribution.

Report information
The Basics
Id: 42363
Status: rejected
Priority: 0/
Queue: MediaWiki-API

People
Owner: Nobody in particular
Requestors: dan.bolser [...] gmail.com
Cc:
AdminCc:

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



Subject: Problem with embeddedin for template
Date: Tue, 13 Jan 2009 12:02:17 +0000
To: bug-mediawiki-api <bug-mediawiki-api [...] rt.cpan.org>
From: Dan Bolser <dan.bolser [...] gmail.com>
## In this case we query for all pages using a certain template... my $articles = $mw->list( { action => 'query', list => 'embeddedin', eititle => 'Template:EntryPoint', #einamespace => '0', #eifilterredir => 'nonredirects', #eilimit => 'max' } ); print $articles, "\n"; exit; The above code gives the following error on my site: Not an ARRAY reference at /local/Scratch/dbolser/perl5/lib/perl5/MediaWiki/API.pm line 558.
On Tue Jan 13 07:02:52 2009, dan.bolser wrote: [snip] Show quoted text
> Not an ARRAY reference at > /local/Scratch/dbolser/perl5/lib/perl5/MediaWiki/API.pm line 558.
this is the same bug as reported https://rt.cpan.org/Ticket/Display.html?id=38571 so I am rejecting this duplicate. Not that this behaviour has been changed in mediawiki 1.14 which is due out any time now (they have branched it already). More details are listed on the link above. Thanks.