Skip Menu |

This queue is for tickets about the MediaWiki CPAN distribution.

Report information
The Basics
Id: 31246
Status: resolved
Priority: 0/
Queue: MediaWiki

People
Owner: edwardspec [...] gmail.com
Requestors: buzz [...] exotica.org.uk
Cc:
AdminCc:

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



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 ?
Fixed everything. Show quoted text
> 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 ?
I'm sorry for such a delay. I've read you report next day it was published, however there're were some technical problems with my ISP so I couldn't upload fixed version of module. Sorry for this.