Last modified: 2010-05-15 15:33:04 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3773, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1773 - Patch to allow Special:Recentchanges to limit results to a particular page (esp. RSS feeds)
Patch to allow Special:Recentchanges to limit results to a particular page (e...
Status: RESOLVED DUPLICATE of bug 472
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.4.x
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://joeysmith.com/wikimedia.patch
: patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-28 17:05 UTC by Joey Smith
Modified: 2010-05-15 15:33 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Joey Smith 2005-03-28 17:05:21 UTC
I tried to stick to the mediawiki coding style. This patch was created to supply
the Hula project with the ability to provide RSS feeds for any given page,
instead of the wiki as a whole, simply by appending "&page=<wikiword>" to the
GET string. Comments welcome. :)

I can port this patch forward to any particular version of Mediawiki you'd like,
if you find yourselves too busy to do so.

Note that I don't allow caching if a page parameter is passed, so that we don't
cache page-specific versions.
Comment 1 Antoine "hashar" Musso (WMF) 2005-03-29 16:46:54 UTC
Maybe a better way to achieve this is to add a feed object to the
history page.
Comment 2 Joey Smith 2005-03-30 16:19:44 UTC
(In reply to comment #1)
> Maybe a better way to achieve this is to add a feed object to the
> history page.

Just wanted to clarify: does this mean mediawiki isn't interested in
this patch, but *would* be interested in a similar patch that does
what you describe?
Comment 3 Brion Vibber 2005-03-31 01:15:57 UTC
Note that the patch linked to here seems to have an SQL injection vulnerability in this line:
+	  ($pageRequested ? " AND rc_title = '{$pageRequested}' " : "").
$pageRequested is taken from input and not quoted.

I'm marking this bug as duplicate to bug 472 ("Basic XML Feed support for history"), since that seems a 
more appropriate place to put such a feed than the site-wide Recentchanges.

*** This bug has been marked as a duplicate of 472 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links