wiki.techinc.nl/includes/revisiondelete
Alexandre Emsenhuber e93fa029e2 Moved "action links" from LogEventsList to LogFormatter.
* This allow extensions to set both action text and links directly
  from a subclass LogFormatter instead of having to use the LogLine
  hooks for this purpose.
* Moved stuff for logs that already use a subclass of LogFormatter
  there and the remaining in LegacyLogFormatter. I had to an hack
  there so that the pass-by-ref of the comment parameter in the
  LogLine hook still works.
* Removed RevisionDeleter::getLogLinks(), included it directly in
  DeleteLogFormatter::getActionLinks(); it have a so ugly signature
  that is very hard to use it somewhere else (and maintain backward
  compatibility too).
* Removed the message caching system in LogEventsList since it's
  not used anymore.
* Some misc cleanup to LogEventsList::logLine()

Change-Id: I96d696eed2ae35f5f5640e422ceb0a5b0c33babf
2012-08-15 11:02:50 +02:00
..
RevisionDelete.php Misc fixes in RevisionDelete.php. 2012-06-07 10:44:10 +02:00
RevisionDeleteAbstracts.php Added missing GPLv2 headers in some places. 2012-04-28 20:41:55 +02:00
RevisionDeleter.php Moved "action links" from LogEventsList to LogFormatter. 2012-08-15 11:02:50 +02:00
RevisionDeleteUser.php Added missing GPLv2 headers in some places. 2012-04-28 20:41:55 +02:00