https://bugzilla.wikimedia.org/show_bug.cgi?id=69311
--- Comment #16 from Aaron Schulz <[email protected]> --- (In reply to Tisza Gergő from comment #15) > This has no overlap with the files from comment 0. I think the problem is > that the move entry in log table has the old page id but the script is > joining on the current one. It uses log_page, which really should be the ID of the source title page when the move started. Joining this on page will normally give the current title of the actual page with it's history (not the redirect). However, the Title class ends up logging the ID of the redirect page at the source title after moving, which doesn't make any sense. Fixing that won't help for this use case now. I'm running a check to find all missing files regardless of time. The only way to make use of the move log is to get all the entries from the time range (there were two incidences here) and unserialize log_params to get the destination page... -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
