Create a custom log formatter that allows log entries to contain wikitext
authorSamanthaNguyen <samanthanguyen1116@gmail.com>
Sun, 25 Feb 2018 00:19:31 +0000 (18:19 -0600)
committerSamanthaNguyen <samanthanguyen1116@gmail.com>
Mon, 26 Feb 2018 23:26:24 +0000 (17:26 -0600)
commit40fa250a450130d5a952acd50505dac4d31941c3
tree7f66cb504d2d195faf936e86da57cd0b2b65ff87
parentad2a5758de8754b6d0026dea9e442f4cc1c85ee9
Create a custom log formatter that allows log entries to contain wikitext

This creates a new log formatter called WikitextLogFormatter, which
is a simple class that allows log entries to contain properly
formatted wikitext. This makes it easier for extensions so they don't
have to create their own subclass of LogFormatter.

Change-Id: I2b7fddf5c6ef017a0925b4bf75cfd47cb55aa5de
autoload.php
includes/logging/WikitextLogFormatter.php [new file with mode: 0644]