Stewards' noticeboard/Archives/2020-10

From Meta, a Wikimedia project coordination wiki

The last action form User:Aldnonymous was on 2020-03-27 [1]. He is since over 6 month inactive --𝐖𝐢𝐤𝐢𝐁𝐚𝐲𝐞𝐫 👤💬 07:23, 5 October 2020 (UTC)

@WikiBayer: I think this can file as removal under SRP. Camouflaged Mirage (talk) 10:58, 5 October 2020 (UTC)
This section was archived on a request by: 𝐖𝐢𝐤𝐢𝐁𝐚𝐲𝐞𝐫 👤💬 06:48, 6 October 2020 (UTC)

Steward inactivity

Hi. Per Stewards#Removal of access "Stewards are automatically removed for inactivity if they have performed no actions within the past six months, and less than ten actions within the last year." - based on public meta logs Pmlineditor (talkemailcontributionsdeleted contributionsall logsblocksdeletionsprotections) appears to have performed no such actions, but since there are actions that are not publicly logged on meta (eg lwcu, otrs ticket handling, emergency actions on other wikis) that might count as steward actions for activity purposes, I thought I'd ask for a steward to check if they still meet the activity threshold for maintaining steward rights. Thanks, --DannyS712 (talk) 20:32, 4 October 2020 (UTC)

  • Comment Comment per this and lwcu log, last action on 2019 --Alaa :)..! 20:37, 4 October 2020 (UTC)
    • There is significant ambiguity in the policy (especially since loginwiki came into existence well after that part of the policy was written). The last time a steward was removed under this was Wikitanvir in 2015 I believe. But if nothing else turns up, this particular case seems to be pretty clear-cut. --Rschen7754 20:45, 4 October 2020 (UTC)
  • Update: running a script on toolforge to check activity on all wikis, since there may be emergency steward actions --DannyS712 (talk) 22:30, 4 October 2020 (UTC)

Global latest edits/log actions:

SQL query
SELECT
	a.actor_id,
    a.actor_name,
    rev.rev_timestamp,
    log.log_timestamp
FROM
	actor a
JOIN
	revision_userindex rev
	ON rev.rev_id = (
		SELECT rev2.rev_id
		FROM revision_userindex rev2
		WHERE rev2.rev_actor = a.actor_id
		ORDER BY rev2.rev_timestamp DESC
		LIMIT 1
    )
JOIN
	logging_userindex log
	ON log.log_id = (
		SELECT log2.log_id
		FROM logging_userindex log2
		WHERE log2.log_actor = a.actor_id
		ORDER BY log2.log_timestamp DESC
		LIMIT 1
    )
WHERE
	a.actor_name = 'Pmlineditor';
Command to fetch for all wikis

