wiki.techinc.nl/includes/logging
Aaron Schulz 1a40d93949 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.
2012-02-07 23:12:17 +00:00
..
LogEntry.php Made LogEntry::getPerformer() not fail miserable if we got the LogEntry via newFromRow() on just a logging table row. Previously, the current user IP would show. 2012-02-07 22:22:27 +00:00
LogEventsList.php Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
LogFormatter.php In LogFormatter: 2012-02-07 23:12:17 +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
LogPager.php Reducy query flood in r96546. Allow formatters to provide titles for LinkBatch. 2012-01-20 16:57:46 +00:00
PatrolLog.php Moved PatrolLog to logging folder, sorted the autoloaded entries alphabetically 2011-09-20 08:39:29 +00:00