[Wikidata-bugs] [Maniphest] [Merged] T124758: [Story] Show all available languages in monolingual text value's suggester

2019-12-10 Thread Bugreporter
Bugreporter merged a task: T240386: Canadian French doesnt show up in the 
list when adding a value for a monolingual property.
Bugreporter added subscribers: Mbch331, VIGNERON, Bouzinac.

TASK DETAIL
  https://phabricator.wikimedia.org/T124758

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bouzinac, VIGNERON, Mbch331, Lucas_Werkmeister_WMDE, Raymond, NoInkling, 
WMDE-leszek, Nemo_bis, Sascha, Mvolz, Tarrow, Michael, Timothyjosephwood, 
Zache, Nikerabbit, gerritbot, Lea_Lacroix_WMDE, Amire80, Lokal_Profil, 
Lydia_Pintscher, Charlie_WMDE, Sjoerddebruin, C933103, Liuxinyu970226, 
iecetcwcpggwqpgciazwvzpfjpwomjxn, Nikki, Jonas, daniel, Tobi_WMDE_SW, 
adrianheine, Aklapper, JanJaquemot, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, A.S.Kochergin, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, JGirault, Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, 
Arrbee, santhosh, KartikMistry
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240386: Canadian French doesn't show up in the list when adding a value for a monolingual property

2019-12-10 Thread Bugreporter
Bugreporter closed this task as a duplicate of T124758: [Story] Show all 
available languages in monolingual text values suggester.

TASK DETAIL
  https://phabricator.wikimedia.org/T240386

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: VIGNERON, Bouzinac, Aklapper, Mbch331, darthmon_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T224478: define "scheme:" as namespace alias for EntitySchema: (ns:640)

2019-12-10 Thread DannyS712
DannyS712 edited projects, added Wikimedia-Site-requests; removed 
MediaWiki-Configuration.

TASK DETAIL
  https://phabricator.wikimedia.org/T224478

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: DannyS712
Cc: Legoktm, Esc3300, darthmon_wmde, Dibya, pdehaye, 94rain, DannyS712, 
Nandana, Guilhermebm, Lahi, Gq86, Andrawaag, GoranSMilovanovic, 
Jayprakash12345, QZanden, YULdigitalpreservation, Zoranzoki21, LawExplorer, 
Salgo60, DatGuy, Devwaker, Niklitov, _jensen, Urbanecm, rosalieper, JEumerus, 
Scott_WUaS, Ananthsubray, Tulsi_Bhagat, Wong128hk, Luke081515, MisterSynergy, 
SimmeD, abian, Wikidata-bugs, Snowolf, aude, Dcljr, Lydia_Pintscher, 
Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair, MGChecker
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238878: Data about how many file pages on Commons contain at least one structured data element

2019-12-10 Thread Milimetric
Milimetric added a comment.


  I translated T238878#5708511 
 to Hive to familiarize 
myself with it and get ahead of productionizing it.  I got similar numbers 
first as a sanity check and then grouped the numbers by the month of the 
page_latest revision's timestamp.  I was wondering if the numbers increase in 
some nice way that we could report on regardless of the overall total.  There's 
a fairly clear trend towards more structured data.  And this is not a clear way 
to show the trend because we're just looking at the latest revision not all 
revisions, but maybe it's useful to @Abit as she thinks about this metric:
  
  | month   | _c1|
  | 2019-01 | 50396  |
  | 2019-02 | 90102  |
  | 2019-03 | 108367 |
  | 2019-04 | 112658 |
  | 2019-05 | 140429 |
  | 2019-06 | 442834 |
  | 2019-07 | 142744 |
  | 2019-08 | 399805 |
  | 2019-09 | 757923 |
  | 2019-10 | 255584 |
  | 2019-11 | 531414 |
  |
  
  Also,
  
  In T238878#5708257 , 
@daniel wrote:
  
  > By the way, if you find rev_deleted != 0 for the current revision, it's a 
bug. The deletion flags for the current revisions will be ignored by the 
storage layer.
  
  I checked this as I was re-reading and there are 2500 such problems:
  
use wmf_raw;

 select p.wiki_db,
page_id,
page_title,
page_namespace,
rev_deleted

   from mediawiki_page p
inner join
mediawiki_revision ron r.wiki_db = p.wiki_db
and page_id = rev_page
and page_latest = rev_id
and rev_deleted <> 0

  where p.snapshot = '2019-11'
and r.snapshot = '2019-11'

  order by p.wiki_db
;
  
  F31468843: pages_with_rev_deletion_on_latest.tsv 

  
  (side-note: queries on these raw tables as imported from mediawiki are slow 
because these tables are not stored in parquet format)

TASK DETAIL
  https://phabricator.wikimedia.org/T238878

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric
Cc: Milimetric, Cparle, nettrom_WMF, Ladsgroup, daniel, Mayakp.wiki, gsingers, 
matthiasmullie, Addshore, kzimmerman, mpopov, Ramsey-WMF, Abit, Nuria, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239565: Create reportupdater reports that execute SDC requests

2019-12-10 Thread Abit
Abit added a comment.


  Ah sorry about that, the discussion moved to T238878: Data about how many 
file pages on Commons contain at least one structured data element  
 after I sent that email, and the 
clarification of the three different definitions I listed above came from those 
conversations.
  
  We would still like productionized reports for (3).  If that is still 
possible, I would love to discuss it more :)
  
  >> Matthias is working on (1) in another ticket.
  >
  > Can you link that ticket so we do not duplicate efforts?
  
  It may be T238878  but I'm not 
certain--@matthiasmullie can you please confirm?

TASK DETAIL
  https://phabricator.wikimedia.org/T239565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric, Abit
Cc: Abit, Ramsey-WMF, kzimmerman, Addshore, matthiasmullie, gsingers, 
Mayakp.wiki, Ladsgroup, nettrom_WMF, Cparle, Nuria, Milimetric, mpopov, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239565: Create reportupdater reports that execute SDC requests

2019-12-10 Thread Nuria
Nuria added a comment.


  @Abit:  Sorry it was not clear. This below is the request you send to 
analytics couple weeks ago via e-mail, as I mentioned then we rather work on 
requests via phab tickets that via e-mail.
  
  "
  From: Amanda Bittaker 
  Date: Tue, Nov 19, 2019 at 1:30 AM
  Subject: Analytics for structured data elements on Commons
  To: Joseph Allemandou 
  Cc: Ramsey Isler 
  
  We're wondering how many file pages on Commons contain at least one 
structured data element (statement or caption), and we hear you are the person 
to ask.
  
  Is this something you can help us set up analytics for?  If it wouldn't be 
too much effort, there are other structured data numbers it would be nice to 
have, but most urgently we just need to be able to regularly check the number 
of files with structured data.  (We have been using the search results, but 
search indexing is proving unreliable.)   "
  
  > Matthias is working on (1) in another ticket.
  
  Can you link that ticket so we do not duplicate efforts?

TASK DETAIL
  https://phabricator.wikimedia.org/T239565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric, Nuria
Cc: Abit, Ramsey-WMF, kzimmerman, Addshore, matthiasmullie, gsingers, 
Mayakp.wiki, Ladsgroup, nettrom_WMF, Cparle, Nuria, Milimetric, mpopov, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240410: Wikidata updates(?) are triggering "Call to a member function getPageLanguage() on null" on wmf.10 wikis