dannys712@tools-sgebastion-07:~$ while read wiki; do echo "SELECT a.actor_id, a.actor_name, rev.rev_timestamp, log.log_timestamp FROM actor a JOIN revision_userindex rev ON rev.rev_id = ( SELECT rev2.rev_id FROM revision_userindex rev2 WHERE rev2.rev_actor = a.actor_id ORDER BY rev2.rev_timestamp DESC LIMIT 1 ) JOIN logging_userindex log ON log.log_id = ( SELECT log2.log_id FROM logging_userindex log2 WHERE log2.log_actor = a.actor_id ORDER BY log2.log_timestamp DESC LIMIT 1 ) WHERE a.actor_name = 'Pmlineditor';" | sql $wiki | sed "s/^/$wiki\t/g"; done < <(curl https://noc.wikimedia.org/conf/dblists/all.dblist)

Raw results
dannys712@tools-sgebastion-07:~$ while read wiki; do echo "SELECT a.actor_id, a.actor_name, rev.rev_timestamp, log.log_timestamp FROM actor a JOIN revision_userindex rev ON rev.rev_id = ( SELECT rev2.rev_id FROM revision_userindex rev2 WHERE rev2.rev_actor = a.actor_id ORDER BY rev2.rev_timestamp DESC LIMIT 1 ) JOIN logging_userindex log ON log.log_id = ( SELECT log2.log_id FROM logging_userindex log2 WHERE log2.log_actor = a.actor_id ORDER BY log2.log_timestamp DESC LIMIT 1 ) WHERE a.actor_name = 'Pmlineditor';" | sql $wiki | sed "s/^/$wiki\t/g"; done < <(curl https://noc.wikimedia.org/conf/dblists/all.dblist)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10724  100 10724    0     0   419k      0 --:--:-- --:--:-- --:--:--  436k
Could not find requested database
Make sure to ask for a db in format of <wiki>_p
abwiki  actor_id        actor_name      rev_timestamp   log_timestamp
abwiki  2390    Pmlineditor     20150323103135  20150323103116
acewiki actor_id        actor_name      rev_timestamp   log_timestamp
acewiki 2049    Pmlineditor     20141008132712  20141013133721
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'advisorswiki_p'
afwiki  actor_id        actor_name      rev_timestamp   log_timestamp
afwiki  21289   Pmlineditor     20150121142031  20141013133721
afwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
afwikibooks     546     Pmlineditor     20141013133722  20141013133723
akwiki  actor_id        actor_name      rev_timestamp   log_timestamp
akwiki  1597    Pmlineditor     20120416165506  20141117140546
alswiki actor_id        actor_name      rev_timestamp   log_timestamp
alswiki 10712   Pmlineditor     20141013133722  20141013133722
angwiki actor_id        actor_name      rev_timestamp   log_timestamp
angwiki 11004   Pmlineditor     20160816153053  20141013133721
anwiki  actor_id        actor_name      rev_timestamp   log_timestamp
anwiki  9938    Pmlineditor     20141104164940  20141104164940
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'arbcom_cswiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'arbcom_dewiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'arbcom_enwiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'arbcom_fiwiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'arbcom_nlwiki_p'
Could not find requested database
Make sure to ask for a db in format of <wiki>_p
arwiki  actor_id        actor_name      rev_timestamp   log_timestamp
arwiki  287620  Pmlineditor     20150206172937  20150206172937
arwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
arwikibooks     6622    Pmlineditor     20110212113447  20110828174356
arwikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
arwikimedia     119     Pmlineditor     20141013133721  20141013133721
arwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
arwikisource    5849    Pmlineditor     20100124093729  20100118110636
arzwiki actor_id        actor_name      rev_timestamp   log_timestamp
arzwiki 9787    Pmlineditor     20141104164939  20141104164939
astwiki actor_id        actor_name      rev_timestamp   log_timestamp
astwiki 13541   Pmlineditor     20100226105839  20141022173247
astwiktionary   actor_id        actor_name      rev_timestamp   log_timestamp
astwiktionary   796     Pmlineditor     20170619142238  20100123070356
aswiki  actor_id        actor_name      rev_timestamp   log_timestamp
aswiki  2818    Pmlineditor     20150214142736  20110709090320
aswikisource    actor_id        actor_name      rev_timestamp   log_timestamp
aswikisource    355     Pmlineditor     20090916165855  20130219142435
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'auditcomwiki_p'
aywiki  actor_id        actor_name      rev_timestamp   log_timestamp
aywiki  2797    Pmlineditor     20141013133722  20141013133722
azwiki  actor_id        actor_name      rev_timestamp   log_timestamp
azwiki  24611   Pmlineditor     20141003101109  20120324085153
azwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
azwiktionary    984     Pmlineditor     20110116080250  20100123070424
barwiki actor_id        actor_name      rev_timestamp   log_timestamp
barwiki 9007    Pmlineditor     20151028135942  20141013133721
bat_smgwiki     actor_id        actor_name      rev_timestamp   log_timestamp
bat_smgwiki     5055    Pmlineditor     20141013133721  20141013133721
bclwiki actor_id        actor_name      rev_timestamp   log_timestamp
bclwiki 2776    Pmlineditor     20141013133723  20141013133723
bdwikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
bdwikimedia     104     Pmlineditor     20141013133722  20141013133722
betawikiversity actor_id        actor_name      rev_timestamp   log_timestamp
betawikiversity 9967    Pmlineditor     20150211074803  20160305085051
bewiki  actor_id        actor_name      rev_timestamp   log_timestamp
bewiki  15720   Pmlineditor     20110402115402  20100118110432
bewikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
bewikimedia     146     Pmlineditor     20141013133722  20141013133722
bgwiki  actor_id        actor_name      rev_timestamp   log_timestamp
bgwiki  74000   Pmlineditor     20150117190931  20100118110433
bgwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
bgwiktionary    3782    Pmlineditor     20110118081029  20100123070354
bhwiki  actor_id        actor_name      rev_timestamp   log_timestamp
bhwiki  6803    Pmlineditor     20100429151949  20110709090210
bjnwiki actor_id        actor_name      rev_timestamp   log_timestamp
bjnwiki 1704    Pmlineditor     20141018122916  20141018122916
bnwiki  actor_id        actor_name      rev_timestamp   log_timestamp
bnwiki  20611   Pmlineditor     20190817081116  20190629072322
bnwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
bnwikibooks     728     Pmlineditor     20150124180948  20141023192339
bnwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
bnwikisource    1227    Pmlineditor     20190822175917  20190814092015
bnwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
bnwiktionary    648     Pmlineditor     20150211074332  20150120091845
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'boardgovcomwiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'boardwiki_p'
bpywiki actor_id        actor_name      rev_timestamp   log_timestamp
bpywiki 5838    Pmlineditor     20110527073719  20110426154838
brwiki  actor_id        actor_name      rev_timestamp   log_timestamp
brwiki  12095   Pmlineditor     20100315080526  20100102123741
bswiki  actor_id        actor_name      rev_timestamp   log_timestamp
bswiki  26983   Pmlineditor     20110204104643  20100106095649
cawiki  actor_id        actor_name      rev_timestamp   log_timestamp
cawiki  78521   Pmlineditor     20141104164939  20141104164939
cawiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
cawiktionary    2410    Pmlineditor     20170317145829  20110427084722
cebwiki actor_id        actor_name      rev_timestamp   log_timestamp
cebwiki 9564    Pmlineditor     20100113102302  20100113082537
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'chairwiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'chapcomwiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'checkuserwiki_p'
chwiki  actor_id        actor_name      rev_timestamp   log_timestamp
chwiki  2199    Pmlineditor     20110115094912  20110709090545
ckbwiki actor_id        actor_name      rev_timestamp   log_timestamp
ckbwiki 3295    Pmlineditor     20100123151859  20100118110535
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'collabwiki_p'
commonswiki     actor_id        actor_name      rev_timestamp   log_timestamp
commonswiki     167254  Pmlineditor     20200907155951  20190901210748
cowikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
cowikimedia     410     Pmlineditor     20141013133721  20141117140804
csbwiki actor_id        actor_name      rev_timestamp   log_timestamp
csbwiki 3040    Pmlineditor     20110426142217  20141013133721
cswiki  actor_id        actor_name      rev_timestamp   log_timestamp
cswiki  119857  Pmlineditor     20110114153045  20100110160825
cvwiki  actor_id        actor_name      rev_timestamp   log_timestamp
cvwiki  5763    Pmlineditor     20100222115748  20100118110448
cywiki  actor_id        actor_name      rev_timestamp   log_timestamp
cywiki  13603   Pmlineditor     20100210124706  20100118110446
dawiki  actor_id        actor_name      rev_timestamp   log_timestamp
dawiki  109157  Pmlineditor     20141104164939  20141104164940
dawikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
dawikiquote     1237    Pmlineditor     20110203130607  20100118110717
dawiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
dawiktionary    2258    Pmlineditor     20140615113704  20100123070345
dewiki  actor_id        actor_name      rev_timestamp   log_timestamp
dewiki  880951  Pmlineditor     20151016090656  20160305085051
dewikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
dewikibooks     25431   Pmlineditor     20141013133721  20141013133721
dewikinews      actor_id        actor_name      rev_timestamp   log_timestamp
dewikinews      9324    Pmlineditor     20141013133722  20141013133722
dewikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
dewikiquote     14496   Pmlineditor     20141013133721  20141013133721
dewikisource    actor_id        actor_name      rev_timestamp   log_timestamp
dewikisource    11757   Pmlineditor     20180414111237  20100118110649
dewikivoyage    actor_id        actor_name      rev_timestamp   log_timestamp
dewikivoyage    13748   Pmlineditor     20141013133721  20141013133721
dewiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
dewiktionary    32542   Pmlineditor     20141013133722  20141013133722
dkwikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
dkwikimedia     181     Pmlineditor     20141013133724  20141013133725
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'ecwikimedia_p'
eewiki  actor_id        actor_name      rev_timestamp   log_timestamp
eewiki  1859    Pmlineditor     20110801161014  20120315183000
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'electcomwiki_p'
elwiki  actor_id        actor_name      rev_timestamp   log_timestamp
elwiki  60086   Pmlineditor     20141110155935  20160110155755
elwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
elwiktionary    6714    Pmlineditor     20140929183139  20100123070347
emlwiki actor_id        actor_name      rev_timestamp   log_timestamp
emlwiki 3960    Pmlineditor     20141104164940  20141104164940
enwiki  actor_id        actor_name      rev_timestamp   log_timestamp
enwiki  9645573 Pmlineditor     20190816133812  20170718100823
enwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
enwikibooks     181782  Pmlineditor     20150320163000  20160316181832
enwikinews      actor_id        actor_name      rev_timestamp   log_timestamp
enwikinews      130024  Pmlineditor     20160316181834  20160316181834
enwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
enwikiquote     16439   Pmlineditor     20200217141757  20200217141841
enwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
enwikisource    79303   Pmlineditor     20151120105253  20160316181834
enwikiversity   actor_id        actor_name      rev_timestamp   log_timestamp
enwikiversity   201277  Pmlineditor     20150321193900  20160316181831
enwikivoyage    actor_id        actor_name      rev_timestamp   log_timestamp
enwikivoyage    99671   Pmlineditor     20171022151507  20170630195654
enwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
enwiktionary    346657  Pmlineditor     20150321192856  20160316181832
eowiki  actor_id        actor_name      rev_timestamp   log_timestamp
eowiki  37369   Pmlineditor     20141013133720  20141013133720
eowikinews      actor_id        actor_name      rev_timestamp   log_timestamp
eowikinews      811     Pmlineditor     20110405181826  20141013133722
eowiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
eowiktionary    1444    Pmlineditor     20141013133723  20141013133723
eswiki  actor_id        actor_name      rev_timestamp   log_timestamp
eswiki  1184531 Pmlineditor     20150808162517  20160305085050
eswikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
eswikibooks     25785   Pmlineditor     20100419161032  20160120200228
eswikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
eswikiquote     16568   Pmlineditor     20110228184158  20160120200228
etwiki  actor_id        actor_name      rev_timestamp   log_timestamp
etwiki  32894   Pmlineditor     20150120140450  20141013133721
etwikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
etwikimedia     149     Pmlineditor     20141013133722  20141013133722
etwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
etwikisource    643     Pmlineditor     20110227101623  20100118110638
euwiki  actor_id        actor_name      rev_timestamp   log_timestamp
euwiki  23793   Pmlineditor     20141105155321  20141018122917
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'execwiki_p'
extwiki actor_id        actor_name      rev_timestamp   log_timestamp
extwiki 2966    Pmlineditor     20110507154129  20091230160243
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'fdcwiki_p'
fiwiki  actor_id        actor_name      rev_timestamp   log_timestamp
fiwiki  158427  Pmlineditor     20141008132717  20160110155752
fjwiki  actor_id        actor_name      rev_timestamp   log_timestamp
fjwiki  1439    Pmlineditor     20100122103440  20110303095432
frrwiki actor_id        actor_name      rev_timestamp   log_timestamp
frrwiki 2630    Pmlineditor     20091011164816  20110204085556
frwiki  actor_id        actor_name      rev_timestamp   log_timestamp
frwiki  749945  Pmlineditor     20170515170611  20160120200231
frwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
frwikibooks     15820   Pmlineditor     20141013133722  20141013133722
frwikinews      actor_id        actor_name      rev_timestamp   log_timestamp
frwikinews      9566    Pmlineditor     20141013133724  20141013133724
frwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
frwikiquote     8616    Pmlineditor     20141013133722  20141013133722
frwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
frwikisource    16381   Pmlineditor     20141013133724  20141013133724
frwikiversity   actor_id        actor_name      rev_timestamp   log_timestamp
frwikiversity   10219   Pmlineditor     20141013133722  20141013133722
frwikivoyage    actor_id        actor_name      rev_timestamp   log_timestamp
frwikivoyage    6865    Pmlineditor     20141013133721  20141013133721
frwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
frwiktionary    40264   Pmlineditor     20141013133723  20141013133723
fywiki  actor_id        actor_name      rev_timestamp   log_timestamp
fywiki  7350    Pmlineditor     20110322085800  20100115113814
gagwiki actor_id        actor_name      rev_timestamp   log_timestamp
gagwiki 1068    Pmlineditor     20130219142100  20160110155753
ganwiki actor_id        actor_name      rev_timestamp   log_timestamp
ganwiki 6510    Pmlineditor     20100315080134  20110712152330
gawiki  actor_id        actor_name      rev_timestamp   log_timestamp
gawiki  9455    Pmlineditor     20110204095057  20150121143812
glwiki  actor_id        actor_name      rev_timestamp   log_timestamp
glwiki  24905   Pmlineditor     20150121153628  20100106084416
glwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
glwikibooks     592     Pmlineditor     20091109100135  20091109095109
gomwiki actor_id        actor_name      rev_timestamp   log_timestamp
gomwiki 640     Pmlineditor     20090512104407  20150705110037
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'grantswiki_p'
guwiki  actor_id        actor_name      rev_timestamp   log_timestamp
guwiki  8191    Pmlineditor     20150206172943  20150206172943
hakwiki actor_id        actor_name      rev_timestamp   log_timestamp
hakwiki 4715    Pmlineditor     20110201170821  20100118110358
hewiki  actor_id        actor_name      rev_timestamp   log_timestamp
hewiki  169880  Pmlineditor     20100123145615  20160110155752
hewikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
hewikibooks     3997    Pmlineditor     20110116144621  20100118110614
hewikisource    actor_id        actor_name      rev_timestamp   log_timestamp
hewikisource    3804    Pmlineditor     20100124114846  20100117105833
hifwiki actor_id        actor_name      rev_timestamp   log_timestamp
hifwiki 2010    Pmlineditor     20140615111540  20141118140216
hiwiki  actor_id        actor_name      rev_timestamp   log_timestamp
hiwiki  41598   Pmlineditor     20150321114237  20150321114238
hiwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
hiwikiquote     687     Pmlineditor     20100216123015  20100401093531
hiwikiversity   actor_id        actor_name      rev_timestamp   log_timestamp
hiwikiversity   249     Pmlineditor     20100124092629  20170818165904
hiwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
hiwiktionary    1956    Pmlineditor     20100217104002  20110121102752
hrwiki  actor_id        actor_name      rev_timestamp   log_timestamp
hrwiki  54710   Pmlineditor     20141104164940  20141104164940
hrwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
hrwikibooks     927     Pmlineditor     20110131092856  20100118110612
hrwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
hrwiktionary    1480    Pmlineditor     20141104164939  20141104164939
htwiki  actor_id        actor_name      rev_timestamp   log_timestamp
htwiki  6065    Pmlineditor     20100130052243  20100118110458
huwiki  actor_id        actor_name      rev_timestamp   log_timestamp
huwiki  139807  Pmlineditor     20110506131730  20160110155752
hywiki  actor_id        actor_name      rev_timestamp   log_timestamp
hywiki  13997   Pmlineditor     20141129160940  20141129160940
hywiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
hywiktionary    1175    Pmlineditor     20100416154654  20130219142310
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'id_internalwikimedia_p'
idwiki  actor_id        actor_name      rev_timestamp   log_timestamp
idwiki  168862  Pmlineditor     20151029082627  20150206172940
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'iegcomwiki_p'
iewiki  actor_id        actor_name      rev_timestamp   log_timestamp
iewiki  2697    Pmlineditor     20141013133724  20141013133724
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'ilwikimedia_p'
incubatorwiki   actor_id        actor_name      rev_timestamp   log_timestamp
incubatorwiki   8011    Pmlineditor     20160316181841  20160316181841
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'internalwiki_p'
iowiki  actor_id        actor_name      rev_timestamp   log_timestamp
iowiki  7285    Pmlineditor     20110507150110  20160305085054
iswiki  actor_id        actor_name      rev_timestamp   log_timestamp
iswiki  16398   Pmlineditor     20150119102429  20100118110414
iswikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
iswikibooks     1052    Pmlineditor     20100120132042  20100106100944
itwiki  actor_id        actor_name      rev_timestamp   log_timestamp
itwiki  555427  Pmlineditor     20151031150311  20160120200228
itwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
itwikibooks     9763    Pmlineditor     20110516093805  20100118110619
itwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
itwikisource    9180    Pmlineditor     20180719120938  20100118110635
itwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
itwiktionary    12969   Pmlineditor     20141104164940  20141104164940
jawiki  actor_id        actor_name      rev_timestamp   log_timestamp
jawiki  512056  Pmlineditor     20160316181850  20160316181850
jawikinews      actor_id        actor_name      rev_timestamp   log_timestamp
jawikinews      3721    Pmlineditor     20100717110345  20100717110306
jawikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
jawikiquote     3093    Pmlineditor     20110227112652  20100118110721
jvwiki  actor_id        actor_name      rev_timestamp   log_timestamp
jvwiki  8299    Pmlineditor     20100718113326  20100118110431
kawiki  actor_id        actor_name      rev_timestamp   log_timestamp
kawiki  25003   Pmlineditor     20110414132832  20100117115739
kiwiki  actor_id        actor_name      rev_timestamp   log_timestamp
kiwiki  1219    Pmlineditor     20100522105251  20100522105318
kkwiki  actor_id        actor_name      rev_timestamp   log_timestamp
kkwiki  8811    Pmlineditor     20140929062046  20140929062047
kmwiki  actor_id        actor_name      rev_timestamp   log_timestamp
kmwiki  4753    Pmlineditor     20110316100742  20100118110421
knwiki  actor_id        actor_name      rev_timestamp   log_timestamp
knwiki  7777    Pmlineditor     20110203124434  20100115112932
kowiki  actor_id        actor_name      rev_timestamp   log_timestamp
kowiki  181349  Pmlineditor     20160305085057  20160305085057
kowikinews      actor_id        actor_name      rev_timestamp   log_timestamp
kowikinews      814     Pmlineditor     20110405181824  20160305085051
kowikisource    actor_id        actor_name      rev_timestamp   log_timestamp
kowikisource    2389    Pmlineditor     20160305085054  20160305085054
kshwiki actor_id        actor_name      rev_timestamp   log_timestamp
kshwiki 4842    Pmlineditor     20101010101420  20100118110407
kuwiki  actor_id        actor_name      rev_timestamp   log_timestamp
kuwiki  8703    Pmlineditor     20120227125110  20100110112756
kywiki  actor_id        actor_name      rev_timestamp   log_timestamp
kywiki  4328    Pmlineditor     20141013133721  20141013133721
Could not find requested database
Make sure to ask for a db in format of <wiki>_p
Could not find requested database
Make sure to ask for a db in format of <wiki>_p
ladwiki actor_id        actor_name      rev_timestamp   log_timestamp
ladwiki 3818    Pmlineditor     20141104164939  20141104164940
lawiki  actor_id        actor_name      rev_timestamp   log_timestamp
lawiki  27433   Pmlineditor     20141104164940  20141104164940
lawikisource    actor_id        actor_name      rev_timestamp   log_timestamp
lawikisource    3210    Pmlineditor     20141104164939  20160120200227
lbwiki  actor_id        actor_name      rev_timestamp   log_timestamp
lbwiki  12284   Pmlineditor     20100315083107  20100118110439
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'legalteamwiki_p'
liwiki  actor_id        actor_name      rev_timestamp   log_timestamp
liwiki  4892    Pmlineditor     20110121164913  20091115103450
lmowiki actor_id        actor_name      rev_timestamp   log_timestamp
lmowiki 6317    Pmlineditor     20141104164940  20141104164940
ltwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ltwiki  38803   Pmlineditor     20151022173544  20141129160940
lvwiki  actor_id        actor_name      rev_timestamp   log_timestamp
lvwiki  22846   Pmlineditor     20141129160939  20141129160939
maiwiki actor_id        actor_name      rev_timestamp   log_timestamp
maiwiki 2384    Pmlineditor     20150301164042  20150301163421
mediawikiwiki   actor_id        actor_name      rev_timestamp   log_timestamp
mediawikiwiki   926332  Pmlineditor     20170215165545  20171216131015
metawiki        actor_id        actor_name      rev_timestamp   log_timestamp
metawiki        30375   Pmlineditor     20200624141654  20200126093245
mkwiki  actor_id        actor_name      rev_timestamp   log_timestamp
mkwiki  21113   Pmlineditor     20141104164940  20141104164940
mlwiki  actor_id        actor_name      rev_timestamp   log_timestamp
mlwiki  101663  Pmlineditor     20150206172942  20150206172942
mnwiki  actor_id        actor_name      rev_timestamp   log_timestamp
mnwiki  9792    Pmlineditor     20100227094634  20100118110504
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'movementroleswiki_p'
mrjwiki actor_id        actor_name      rev_timestamp   log_timestamp
mrjwiki 1429    Pmlineditor     20120416170048  20110130094420
mrwiki  actor_id        actor_name      rev_timestamp   log_timestamp
mrwiki  14279   Pmlineditor     20141117184037  20141117184037
mswiki  actor_id        actor_name      rev_timestamp   log_timestamp
mswiki  57246   Pmlineditor     20151023224519  20140929062042
mtwiki  actor_id        actor_name      rev_timestamp   log_timestamp
mtwiki  3975    Pmlineditor     20120210173226  20100118110506
mywiki  actor_id        actor_name      rev_timestamp   log_timestamp
mywiki  6833    Pmlineditor     20110123110835  20100118110509
nahwiki actor_id        actor_name      rev_timestamp   log_timestamp
nahwiki 4366    Pmlineditor     20141013133722  20141013133722
napwiki actor_id        actor_name      rev_timestamp   log_timestamp
napwiki 5240    Pmlineditor     20141104164940  20141104164940
nds_nlwiki      actor_id        actor_name      rev_timestamp   log_timestamp
nds_nlwiki      4414    Pmlineditor     20141104164939  20141104164939
ndswiki actor_id        actor_name      rev_timestamp   log_timestamp
ndswiki 8924    Pmlineditor     20141231105716  20141231105716
newiki  actor_id        actor_name      rev_timestamp   log_timestamp
newiki  6762    Pmlineditor     20150206172945  20150206172945
newiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
newiktionary    4938    Pmlineditor     20151106113737  20100123070429
ngwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ngwiki  1097    Pmlineditor     20091206160917  20091206155536
nlwiki  actor_id        actor_name      rev_timestamp   log_timestamp
nlwiki  331637  Pmlineditor     20141231105717  20141231105717
nlwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
nlwikibooks     6133    Pmlineditor     20150130065844  20100219113418
nlwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
nlwikiquote     2864    Pmlineditor     20100309094700  20100118110720
nlwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
nlwikisource    2267    Pmlineditor     20140606121804  20100118110641
nlwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
nlwiktionary    7688    Pmlineditor     20141104164941  20141104164941
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'noboard_chapterswikimedia_p'
nowiki  actor_id        actor_name      rev_timestamp   log_timestamp
nowiki  167153  Pmlineditor     20141013133721  20141013133721
nowikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
nowikibooks     1648    Pmlineditor     20100202130542  20100114085214
nowikisource    actor_id        actor_name      rev_timestamp   log_timestamp
nowikisource    975     Pmlineditor     20100309091430  20100315081652
nowiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
nowiktionary    2623    Pmlineditor     20100210120051  20100123070427
nrmwiki actor_id        actor_name      rev_timestamp   log_timestamp
nrmwiki 2701    Pmlineditor     20110322085426  20100415080852
nsowiki actor_id        actor_name      rev_timestamp   log_timestamp
nsowiki 995     Pmlineditor     20151031164735  20151031163752
nycwikimedia    actor_id        actor_name      rev_timestamp   log_timestamp
nycwikimedia    186     Pmlineditor     20141013133722  20141013133723
ocwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ocwiki  9094    Pmlineditor     20110909164716  20100415164858
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'officewiki_p'
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'ombudsmenwiki_p'
oswiki  actor_id        actor_name      rev_timestamp   log_timestamp
oswiki  4462    Pmlineditor     20141013133723  20141013133723
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'otrs_wikiwiki_p'
outreachwiki    actor_id        actor_name      rev_timestamp   log_timestamp
outreachwiki    2309    Pmlineditor     20141013133723  20141013133723
pagwiki actor_id        actor_name      rev_timestamp   log_timestamp
pagwiki 1613    Pmlineditor     20120325115250  20141013133723
pamwiki actor_id        actor_name      rev_timestamp   log_timestamp
pamwiki 4592    Pmlineditor     20100222111327  20120324092758
papwiki actor_id        actor_name      rev_timestamp   log_timestamp
papwiki 2367    Pmlineditor     20110118123850  20100118110519
pawiki  actor_id        actor_name      rev_timestamp   log_timestamp
pawiki  4665    Pmlineditor     20150314134902  20150314134903
pflwiki actor_id        actor_name      rev_timestamp   log_timestamp
pflwiki 1659    Pmlineditor     20110405181820  20150121144424
pihwiki actor_id        actor_name      rev_timestamp   log_timestamp
pihwiki 1782    Pmlineditor     20100108092133  20100108075256
plwiki  actor_id        actor_name      rev_timestamp   log_timestamp
plwiki  382262  Pmlineditor     20141006094400  20160110155755
plwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
plwikibooks     9662    Pmlineditor     20110117120542  20100118110612
plwikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
plwikimedia     2298    Pmlineditor     20141013133722  20141013133722
plwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
plwikiquote     12334   Pmlineditor     20140609113754  20100116125717
plwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
plwikisource    6558    Pmlineditor     20100730150653  20100118110645
pmswiki actor_id        actor_name      rev_timestamp   log_timestamp
pmswiki 5180    Pmlineditor     20141104164939  20141104164939
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'projectcomwiki_p'
pswiki  actor_id        actor_name      rev_timestamp   log_timestamp
pswiki  4669    Pmlineditor     20100116085819  20100116085227
ptwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ptwiki  759577  Pmlineditor     20141013133723  20141013133723
ptwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
ptwikibooks     11200   Pmlineditor     20100311170201  20100118110609
ptwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
ptwikiquote     7607    Pmlineditor     20100119131027  20100118110723
ptwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
ptwikisource    5853    Pmlineditor     20100118155516  20100118110641
ptwikiversity   actor_id        actor_name      rev_timestamp   log_timestamp
ptwikiversity   3590    Pmlineditor     20110228180553  20100401092747
rnwiki  actor_id        actor_name      rev_timestamp   log_timestamp
rnwiki  1376    Pmlineditor     20100327095129  20100118110430
rowiki  actor_id        actor_name      rev_timestamp   log_timestamp
rowiki  137736  Pmlineditor     20141129160940  20141129160940
rowikinews      actor_id        actor_name      rev_timestamp   log_timestamp
rowikinews      2275    Pmlineditor     20110313121043  20100109171341
rowikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
rowikiquote     1658    Pmlineditor     20100109171325  20100109095646
rowikisource    actor_id        actor_name      rev_timestamp   log_timestamp
rowikisource    3991    Pmlineditor     20100123120942  20091115110145
ruwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ruwiki  428800  Pmlineditor     20141129160940  20160110155754
ruwikinews      actor_id        actor_name      rev_timestamp   log_timestamp
ruwikinews      11383   Pmlineditor     20110623135251  20100118110343
ruwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
ruwikiquote     15850   Pmlineditor     20110515151123  20100116104427
ruwikiversity   actor_id        actor_name      rev_timestamp   log_timestamp
ruwikiversity   1788    Pmlineditor     20170321113913  20100118110544
ruwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
ruwiktionary    27249   Pmlineditor     20120209141153  20100123070351
sahwiki actor_id        actor_name      rev_timestamp   log_timestamp
sahwiki 3839    Pmlineditor     20110528082347  20100118110510
sawiki  actor_id        actor_name      rev_timestamp   log_timestamp
sawiki  4262    Pmlineditor     20110118153114  20100118110542
scowiki actor_id        actor_name      rev_timestamp   log_timestamp
scowiki 10380   Pmlineditor     20111006120811  20091116154112
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'searchcomwiki_p'
sewikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
sewikimedia     652     Pmlineditor     20141013133721  20141013133721
shwiki  actor_id        actor_name      rev_timestamp   log_timestamp
shwiki  25042   Pmlineditor     20141104164940  20141104164940
simplewiki      actor_id        actor_name      rev_timestamp   log_timestamp
simplewiki      891     Pmlineditor     20171126172447  20160525112158
simplewikibooks actor_id        actor_name      rev_timestamp   log_timestamp
simplewikibooks 2287    Pmlineditor     20100119115758  20091130112614
simplewikiquote actor_id        actor_name      rev_timestamp   log_timestamp
simplewikiquote 1135    Pmlineditor     20100204133947  20091124093958
simplewiktionary        actor_id        actor_name      rev_timestamp   log_timestamp
simplewiktionary        23      Pmlineditor     20191020081308  20171126172159
siwiki  actor_id        actor_name      rev_timestamp   log_timestamp
siwiki  6783    Pmlineditor     20100210093339  20100118110539
skwiki  actor_id        actor_name      rev_timestamp   log_timestamp
skwiki  48372   Pmlineditor     20150121082119  20141025171932
skwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
skwikiquote     2069    Pmlineditor     20110623130636  20100118110727
slwiki  actor_id        actor_name      rev_timestamp   log_timestamp
slwiki  67703   Pmlineditor     20150119102511  20100118110541
snwiki  actor_id        actor_name      rev_timestamp   log_timestamp
snwiki  1704    Pmlineditor     20110708124715  20110311075803
sourceswiki     actor_id        actor_name      rev_timestamp   log_timestamp
sourceswiki     22159   Pmlineditor     20141013133722  20160120200228
sowiki  actor_id        actor_name      rev_timestamp   log_timestamp
sowiki  3600    Pmlineditor     20100116151230  20100116124550
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'spcomwiki_p'
specieswiki     actor_id        actor_name      rev_timestamp   log_timestamp
specieswiki     149642  Pmlineditor     20141013140012  20160316181831
sqwiki  actor_id        actor_name      rev_timestamp   log_timestamp
sqwiki  21559   Pmlineditor     20150120162630  20091115085828
sqwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
sqwiktionary    952     Pmlineditor     20100502110504  20110122100038
srwiki  actor_id        actor_name      rev_timestamp   log_timestamp
srwiki  69920   Pmlineditor     20141129160940  20141129160940
sswiki  actor_id        actor_name      rev_timestamp   log_timestamp
sswiki  1420    Pmlineditor     20141013133724  20141013133724
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'stewardwiki_p'
stqwiki actor_id        actor_name      rev_timestamp   log_timestamp
stqwiki 2507    Pmlineditor     20140929124519  20100118110507
strategywiki    actor_id        actor_name      rev_timestamp   log_timestamp
strategywiki    3227    Pmlineditor     20110509133118  20120224162433
suwiki  actor_id        actor_name      rev_timestamp   log_timestamp
suwiki  5372    Pmlineditor     20110203090831  20100118110515
svwiki  actor_id        actor_name      rev_timestamp   log_timestamp
svwiki  181497  Pmlineditor     20141008132712  20141013133721
svwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
svwikibooks     2362    Pmlineditor     20100111124305  20100118110626
svwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
svwikiquote     1878    Pmlineditor     20100519092116  20150313143524
swwiki  actor_id        actor_name      rev_timestamp   log_timestamp
swwiki  7565    Pmlineditor     20140919100146  20100118110537
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'sysop_itwiki_p'
szlwiki actor_id        actor_name      rev_timestamp   log_timestamp
szlwiki 4404    Pmlineditor     20120130182601  20100118110354
tawiki  actor_id        actor_name      rev_timestamp   log_timestamp
tawiki  22660   Pmlineditor     20150123130748  20160305085052
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'techconductwiki_p'
tenwiki actor_id        actor_name      rev_timestamp   log_timestamp
tenwiki 4533    Pmlineditor     20110115163531  20160305085051
testwiki        actor_id        actor_name      rev_timestamp   log_timestamp
testwiki        9740    Pmlineditor     20160311121957  20180725104730
testwikidatawiki        actor_id        actor_name      rev_timestamp   log_timestamp
testwikidatawiki        8803    Pmlineditor     20141013133721  20141013133723
tewiki  actor_id        actor_name      rev_timestamp   log_timestamp
tewiki  22791   Pmlineditor     20141104164939  20141104164939
tgwiki  actor_id        actor_name      rev_timestamp   log_timestamp
tgwiki  6220    Pmlineditor     20110203141936  20100118110406
thwiki  actor_id        actor_name      rev_timestamp   log_timestamp
thwiki  107573  Pmlineditor     20150309121848  20160305085048
thwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
thwikibooks     1935    Pmlineditor     20100314140915  20100118110555
tkwiki  actor_id        actor_name      rev_timestamp   log_timestamp
tkwiki  3721    Pmlineditor     20110425163129  20141014141909
tlwiki  actor_id        actor_name      rev_timestamp   log_timestamp
tlwiki  24248   Pmlineditor     20150118102620  20100106103746
tlwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
tlwikibooks     925     Pmlineditor     20100228143115  20130216113639
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'transitionteamwiki_p'
trwiki  actor_id        actor_name      rev_timestamp   log_timestamp
trwiki  276947  Pmlineditor     20160110155808  20160110155808
trwikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
trwikimedia     283     Pmlineditor     20141013133722  20141013133722
trwikinews      actor_id        actor_name      rev_timestamp   log_timestamp
trwikinews      874     Pmlineditor     20150112084703  20100118110345
trwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
trwiktionary    14931   Pmlineditor     20111115175734  20100123070339
ttwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ttwiki  6847    Pmlineditor     20141013133722  20141013133723
tumwiki actor_id        actor_name      rev_timestamp   log_timestamp
tumwiki 1243    Pmlineditor     20141013133721  20141013133722
twwiki  actor_id        actor_name      rev_timestamp   log_timestamp
twwiki  1671    Pmlineditor     20141013133721  20141013133722
tyvwiki actor_id        actor_name      rev_timestamp   log_timestamp
tyvwiki 1875    Pmlineditor     20141013133723  20141013133723
uawikimedia     actor_id        actor_name      rev_timestamp   log_timestamp
uawikimedia     791     Pmlineditor     20141013133722  20141013133723
ukwiki  actor_id        actor_name      rev_timestamp   log_timestamp
ukwiki  89019   Pmlineditor     20160110155809  20160110155809
urwiki  actor_id        actor_name      rev_timestamp   log_timestamp
urwiki  15840   Pmlineditor     20100502082824  20100106100407
uzwiki  actor_id        actor_name      rev_timestamp   log_timestamp
uzwiki  8312    Pmlineditor     20110117122240  20100118110503
uzwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
uzwiktionary    560     Pmlineditor     20140920172952  20100123070411
vecwikisource   actor_id        actor_name      rev_timestamp   log_timestamp
vecwikisource   676     Pmlineditor     20110405181702  20120406130805
viwiki  actor_id        actor_name      rev_timestamp   log_timestamp
viwiki  180430  Pmlineditor     20150206172943  20150206172943
viwikibooks     actor_id        actor_name      rev_timestamp   log_timestamp
viwikibooks     14754   Pmlineditor     20120406145846  20100118110611
viwikiquote     actor_id        actor_name      rev_timestamp   log_timestamp
viwikiquote     2912    Pmlineditor     20110909143355  20091210154231
viwiktionary    actor_id        actor_name      rev_timestamp   log_timestamp
viwiktionary    8785    Pmlineditor     20100125064019  20100314142603
vlswiki actor_id        actor_name      rev_timestamp   log_timestamp
vlswiki 4675    Pmlineditor     20141018122916  20141018122916
vowiki  actor_id        actor_name      rev_timestamp   log_timestamp
vowiki  9389    Pmlineditor     20110604140717  20110212093150
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'wg_enwiki_p'
wikidatawiki    actor_id        actor_name      rev_timestamp   log_timestamp
wikidatawiki    150308  Pmlineditor     20200109192324  20190820182809
wikimania2014wiki       actor_id        actor_name      rev_timestamp   log_timestamp
wikimania2014wiki       27113   Pmlineditor     20141013133722  20141013133722
wikimania2015wiki       actor_id        actor_name      rev_timestamp   log_timestamp
wikimania2015wiki       379     Pmlineditor     20150228171421  20150228171319
wikimania2016wiki       actor_id        actor_name      rev_timestamp   log_timestamp
wikimania2016wiki       167     Pmlineditor     20160326090012  20150330115017
wikimania2017wiki       actor_id        actor_name      rev_timestamp   log_timestamp
wikimania2017wiki       318     Pmlineditor     20170812003659  20160323154009
wikimania2018wiki       actor_id        actor_name      rev_timestamp   log_timestamp
wikimania2018wiki       347     Pmlineditor     20180721122618  20170903083609
ERROR 1044 (42000): Access denied for user 'u20511'@'%' to database 'wikimaniateamwiki_p'
wikimaniawiki   actor_id        actor_name      rev_timestamp   log_timestamp
wikimaniawiki   515     Pmlineditor     20190813185622  20181007151424
wowiki  actor_id        actor_name      rev_timestamp   log_timestamp
wowiki  2920    Pmlineditor     20120416170133  20100118110435
wuuwiki actor_id        actor_name      rev_timestamp   log_timestamp
wuuwiki 11211   Pmlineditor     20110604140719  20110427085658
yiwiki  actor_id        actor_name      rev_timestamp   log_timestamp
yiwiki  8368    Pmlineditor     20091214081253  20091214081222
yowiki  actor_id        actor_name      rev_timestamp   log_timestamp
yowiki  4314    Pmlineditor     20141013133721  20141013133722
zeawiki actor_id        actor_name      rev_timestamp   log_timestamp
zeawiki 2323    Pmlineditor     20110303112455  20100118110354
zh_min_nanwiki  actor_id        actor_name      rev_timestamp   log_timestamp
zh_min_nanwiki  9512    Pmlineditor     20120416170104  20151102104450
zh_yuewiki      actor_id        actor_name      rev_timestamp   log_timestamp
zh_yuewiki      31903   Pmlineditor     20110319154603  20091128075856
zhwiki  actor_id        actor_name      rev_timestamp   log_timestamp
zhwiki  779662  Pmlineditor     20141130160821  20160305085051
zhwikisource    actor_id        actor_name      rev_timestamp   log_timestamp
zhwikisource    16451   Pmlineditor     20100210124052  20100109091149
zuwiki  actor_id        actor_name      rev_timestamp   log_timestamp
zuwiki  2662    Pmlineditor     20141013133721  20141117140632

formatted into a table using regex replacements (\n(Could not|Make sure|ERROR 1044).* -> (empty string), \n\S+\s+actor_id.* -> (empty string), \n(\S+)\s+\d+\s+Pmlineditor\s+(\d+)\s+(\d+) -> \n|-\n| $1 || $2 || $3).

Table
Wiki last edit last log entry
abwiki 20150323103135 20150323103116
acewiki 20141008132712 20141013133721
afwiki 20150121142031 20141013133721
afwikibooks 20141013133722 20141013133723
akwiki 20120416165506 20141117140546
alswiki 20141013133722 20141013133722
angwiki 20160816153053 20141013133721
anwiki 20141104164940 20141104164940
arwiki 20150206172937 20150206172937
arwikibooks 20110212113447 20110828174356
arwikimedia 20141013133721 20141013133721
arwikisource 20100124093729 20100118110636
arzwiki 20141104164939 20141104164939
astwiki 20100226105839 20141022173247
astwiktionary 20170619142238 20100123070356
aswiki 20150214142736 20110709090320
aswikisource 20090916165855 20130219142435
aywiki 20141013133722 20141013133722
azwiki 20141003101109 20120324085153
azwiktionary 20110116080250 20100123070424
barwiki 20151028135942 20141013133721
bat_smgwiki 20141013133721 20141013133721
bclwiki 20141013133723 20141013133723
bdwikimedia 20141013133722 20141013133722
betawikiversity 20150211074803 20160305085051
bewiki 20110402115402 20100118110432
bewikimedia 20141013133722 20141013133722
bgwiki 20150117190931 20100118110433
bgwiktionary 20110118081029 20100123070354
bhwiki 20100429151949 20110709090210
bjnwiki 20141018122916 20141018122916
bnwiki 20190817081116 20190629072322
bnwikibooks 20150124180948 20141023192339
bnwikisource 20190822175917 20190814092015
bnwiktionary 20150211074332 20150120091845
bpywiki 20110527073719 20110426154838
brwiki 20100315080526 20100102123741
bswiki 20110204104643 20100106095649
cawiki 20141104164939 20141104164939
cawiktionary 20170317145829 20110427084722
cebwiki 20100113102302 20100113082537
chwiki 20110115094912 20110709090545
ckbwiki 20100123151859 20100118110535
commonswiki 20200907155951 20190901210748
cowikimedia 20141013133721 20141117140804
csbwiki 20110426142217 20141013133721
cswiki 20110114153045 20100110160825
cvwiki 20100222115748 20100118110448
cywiki 20100210124706 20100118110446
dawiki 20141104164939 20141104164940
dawikiquote 20110203130607 20100118110717
dawiktionary 20140615113704 20100123070345
dewiki 20151016090656 20160305085051
dewikibooks 20141013133721 20141013133721
dewikinews 20141013133722 20141013133722
dewikiquote 20141013133721 20141013133721
dewikisource 20180414111237 20100118110649
dewikivoyage 20141013133721 20141013133721
dewiktionary 20141013133722 20141013133722
dkwikimedia 20141013133724 20141013133725
eewiki 20110801161014 20120315183000
elwiki 20141110155935 20160110155755
elwiktionary 20140929183139 20100123070347
emlwiki 20141104164940 20141104164940
enwiki 20190816133812 20170718100823
enwikibooks 20150320163000 20160316181832
enwikinews 20160316181834 20160316181834
enwikiquote 20200217141757 20200217141841
enwikisource 20151120105253 20160316181834
enwikiversity 20150321193900 20160316181831
enwikivoyage 20171022151507 20170630195654
enwiktionary 20150321192856 20160316181832
eowiki 20141013133720 20141013133720
eowikinews 20110405181826 20141013133722
eowiktionary 20141013133723 20141013133723
eswiki 20150808162517 20160305085050
eswikibooks 20100419161032 20160120200228
eswikiquote 20110228184158 20160120200228
etwiki 20150120140450 20141013133721
etwikimedia 20141013133722 20141013133722
etwikisource 20110227101623 20100118110638
euwiki 20141105155321 20141018122917
extwiki 20110507154129 20091230160243
fiwiki 20141008132717 20160110155752
fjwiki 20100122103440 20110303095432
frrwiki 20091011164816 20110204085556
frwiki 20170515170611 20160120200231
frwikibooks 20141013133722 20141013133722
frwikinews 20141013133724 20141013133724
frwikiquote 20141013133722 20141013133722
frwikisource 20141013133724 20141013133724
frwikiversity 20141013133722 20141013133722
frwikivoyage 20141013133721 20141013133721
frwiktionary 20141013133723 20141013133723
fywiki 20110322085800 20100115113814
gagwiki 20130219142100 20160110155753
ganwiki 20100315080134 20110712152330
gawiki 20110204095057 20150121143812
glwiki 20150121153628 20100106084416
glwikibooks 20091109100135 20091109095109
gomwiki 20090512104407 20150705110037
guwiki 20150206172943 20150206172943
hakwiki 20110201170821 20100118110358
hewiki 20100123145615 20160110155752
hewikibooks 20110116144621 20100118110614
hewikisource 20100124114846 20100117105833
hifwiki 20140615111540 20141118140216
hiwiki 20150321114237 20150321114238
hiwikiquote 20100216123015 20100401093531
hiwikiversity 20100124092629 20170818165904
hiwiktionary 20100217104002 20110121102752
hrwiki 20141104164940 20141104164940
hrwikibooks 20110131092856 20100118110612
hrwiktionary 20141104164939 20141104164939
htwiki 20100130052243 20100118110458
huwiki 20110506131730 20160110155752
hywiki 20141129160940 20141129160940
hywiktionary 20100416154654 20130219142310
idwiki 20151029082627 20150206172940
iewiki 20141013133724 20141013133724
incubatorwiki 20160316181841 20160316181841
iowiki 20110507150110 20160305085054
iswiki 20150119102429 20100118110414
iswikibooks 20100120132042 20100106100944
itwiki 20151031150311 20160120200228
itwikibooks 20110516093805 20100118110619
itwikisource 20180719120938 20100118110635
itwiktionary 20141104164940 20141104164940
jawiki 20160316181850 20160316181850
jawikinews 20100717110345 20100717110306
jawikiquote 20110227112652 20100118110721
jvwiki 20100718113326 20100118110431
kawiki 20110414132832 20100117115739
kiwiki 20100522105251 20100522105318
kkwiki 20140929062046 20140929062047
kmwiki 20110316100742 20100118110421
knwiki 20110203124434 20100115112932
kowiki 20160305085057 20160305085057
kowikinews 20110405181824 20160305085051
kowikisource 20160305085054 20160305085054
kshwiki 20101010101420 20100118110407
kuwiki 20120227125110 20100110112756
kywiki 20141013133721 20141013133721
ladwiki 20141104164939 20141104164940
lawiki 20141104164940 20141104164940
lawikisource 20141104164939 20160120200227
lbwiki 20100315083107 20100118110439
liwiki 20110121164913 20091115103450
lmowiki 20141104164940 20141104164940
ltwiki 20151022173544 20141129160940
lvwiki 20141129160939 20141129160939
maiwiki 20150301164042 20150301163421
mediawikiwiki 20170215165545 20171216131015
metawiki 20200624141654 20200126093245
mkwiki 20141104164940 20141104164940
mlwiki 20150206172942 20150206172942
mnwiki 20100227094634 20100118110504
mrjwiki 20120416170048 20110130094420
mrwiki 20141117184037 20141117184037
mswiki 20151023224519 20140929062042
mtwiki 20120210173226 20100118110506
mywiki 20110123110835 20100118110509
nahwiki 20141013133722 20141013133722
napwiki 20141104164940 20141104164940
nds_nlwiki 20141104164939 20141104164939
ndswiki 20141231105716 20141231105716
newiki 20150206172945 20150206172945
newiktionary 20151106113737 20100123070429
ngwiki 20091206160917 20091206155536
nlwiki 20141231105717 20141231105717
nlwikibooks 20150130065844 20100219113418
nlwikiquote 20100309094700 20100118110720
nlwikisource 20140606121804 20100118110641
nlwiktionary 20141104164941 20141104164941
nowiki 20141013133721 20141013133721
nowikibooks 20100202130542 20100114085214
nowikisource 20100309091430 20100315081652
nowiktionary 20100210120051 20100123070427
nrmwiki 20110322085426 20100415080852
nsowiki 20151031164735 20151031163752
nycwikimedia 20141013133722 20141013133723
ocwiki 20110909164716 20100415164858
oswiki 20141013133723 20141013133723
outreachwiki 20141013133723 20141013133723
pagwiki 20120325115250 20141013133723
pamwiki 20100222111327 20120324092758
papwiki 20110118123850 20100118110519
pawiki 20150314134902 20150314134903
pflwiki 20110405181820 20150121144424
pihwiki 20100108092133 20100108075256
plwiki 20141006094400 20160110155755
plwikibooks 20110117120542 20100118110612
plwikimedia 20141013133722 20141013133722
plwikiquote 20140609113754 20100116125717
plwikisource 20100730150653 20100118110645
pmswiki 20141104164939 20141104164939
pswiki 20100116085819 20100116085227
ptwiki 20141013133723 20141013133723
ptwikibooks 20100311170201 20100118110609
ptwikiquote 20100119131027 20100118110723
ptwikisource 20100118155516 20100118110641
ptwikiversity 20110228180553 20100401092747
rnwiki 20100327095129 20100118110430
rowiki 20141129160940 20141129160940
rowikinews 20110313121043 20100109171341
rowikiquote 20100109171325 20100109095646
rowikisource 20100123120942 20091115110145
ruwiki 20141129160940 20160110155754
ruwikinews 20110623135251 20100118110343
ruwikiquote 20110515151123 20100116104427
ruwikiversity 20170321113913 20100118110544
ruwiktionary 20120209141153 20100123070351
sahwiki 20110528082347 20100118110510
sawiki 20110118153114 20100118110542
scowiki 20111006120811 20091116154112
sewikimedia 20141013133721 20141013133721
shwiki 20141104164940 20141104164940
simplewiki 20171126172447 20160525112158
simplewikibooks 20100119115758 20091130112614
simplewikiquote 20100204133947 20091124093958
simplewiktionary 20191020081308 20171126172159
siwiki 20100210093339 20100118110539
skwiki 20150121082119 20141025171932
skwikiquote 20110623130636 20100118110727
slwiki 20150119102511 20100118110541
snwiki 20110708124715 20110311075803
sourceswiki 20141013133722 20160120200228
sowiki 20100116151230 20100116124550
specieswiki 20141013140012 20160316181831
sqwiki 20150120162630 20091115085828
sqwiktionary 20100502110504 20110122100038
srwiki 20141129160940 20141129160940
sswiki 20141013133724 20141013133724
stqwiki 20140929124519 20100118110507
strategywiki 20110509133118 20120224162433
suwiki 20110203090831 20100118110515
svwiki 20141008132712 20141013133721
svwikibooks 20100111124305 20100118110626
svwikiquote 20100519092116 20150313143524
swwiki 20140919100146 20100118110537
szlwiki 20120130182601 20100118110354
tawiki 20150123130748 20160305085052
tenwiki 20110115163531 20160305085051
testwiki 20160311121957 20180725104730
testwikidatawiki 20141013133721 20141013133723
tewiki 20141104164939 20141104164939
tgwiki 20110203141936 20100118110406
thwiki 20150309121848 20160305085048
thwikibooks 20100314140915 20100118110555
tkwiki 20110425163129 20141014141909
tlwiki 20150118102620 20100106103746
tlwikibooks 20100228143115 20130216113639
trwiki 20160110155808 20160110155808
trwikimedia 20141013133722 20141013133722
trwikinews 20150112084703 20100118110345
trwiktionary 20111115175734 20100123070339
ttwiki 20141013133722 20141013133723
tumwiki 20141013133721 20141013133722
twwiki 20141013133721 20141013133722
tyvwiki 20141013133723 20141013133723
uawikimedia 20141013133722 20141013133723
ukwiki 20160110155809 20160110155809
urwiki 20100502082824 20100106100407
uzwiki 20110117122240 20100118110503
uzwiktionary 20140920172952 20100123070411
vecwikisource 20110405181702 20120406130805
viwiki 20150206172943 20150206172943
viwikibooks 20120406145846 20100118110611
viwikiquote 20110909143355 20091210154231
viwiktionary 20100125064019 20100314142603
vlswiki 20141018122916 20141018122916
vowiki 20110604140717 20110212093150
wikidatawiki 20200109192324 20190820182809
wikimania2014wiki 20141013133722 20141013133722
wikimania2015wiki 20150228171421 20150228171319
wikimania2016wiki 20160326090012 20150330115017
wikimania2017wiki 20170812003659 20160323154009
wikimania2018wiki 20180721122618 20170903083609
wikimaniawiki 20190813185622 20181007151424
wowiki 20120416170133 20100118110435
wuuwiki 20110604140719 20110427085658
yiwiki 20091214081253 20091214081222
yowiki 20141013133721 20141013133722
zeawiki 20110303112455 20100118110354
zh_min_nanwiki 20120416170104 20151102104450
zh_yuewiki 20110319154603 20091128075856
zhwiki 20141130160821 20160305085051
zhwikisource 20100210124052 20100109091149
zuwiki 20141013133721 20141117140632

The table can be sorted by last edit or log entry. Hope this helps, --DannyS712 (talk) 22:56, 4 October 2020 (UTC)

Comment CommentPresuming that rights changes will show in the logs, then someone will need to look at checkuser and oversight logs, including loginwiki.  — billinghurst sDrewth 08:07, 5 October 2020 (UTC)
Loginwiki doesn't have any recent entries, and CUing/OSing anywhere else needs to show in the logs somewhere. The normal way is changing your own rights via Meta, but all other ways (incl. global group rights changes or promoting you to steward locally, and then changing rights somewhere else) needs to show in your public logs somewhere. --Martin Urbanec (talk) 12:01, 5 October 2020 (UTC)


Not done Formally speaking, Pmlineditor is uneligble for being un-stewardshipped under the inactivity policy. While they made zero actions in past six months, they made more than 10 actions in the past year (a handful of locks from Special:Log/Pmlineditor, dating 25 December 2019). The policy says: "Stewards are automatically removed for inactivity if they have performed no actions within the past six months, and less than ten actions within the last year.". Closing as not done. --Martin Urbanec (talk) 12:07, 5 October 2020 (UTC)

Ah, I missed that, sorry DannyS712 (talk) 12:17, 5 October 2020 (UTC)
This section was archived on a request by: Martin Urbanec (talk) 09:30, 17 October 2020 (UTC)

Is it possible to vanish from one wiki and keep the name at others?

Sorry if I posted at wrong noticeboard,I didn’t knew where to post.--Yaratmayıcı (talk) 17:06, 6 October 2020 (UTC)

No. Ruslik (talk) 20:54, 6 October 2020 (UTC)
This section was archived on a request by: Martin Urbanec (talk) 09:30, 17 October 2020 (UTC)

Requests for comment/Slowking4

Requests for comment/Slowking4 was originally created as a global ban request, and has now been re-scoped into an RfC on a single user. Since only stewards should be closing global ban requests, can someone take a look at the page, specifically Requests for comment/Slowking4#Call for procedural close? Thanks, --DannyS712 (talk) 19:26, 2 October 2020 (UTC)

Was closed by Ruslik0 --DannyS712 (talk) 00:42, 22 October 2020 (UTC)
This section was archived on a request by: DannyS712 (talk) 00:42, 22 October 2020 (UTC)

Enwiki ArbCom election scrutineer request

Good evening stewards, the English Wikipedia Arbitration Committee elections are coming up (running from 23 November 2020 to 7 December 2020), and we are looking for non-enwiki stewards to act as election scrutineers. A list of scrutineer duties can be found here. Please feel free to let me or another member of the electoral commission know if you have any questions. GeneralNotability (talk) 01:46, 17 October 2020 (UTC)

@GeneralNotability: I'm not sure what's exactly the criteria for "non-home wiki" (I have about 4k of edits there and I'm eligible to vote), but if that's fine, count me in. --Martin Urbanec (talk) 08:50, 17 October 2020 (UTC)
@Martin Urbanec: - I don't think you primarily edit enwiki - so that shouldn't be an issue. SQLQuery me! 16:03, 17 October 2020 (UTC)
I had about 6k edits when I did it in 2018. (And still somewhere 6k.) Shouldn't be a problem. — regards, Revi 10:19, 18 October 2020 (UTC)
@GeneralNotability: I'd be happy to volunteer :) —Thanks for the fish! talkcontribs 11:43, 17 October 2020 (UTC)
like many years, I would be happy if I could assist enwiki Mardetanha talk 09:28, 18 October 2020 (UTC)
Mardetanha, Martin Urbanec, and Tks4Fish were appointed/confirmed by local arbcom, see w:Special:Diff/984568965, and have been granted checkuser rights for this purpose, see Special:Diff/20556497. --DannyS712 (talk) 00:41, 22 October 2020 (UTC)
This section was archived on a request by: DannyS712 (talk) 00:41, 22 October 2020 (UTC)

Requests for comment/Global ban of James Salsman

Unless we're trying to go for a world record of unanimous support to globally ban an editor or something, this should probably be closed. –MJLTalk 17:17, 21 October 2020 (UTC)

@MJL: I will hope it's a month but per policy 2 weeks - 1 month is acceptable. Consensus is quite clear. However, not a sysop or crat can implement the outcome, although many are stewards, but this seems better on SN. Thanks. Camouflaged Mirage (talk) 17:23, 21 October 2020 (UTC)
@Camouflaged Mirage: Moved here –MJLTalk 17:44, 21 October 2020 (UTC)
Noted. Camouflaged Mirage (talk) 17:45, 21 October 2020 (UTC)

Done I've read the RFC, and closed the request as successful. Consequently, I've globally locked his accounts I'm aware of. Any other accounts may be reported at SRG. Best, --Martin Urbanec (talk) 09:24, 22 October 2020 (UTC)

This section was archived on a request by: DannyS712 (talk) 17:04, 22 October 2020 (UTC)

Need assistance posting a link to RFC in Russian Wikipedia

The link to Requests for comment/IP editors are auto-blocked on Russian Wikipedia to be posted on w:ru:Википедия:Форум/Общий please.

My own IP is blocked on ruwiki for attempting to edit without logging in, as described in the RFC. --Crash48 (talk) 12:50, 5 October 2020 (UTC)

You can post it yourself as you are registered now. Ruslik (talk) 21:00, 6 October 2020 (UTC)
Of course not: my account is not exempt from IP blocks. --Crash48 (talk) 11:15, 7 October 2020 (UTC)
@Crash48: If it is due to a local IP block, then you will need to resolve that issue with ruwiki. If it is due to a steward's IP block, then please see global IP block exemptions then follow the instruction at SRGP.  — billinghurst sDrewth 02:06, 8 October 2020 (UTC)
This section was archived on a request by:  — billinghurst sDrewth 22:32, 30 October 2020 (UTC)

Consensus is for oppose, and the recent activity on this RfC is not what it was on June. I think this RfC is a distraction for recent issues like Scots Wikipedia controversy. As such I'm here to get this RfC closed. Thanks. SMB99thx 13:03, 17 October 2020 (UTC)

Pinging MF-Warburg and Vermont. SMB99thx 12:43, 18 October 2020 (UTC)
I have commented on that and on related pages with a specific point of view, so I’m not going to be the one to close it. However, I will note that we don’t determine the validity of closing one RfC by the existence of other, subjectively more important, RfCs. It’s not as though there’s one contiguous community with only one object of attention. There’s dozens of RfCs currently open, and individual editors determine if they want to comment on any of them, and if so which ones they want to participate in. The RfC being open for a while with little activity is a reason to close, but the “distraction” statement would be an incredibly dangerous and misinformed precedent to set. Regardless, an uninvolved admin or stew will get to closing it at some point. Vermont (talk) 13:33, 18 October 2020 (UTC)
I don't think an RFC can be closed for being a "distraction". However, the entire branding project that this was a response to is on hold until March, so I think closing it is a good idea. --Yair rand (talk) 20:42, 18 October 2020 (UTC)

Done though not drawing a conclusion.  — billinghurst sDrewth 22:30, 30 October 2020 (UTC)

This section was archived on a request by:  — billinghurst sDrewth 22:30, 30 October 2020 (UTC)

Harassment and admin abuse in Wikiquote

I don't know were to report this but I were been recieving harassment by an user from Australia, TVEBOR and 2001:8003:4000:0:0:0:0:0/35), for a year now. The accounts were banned by ~riley for sockpupetry. Other users that were targeted by this IP have been Peter1 and DawgDeputy. Now the harasser has comeback and UDScott has ban me for revert the block evasions. I reported in the Administrator noticeboard several times that he was doing block evasion (Q:Wikiquote:Administrators' noticeboard/Archive/036#TVEBOR block evasion and Q:Wikiquote:Administrators' noticeboard/Archive/036#TBlock evasion by TVEBOR). Also, I reported to UDScott in the past several times, in his talk page I did it in 15 January 2020. And recently during the recent controversy in which admin decided to cherrypick a policy, WQ:Q because he "assumed bad faith" on me. I have a discussion recently on this with Koavf on if I should make a report on that controversy, which I did here. The harassment during the year affected me in all the Wikiprojects in which I participated, I become paranoid and temperamental and I want this to stop but I don't know how so I request assistance to solve the issue. Rupert loup (talk) 17:37, 19 October 2020 (UTC)

Comment Comment Admin abuse??? You have 300 reverts at this day. This is a big Editwar. Why didn't you wait for the IP to be blocked?--𝐖𝐢𝐤𝐢𝐁𝐚𝐲𝐞𝐫 👤💬 18:00, 19 October 2020 (UTC)
WikiBayer The IP was blocked after months of harassing, it was only blocked after it created that account TVEBOR because Peter1 told him that he should registered. And the IP changed after minutes, it was never range blocked before the sockpupetry. At first I discussed it in talk pages and in the noticeboard. Admins never took action more than block the page were the IP was participating. I lost interest in discuss after admins ignore us and our reports, after that I just came accustomed to revert it on spot. There is no much discussion in WQ in general and admins usually ignore the issue. ~riley was who tried to bring the 3 revert policy in WQ, a blow of fresh air. But I think that he gave up after a month or two. I didn't see admins discussing the issue after that. I tried to bring the issue on warring recently. Nobody cared. That is how discussion is in WQ. Rupert loup (talk) 18:18, 19 October 2020 (UTC)
Also the IP was reported and still was not blocked, only I was blocked for revert a block evasion. You don't see UDScott or any admin discussing the issue there, as is the norm. So I think that responds the question on why I didn't wait for the IP to be blocked. Rupert loup (talk) 18:42, 19 October 2020 (UTC)
WikiBayer I'm not trying to sound rude, that's the best that I can express myself right now given my frustration. Rupert loup (talk) 19:56, 19 October 2020 (UTC)
@Rupert loup: This is a matter for English Wikiquote, and them alone. They are a fully formed community and able to resolve issues. Not certain why you think anywhere else should be intervening in these issues.  — billinghurst sDrewth 20:33, 19 October 2020 (UTC)
billinghurst The IP's harassment has been leaked to Wikipedia also, and the IP is also back there. As I said this affected my work and my behavior in all the Wikiprojects. Rupert loup (talk) 21:09, 19 October 2020 (UTC)
Work with the local communities, there is nothing that stewards or global sysops can do to resolve your local issues. Our roles are not to be involved with local content issues. Your communities have the tools to manage these as they see them to be managed, and to escalate to stewards as they need to do so. Please read Stewards and Global sysops and tell us where it gives us any role in what you are mentioning or authority to intervene.  — billinghurst sDrewth 21:13, 19 October 2020 (UTC)
Spoiler alert: "Stewards are also not arbitrators or mediators; to resolve a conflict on a small project, please attempt local resolution, and file a request for comment on Meta-Wiki if local resolution cannot be achieved." Your wiki is not small but still, we are not your arbitrator. We can't solve your problem. — regards, Revi 21:20, 19 October 2020 (UTC)
What a request for comment will do to stop the harassment by the IP? Rupert loup (talk) 21:26, 19 October 2020 (UTC)
You asking here wouldn't stop it either, because we are not going to do anything for you here. — regards, Revi 21:31, 19 October 2020 (UTC)
-revi and billinghurst: You already did something for me, thank you for your help. I tried to maintain WQ neutral, balanced and accurate but as you said if the community don't care I can do much about it. I'm not into modern politics, they bore me to death, I tried to balance the different POVs to gave them fair and accurate representation in WQ but with the amount of people (from all the political spectrum) adding random content from what it seems social media and blogs they have made the project in a troll magnet and full of toxicity. What I really hold dearly are the policies of WQ, those are which shaped my personal POV, and it breaks my heart that they are disregarded as they are there. I bet that this will get worse when the different POVs will start collide in the next months, with all the World political context and such. I have a strong feeling that it will happen. If that is the direction that the community want for the project so be it. I already stopped having fun long ago there so this is what I need to let it go. Rupert loup (talk) 22:45, 19 October 2020 (UTC)
Everything concerning the IP must be clarified on local projekt. Please don't feed trolls with editwars. --𝐖𝐢𝐤𝐢𝐁𝐚𝐲𝐞𝐫 👤💬
This section was archived on a request by: Martin Urbanec (talk) 02:41, 31 October 2020 (UTC)

Inactive administrators

Elwikisource: AndreasJS

Elwikibooks: Vsvlachos

Elwikiversity: ZaDiak 2A02:587:5400:6501:F875:E23A:E9DF:6AA9 20:26, 30 October 2020 (UTC)

Not done Individual cases should be managed on individual wikis in line with their processes. Global processes occur separately and not via this page.  — billinghurst sDrewth 22:26, 30 October 2020 (UTC)
This section was archived on a request by:  — billinghurst sDrewth 22:26, 30 October 2020 (UTC)

Requests for comment/Site-wide administrator abuse and WP:PILLARS violations on the Croatian Wikipedia

Link: Requests for comment/Site-wide administrator abuse and WP:PILLARS violations on the Croatian Wikipedia

After acquainting myself with this case over the last couple of months, I think there is a path forward through desysopping/blocking some key problematic editors, reversing some other blocks, and developing a guidance document for dealing with Croatian history that could be enforced through request to GS or stewards if local admins are unwilling to enforce (GS if it is decided to make hrwiki a gs wiki for the purposes of enforcing the guideline, but that might be outside of their scope).

My question for stewards is this: how clear-cut does this need to be for you to feel comfortable acting? I'm going to try to limit the nonsense that has plagued the RfC to date by introducing some strict guidance on how the final discussion is conducted, and focus more on getting the global community's input. I know there aren't many incentives for stewards to actually implement these sort of things, but I think this is a significant and ongoing issue, and that a solution (or at least action in the right direction) is possible. – Ajraddatz (talk) 22:56, 21 October 2020 (UTC)

Extended content
@Ajraddatz Hello, this is my personal opinion, and was not consulted with any other steward beforehand. I would say than if a concrete motion is proposed, and discussed in a similar manner like global ban are, stewards could close the RfC, and implement the result. However, in the current form of the RfC, it is more of a general discussion over the Croatian Wikipedia, which is very hard to close (compared to Requests for comment/Revoke A's global renamer permission, which proposes a clearly-defined action,which is then discussed by the community), and if two stewards were closing it at one time, they could reach to different conclusions.
Does this answer? Martin Urbanec (talk) 23:10, 30 October 2020 (UTC)
@Martin Urbanec: There was a proposal at the end of section #1, though not everyone agreed with every part of it (see section 2). --Rschen7754 00:12, 31 October 2020 (UTC)
I'm thinking about closing the existing RfC as advisory, and creating a new RfC with specific proposals that are likely to be a) feasible and b) garner wide support from the global community. Would make it easier to close and implement. – Ajraddatz (talk) 00:50, 31 October 2020 (UTC)
Agreed - that could work. Martin Urbanec (talk) 01:07, 31 October 2020 (UTC)
Indeed, I think that is the way to go. --Rschen7754 01:24, 31 October 2020 (UTC)
Just a note regarding There was a proposal at the end of section #1, though not everyone agreed with every part of it
As many as 30 users voting "strong oppose" are actually Kubura's sockpuppets. Please read more about it here: user:Lasta/CU38. --Lasta (talk) 16:08, 3 November 2020 (UTC)
I don't agree with that analysis... I think some of the accounts are likely meatpuppets. Some may be socks. But there is no technical evidence that confirms those assertions. – Ajraddatz (talk) 16:16, 3 November 2020 (UTC)
Do You at least think there is evidence that most of those 30 are sockpuppets? Please read my CU results analisys and feel free to comment on it's talk page. I will answer all questions. --Lasta (talk) 16:48, 3 November 2020 (UTC)
You just don't have all of the information... when checking the ranges, even on Meta, there are so many obviously-unrelated accounts (not listed in the CU request, including many good-faith and unproblematic editors on hrwiki) that they just aren't likely to be socks. There are very few UA matches beyond what you would normally expect from checking a random range. It really isn't likely that all of these accounts are one person, or even that one account or sub-group of accounts are. – Ajraddatz (talk) 22:42, 3 November 2020 (UTC)

I agree with the close proposal. One of the reasons why the RfC is hard to close is that, although it received general support from a number of editors, it isn't always clear which particular action did receive support and which one did not. A short list of proposed actions - workable ones which received explicit support in the current RfC - would make things much clearer, without distracting the participants with irrelevant alternatives. (W.r.t. the nature of technical evidence for sockpuppeting, I'll contact Ajraddatz within a couple of days.) GregorB (talk) 19:08, 3 November 2020 (UTC)

Support Support for proposal.
Ajraddatz, I wouldn't focus on UA, those can be easily handled with Firefox User agent swircher or some other tool. I believe I have all the info I need regarding IP addresses, thanks to A.B.xxx.xxx ranges breefly apearing on hr wiki.
I don't think any other user in that range is Kubura's sock. Actually, I'm quite sure that, in my CU request, I listed *all* of his socks that were within the range of a CU tool oj Aug 11. Feel free to discuss my analysis on user:Lasta/CU38 on it's talk page. --Lasta (talk) 23:11, 3 November 2020 (UTC)
It's been long. Support Support for proposal. As for whenever the 30 users are socks, they all stopped editing when the request for investigation started, that should give a hint or two. Also, they were regulars at voting's but did not appear in the latest one, I guess pressure got to them. Statistics is against selected 30 persons (who claim they are from various parts of Croatia and Bosnia) that edit from the same ISP and geographical area. --Mhare (talk) 09:24, 4 November 2020 (UTC)

Comment Comment Support Support for closing proposal. RfC itself presented us with a realistic image of hr.wiki, an image in which dissidents are blocked, an image in which sysop rights are abused, and where the spread of bias is encouraged by local administrators. However, RfC opened our eyes to another thing - mass sockpuppeting on Croatian Wikipedia. Lasta's suspicions and evidence are valid and meaningful. We can also confirm this by taking a look at the RfC. We see big waves of strong oppose coming up during the debate hour after hour by the mentioned users. It's interesting that certain user accounts have names that associate the sock master with what topic he should write about with that account (topic sockpuppeting). It's also interesting that rarely any of them use talk pages, and they know all the templates and places where voting takes place (including Meta's RfC). The question isn't whether any action will be taken, but which and when. --Aca (talk) 10:47, 4 November 2020 (UTC)

Note this is not a place for unrestricted discussion, but a place to notify stewards about an issue, or consult stewards. Please discuss the closing motion in the RfC itself. Once sufficiently discussed, you are free to leave us a note, so we can have a look. Best, --Martin Urbanec (talk) 16:01, 4 November 2020 (UTC)