Allow modification of flags on Recent Changes
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 20 Jun 2013 19:34:07 +0000 (21:34 +0200)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 21 Jun 2013 17:07:39 +0000 (13:07 -0400)
commitbb0ab45ee876adc3046e70d21d693963cc329619
treee5b40ab85d981639d999b1c08fd660a127268ec2
parenta2d0187b6f85856cfdc79acf7b53d61465cc4bf4
Allow modification of flags on Recent Changes

Moved the message map in ChangesList::flag to a new setting named
$wgRecentChangesFlags and used it keys to iterate over the flags
Also allow setting the class to deal with minor vs. minoredit

Also make ChangesList::recentChangesFlags public to be used from
extensions, when they will build its own line

Changed one list of placeholders to use recentChangesFlags to have the
correct number of spaces there

Change-Id: If69de05c4edec4e84c3e059090b9cb89845e3269
RELEASE-NOTES-1.22
includes/ChangesList.php
includes/DefaultSettings.php