Difference between revisions of "Issue:Adduser"
From FollowTheScore
(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 | |
− | + | order=descending | |
− | + | count=5 | |
− | + | namespace= | |
− | + | shownamespace=false | |
− | + | adduser=true | |
− | + | redirects=exclude | |
</DPL> | </DPL> | ||
− | </nowiki> | + | </nowiki></pre> |
− | I expect to see the last 5 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 18: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
- 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':
- 2014-09-04 05:50:00 Issue:Modifiedby and createdby produce inefficient SQL . . Ftiercel
- 2013-09-13 18:50:38 Issue:DPL references obsolete Cite mInCnt property . . Maiden taiwan
- 2013-07-19 16:47:56 Issue:Dplchapter crashes . . Maiden taiwan
- 2013-06-13 15:09:52 Issue:LanguageGetMagic is deprecated . . Maiden taiwan
- 2013-04-23 15:37:47 Issue:New parameter: replaceinsortkey? . . Theaitetos
And try the complementary value (in your example "ordermethod=firstedit")
- 2013-09-13 18:50:27 Issue:DPL references obsolete Cite mInCnt property . . Maiden taiwan
- 2013-07-19 16:46:59 Issue:Dplchapter crashes . . Maiden taiwan
- 2013-06-13 15:09:41 Issue:LanguageGetMagic is deprecated . . Maiden taiwan
- 2013-04-12 05:34:20 Issue:Titlematch with ignorecase brings no results . . Capmo
- 2013-03-14 18:03:51 Issue:Ampersand fails in category names . . Maiden taiwan
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)