2019-12-10 Thread Jdforrester-WMF
Jdforrester-WMF added a parent task: T233858: 1.35.0-wmf.10 deployment blockers.

TASK DETAIL
  https://phabricator.wikimedia.org/T240410

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Liuxinyu970226, Jdforrester-WMF, Aklapper, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240410: Wikidata updates(?) are triggering "Call to a member function getPageLanguage() on null" on wmf.10 wikis

2019-12-10 Thread Jdforrester-WMF
Jdforrester-WMF created this task.
Jdforrester-WMF added projects: Wikimedia-production-error, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Error
  -
  
  `MediaWiki version:`  **`1.35.0-wmf.10`**
  
  name=message
Call to a member function getPageLanguage() on null
  
  
  
  Impact
  --
  
  This is 80% of all current production log noise. Declaring this a train 
blocker until proven fine.
  
  Notes
  -

TASK DETAIL
  https://phabricator.wikimedia.org/T240410

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Jdforrester-WMF, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T240410: Wikidata updates(?) are triggering "Call to a member function getPageLanguage() on null" on wmf.10 wikis

2019-12-10 Thread Jdforrester-WMF
Jdforrester-WMF triaged this task as "Unbreak Now!" priority.
Restricted Application added a subscriber: Liuxinyu970226.

TASK DETAIL
  https://phabricator.wikimedia.org/T240410

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Liuxinyu970226, Jdforrester-WMF, Aklapper, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239565: Create reportupdater reports that execute SDC requests

2019-12-10 Thread Abit
Abit added a comment.


  > So, it seems we have 2 completely separate definitions of "structured data"
  
  There are three completely separate definitions of structured data:
  
  1. The definition of structured data for the Sloan report
  2. The definition of structured data to be reported in the Platform Evolution 
tuning session
  3. The definition of structured data for product analytics, such as making 
dashboards and product development choices
  
  I thought that this ticket was about (3).  Separately, Matthias is working on 
(1) in another ticket.  I'm not sure what the status of (2) is.
  
  If this ticket isn't about (3) can you please let me know what you are trying 
to create a report for?

TASK DETAIL
  https://phabricator.wikimedia.org/T239565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric, Abit
Cc: Abit, Ramsey-WMF, kzimmerman, Addshore, matthiasmullie, gsingers, 
Mayakp.wiki, Ladsgroup, nettrom_WMF, Cparle, Nuria, Milimetric, mpopov, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T235468: Add monolingual language code mfa

2019-12-10 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T235468

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Maintenance_bot
Cc: Amire80, Mbch331, Aklapper, Misharim, Iflorez, darthmon_wmde, alaa_wmde, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, Meekrab2012, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T155424: Add monolingual language code abq-Latn (Abaza in Latin script)

2019-12-10 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T155424

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Maintenance_bot
Cc: Amire80, Lydia_Pintscher, GerardM, Bugreporter, Aklapper, jhsoby, Esc3300, 
Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Meekrab2012, joker88john, CucyNoiD, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240098: Add Dagbani language (dag) to monolingual codes

2019-12-10 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T240098

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Maintenance_bot
Cc: Masssly, Esc3300, Aklapper, GerardM, Liuxinyu970226, jhsoby, Nikki, 
Zoranzoki21, Lydia_Pintscher, Mbch331, Nikerabbit, C933103, Lea_Lacroix_WMDE, 
satdeep_gill, Amire80, Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Meekrab2012, joker88john, CucyNoiD, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240098: Add Dagbani language (dag) to monolingual codes

2019-12-10 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.11; 2019-12-17).

TASK DETAIL
  https://phabricator.wikimedia.org/T240098

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, ReleaseTaggerBot
Cc: Masssly, Esc3300, Aklapper, GerardM, Liuxinyu970226, jhsoby, Nikki, 
Zoranzoki21, Lydia_Pintscher, Mbch331, Nikerabbit, C933103, Lea_Lacroix_WMDE, 
satdeep_gill, Amire80, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, Iflorez, darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, 
DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240403: MAX() aggregator in WQS gives a stack overflow

2019-12-10 Thread 99of9
99of9 added a comment.


  This used to work.

TASK DETAIL
  https://phabricator.wikimedia.org/T240403

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: 99of9
Cc: Aklapper, 99of9, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240403: MAX() aggregator in WQS gives a stack overflow

2019-12-10 Thread 99of9
99of9 created this task.
99of9 added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Steps to Reproduce: 
  Run this query 
https://query.wikidata.org/#SELECT%20%3Fcountry%20%28MAX%28%3Fpopulation%29%20AS%20%3Fpopulation%29%20WHERE%20%7B%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP31%20wd%3AQ6256%20.%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP1082%20%3Fpopulation%20.%0A%7D%20GROUP%20BY%20%3Fcountry%0A
  
  Actual Results:
  java.util.concurrent.ExecutionException: 
java.util.concurrent.ExecutionException: java.lang.StackOverflowError
  etc
  
  Expected Results:
  Something more like you would get if you ran this query:
  
https://query.wikidata.org/#SELECT%20%3Fcountry%20%28SAMPLE%28%3Fpopulation%29%20AS%20%3Fpopulation%29%20WHERE%20%7B%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP31%20wd%3AQ6256%20.%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP1082%20%3Fpopulation%20.%0A%7D%20GROUP%20BY%20%3Fcountry%0A

TASK DETAIL
  https://phabricator.wikimedia.org/T240403

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: 99of9
Cc: Aklapper, 99of9, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240098: Add Dagbani language (dag) to monolingual codes

2019-12-10 Thread gerritbot
gerritbot added a comment.


  Change 556057 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Add 4 monolingual codes: abq-Latn 
(Abaza in Latin script) mfa (Pattani Malay) ckt (Chukchi) dag (Dagbani)
  
  https://gerrit.wikimedia.org/r/556057

TASK DETAIL
  https://phabricator.wikimedia.org/T240098

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, gerritbot
Cc: Masssly, Esc3300, Aklapper, GerardM, Liuxinyu970226, jhsoby, Nikki, 
Zoranzoki21, Lydia_Pintscher, Mbch331, Nikerabbit, C933103, Lea_Lacroix_WMDE, 
satdeep_gill, Amire80, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, Iflorez, darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, 
DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240097: Add Chukchi language (ckt) to monolingual codes

2019-12-10 Thread gerritbot
gerritbot added a comment.


  Change 556057 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Add 4 monolingual codes: abq-Latn 
(Abaza in Latin script) mfa (Pattani Malay) ckt (Chukchi) dag (Dagbani)
  
  https://gerrit.wikimedia.org/r/556057

TASK DETAIL
  https://phabricator.wikimedia.org/T240097

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, gerritbot
Cc: Esc3300, Aklapper, GerardM, Liuxinyu970226, jhsoby, Nikki, Zoranzoki21, 
Lydia_Pintscher, Mbch331, Nikerabbit, C933103, Lea_Lacroix_WMDE, satdeep_gill, 
Amire80, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, Iflorez, 
darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235468: Add monolingual language code mfa

2019-12-10 Thread gerritbot
gerritbot added a comment.


  Change 556057 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Add 4 monolingual codes: abq-Latn 
