Last modified: 2009-08-31 11:56:41 UTC
Created attachment 6145 [details] Against r50880, tweaks LogEventsList::showLogExtract() Currently, this function can only be used to write a log extract directly to an OutputPage, invariably $wgOut. This is sub-optimal. This patch allows the $out parameter to alternatively be a pointer-to-string which is filled with the content. Fully B/C (AFAIK), return type unchanged. Works fine on my test wiki.
*** Bug 19797 has been marked as a duplicate of this bug. ***
Oops, sorry for the duplicate, I was just running through a complete diff between my checkout and trunk, and didn't think I'd posted this patch yet. Updated patch against r53416 is attached to bug19797. Anyone feel like reviewing it? :D
Applied in r55693.