Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 54831
Status: resolved
Priority: 0/
Queue: MediaWiki-Bot

People
Owner: mike.lifeguard+cpan [...] gmail.com
Requestors: jean [...] veronis.fr
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 2.0.0
  • 2.0.1
  • 2.1.0
  • 2.1.1
  • 2.1.2
  • 2.2.0
  • 2.2.1
  • 2.2.2
  • 2.2.3
  • 2.2.4
  • 2.3.0
  • 2.3.1
Fixed in:
  • 3.0.0
  • 3.1.5
  • 3.1.6
  • 3.1.6-TRIAL



Subject: get_all_pages_in_category does not recurse on languages other than English
get_all_pages_in_category does not recurse on languages other than English because the "Category::" prefix is hard coded in the following line : if ( $page =~ /^Category:/ ) { E.g. Category pages on fr.wikipedia.org start with "Catégorie:".
On Sun Feb 21 04:12:17 2010, jeanv wrote: Show quoted text
> get_all_pages_in_category does not recurse on languages other than > English because the "Category::" prefix is hard coded in the following > line : > > if ( $page =~ /^Category:/ ) { > > E.g. Category pages on fr.wikipedia.org start with "Catégorie:".
This is fixed in the 3.1 release. See http://code.google.com/p/perlwikipedia/issues/detail?id=42