(Abaza in Latin script) mfa (Pattani Malay) ckt (Chukchi) dag (Dagbani)
  
  https://gerrit.wikimedia.org/r/556057

TASK DETAIL
  https://phabricator.wikimedia.org/T235468

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, gerritbot
Cc: Amire80, Mbch331, Aklapper, Misharim, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Iflorez, darthmon_wmde, alaa_wmde, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T155424: Add monolingual language code abq-Latn (Abaza in Latin script)

2019-12-10 Thread gerritbot
gerritbot added a comment.


  Change 556057 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Add 4 monolingual codes: abq-Latn 
(Abaza in Latin script) mfa (Pattani Malay) ckt (Chukchi) dag (Dagbani)
  
  https://gerrit.wikimedia.org/r/556057

TASK DETAIL
  https://phabricator.wikimedia.org/T155424

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, gerritbot
Cc: Amire80, Lydia_Pintscher, GerardM, Bugreporter, Aklapper, jhsoby, Esc3300, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, Iflorez, 
darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240083: "User::loadFromSession called before the end of Setup.php" (violation by Wikibase/ULS) [Story Points 5]

2019-12-10 Thread Ladsgroup
Ladsgroup added a comment.


  I might be very wrong here but can it be that it's caused by I7ca40f8eda 
?

TASK DETAIL
  https://phabricator.wikimedia.org/T240083

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Ladsgroup, Addshore, Nikerabbit, Krinkle, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Amire80, Lydia_Pintscher, Arrbee, santhosh, KartikMistry, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Agusbou2015
Agusbou2015 closed this task as "Resolved".

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Agusbou2015
Cc: Mholloway, Agusbou2015, Mbch331, Anomie, Liuxinyu970226, brennen, 
Multichill, Agabi10, Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, 
MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, 
Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239195: Wikidata: On mobile, some sections stays expanded even it's disabled in settings

2019-12-10 Thread Jdlrobson
Jdlrobson added a comment.


  In T239195#5699364 , 
@Addshore wrote:
  
  > I started rewriting the task description to make the issue clear.
  > But then I realized, Why should wgMFCollapseSectionsByDefault being false 
mean that this setting should not appear for "Expanding all sections"?
  
  The expanding all sections setting is basically a client side JS override of 
wgMFCollapseSectionsByDefault. If wgMFCollapseSectionsByDefault is false, there 
is no need for this setting and its existence on Special:MobileOptions is 
confusing and should likely be removed.
  
  > Pinging @Jdlrobson again to see if he has any thoughts here as I kind of 
agree that everything is working as expected, but perhaps there is something 
for having a collapse by default option in the settings or something like that.
  
  I'd rather not add further complications here :)

TASK DETAIL
  https://phabricator.wikimedia.org/T239195

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdlrobson
Cc: Liuxinyu970226, MaxSem, thiemowmde, Lydia_Pintscher, Jdlrobson, Addshore, 
Aklapper, Masumrezarock100, 1997kB, darthmon_wmde, Dibya, 94rain, DannyS712, 
Nandana, Guilhermebm, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, 
Zoranzoki21, LawExplorer, Winter, DatGuy, Devwaker, Niklitov, _jensen, 
Urbanecm, rosalieper, JEumerus, Scott_WUaS, Ananthsubray, Tulsi_Bhagat, 
Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Dcljr, 
Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239931: Reduce the impact of the sanitizer on wikidata

2019-12-10 Thread Ladsgroup
Ladsgroup added a comment.


  In T239931#5728662 , 
@EBernhardson wrote:
  
  > Sounds like some kind of parse flag? I'm not too familiar with those 
interfaces. Separately, CirrusSearch tends to assume that the ParserCache has 
an anonymously rendered version of all current pages somewhere. Is Cirrus 
somehow getting a different cache key than anonymous page views?
  
  I don't think we should assume that PC has all pages of wikidata rendered. 
Given the unique size and concept of wikidata compared to other wikis, direct 
page views are low but secondary usages (WDQS, client entity usage, API) are 
high combine it with the fact that rendering item HTMLs are resource intensive 
(needs to load lots of terms from other items) and we have this problem at hand 
now.
  
  The search indexes on wikidata doesn't need to render the page so I think 
fixing it to not use the HTML part of ParserOutput should not be that hard. I 
will check.

TASK DETAIL
  https://phabricator.wikimedia.org/T239931

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: EBernhardson, Ladsgroup, Addshore, Aklapper, dcausse, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, jayvdb, 
Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T105427: Need a way for WDQS updater to become aware of suppressed deletes

2019-12-10 Thread dcausse
dcausse removed Smalyshev as the assignee of this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T105427

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse
Cc: dcausse, Bugreporter, Sjoerddebruin, Krenair, gerritbot, JanZerebecki, 
Deskana, daniel, Legoktm, Aklapper, Smalyshev, darthmon_wmde, ET4Eva, 
DannyS712, Nandana, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, 
rosalieper, Scott_WUaS, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T240386: Canadian French doesn't show up in the list when adding a value for a monolingual property

2019-12-10 Thread Mbch331
Mbch331 updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T240386

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: VIGNERON, Bouzinac, Aklapper, Mbch331, darthmon_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T240386: Canadian French doesn't show up in the list when adding a value for a monolingual property

2019-12-10 Thread Mbch331
Mbch331 renamed this task from "French Canadian doesn't show up in the list 
when adding a value for a monolingual property" to "Canadian French doesn't 
show up in the list when adding a value for a monolingual property".
Mbch331 updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T240386

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: VIGNERON, Bouzinac, Aklapper, Mbch331, darthmon_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240386: French Canadian doesn't show up in the list when adding a value for a monolingual property

2019-12-10 Thread Mbch331
Mbch331 created this task.
Mbch331 added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Steps to Reproduce: Go to a random WIkidata item, add a statement for 
property `P1549` enter the value and in the language box type fr.
  
  Actual Results: No fr-CA
  
  Expected Results: fr-CA among the options
  
  Code was added in T151186 

TASK DETAIL
  https://phabricator.wikimedia.org/T240386

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: VIGNERON, Bouzinac, Aklapper, Mbch331, darthmon_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240370: Maxlag=5 for Petscan

2019-12-10 Thread Pintoch
Pintoch added a comment.


  I've had a quick look at the code to see if I could submit a patch for this 
myself but it is not clear to me where the edits are done - I have looked in 
petscan_rs and wikibase_rs to no avail. Petscan edits might be done in the 
browser by sending them to some Widar-like interface?

TASK DETAIL
  https://phabricator.wikimedia.org/T240370

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus, Pintoch
Cc: Bugreporter, Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151186: Add monolingual language code fr-CA

2019-12-10 Thread Mbch331
Mbch331 added a comment.


  Indeed it works fine: 
https://www.wikidata.org/w/index.php?title=Q4115189=1073803719
  But when entering this, I didn't get an option, but that's a separate bug. 
The original request has been implemented.

TASK DETAIL
  https://phabricator.wikimedia.org/T151186

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: Laddo, thiemowmde, gerritbot, PokestarFan, Lea_Lacroix_WMDE, MF-Warburg, 
VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T151186: Add monolingual language code fr-CA

2019-12-10 Thread Mbch331
Mbch331 closed this task as "Resolved".

