Difference between revisions of "Issue:Adduser"
From FollowTheScore
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|Extension = DPL | |Extension = DPL | ||
|Version = 1.5.2 | |Version = 1.5.2 | ||
| − | |Description = | + | |Description = unexpected result when using adduser |
| − | |Status = | + | |Status = closed |
}} | }} | ||
| 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 |
| − | + | 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> | </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)