Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
[lhc/web/wiklou.git] / includes / logging / LogFormatter.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Aaron SchulzFixes for r96546 (bug 33167):
2012-02-07 Aaron SchulzIn LogFormatter:
2012-01-20 Niklas LaxströmCan't PHP just DWIM? Ping r109628
2012-01-20 Niklas LaxströmReducy query flood in r96546. Allow formatters to provi...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-06 Aaron SchulzFixed doc typo
2011-10-29 Sam ReedKill various unused variables
2011-10-21 John Du HartFollowup r100396, use is_string instead of !is_array
2011-10-21 John Du HartBugfix to r96441, class_exists throws warnings when...
2011-10-03 Niklas LaxströmFollowup r97138 - could not reproduce myself
2011-09-28 Niklas LaxströmFollowup r98135
2011-09-19 Niklas LaxströmConverted patrol log to the new system
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-15 Niklas LaxströmThis should fix the following PHP notice and the displa...
2011-09-14 Niklas LaxströmAdded a bit defensive programming, as suggested by...
2011-09-14 Niklas LaxströmRevisionDeleter:
2011-09-14 Niklas LaxströmThere was a double space between log action text and...
2011-09-14 Niklas LaxströmInstead of throwing fatals, accept null titles in old...
2011-09-10 Alexandre EmsenhuberFix comment
2011-09-08 Niklas LaxströmEnabled MoveLogFormatter
2011-09-07 Sam ReedFix whitespace
2011-09-07 Siebrand MazelandRan stylize.php. Required manual corrections:
2011-09-07 Niklas LaxströmFfixes to r96443 and r96441
2011-09-07 Niklas LaxströmCommitting my new logging classes for review. Will...