https://bugzilla.wikimedia.org/show_bug.cgi?id=21535
--- Comment #2 from Craig Box <[email protected]> 2009-12-15 15:00:03 UTC --- Created an attachment (id=6883) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6883) Patch for adding namespace value to the cache key used for recent changes RSS. The difference is that Special:NewPages always generates a feed; Special:RecentChanges uses the ChangesFeed class, which caches its results. If you alter the feedSetup() function to include the namespace parameter, the cache will then return you the results from whatever namespace you first hit, for the cache validity period, even when you have changed the namespace parameter. To work around _that_, we add the namespace value to the cache key. Attached is a patch for this issue. I can't see any reason why using namespace as a cache parameter is a bad thing, so if anyone could weigh in here, please do. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
