https://bugzilla.wikimedia.org/show_bug.cgi?id=18180





--- Comment #7 from azl...@yahoo.com  2009-09-09 07:30:23 UTC ---
If I knew how to produce a patch, I would have. But I simply don't know how to
go about it.

********************************
File: /includes/export.php
********************************

This involves moving the if statement of "# Full history dumps..." (Line 210)
below the if statement of "Time offset/limit for all pages/history..." (Line
229)

The time offset/limit parameters were being ignored because the if statement
for "Full history dumps" was being triggered first.
Moving the if statement for "Time offset/limit for all pages/history"
parameters above the full history seemed to have solved the bug.

I tested this in my wiki, and after this patch, the parameters are now being
recognised. I was able to export specific revisions of a page.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to