'suppress' is listed as a potential letype for http://en.wikipedia.org/w/api.php . Although interestingly (or not) there is no 'suppress' log option at http://en.wikipedia.org/wiki/Special:Log, and then again http://en.wikipedia.org/wiki/Special:Log/suppress does give some results, although it's not obvious what they are.
Also, it seems like api.php can figure out what the list of available letype values are for each particular wiki, as I went to a different wiki site's api,php and it correctly listed a different set of possible values. Is that list accessible via an API call? It seems like something that would fit under "siteinfo".
thanks, Brianna
On Sun, Aug 24, 2008 at 9:06 AM, Brianna Laugher brianna.laugher@gmail.com wrote:
'suppress' is listed as a potential letype for http://en.wikipedia.org/w/api.php .
Isn't that one of the features of the rev_deleted thing? Or am I confusing my items?
Although interestingly (or not) there is no 'suppress' log option at http://en.wikipedia.org/wiki/Special:Log, and then again http://en.wikipedia.org/wiki/Special:Log/suppress does give some results, although it's not obvious what they are.
That's just a copy of the main log ("all logs"), for whatever reason.
Brianna Laugher wrote:
'suppress' is listed as a potential letype for http://en.wikipedia.org/w/api.php . Although interestingly (or not) there is no 'suppress' log option at http://en.wikipedia.org/wiki/Special:Log, and then again http://en.wikipedia.org/wiki/Special:Log/suppress does give some results, although it's not obvious what they are.
Also, it seems like api.php can figure out what the list of available letype values are for each particular wiki, as I went to a different wiki site's api,php and it correctly listed a different set of possible values. Is that list accessible via an API call? It seems like something that would fit under "siteinfo".
thanks, Brianna
Suppression log is part of the experimental rev_deleted feature, which is not yet enabled in Wikimedia sites. It is a private log for revision deletions hidden from the public and from the regular sysops.
Brianna Laugher wrote:
Also, it seems like api.php can figure out what the list of available letype values are for each particular wiki, as I went to a different wiki site's api,php and it correctly listed a different set of possible values. Is that list accessible via an API call? It seems like something that would fit under "siteinfo".
Interesting, setting a type of suppress is accepted (isntead of a 'No matching items in log.') but you get the output of 'All logs'.
Brianna Laugher schreef:
Also, it seems like api.php can figure out what the list of available letype values are for each particular wiki, as I went to a different wiki site's api,php and it correctly listed a different set of possible values. Is that list accessible via an API call? It seems like something that would fit under "siteinfo".
http://en.wikipedia.org/w/api.php?action=paraminfo&querymodules=logevent... will show you all possible values for letype.
Roan Kattouw (Catrope)
2008/8/25 Roan Kattouw roan.kattouw@home.nl:
Brianna Laugher schreef:
Also, it seems like api.php can figure out what the list of available letype values are for each particular wiki, as I went to a different wiki site's api,php and it correctly listed a different set of possible values. Is that list accessible via an API call? It seems like something that would fit under "siteinfo".
http://en.wikipedia.org/w/api.php?action=paraminfo&querymodules=logevent... will show you all possible values for letype.
Great, that's just what I wanted. thanks.
Brianna
mediawiki-api@lists.wikimedia.org