TASK DETAIL
  https://phabricator.wikimedia.org/T151186

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: Laddo, thiemowmde, gerritbot, PokestarFan, Lea_Lacroix_WMDE, MF-Warburg, 
VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T144272: new monolingual language code requests for Wikidata (tracking)

2019-12-10 Thread Mbch331
Mbch331 closed subtask T151186: Add monolingual language code fr-CA as 
Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T144272

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: satdeep_gill, Lea_Lacroix_WMDE, C933103, Nikerabbit, Mbch331, 
Lydia_Pintscher, Zoranzoki21, Nikki, Amire80, jhsoby, Liuxinyu970226, GerardM, 
Aklapper, Esc3300, darthmon_wmde, DannyS712, Nickleh, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151186: Add monolingual language code fr-CA

2019-12-10 Thread VIGNERON
VIGNERON added a comment.


  Hi,
  
  More exactly: the code fr-ca works fine (everywhere AFAIK) but for some 
reason the name "français canadien" doesn't appears on the list (I think this 
is a different and separate bug and a new ticket would be more appropriate).

TASK DETAIL
  https://phabricator.wikimedia.org/T151186

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, VIGNERON
Cc: Laddo, thiemowmde, gerritbot, PokestarFan, Lea_Lacroix_WMDE, MF-Warburg, 
VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T151186: Add monolingual language code fr-CA

