Subject: | Bugs in ->history with offset regular expression and history_step |
Setting $pg->{history_step} does not work
line 581 of page.pm has
my $limit = $obj->{client}->{history_step} || 50;
changing to
my $limit = $obj->{history_step} || 50;
makes it work.
Also, the offset regular expression does not work using latest
mediawiki (1.11.0 - not tested with older). So if a page has more than
{history_step} edits, then you will get stuck in an infinite loop with
$offset getting the contents "a
href="/mediawiki/index.php?title=Main_Page&offset=20060810081105&action=history&uselang=en"
title="Main Page" rather than the actual date offset.
I've done a lot of bug reporting/fixing on this project, but it seems
that many of my reports are not being read, or the main developer is
too busy right now ?