https://bugzilla.wikimedia.org/show_bug.cgi?id=26122
--- Comment #37 from Matthew Flaschen <[email protected]> --- I no longer consider this a draft, and would appreciate reviews. The commit should explain itself pretty well in the commit message and release notes, but here are a couple notes: * This is the first usage of log_page in ApiQueryLogEvents. It always pulls the pageid out of log_page for deletions. Before, as Brion noted, it would use the page_id as of query time (if the page even exists then), which was wrong, since it was unrelated to the deletion action. When the page didn't exist at query time (which of course is common), it would use 0 since the join found nothing. * Special:Log works fine; it does not affect which links are red. -- 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
