Hi, in dewiki I want to get a revision text blob by:
select old_text from text where old_id = 210565775;
But I get: Table 'dewiki_p.text' doesn't exist
After checking https://www.mediawiki.org/wiki/Manual:Text_table I'm asking, what I'm doing wrong?
Can anyone help me with this?
Kind regards Martin ...
On 10/21/24 5:25 PM, Martin Domdey wrote:
Hi, in dewiki I want to get a revision text blob by:
select old_text from text where old_id = 210565775;
But I get: Table 'dewiki_p.text' doesn't exist
After checking https://www.mediawiki.org/wiki/Manual:Text_table https://www.mediawiki.org/wiki/Manual:Text_table I'm asking, what I'm doing wrong?
The text table is not available on the Wiki Replicas:
https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#Unavailable_tabl...
Taavi
Thank you,
I'm sysop in dewiki and can open the AbusefilterLog Details to https://de.wikipedia.org/wiki/Special:AbuseLog/758926
How can I get this log details by MediaWiki API ?
Am Mo., 21. Okt. 2024 um 16:27 Uhr schrieb Taavi Väänänen hi@taavi.wtf:
On 10/21/24 5:25 PM, Martin Domdey wrote:
Hi, in dewiki I want to get a revision text blob by:
select old_text from text where old_id = 210565775;
But I get: Table 'dewiki_p.text' doesn't exist
After checking https://www.mediawiki.org/wiki/Manual:Text_table https://www.mediawiki.org/wiki/Manual:Text_table I'm asking, what I'm doing wrong?
The text table is not available on the Wiki Replicas:
https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#Unavailable_tabl...
Taavi _______________________________________________ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Hi,
You can use action=query&list=abuselog&afllogid=...
(I've been using this API like this in the past: https://github.com/whpac/abusefilter-analyzer/blob/master/ts/src/mediawiki/A...)
Marcin (User:Msz2001)
W dniu 21.10.2024 o 17:00, Martin Domdey pisze:
Thank you,
I'm sysop in dewiki and can open the AbusefilterLog Details to https://de.wikipedia.org/wiki/Special:AbuseLog/758926
How can I get this log details by MediaWiki API ?
Am Mo., 21. Okt. 2024 um 16:27 Uhr schrieb Taavi Väänänen hi@taavi.wtf:
On 10/21/24 5:25 PM, Martin Domdey wrote: > Hi, in dewiki I want to get a revision text blob by: > > select old_text from text > where old_id = 210565775; > > But I get: > Table 'dewiki_p.text' doesn't exist > > After checking https://www.mediawiki.org/wiki/Manual:Text_table > <https://www.mediawiki.org/wiki/Manual:Text_table> I'm asking, what I'm > doing wrong? The text table is not available on the Wiki Replicas: https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#Unavailable_tables Taavi _______________________________________________ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list --wikitech-l@lists.wikimedia.org To unsubscribe send an email towikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Thanks, works fine!
Am Mo., 21. Okt. 2024 um 17:05 Uhr schrieb Marcin Szwarc < marcinszwarc@hotmail.com>:
Hi,
You can use action=query&list=abuselog&afllogid=...
(I've been using this API like this in the past: https://github.com/whpac/abusefilter-analyzer/blob/master/ts/src/mediawiki/A... )
Marcin (User:Msz2001)
W dniu 21.10.2024 o 17:00, Martin Domdey pisze:
Thank you,
I'm sysop in dewiki and can open the AbusefilterLog Details to https://de.wikipedia.org/wiki/Special:AbuseLog/758926
How can I get this log details by MediaWiki API ?
Am Mo., 21. Okt. 2024 um 16:27 Uhr schrieb Taavi Väänänen hi@taavi.wtf hi@taavi.wtf:
On 10/21/24 5:25 PM, Martin Domdey wrote:
Hi, in dewiki I want to get a revision text blob by:
select old_text from text where old_id = 210565775;
But I get: Table 'dewiki_p.text' doesn't exist
After checking https://www.mediawiki.org/wiki/Manual:Text_table https://www.mediawiki.org/wiki/Manual:Text_table I'm asking, what
I'm
doing wrong?
The text table is not available on the Wiki Replicas:
https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#Unavailable_tabl...
Taavi _______________________________________________ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.orghttps://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Hi!
I'm oversighter in dewiki and have one question: How can I suppress an abuseFilter log entry using the MediaWiki API?
action revisiondelete, type logging seems to be wrong
Thanks for any help. Martin ...
Am Mo., 21. Okt. 2024 um 17:49 Uhr schrieb Martin Domdey <dr.taxon@gmail.com
:
Thanks, works fine!
Am Mo., 21. Okt. 2024 um 17:05 Uhr schrieb Marcin Szwarc < marcinszwarc@hotmail.com>:
Hi,
You can use action=query&list=abuselog&afllogid=...
(I've been using this API like this in the past: https://github.com/whpac/abusefilter-analyzer/blob/master/ts/src/mediawiki/A... )
Marcin (User:Msz2001)
W dniu 21.10.2024 o 17:00, Martin Domdey pisze:
Thank you,
I'm sysop in dewiki and can open the AbusefilterLog Details to https://de.wikipedia.org/wiki/Special:AbuseLog/758926
How can I get this log details by MediaWiki API ?
Am Mo., 21. Okt. 2024 um 16:27 Uhr schrieb Taavi Väänänen hi@taavi.wtf hi@taavi.wtf:
On 10/21/24 5:25 PM, Martin Domdey wrote:
Hi, in dewiki I want to get a revision text blob by:
select old_text from text where old_id = 210565775;
But I get: Table 'dewiki_p.text' doesn't exist
After checking https://www.mediawiki.org/wiki/Manual:Text_table https://www.mediawiki.org/wiki/Manual:Text_table I'm asking, what
I'm
doing wrong?
The text table is not available on the Wiki Replicas:
https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#Unavailable_tabl...
Taavi _______________________________________________ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.orghttps://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
The AbuseFilter API is read-only (see https://www.mediawiki.org/wiki/Extension:AbuseFilter#API ). You'd have to screen scrape it.
AntiCompositeNumber (they/him)
On Tue, Oct 22, 2024 at 10:13 AM Martin Domdey dr.taxon@gmail.com wrote:
Hi!
I'm oversighter in dewiki and have one question: How can I suppress an abuseFilter log entry using the MediaWiki API?
action revisiondelete, type logging seems to be wrong
Thanks for any help. Martin ...
Am Mo., 21. Okt. 2024 um 17:49 Uhr schrieb Martin Domdey dr.taxon@gmail.com:
Thanks, works fine!
Am Mo., 21. Okt. 2024 um 17:05 Uhr schrieb Marcin Szwarc marcinszwarc@hotmail.com:
Hi,
You can use action=query&list=abuselog&afllogid=...
(I've been using this API like this in the past: https://github.com/whpac/abusefilter-analyzer/blob/master/ts/src/mediawiki/A...)
Marcin (User:Msz2001)
W dniu 21.10.2024 o 17:00, Martin Domdey pisze:
Thank you,
I'm sysop in dewiki and can open the AbusefilterLog Details to https://de.wikipedia.org/wiki/Special:AbuseLog/758926
How can I get this log details by MediaWiki API ?
Am Mo., 21. Okt. 2024 um 16:27 Uhr schrieb Taavi Väänänen hi@taavi.wtf:
On 10/21/24 5:25 PM, Martin Domdey wrote:
Hi, in dewiki I want to get a revision text blob by:
select old_text from text where old_id = 210565775;
But I get: Table 'dewiki_p.text' doesn't exist
After checking https://www.mediawiki.org/wiki/Manual:Text_table https://www.mediawiki.org/wiki/Manual:Text_table I'm asking, what I'm doing wrong?
The text table is not available on the Wiki Replicas:
https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#Unavailable_tabl...
Taavi _______________________________________________ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
wikitech-l@lists.wikimedia.org