Feeds for recent changes now provide URLs for the change (i.e., the diff), not just...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 18 Nov 2007 02:33:30 +0000 (02:33 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 18 Nov 2007 02:33:30 +0000 (02:33 +0000)
commitc8136cd6a2119ae1978f687bc3d80ddb98df00f3
treebbcdf9c280fbf60a4a6413bb23c3d454ddfab9ee
parentd9381d162247c3dfd6a8c46f27f4970bfb35a0fc
Feeds for recent changes now provide URLs for the change (i.e., the diff), not just the page.  This matches behavior of history feeds, which appears more correct.  Incidentally, this code needs centralization, probably, say into a constructor method of Revision or Article.  Logic is unnecessarily duplicated at present.  (Also tweaked some docs, used __METHOD__ instead of $fname.)
RELEASE-NOTES
includes/Feed.php
includes/SpecialRecentchanges.php