2019-12-10 Thread Bouzinac
Bouzinac added a comment.


  Hi,
  Seems "français canadien" not available for each monolingual property
  it appears to be available and OK for P1705 
 [for instance 
https://www.wikidata.org/wiki/Q1450506#P1705
  but cannot edit a Q for P1549  or 
P1843  ... ?

TASK DETAIL
  https://phabricator.wikimedia.org/T151186

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Bouzinac
Cc: Laddo, thiemowmde, gerritbot, PokestarFan, Lea_Lacroix_WMDE, MF-Warburg, 
VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151186: Add monolingual language code fr-CA

2019-12-10 Thread Mbch331
Mbch331 added a comment.


  @Bouzinac Why did you reopen this task which has been merged 2 years ago?

TASK DETAIL
  https://phabricator.wikimedia.org/T151186

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: Bouzinac, Laddo, thiemowmde, gerritbot, PokestarFan, Lea_Lacroix_WMDE, 
MF-Warburg, VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T144272: new monolingual language code requests for Wikidata (tracking)

2019-12-10 Thread Bouzinac
Bouzinac reopened subtask T151186: Add monolingual language code fr-CA as 
Open.

TASK DETAIL
  https://phabricator.wikimedia.org/T144272

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bouzinac
Cc: satdeep_gill, Lea_Lacroix_WMDE, C933103, Nikerabbit, Mbch331, 
Lydia_Pintscher, Zoranzoki21, Nikki, Amire80, jhsoby, Liuxinyu970226, GerardM, 
Aklapper, Esc3300, darthmon_wmde, DannyS712, Nickleh, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T151186: Add monolingual language code fr-CA

2019-12-10 Thread Bouzinac
Bouzinac reopened this task as "Open".

TASK DETAIL
  https://phabricator.wikimedia.org/T151186

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Bouzinac
Cc: Bouzinac, Laddo, thiemowmde, gerritbot, PokestarFan, Lea_Lacroix_WMDE, 
MF-Warburg, VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239565: Create reportupdater reports that execute SDC requests

2019-12-10 Thread Nuria
Nuria added a comment.


  > So, it seems we have 2 completely separate definitions of "structured data":
  
  Well, the intent of these numbers is not to measure "structured data usage" 
nor to define that concept.  The intent is to measure the impact of the 
structure data on commons project per @Abit initial request couple weeks ago.
  
  With that objective in mind I do not see the Wikidata usage on commons to be 
of relevance as that usage it is not directly tied to the work the team working 
on "structure data on commons" is been doing. Please do let me know if this is 
not  a correct statement.
  
  As a side note I think the true interesting metric is the rate of growth of 
the result of the query below. Following rate of growth of usage of structured 
data on commons growths seems much more relevant to track impact than the 
absolute numbers we have been talking about to date.
  
  SELECT DISTINCT page_id
FROM page
INNER JOIN slots ON slot_revision_id = page_latest
INNER JOIN content ON slot_content_id = content_id AND content_size > 
122
INNER JOIN slot_roles ON role_id = slot_role_id AND role_name = 
'mediainfo'

TASK DETAIL
  https://phabricator.wikimedia.org/T239565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric, Nuria
Cc: Abit, Ramsey-WMF, kzimmerman, Addshore, matthiasmullie, gsingers, 
Mayakp.wiki, Ladsgroup, nettrom_WMF, Cparle, Nuria, Milimetric, mpopov, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T155424: Add monolingual language code abq-Latn (Abaza in Latin script)

2019-12-10 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DETAIL
  https://phabricator.wikimedia.org/T155424

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Lydia_Pintscher
Cc: Amire80, Lydia_Pintscher, GerardM, Bugreporter, Aklapper, jhsoby, Esc3300, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, Iflorez, 
darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240097: Add Chukchi language (ckt) to monolingual codes

2019-12-10 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DETAIL
  https://phabricator.wikimedia.org/T240097

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Lydia_Pintscher
Cc: Esc3300, Aklapper, GerardM, Liuxinyu970226, jhsoby, Nikki, Zoranzoki21, 
Lydia_Pintscher, Mbch331, Nikerabbit, C933103, Lea_Lacroix_WMDE, satdeep_gill, 
Amire80, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, Iflorez, 
darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T235468: Add monolingual language code mfa

2019-12-10 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DETAIL
  https://phabricator.wikimedia.org/T235468

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Lydia_Pintscher
Cc: Amire80, Mbch331, Aklapper, Misharim, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Iflorez, darthmon_wmde, alaa_wmde, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240098: Add Dagbani language (dag) to monolingual codes

2019-12-10 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DETAIL
  https://phabricator.wikimedia.org/T240098

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Lydia_Pintscher
Cc: Masssly, Esc3300, Aklapper, GerardM, Liuxinyu970226, jhsoby, Nikki, 
Zoranzoki21, Lydia_Pintscher, Mbch331, Nikerabbit, C933103, Lea_Lacroix_WMDE, 
satdeep_gill, Amire80, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, Iflorez, darthmon_wmde, alaa_wmde, Meekrab2012, joker88john, 
DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Pintoch
Pintoch added a comment.


  @Bugreporter yes indeed! I was off by one hour there. Thanks for your help! 
Feel free to add more bots which match that period.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pintoch
Cc: Bugreporter, Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T240377: Maxlag=5 for Reinheitsgebot

2019-12-10 Thread Bugreporter
Bugreporter closed this task as "Invalid".
Bugreporter added a comment.


  See parent task

TASK DETAIL
  https://phabricator.wikimedia.org/T240377

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus, Bugreporter
Cc: Bugreporter, Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Bugreporter
Bugreporter closed subtask T240376: Maxlag=5 for LogainmBot as 
Invalid.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Bugreporter
Bugreporter closed subtask T240375: Maxlag=5 for LargeDatasetBot as 
Invalid.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T240375: Maxlag=5 for LargeDatasetBot

2019-12-10 Thread Bugreporter
Bugreporter closed this task as "Invalid".
Bugreporter added a comment.


  See parent task

TASK DETAIL
  https://phabricator.wikimedia.org/T240375

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Bugreporter
Bugreporter closed subtask T240377: Maxlag=5 for Reinheitsgebot as 
Invalid.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240371: Maxlag=5 for Author Disambiguator

2019-12-10 Thread Pintoch
Pintoch added a comment.


  Matching pull request: 
https://github.com/arthurpsmith/author-disambiguator/pull/107

TASK DETAIL
  https://phabricator.wikimedia.org/T240371

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ArthurPSmith, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T240376: Maxlag=5 for LogainmBot

2019-12-10 Thread Bugreporter
Bugreporter closed this task as "Invalid".
Bugreporter added a comment.


  See parent task

TASK DETAIL
  https://phabricator.wikimedia.org/T240376

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: kscanne, Bugreporter
Cc: Bugreporter, Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Bugreporter
Bugreporter added a comment.


  @Pintoch Please recheck the number of edits. The time in the Grafana graph is 
**in your timezone**, not in UTC. Some bots does not edit at all in this period.
  
  
https://www.wikidata.org/w/index.php?title=Special:Contributions/LargeDatasetBot=20191209214801
  
https://www.wikidata.org/w/index.php?title=Special:Contributions/LogainmBot=20191209214801
  
https://www.wikidata.org/w/index.php?title=Special:Contributions/Reinheitsgebot=20191209214801

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240376: Maxlag=5 for LogainmBot

2019-12-10 Thread Pintoch
Pintoch added a comment.


  If you have not changed anything in `user-config.py` then you should be good 
to go, it might have been a false positive on my side. Sorry for the noise!

TASK DETAIL
  https://phabricator.wikimedia.org/T240376

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: kscanne, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240376: Maxlag=5 for LogainmBot

2019-12-10 Thread kscanne
kscanne added a comment.


  The bot is implemented with pywikibot and the default setting of maxlag=5; is 
there something else I need to do in order to comply with policy?

TASK DETAIL
  https://phabricator.wikimedia.org/T240376

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: kscanne
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240370: Maxlag=5 for Petscan

2019-12-10 Thread Bugreporter
Bugreporter added a comment.


  Note PetScan query maxlag first and sleep for some seconds if the maxlag is 
high. The edits are nevertheless done regardless the maxlag. This was 
meaningful before dispatch and query service lag is added to maxlag (see 
T221774#5692489 ), but it 
should now be reconsidered.

TASK DETAIL
  https://phabricator.wikimedia.org/T240370

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus, Bugreporter
Cc: Bugreporter, Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Bugreporter
Bugreporter added a comment.


  Many bots already respect maxlag=5, though as maxlag (from WDQS) is updated 
per minute, they may run intermittently.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T240377: Maxlag=5 for Reinheitsgebot

2019-12-10 Thread Pintoch
Pintoch updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T240377

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T240375: Maxlag=5 for LargeDatasetBot

2019-12-10 Thread Pintoch
Pintoch updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T240375

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Pintoch
Pintoch updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pintoch
Cc: Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240377: Maxlag=5 for Reinheitsgebot

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  Reinheitsgebot edits go through even if maxlag is higher than 5, we should 
fix the code to ensure it complies with the maxlag policy on Wikimedia wikis 
 by using maxlag=5 (or 
a lower value) on all editing API queries.

TASK DETAIL
  https://phabricator.wikimedia.org/T240377

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238878: Data about how many file pages on Commons contain at least one structured data element

2019-12-10 Thread Nuria
Nuria added a comment.


  I see 7.9 million wikidata items on that table and 1936 mediawinfo items.

TASK DETAIL
  https://phabricator.wikimedia.org/T238878

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Nuria
Cc: Milimetric, Cparle, nettrom_WMF, Ladsgroup, daniel, Mayakp.wiki, gsingers, 
matthiasmullie, Addshore, kzimmerman, mpopov, Ramsey-WMF, Abit, Nuria, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240376: Maxlag=5 for LogainmBot

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  LogainmBot edits go through even if maxlag is higher than 5, we should fix 
the code to ensure it complies with the maxlag policy on Wikimedia wikis 
 by using maxlag=5 (or 
a lower value) on all editing API queries.

TASK DETAIL
  https://phabricator.wikimedia.org/T240376

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: kscanne, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240375: Maxlag=5 for LargeDatasetBot

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  LargeDatasetBot edits go through even if maxlag is higher than 5, we should 
fix the code to ensure it complies with the maxlag policy on Wikimedia wikis 
 by using maxlag=5 (or 
a lower value) on all editing API queries.

TASK DETAIL
  https://phabricator.wikimedia.org/T240375

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240374: Maxlag=5 for BotMultichill

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  BotMultichill edits go through even if maxlag is higher than 5, we should fix 
the code to ensure it complies with the maxlag policy on Wikimedia wikis 
 by using maxlag=5 (or 
a lower value) on all editing API queries.

TASK DETAIL
  https://phabricator.wikimedia.org/T240374

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Multichill, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240373: Maxlag=5 for Edoderoobot

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  Edoderoobot edits go through even if maxlag is higher than 5, we should fix 
the code to ensure it complies with the maxlag policy on Wikimedia wikis 
 by using maxlag=5 (or 
a lower value) on all editing API queries.
  
  Discussion on-wiki: https://www.wikidata.org/wiki/Topic:Vcp3k439ptb0ob0q

TASK DETAIL
  https://phabricator.wikimedia.org/T240373

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Edoderoo, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T240370: Maxlag=5 for Petscan

2019-12-10 Thread Pintoch
Pintoch assigned this task to Magnus.

TASK DETAIL
  https://phabricator.wikimedia.org/T240370

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240371: Maxlag=5 for Author Disambiguator

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  Author Disambiguator edits go through even if maxlag is higher than 5, we 
should fix the code to ensure it complies with the maxlag policy on Wikimedia 
wikis  by using 
maxlag=5 (or a lower value) on all editing API queries.

TASK DETAIL
  https://phabricator.wikimedia.org/T240371

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ArthurPSmith, Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240370: Maxlag=5 for Petscan

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.

TASK DESCRIPTION
  Petscan edits go through even if maxlag is higher than 5, we should fix the 
code to ensure it complies with the maxlag policy on Wikimedia wikis 
 by using maxlag=5 (or 
a lower value) on all editing API queries.

TASK DETAIL
  https://phabricator.wikimedia.org/T240370

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pintoch
Cc: Aklapper, Pintoch, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2019-12-10 Thread Pintoch
Pintoch created this task.
Pintoch added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  To ensure that Wikidata bot edits slow down when lag is high, we should 
ensure that bot operators follow the guidelines which recommend to use the 
`maxlag` parameter with a value no higher than 5.
  
  This task tracks efforts towards getting in touch with tool and bot operators 
to request compliance with this policy.

TASK DETAIL
  https://phabricator.wikimedia.org/T240369

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pintoch
Cc: Pintoch, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239565: Create reportupdater reports that execute SDC requests

2019-12-10 Thread matthiasmullie
matthiasmullie added a comment.


  No it shouldn’t count pages more than once.
  UNION omits duplicates (UNION ALL doesn’t), so no need to DISTINCT again.

TASK DETAIL
  https://phabricator.wikimedia.org/T239565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric, matthiasmullie
Cc: Abit, Ramsey-WMF, kzimmerman, Addshore, matthiasmullie, gsingers, 
Mayakp.wiki, Ladsgroup, nettrom_WMF, Cparle, Nuria, Milimetric, mpopov, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Mbch331
Mbch331 added a comment.


  In T240316#5728908 , 
@Douglasfugazi wrote:
  
  > Fixed. QuickStatements is working now :) Thanks a lot!
  
  Interesting, because I removed the block for autoblock #15320 about 1 minute 
later according to the logs
  https://www.wikidata.org/wiki/Special:Log/Mbch331

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331
Cc: Mbch331, Anomie, Liuxinyu970226, brennen, Multichill, Agabi10, 
Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, 
Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, 
WMDE-leszek, Magnus, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread brennen
brennen removed a parent task: T233856: 1.35.0-wmf.8 deployment blockers.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: brennen
Cc: Anomie, Liuxinyu970226, brennen, Multichill, Agabi10, 
Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, 
Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, 
WMDE-leszek, Magnus, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Douglasfugazi
Douglasfugazi added a comment.


  Fixed. QuickStatements is working now :) Thanks a lot!

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Douglasfugazi
Cc: Anomie, Liuxinyu970226, brennen, Multichill, Agabi10, 
Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, 
Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, 
WMDE-leszek, Magnus, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Anomie
Anomie removed projects: Core Platform Team, MediaWiki-API.
Anomie added a comment.


  In T240316#5727749 , 
