https://bugzilla.wikimedia.org/show_bug.cgi?id=19330
Web browser: ---
Summary: Inconsistent number of <item>s in feeds
Product: MediaWiki
Version: 1.16-svn
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: Normal
Component: Recent changes
AssignedTo: [email protected]
ReportedBy: [email protected]
Blocks: 3646
Users accessing
title=Special:RecentChanges
will always get
$wgDefaultUserOptions['rclimit']=50 items.
(execpt in the rare case that there really isn't that many items yet
in the recentchanges table.)
In contrast, users accessing
title=Special:RecentChanges&feed=rss (or feed=atom)
will get an inconsistent number of <item>s, only rarely all
$wgFeedLimit=$wgDefaultUserOptions['rclimit']=50.
The problem lies in
SpecialRecentchanges.php's function feedSetup().
It causes the steps
"1. filter, 2. limit"
to become the incorrect
"0. limit, 1. filter, 2. limit".
However it also has some other considerations mentioned... so I dare not
tamper...
--
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