Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Feed.php
2011-01-11 Niklas LaxströmSpell false with small latter
2010-11-16 PlatonidesThe default value of isPermaLink is true, not including...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2010-01-15 Aryeh GregorAdd <guid> to RSS to avoid duplicates
2010-01-09 Alexandre Emsenhuber* Document a bit
2008-11-19 Aaron SchulzAdd FeedItem::stripComment() and remove duplication
2008-09-10 Roan Kattouw* (bug 15497) Removed encoding attribute from <?xml...
2008-08-13 Aryeh Gregor(bug 15128) Documentation for xmlEncode is wrong, it...
2008-08-12 Brion VibberRevert r39198 "* (bug 15128) Feed:xmlEncode() function...
2008-08-12 Ryan Schmidt* (bug 15128) Feed:xmlEncode() function now declared...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-02-12 Brion Vibber* (bug 5262) Fully-qualified $wgStylePath no longer...
2007-11-18 Aryeh GregorFeeds for recent changes now provide URLs for the chang...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2006-10-13 Brion Vibber* Added global $wgStyleVersion to centralize bumping...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussopublic / private / static stuff when loading Special...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-11-17 Brion Vibber* (bug 3999) Change atom 1.0 feed id; had been unnecess...
2005-11-05 Brion Vibber* (bug 2392) Fix Atom items content type, upgrade to...
2005-09-08 Ævar Arnfjörð Bjar... * Minor code refactoring
2005-07-18 Ævar Arnfjörð Bjar... * Documentation
2005-05-23 Ævar Arnfjörð Bjar... * Cleanup syntax
2005-04-29 Gabriel Wickeallow other content-types
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-08 Brion Vibber* Trim old illegal characters from syndication feeds
2004-12-12 Brion VibberLoad limiting work for Recentchanges RSS/Atom feeds:
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-17 Antoine MussoStop loading feed.php every time by moving available...
2004-09-07 Domas Mituzastimestamp fix
2004-09-03 Antoine Mussosome comments
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine Mussophpdocumentor comments placeholders
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-06-09 Antoine Mussosome double quoting replaced by single quoting
2004-04-29 Brion VibberUse dc:creator instead of author in RSS feeds, as RSS2...
2004-04-28 Brion VibberAdd a quickie style sheet to make the feeds semi-legibl...
2004-04-28 Brion VibberAdd atom feed <link> when syndication is on.
2004-04-28 Antoine Musso+add the "comments" field to rss feeds
2004-04-27 Antoine Mussotime need to follow RFC 822 format ( "r" )
2004-03-20 Brion VibberSend cache-control headers with feeds, this makes 304...
2004-03-19 Brion VibberFix stupid mistake in untested charset conversion code.
2004-03-19 Brion VibberSome more RSS syndication work. <author> tags now inclu...
2004-03-05 Brion VibberTweaking RSS; add dates, etc.
2004-03-05 Brion VibberNew RSS feed should be easier to integrate with any...