Difference between revisions of "Issue:Adduser"

From FollowTheScore
Jump to: navigation, search
(New page: I created a list of recent changes using: <nowiki> <DPL> ordermethod=lastedit order=descending count=5 namespace= shownamespace=false adduser=true redirects=exclude </DPL> </...)
 
 
(5 intermediate revisions by 2 users 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>
+
 
 +
<pre><nowiki>
 
<DPL>
 
<DPL>
  ordermethod=lastedit
+
ordermethod=lastedit
  order=descending
+
order=descending
  count=5
+
count=5
  namespace=
+
namespace=
  shownamespace=false
+
shownamespace=false
  adduser=true
+
adduser=true
  redirects=exclude
+
redirects=exclude
 
</DPL>
 
</DPL>
</nowiki>
+
</nowiki></pre>
I expect to see the last 5 edits iwth the names of the users that made these edits.
+
 
 +
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.
 
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 18: 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. Make use of available parameters like 'addeditdate':
 +
 +
<DPL>
 +
debug=3
 +
namespace    = Issue
 +
ordermethod  = lastedit
 +
addeditdate  = yes
 +
order        = descending
 +
count        = 5
 +
adduser      = true
 +
</DPL>
 +
 +
And try the complementary value (in your example "ordermethod=firstedit")
 +
 +
<DPL>
 +
debug=3
 +
namespace    = Issue
 +
ordermethod  = firstedit
 +
addeditdate  = yes
 +
order        = descending
 +
count        = 5
 +
adduser      = true
 +
</DPL>
 +
 +
'''Now check if there is something wrong in the DPL output.'''
 +
 +
At least I can´t see a problem ...
 +
 +
:[[User:Gero|Gero]] 07:35, 3 November 2007 (CET)

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)