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

--- Comment #2 from Huji <[email protected]> ---
To be politically correct:

In EditPage.php at the very end of showIntro() function you will find a call to
LogEventsList::showLogExtract() which is how the message on top of the page is
created). LogEventsList::showLogExtract() itself is defined in
includes/logging/LogEventsList.php and uses the getBody() function of LogPager
to get a list of 50 recent delete log entries for that page and in the end, it
is the doQuery() function of Pager class which actually runs the query. If you
follow this path you will notice that the query will be run on log_namespace,
log_title and log_type fields.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to