@Bugreporter wrote:
  
  > Actually the reason is QuickStatements use a single IP to edit on behalf of 
different users, so once a QuickStatement user is blocked other is autoblocked.
  > Therefore the toolforge IP range should be added to 
https://www.wikidata.org/wiki/MediaWiki:Autoblock_whitelist. we have 10.0.0.0/8 
in the list, but the IP range of Labs is now  172.16.0.0/12.
  
  This appears to be correct.
  
  In T240316#5727527 , 
@Magnus wrote:
  
  >   "blockid": 15320,
  
  That is the ID of an autoblock on 172.16.1.157 
(tools-worker-1039.tools.eqiad.wmflabs) triggered by this block 
, as others have 
guessed.
  
  In T240316#5728638 , 
@Tohaomg wrote:
  
  > In T240316#5728629 , 
@Ladsgroup wrote:
  >
  >> Added. Does it fix the issue?
  >>
  >> In T240316#5728522 , 
@Fnielsen wrote:
  >>
  >>> Is @Multichill able to add  172.16.0.0/12 to 
https://www.wikidata.org/wiki/MediaWiki:Autoblock_whitelist ?
  >
  > Unfortunately, it does not fix it.
  
  It may be that that will prevent future autoblocks, but the existing 
autoblock would still have to be undone.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Anomie
Cc: Anomie, Liuxinyu970226, brennen, Multichill, Agabi10, 
Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, 
Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, 
WMDE-leszek, Magnus, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331, WDoranWMF, 
holger.knust, EvanProdromou, Amorymeltzer, Sethakill, dg711, Pchelolo, jayvdb, 
Rxy, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T239939: [S] Deploy WikibaseQualityConstraints to beta commons

2019-12-10 Thread MBinder_WMF
MBinder_WMF renamed this task from "[small] Deploy WikibaseQualityConstraints 
to beta commons" to "[S] Deploy WikibaseQualityConstraints to beta commons".

TASK DETAIL
  https://phabricator.wikimedia.org/T239939

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: MBinder_WMF
Cc: egardner, Multichill, PDrouin-WMF, Aklapper, WMDE-leszek, Cparle, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, Ramsey-WMF, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Abit, abian, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Reedy
Reedy added a project: MediaWiki-API.
Restricted Application added a project: Core Platform Team.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Reedy
Cc: Liuxinyu970226, brennen, Multichill, Agabi10, Alicia_Fagerving_WMSE, 
Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, 
Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, 
Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, WDoranWMF, holger.knust, 
EvanProdromou, DannyS712, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Sethakill, dg711, _jensen, rosalieper, Scott_WUaS, 
Pchelolo, Jonas, Wikidata-bugs, aude, jayvdb, Anomie, Mbch331, Rxy, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T239939: [small] Deploy WikibaseQualityConstraints to beta commons

2019-12-10 Thread Cparle
Cparle renamed this task from "Deploy WikibaseQualityConstraints to beta 
commons" to "[small] Deploy WikibaseQualityConstraints to beta commons".
Cparle updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T239939

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Cparle
Cc: egardner, Multichill, PDrouin-WMF, Aklapper, WMDE-leszek, Cparle, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, Ramsey-WMF, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Abit, abian, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T239902: Finish Styling Popper

2019-12-10 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T239902

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE, gerritbot
Cc: Aklapper, Tarrow, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239902: Finish Styling Popper

2019-12-10 Thread gerritbot
gerritbot added a comment.


  Change 556229 had a related patch set uploaded (by Rosalie Perside (WMDE); 
owner: Rosalie Perside (WMDE)):
  [mediawiki/extensions/Wikibase@master] Add styles to tainted reference popper
  
  https://gerrit.wikimedia.org/r/556229

TASK DETAIL
  https://phabricator.wikimedia.org/T239902

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE, gerritbot
Cc: Aklapper, Tarrow, Sarai-WMDE, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Reedy
Reedy added a project: Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Reedy
Cc: Liuxinyu970226, brennen, Multichill, Agabi10, Alicia_Fagerving_WMSE, 
Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, 
Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, 
Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread brennen
brennen triaged this task as "Unbreak Now!" priority.
Restricted Application added a subscriber: Liuxinyu970226.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: brennen
Cc: Liuxinyu970226, brennen, Multichill, Agabi10, Alicia_Fagerving_WMSE, 
Douglasfugazi, Bugreporter, MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, 
Fnielsen, Jklamo, Jane023, Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, 
Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread brennen
brennen added a comment.


  > I can't check right now but for whoever is debugging, this is very likely 
regression from wmf.8 that got deployed yesterday. (List of patches that got 
deployed)
  
  In terms of timeline for yesterday's rollout of wmf.8, from production SAL 
 (times 
UTC):
  
23:00   Synchronized 
php-1.35.0-wmf.8/extensions/Cite: Sync [[gerrit:556066|Hotfix: Defensive array 
accesses (T240248)]] (duration: 00m 57s)
22:55   rebuilt and synchronized wikiversions 
files: all wikis to 1.35.0-wmf.8
18:01   rebuilt and synchronized wikiversions 
files: Revert "group2 wikis to 1.35.0-wmf.5"
17:52   rebuilt and synchronized wikiversions 
files: all wikis to 1.35.0-wmf.8
17:09   Synchronized php: group1 wikis to 
1.35.0-wmf.8 (duration: 01m 00s)
17:08   rebuilt and synchronized wikiversions 
files: group1 wikis to 1.35.0-wmf.8
  
  So hitting group1 at 17:09 probably lines up with this.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: brennen
Cc: brennen, Multichill, Agabi10, Alicia_Fagerving_WMSE, Douglasfugazi, 
Bugreporter, MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, Fnielsen, Jklamo, 
Jane023, Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Bugreporter
Bugreporter added a comment.


  Consider remove autoblock from User:Doqume

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Multichill, Agabi10, Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, 
MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, 
Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240328: Slow indexing for wbsearchentities

2019-12-10 Thread dcausse
dcausse added a comment.


  Could you precise what search string are you using?
  `wbsearchentities` should be using the mysql database when searching using 
