Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Feed.php
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...