In LogFormatter:
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 7 Feb 2012 23:12:17 +0000 (23:12 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 7 Feb 2012 23:12:17 +0000 (23:12 +0000)
commit1a40d939490097b00b27acfcef6a4dba0e13a94b
tree6fa7255ef8f15e5290e9551add559e9dfb5b1758
parent6b239b04163032854813b773fd4372501f868d8d
In LogFormatter:
* Changed LogFormatter to support displaying redacting log items if the context user can see them. The default mode is still "show only public items".
* Fixed static calls to non-static getRestrictedElement() function.
* Cleaned up LogFormatter that build up vars only to then throw them away and replace them with rev-deleted placeholders.
In RevDel_LogItem:
* Use LogFormatter instead of raw LogPage::actionText call as such calls are broken and just displayed things like the string "move" (the log action name) instead of "x moved a to b: reason" and such. Fixes r96546.
includes/logging/LogFormatter.php
includes/revisiondelete/RevisionDelete.php