wiki.techinc.nl/includes/logging
Brian Wolff 957850f0da If you request LogEventList to display the combination of 2 log types, and one of
those logs are restricted, will generate a warning, since it removes first entry of
array, but doesn't re-index the array, and subsequent code makes assumptions of the
form if ( count( $this->types ) $singleType = $this->types[0] (which doesn't work, as
first index is 1).

Thus cause array to be re-indexed if a $wgLogRestriction causes a log type to be removed.

Steps to reproduce the issue is make deletion log restricted, then view a (non-existent) user page.

Personally I think its kind of weird/wrong that if someone restricts both the move and delete log,
then viewing a non-existent will give "This page has been deleted, here's delete log:" followed by an
entry from *any* public log.
2011-12-20 06:16:08 +00:00
..
LogEntry.php Quick ugly fix to avoid duplicate log entries in rc feed. 2011-11-03 17:07:29 +00:00
LogEventsList.php If you request LogEventList to display the combination of 2 log types, and one of 2011-12-20 06:16:08 +00:00
LogFormatter.php Bug 29524 - Rename RequestContext::getLang to getLanguage 2011-11-21 16:13:21 +00:00
LogPage.php follow up to r106393 - re-add these notices, since now they wont show for people that change the depr limit to see them 2011-12-16 00:24:00 +00:00
PatrolLog.php Moved PatrolLog to logging folder, sorted the autoloaded entries alphabetically 2011-09-20 08:39:29 +00:00