aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FeedUtils.php
Commit message (Expand)AuthorAgeFilesLines
* Fix possibly undefined variablesSam Reed2012-02-181-0/+1
* More return documentationSam Reed2012-02-091-0/+1
* r96546: Made FeedUtils::formatDiff() use the new LogFormatter class rather th...Aaron Schulz2012-02-071-8/+7
* Follow-up r106189. The $wgUser are no longer needed.Platonides2011-12-151-6/+4
* Remove users of deprecated User::getSkin().Siebrand Mazeland2011-12-141-3/+2
* Fix for r102295 per CR r105654: don't double-escape the URLTim Starling2011-12-091-1/+1
* Fixes for r102295:Tim Starling2011-12-091-8/+7
* Fix comment from r102287Tim Starling2011-12-091-2/+2
* bug 29110 - $wgFeedDiffCutoff doesn't affect new pagesAntoine Musso2011-11-071-12/+31
* early returns to avoid long code in if / elseAntoine Musso2011-11-071-49/+54
* * Added HttpError exception as replacement for wfHttpError(); changed alls co...Alexandre Emsenhuber2011-09-161-3/+2
* Trim trailing whitespaceSam Reed2011-09-041-1/+0
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* Avoid PHP notice about undefined variable $diffText if $wgFeedDiffCutoff is 0Alexandre Emsenhuber2010-04-041-1/+1
* * (bug 19393) Feeds now format dates in user language rather than content lan...Alexandre Emsenhuber2010-04-021-7/+7
* __FUNCTION__ -> __METHOD__Alexandre Emsenhuber2010-01-101-4/+4
* * Document a bitAlexandre Emsenhuber2010-01-091-11/+43
* (bug 19394) Recent changes feed items corresponding to some log entries are b...Chad Horohoe2009-08-021-1/+1
* Message 'revisionasof' - date and time separated as of request by user "Der U...Purodha B Blissenbach2009-06-011-3/+7
* Remove some unused $wgOut's.Chad Horohoe2009-04-071-1/+1
* (bug 14868) Setting $wgFeedDiffCutoff to 0 now stops generation of the diff e...Chad Horohoe2008-08-081-7/+10
* * (bug 14646) Fix some double-escaping of HTML in feed outputBrion Vibber2008-07-061-5/+6
* Refactored SpecialRecentchanges:Niklas Laxström2008-06-171-0/+151