entity ids the lag should be relatively small.
  On the hand the search index will take some time to udpate (job queue lag + 
elasticsearch refresh ) so searches based on labels/aliases may not react 
immediately after an entity is added.

TASK DETAIL
  https://phabricator.wikimedia.org/T240328

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse
Cc: dcausse, Daniel_Mietchen, WMDE-leszek, Lydia_Pintscher, Aklapper, Fnielsen, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
EBjune, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238878: Data about how many file pages on Commons contain at least one structured data element

2019-12-10 Thread Addshore
Addshore added a comment.


  In T238878#5728735 , 
@Nuria wrote:
  
  >> but by and large, it's currently wikidata entities being pulled in via Lua
  >
  > It is exclusively wikidata items at this time correct?
  
  Not based on my query above.
  There are 3401 flags showing usage of mediainfo entities.
  
mysql:research@dbstore1004.eqiad.wmnet [commonswiki]> select count(DISTINCT 
eu_page_id) from wbc_entity_usage WHERE eu_entity_id LIKE 'M%';
++
| count(DISTINCT eu_page_id) |
++
|   1936 |
++
  
  Apparently 1936 pages on commmons using data from media info entities via LUA

TASK DETAIL
  https://phabricator.wikimedia.org/T238878

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Milimetric, Cparle, nettrom_WMF, Ladsgroup, daniel, Mayakp.wiki, gsingers, 
matthiasmullie, Addshore, kzimmerman, mpopov, Ramsey-WMF, Abit, Nuria, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238878: Data about how many file pages on Commons contain at least one structured data element

2019-12-10 Thread Nuria
Nuria added a comment.


  > but by and large, it's currently wikidata entities being pulled in via Lua
  
  It is exclusively wikidata items at this time correct?

TASK DETAIL
  https://phabricator.wikimedia.org/T238878

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Nuria
Cc: Milimetric, Cparle, nettrom_WMF, Ladsgroup, daniel, Mayakp.wiki, gsingers, 
matthiasmullie, Addshore, kzimmerman, mpopov, Ramsey-WMF, Abit, Nuria, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239565: Create reportupdater reports that execute SDC requests

2019-12-10 Thread Addshore
Addshore added a comment.


SELECT COUNT(*) FROM (
SELECT DISTINCT page_id
FROM page
INNER JOIN slots ON slot_revision_id = page_latest
INNER JOIN content ON slot_content_id = content_id AND content_size > 
122
INNER JOIN slot_roles ON role_id = slot_role_id AND role_name = 
'mediainfo'
UNION
SELECT DISTINCT page_id
FROM page
INNER JOIN wbc_entity_usage ON eu_page_id = page_id
WHERE page_namespace = 6
) AS t;
  
  Is it just me or will this query be counting some pages twice?

TASK DETAIL
  https://phabricator.wikimedia.org/T239565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Milimetric, Addshore
Cc: Abit, Ramsey-WMF, kzimmerman, Addshore, matthiasmullie, gsingers, 
Mayakp.wiki, Ladsgroup, nettrom_WMF, Cparle, Nuria, Milimetric, mpopov, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T237667: PHP Warning: preg_match(): Unknown modifier 'p' (from MwTimeIsoParser.php, API action=wbparsevalue) [8 story points]

2019-12-10 Thread Addshore
Addshore added a comment.


  In T237667#5728294 , 
@Ladsgroup wrote:
  
  > Sorry, When I made the patch to gerrit it made sense to open the ticket so 
the bots can add the patch to this ticket, when the patch is in gerrit, this 
can be opened. right?
  
  yup, all good, i just missed that it happened already :)

TASK DETAIL
  https://phabricator.wikimedia.org/T237667

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: brennen, thcipriani, Urbanecm, Michael, alaa_wmde, Lea_Lacroix_WMDE, 
Lucas_Werkmeister_WMDE, chasemp, Reedy, sbassett, Anomie, WMDE-leszek, 
darthmon_wmde, Lydia_Pintscher, Ladsgroup, Rosalie_WMDE, Jakob_WMDE, jcrespo, 
Addshore, Krinkle, Aklapper, mmodell, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Iflorez, JFishback_WMF, Dsharpe, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Amorymeltzer, Giuliamocci, Adrian1985, Cpaulf30, Lahi, 
Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, HJiang-WMF, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, dpatrick, 
Luke081515, Wikidata-bugs, aude, GWicke, Bawolff, Dinoguy1000, 
Stype_and_Co.-WMF, DerHexer, Jalexander, Parent5446, Grunny, Jdforrester-WMF, 
csteipp, Mbch331, Rxy, Jay8g, Krenair, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T237667: PHP Warning: preg_match(): Unknown modifier 'p' (from MwTimeIsoParser.php, API action=wbparsevalue) [8 story points]

2019-12-10 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T237667

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: brennen, thcipriani, Urbanecm, Michael, alaa_wmde, Lea_Lacroix_WMDE, 
Lucas_Werkmeister_WMDE, chasemp, Reedy, sbassett, Anomie, WMDE-leszek, 
darthmon_wmde, Lydia_Pintscher, Ladsgroup, Rosalie_WMDE, Jakob_WMDE, jcrespo, 
Addshore, Krinkle, Aklapper, mmodell, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Iflorez, JFishback_WMF, Dsharpe, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Amorymeltzer, Giuliamocci, Adrian1985, Cpaulf30, Lahi, 
Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, HJiang-WMF, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, dpatrick, 
Luke081515, Wikidata-bugs, aude, GWicke, Bawolff, Dinoguy1000, 
Stype_and_Co.-WMF, DerHexer, Jalexander, Parent5446, Grunny, Jdforrester-WMF, 
csteipp, Mbch331, Rxy, Jay8g, Krenair, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T239931: Reduce the impact of the sanitizer on wikidata

2019-12-10 Thread EBernhardson
EBernhardson added a comment.


  In T239931#5726538 , 
@Ladsgroup wrote:
  
  > Hey, Thanks for the comment. I'm planning to turn it back on ASAP, right 
now, we are at middle of the migration and it puts too much pressure on s8, 
once the migration of of wb_terms is over, we can turn this back on again. 
That's going to happen in two months (hopefully).
  > I have two questions:
  >
  > - If someone makes an edit or makes a new item still the index gets updated 
but adding new feature (let's assume for example "number of claims" gets added 
to the search index) is not propagating into the system. Is that correct?
  
  Edit's all propagate with perhaps a few minutes of delay. So if the way some 
field is generated is changed, or a new property is added, that gets updated on 
a standard edit. What happens though is many pages do not get edited. When we 
first rolled out the automated saneitizer there were millions of pages that 
still did not have properties added several years prior.
  
  > - If the above statement is correct, how often do you change the index 
structure, meaning you need the run reindexing? When was the last time this 
change was needed?
  
  It's not necessarily the indexing structure, but any change to the way 
searchable properties are rendered. There was a ticket (T239950 
) filed about 5 days ago to request 
changing the way some wikidata properties are rendered. The only way to roll 
out a change like that is to regenerate the pages and ship them to 
elasticsearch. You could imagine how much worse the load would be if we had to 
re-render all wikidata items from a maintenance script instead of an automated 
process that slowly does it over 8 weeks. I'm not sure when the last change 
that affected wikidata was, but in general there are probably a few updates a 
quarter that effect the search document rendering.
  
  > If you change it quite often. let us know.
  > The best solution IMO is not to make this less aggressive, it's to stop 
