Store page_id in logging table for deletions and make queryable
authorMatthew Flaschen <mflaschen@wikimedia.org>
Sat, 15 Feb 2014 07:14:21 +0000 (02:14 -0500)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 20 May 2014 03:02:44 +0000 (23:02 -0400)
commitd5cc04641dc48b5c7cf0ca158382135279c64c29
treefde03840abc5165acd3d9230aa8771b6c03f4999
parent926f665234e72ea5905bcb239d1f7a32b488f875
Store page_id in logging table for deletions and make queryable

* Clone title so page_id is not 0 at log time.
* Change ApiQueryLogEvents to provide log_page as logpage (for all
  rows, not just deletions) if ids are requested.

Bug: 26122
Change-Id: I1c7f3a84f10df05d6b37dccbad4c8232edf51580
RELEASE-NOTES-1.24
includes/WikiPage.php
includes/api/ApiQueryLogEvents.php