Difference between revisions of "Issue:Adduser"

From FollowTheScore
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Issue
 +
|Type        = Bug
 +
|Extension  = DPL
 +
|Version    = 1.5.2
 +
|Description = unexpected result when using adduser
 +
|Status      = closed
 +
}}
 +
 +
== Problem ==
 +
 
I created a list of recent changes using:
 
I created a list of recent changes using:
  
<nowiki><DPL> </nowiki>
+
<pre><nowiki>
 +
<DPL>
 +
ordermethod=lastedit
 +
order=descending
 +
count=5
 +
namespace=
 +
shownamespace=false
 +
adduser=true
 +
redirects=exclude
 +
</DPL>
 +
</nowiki></pre>
  
<nowiki>ordermethod=lastedit</nowiki>
+
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.
  
<nowiki>order=descending</nowiki>
+
Regards,
 +
Paul.
  
<nowiki>count=5</nowiki>
+
== Reply ==
  
<nowiki>namespace=</nowiki>
+
# 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. Make use of available parameters like 'addeditdate':
  
<nowiki>shownamespace=false</nowiki>
+
<DPL>
 +
debug=3
 +
namespace    = Issue
 +
ordermethod  = lastedit
 +
addeditdate  = yes
 +
order        = descending
 +
count        = 5
 +
adduser      = true
 +
</DPL>
  
<nowiki>adduser=true</nowiki>
+
And try the complementary value (in your example "ordermethod=firstedit")
  
<nowiki>redirects=exclude</nowiki>
+
<DPL>
 +
debug=3
 +
namespace    = Issue
 +
ordermethod  = firstedit
 +
addeditdate  = yes
 +
order        = descending
 +
count        = 5
 +
adduser      = true
 +
</DPL>
  
<nowiki></DPL></nowiki>
+
'''Now check if there is something wrong in the DPL output.'''
  
I expect to see the last 5 edits iwth the names of the users that made these edits.
+
At least I can´t see a problem ...
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,
+
:[[User:Gero|Gero]] 07:35, 3 November 2007 (CET)
Paul.
 

Latest revision as of 19:52, 26 March 2008

Description: unexpected result when using adduser
Extension / Version: DPL   /   1.5.2
Type / Status: Bug   /   closed

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. Make use of available parameters like 'addeditdate':

And try the complementary value (in your example "ordermethod=firstedit")

Now check if there is something wrong in the DPL output.

At least I can´t see a problem ...

Gero 07:35, 3 November 2007 (CET)