rendering html of the items which is very heavy job for wikidata (unlike 
Wikipedia pages). Doing it is not super hard but I'm not super sure where to 
start. I might pick this up to see what I can do.
  
  Sounds like some kind of parse flag? I'm not too familiar with those 
interfaces. Separately, CirrusSearch tends to assume that the ParserCache has 
an anonymously rendered version of all pages somewhere. Is Cirrus somehow 
getting a different cache key than anonymous page views?

TASK DETAIL
  https://phabricator.wikimedia.org/T239931

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: EBernhardson
Cc: EBernhardson, Ladsgroup, Addshore, Aklapper, dcausse, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, jayvdb, 
Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238878: Data about how many file pages on Commons contain at least one structured data element

2019-12-10 Thread Addshore
Addshore added a comment.


  Indeed it will
  
mysql:research@dbstore1004.eqiad.wmnet [commonswiki]> select count(*) from 
wbc_entity_usage WHERE eu_entity_id LIKE 'M%';
+--+
| count(*) |
+--+
| 3401 |
+--+
1 row in set (0.00 sec)

TASK DETAIL
  https://phabricator.wikimedia.org/T238878

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Milimetric, Cparle, nettrom_WMF, Ladsgroup, daniel, Mayakp.wiki, gsingers, 
matthiasmullie, Addshore, kzimmerman, mpopov, Ramsey-WMF, Abit, Nuria, 
4748kitoko, darthmon_wmde, DannyS712, Nandana, JKSTNK, Akovalyov, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, JAllemandou, Jane023, terrrydactyl, 
Wikidata-bugs, Base, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240358: Usage tracking links and text on commons is wrong for media info entities

2019-12-10 Thread Addshore
Addshore created this task.
Addshore added projects: StructuredDataOnCommons, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  When a file page on commons uses data from a media info entity via lua such 
as https://commons.wikimedia.org/w/index.php?title=File:Andreas_Vollenweider.jpg
  
  This is listed in various places such as below the edit box
  
  F31467553: image.png 
  
  But this incorrectly says "Wikidata".
  And also links to wikidata resulting in 
https://www.wikidata.org/wiki/Special:EntityPage/M9771741

TASK DETAIL
  https://phabricator.wikimedia.org/T240358

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Aklapper, Addshore, darthmon_wmde, DannyS712, Nandana, JKSTNK, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Tohaomg
Tohaomg added a comment.


  In T240316#5728629 , 
@Ladsgroup wrote:
  
  > Added. Does it fix the issue?
  >
  > In T240316#5728522 , 
@Fnielsen wrote:
  >
  >> Is @Multichill able to add  172.16.0.0/12 to 
https://www.wikidata.org/wiki/MediaWiki:Autoblock_whitelist ?
  
  Unfortunately, it does not fix it.

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tohaomg
Cc: Multichill, Agabi10, Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, 
MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, 
Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T240340: Host bridge storybook on doc.wikimedia.org

2019-12-10 Thread Michael
Michael updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T240340

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: WMDE-leszek, Pablo-WMDE, Addshore, Aklapper, Michael, Sarai-WMDE, 
darthmon_wmde, DannyS712, Nandana, Lens0021, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240316: Issue with QuickStatements "you are blocked on Wikidata"

2019-12-10 Thread Ladsgroup
Ladsgroup added a comment.


  Added. Does it fix the issue?
  
  In T240316#5728522 , 
@Fnielsen wrote:
  
  > Is @Multichill able to add  172.16.0.0/12 to 
https://www.wikidata.org/wiki/MediaWiki:Autoblock_whitelist ?

TASK DETAIL
  https://phabricator.wikimedia.org/T240316

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Multichill, Agabi10, Alicia_Fagerving_WMSE, Douglasfugazi, Bugreporter, 
MisterSynergy, Ladsgroup, Tohaomg, Bouzinac, Fnielsen, Jklamo, Jane023, 
Daniel_Mietchen, darthmon_wmde, WMDE-leszek, Magnus, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T229407: Spikes in DB traffic and rows/s reads when reading from new terms store

2019-12-10 Thread Addshore
Addshore closed this task as "Resolved".
Addshore moved this task from Test (Verification) to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Addshore added a comment.


  Going to go ahead and close this now.

TASK DETAIL
  https://phabricator.wikimedia.org/T229407

WORKBOARD
  https://phabricator.wikimedia.org/project/board/3539/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Addshore
Cc: Michael, Marostegui, Addshore, Tarrow, hoo, Ladsgroup, Aklapper, alaa_wmde, 
Iflorez, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T208425: [EPIC] Kill the wb_terms table

2019-12-10 Thread Addshore
Addshore closed subtask T229407: Spikes in DB traffic and rows/s reads when 
reading from new terms store as Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T208425

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: ArielGlenn, jcrespo, Joe, Gehel, alaa_wmde, Marostegui, Jdforrester-WMF, 
Addshore, Aklapper, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T240356: wikibase-statementsection-identifiers i18n message key should exist in Wikibase

2019-12-10 Thread Addshore
Addshore created this task.
Addshore added projects: Wikidata, Wikidata-Campsite, WikimediaMessages.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Reported in T240189#5727878 
 this message key for having 
an identifiers section for statements does not exist in Wikibase.
  It does exist in WikimediaMessages.
  
  If it is determined to be a widely used case then this should probably move 
to Wikibase itself.
  We should / could also consider adding messages for the other possible groups 
by data type?

TASK DETAIL
  https://phabricator.wikimedia.org/T240356

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: DD063520, Lydia_Pintscher, Addshore, Aklapper, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T240189: Document $wgWBRepoSettings['statementSections'] in /docs/options in Wikibase

2019-12-10 Thread Addshore
Addshore added a comment.


  In T240189#5727878 , 
@DD063520 wrote:
  
  > Perfect! Thank you!
  > Last point related to this. There seams to be missing some localizations. 
In german for the Identifier section there is written:
  > ⧼wikibase-statementsection-identifiers⧽
  
  Sounds like this needs to be added to Wikibase.
  Currently this lives in the WikimediaMessages extension for WIkimedia use only
  
https://github.com/wikimedia/mediawiki-extensions-WikimediaMessages/search?utf8=%E2%9C%93=wikibase-statementsection-identifiers=
  
  I'll file a ticket

TASK DETAIL
  https://phabricator.wikimedia.org/T240189

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: DD063520, Addshore, Aklapper, Pavithraes, darthmon_wmde, DannyS712, 
Nandana, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
srodlund, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T239761: Wikibase is not compatible with PHP7.4

2019-12-10 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T239761

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Ladsgroup, Jdforrester-WMF, Aklapper, Iflorez, darthmon_wmde, alaa_wmde, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Nikerabbit, MaxSem, Mbch331, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T239761: Wikibase is not compatible with PHP7.4

2019-12-10 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.10; 2019-12-10).

TASK DETAIL
  https://phabricator.wikimedia.org/T239761

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ReleaseTaggerBot
Cc: Ladsgroup, Jdforrester-WMF, Aklapper, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, Iflorez, darthmon_wmde, alaa_wmde, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Nikerabbit, MaxSem, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   3   >