Last modified: 2014-02-13 23:01:00 UTC
1. Go to a wiki content page (not front page, not a history page) 2. Note that your browser's RSS icon becomes active, indicating you can subscribe to the page 3. Click the browser's RSS button to subscribe. Expected behavior: 4. You get subscribed to that page's history feed. Actual behavior: 4. You get subscribed to the firehose of all recent changes for the entire wiki. I would imagine the change here is fairly simple (just changing the 'link rel="alternate" type="application/atom+xml"' line) but a quick grep through mediawiki-core and Vector doesn't really show me where this is being created. :/
Guess: See the calls to getUrl() and getSelfUrl() in https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/includes%2FFeed.php#L353