Difference between revisions of "Talk:Test revisions"
From FollowTheScore
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
: Gero, in using '''ordermethod=pagetouched'''. How would I write a query to extact a list of articles which were changed for the month of May. Something like: %DATE%=05 ? | : Gero, in using '''ordermethod=pagetouched'''. How would I write a query to extact a list of articles which were changed for the month of May. Something like: %DATE%=05 ? | ||
+ | |||
+ | ::use allrevisionsbefore or allrevisionssince. | ||
+ | |||
+ | : Thank you. If I use allrevisionssince that will give me multiple entries of the article, which I don't want. Is there a way to only report the article once using <code>allrevisionssince</code>? | ||
+ | |||
+ | ::Unfortunately so far there is no such option. It would probably have to be called <tt>pagessince</tt> or <tt>pagesuntil</tt>. Using both options would even allow you to define a time interval... <br> | ||
+ | If you like you can add these options to the code. I will then test and document them and publish your changes as part of the next release. [[User:Gero|Gero]] 13:59, 17 May 2008 (CEST) |
Latest revision as of 13:00, 17 May 2008
How would you removed timestamp and User name and just display the article name?
Thank you Gero !! Thank you !! that worked :c)
- Gero, in using ordermethod=pagetouched. How would I write a query to extact a list of articles which were changed for the month of May. Something like: %DATE%=05 ?
- use allrevisionsbefore or allrevisionssince.
- Thank you. If I use allrevisionssince that will give me multiple entries of the article, which I don't want. Is there a way to only report the article once using
allrevisionssince
?
- Unfortunately so far there is no such option. It would probably have to be called pagessince or pagesuntil. Using both options would even allow you to define a time interval...
- Unfortunately so far there is no such option. It would probably have to be called pagessince or pagesuntil. Using both options would even allow you to define a time interval...
If you like you can add these options to the code. I will then test and document them and publish your changes as part of the next release. Gero 13:59, 17 May 2008 (CEST)