Difference between revisions of "Issue:Adduser"

From FollowTheScore
Jump to: navigation, search
(Reply)
Line 35: Line 35:
 
# Please use the form which is provided here for bug reports. I changed your message accordingly.
 
# Please use the form which is provided here for bug reports. I changed your message accordingly.
 
# Sign your contributions.
 
# Sign your contributions.
# Give an example here like this and use the "debug=3" option:
+
# Give an example here like this and use the "debug=3" option. Make use of available parameters like 'addeditdate':
  
 
<DPL>
 
<DPL>
 
  debug=3
 
  debug=3
  ordermethod=lastedit
+
namespace    = Issue
  order=descending
+
  ordermethod   = lastedit
  count=5
+
addeditdate  = yes
namespace=
+
  order         = descending
shownamespace=false
+
  count         = 5
  adduser=true
+
  adduser       = true
redirects=exclude
 
 
</DPL>
 
</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)

Revision as of 08:35, 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. 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)