aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Feed.php
Commit message (Expand)AuthorAgeFilesLines
* Documentation and whitespaceSam Reed2012-01-191-0/+1
* Per Nikerabbit, fix undefined variable notice from r102851Alexandre Emsenhuber2011-11-121-1/+1
* * Renamed member variables to begin with a lower caseAlexandre Emsenhuber2011-11-121-34/+34
* Removed FeedItem::getLastMod() and FeedItem::getDBPrefixedTitle() since they ...Alexandre Emsenhuber2011-11-101-19/+0
* Rename $wgVaryOnXFPForAPI (introduced in r93818) to $wgVaryOnXFP and extend i...Roan Kattouw2011-10-031-2/+2
* Expand some more URLs: for feeds, referers and the proxy scriptRoan Kattouw2011-08-191-6/+6
* Make $wgVaryOnXFPForAPI apply to RSS/Atom feeds too, because they too use PRO...Roan Kattouw2011-08-191-2/+5
* And some more parameter documentation!!Sam Reed2011-05-281-5/+3
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-2/+5
* * Implement MW_VERSION constant in Defines.php and use it in preference to $w...Happy-melon2011-05-071-5/+2
* Fix more botched something in r86457Niklas Laxström2011-04-201-10/+0
* Fix botched something in r86457Niklas Laxström2011-04-201-9/+0
* Revert r86455 based on bawolff's commentsMark A. Hershberger2011-04-201-0/+19
* DOH, cut-n-paste error.Mark A. Hershberger2011-04-201-1/+1
* Refactor need for duplicate private Title in FeedSMItem away by moving functi...Mark A. Hershberger2011-04-201-1/+20
* Fixup a few undefined variables and alike while checking REL1_17Sam Reed2011-04-041-1/+1
* Spell false with small latterNiklas Laxström2011-01-111-1/+1
* The default value of isPermaLink is true, not including it does nothing.Platonides2010-11-161-1/+1
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-21/+23
* Add <guid> to RSS to avoid duplicatesAryeh Gregor2010-01-151-2/+29
* * Document a bitAlexandre Emsenhuber2010-01-091-9/+71
* Add FeedItem::stripComment() and remove duplicationAaron Schulz2008-11-191-8/+31
* * (bug 15497) Removed encoding attribute from <?xml ?> tagsRoan Kattouw2008-09-101-1/+1
* (bug 15128) Documentation for xmlEncode is wrong, it's not static.Aryeh Gregor2008-08-131-3/+0
* Revert r39198 "* (bug 15128) Feed:xmlEncode() function now declared as static"Brion Vibber2008-08-121-1/+1
* * (bug 15128) Feed:xmlEncode() function now declared as staticRyan Schmidt2008-08-121-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+0
* * (bug 12935, 12981) Fully-qualify archive URLs in delete, revert messagesBrion Vibber2008-02-131-7/+3
* * (bug 5262) Fully-qualified $wgStylePath no longer corrupted on XML feedsBrion Vibber2008-02-121-1/+6
* Feeds for recent changes now provide URLs for the change (i.e., the diff), no...Aryeh Gregor2007-11-181-0/+1
* Doc tweaks:Nick Jenkins2007-04-241-1/+1
* Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) Nick Jenkins2007-04-041-7/+4
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-4/+7
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-7/+4
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-5/+0
* Rename constructors to __constructorAntoine Musso2007-01-201-1/+1
* * Added global $wgStyleVersion to centralize bumping CSS and JS file versionsBrion Vibber2006-10-131-2/+2
* Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)Antoine Musso2006-05-111-6/+5
* public / private / static stuff when loading Special:RecentchangesAntoine Musso2006-05-111-5/+6
* Switching from phpdoc to doxygen (use less than 32MB of memory).Antoine Musso2006-04-191-9/+10
* Update the FSF's address in all these GPL stub headersBrion Vibber2006-04-051-1/+1
* removing unused globals and some whitespace cleaningLupin2006-03-071-1/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-23/+23
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-6/+6
* * (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due toBrion Vibber2005-11-171-4/+5
* * (bug 2392) Fix Atom items content type, upgrade to Atom 1.0Brion Vibber2005-11-051-9/+32
* * Minor code refactoringÆvar Arnfjörð Bjarmason2005-09-081-1/+1
* * DocumentationÆvar Arnfjörð Bjarmason2005-07-181-23/+2