Difference between revisions of "Issue:Adduser"

From FollowTheScore
Jump to: navigation, search
Line 1: Line 1:
I created a list of recent changes using:
+
{{Issue
 +
|Type        = Bug
 +
|Extension  = DPL
 +
|Version    = 1.5.2
 +
|Description = wrong result when using adduser
 +
|Status      = open
 +
}}
  
<nowiki><DPL> </nowiki>
+
== Problem ==
  
<nowiki>ordermethod=lastedit</nowiki>
+
I created a list of recent changes using:
 
 
<nowiki>order=descending</nowiki>
 
 
 
<nowiki>count=5</nowiki>
 
  
<nowiki>namespace=</nowiki>
+
<pre><nowiki>
 +
<DPL>
 +
ordermethod=lastedit
 +
order=descending
 +
count=5
 +
namespace=
 +
shownamespace=false
 +
adduser=true
 +
redirects=exclude
 +
</DPL>
 +
</nowiki></pre>
  
<nowiki>shownamespace=false</nowiki>
+
I expect to see the last 5 edits with the names of the users that made these edits.
 
 
<nowiki>adduser=true</nowiki>
 
 
 
<nowiki>redirects=exclude</nowiki>
 
 
 
<nowiki></DPL></nowiki>
 
 
 
I expect to see the last 5 edits iwth 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.
 
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 08: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

  1. Please use the form which is provided here for bug reports. I changed your message accordingly.
  2. Sign your contributions.
  3. Give an example here like this and use the "debug=3" option: