aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ChangesFeed.php
Commit message (Expand)AuthorAgeFilesLines
* Couple more pieces of wikia upstreamingSam Reed2011-08-191-0/+5
* (bug 29485) For rss feed of the RC, it groups consecutive edits by same user,...Brian Wolff2011-06-191-1/+13
* Fix function level comments that start with /* not /**Sam Reed2011-05-211-11/+11
* Special pages don't have talk page. Fixes exception in feeds when using revis...Niklas Laxström2011-05-141-2/+2
* Pass the url to ChangesFeed::getFeedObject() instead of grabbing it from $wgT...Alexandre Emsenhuber2011-02-171-5/+9
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* Removal of unused globalsSam Reed2010-07-241-2/+1
* * (bug 21916) Last-Modified header is now correct when outputting cached feedAlexandre Emsenhuber2010-04-051-1/+5
* * (bug 22918) Feed cache keys now use $wgRenderHashAppend (so that it doesn't...Alexandre Emsenhuber2010-04-041-4/+4
* * Fix for r60163: in RC/RCL, hash together all the options, not just namespac...Tim Starling2010-02-101-7/+5
* * Document a bitAlexandre Emsenhuber2010-01-091-5/+49
* Follow-up to r60163 - add new function parameters at the end of the parameter...Happy-melon2009-12-171-2/+2
* (bug 21535) Add 'namespace' to cache key for RecentChanges RSS feed. Patch b...Happy-melon2009-12-171-2/+2
* (bug 19391) Fix caching for Recent ChangesFeed. Patch by Mormegil.Bryan Tong Minh2009-11-121-3/+3
* (bug 19394) Recent changes feed items corresponding to some log entries are b...Chad Horohoe2009-08-021-1/+1
* Skip feed items with deleted content entirely, fixes bug 19965Aaron Schulz2009-07-281-1/+3
* Cleanup to $wgFeedClasses:Chad Horohoe2009-02-141-1/+1
* * Added 'target' param to changesfeed to fix total breakage of RCL feed. They...Aaron Schulz2009-01-171-2/+2
* Remove some unused globals.Chad Horohoe2008-11-041-1/+1
* Don't throw fatals for bogus feed types (bug 15596)Aaron Schulz2008-09-141-1/+2
* A few misc. docs here and there.Chad Horohoe2008-09-131-1/+1
* Refactored SpecialRecentchanges:Niklas Laxström2008-06-171-0/+129