merging latest master
[lhc/web/wiklou.git] / includes / logging / LogFormatter.php
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-01 Aaron SchulzMerge "enable email for PreferencesTest.php"
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 NikerabbitMerge "Set CdbTest to skipped instead of incomplete"
2012-05-01 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-30 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-29 Aaron SchulzMerge "(bug 30963) Option to hide redirects in Allpages...
2012-03-29 Aaron SchulzMerge "(bug 33689) Fix incomplete query on constraints"
2012-03-29 Aaron SchulzMerge "Show the git revision and git branch in the...
2012-03-29 Aaron SchulzMerge "Avoid setting multiple Content-Type headers."
2012-03-28 Max Semenik(bug 35565) Special:Log/patrol doesn't indicate whether...
2012-02-28 Krinkle[IRC Log Message] Fix for protect/protect and protect...
2012-02-22 Niklas LaxströmFollowup, restore the irctext variable just in vase...
2012-02-22 Niklas LaxströmUglier than ugly hack to fix block log any many others...
2012-02-22 Rob Lanphierr112045/bug 34508: Make upload/upload and overwrite...
2012-02-22 Aaron Schulz* General log formatting fixes, like using the content...
2012-02-22 Aaron SchulzMade getIRCActionText() public again...since the old...
2012-02-22 Aaron SchulzMade use of new getIRCActionComment() function so that...
2012-02-22 Sam ReedMove parameters were backwards
2012-02-21 Sam ReedBug 34508 - [Regression] IRC string output for log...
2012-02-21 Sam ReedEffectively revert r112042
2012-02-21 Sam Reedconsistently use $entry
2012-02-21 Sam ReedFirst merge of the rest of the code from bug 34508...
2012-02-09 Sam ReedMore return documentation
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...