Difference between revisions of "Issue:Adduser"
From FollowTheScore
Line 1: | Line 1: | ||
− | + | {{Issue | |
+ | |Type = Bug | ||
+ | |Extension = DPL | ||
+ | |Version = 1.5.2 | ||
+ | |Description = wrong result when using adduser | ||
+ | |Status = open | ||
+ | }} | ||
− | + | == Problem == | |
− | + | I created a list of recent changes using: | |
− | |||
− | |||
− | |||
− | |||
− | <nowiki>namespace=</nowiki> | + | <pre><nowiki> |
+ | <DPL> | ||
+ | ordermethod=lastedit | ||
+ | order=descending | ||
+ | count=5 | ||
+ | namespace= | ||
+ | shownamespace=false | ||
+ | adduser=true | ||
+ | redirects=exclude | ||
+ | </DPL> | ||
+ | </nowiki></pre> | ||
− | + | I expect to see the last 5 edits with the names of the users that made these edits. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | I expect to see the last 5 edits | ||
I do see the last 5 edits with the names of the initial creators of these pages. | I do see the last 5 edits with the names of the initial creators of these pages. | ||
Is this a bug or am I doing something wrong? | Is this a bug or am I doing something wrong? | ||
Line 26: | Line 30: | ||
Regards, | Regards, | ||
Paul. | Paul. | ||
+ | |||
+ | == Reply == | ||
+ | |||
+ | # Please use the form which is provided here for bug reports. I changed your message accordingly. | ||
+ | # Sign your contributions. | ||
+ | # Give an example here like this and use the "debug=3" option: | ||
+ | |||
+ | <DPL> | ||
+ | debug=3 | ||
+ | ordermethod=lastedit | ||
+ | order=descending | ||
+ | count=5 | ||
+ | namespace= | ||
+ | shownamespace=false | ||
+ | adduser=true | ||
+ | redirects=exclude | ||
+ | </DPL> |
Revision as of 07:27, 3 November 2007
Description: | wrong result when using adduser |
Extension / Version: | DPL / 1.5.2 |
Type / Status: | Bug / open |
Problem
I created a list of recent changes using:
<DPL> ordermethod=lastedit order=descending count=5 namespace= shownamespace=false adduser=true redirects=exclude </DPL>
I expect to see the last 5 edits with the names of the users that made these edits. I do see the last 5 edits with the names of the initial creators of these pages. Is this a bug or am I doing something wrong? Please help.
Regards, Paul.
Reply
- Please use the form which is provided here for bug reports. I changed your message accordingly.
- Sign your contributions.
- Give an example here like this and use the "debug=3" option: