Difference between revisions of "Issue:Createdby not working"
From FollowTheScore
m |
|||
Line 22: | Line 22: | ||
What am I doing wrong or is this a bug? | What am I doing wrong or is this a bug? | ||
+ | |||
+ | == Reply == | ||
+ | |||
+ | Obviously this is a bug. | ||
+ | The following query limits articles to A% and only searches the main namespace. | ||
+ | As you can see, many pages are being found which were not created by you ... | ||
+ | |||
+ | <pre><nowiki> | ||
+ | <DPL> | ||
+ | debug=4 | ||
+ | titlematch=A% | ||
+ | namespace= | ||
+ | createdby=Markw21 | ||
+ | addauthor=true | ||
+ | </DPL> | ||
+ | </nowiki></pre> | ||
+ | |||
+ | We show the SQL statement - obviously it lacks a restriction regarding the author | ||
+ | <DPL> | ||
+ | debug=4 | ||
+ | titlematch=A% | ||
+ | namespace= | ||
+ | createdby=Markw21 | ||
+ | addauthor=true | ||
+ | </DPL> |
Revision as of 23:30, 20 November 2008
I have just upgraded to DPL 1.7.4 running on
- Windows Server 2003 (in VM-ware, 2GB RAM) - Apache 2.2.4 - php 5.2.4 - Mediawiki 1.9.2 - MySQL 5.0.24a - mod_perl 2.0.3 - Perl 5.8.8 - APC 3.0.15-dev
But when I try and run
<DPL> createdby=Andygray addauthor=true </DPL>
I am getting all users content, i.e. it does not seem to work
What am I doing wrong or is this a bug?
Reply
Obviously this is a bug. The following query limits articles to A% and only searches the main namespace. As you can see, many pages are being found which were not created by you ...
<DPL> debug=4 titlematch=A% namespace= createdby=Markw21 addauthor=true </DPL>
We show the SQL statement - obviously it lacks a restriction regarding the author
Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results.