* Use only default options when generating RSS and Atom syndication links.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 12 Jan 2008 00:13:53 +0000 (00:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 12 Jan 2008 00:13:53 +0000 (00:13 +0000)
commitb3b309ebb9bf313194201abfe16129c0cb6f54c0
tree79768c54d34c01514482956d4690b7534c22358c
parent3d5ac81240703154f033b4e4f590b01e850894ea
* Use only default options when generating RSS and Atom syndication links.
  This should help prevent infinite link loops that some software may follow,
  and will generally keep feed behavior cleaner.

Combined duplicate link expansion from OutputPage and SkinTemplate into OutputPage::getSyndicationLinks()
RELEASE-NOTES
includes/OutputPage.php
includes/PageHistory.php
includes/SkinTemplate.php