[Wikidata-bugs] [Maniphest] [Changed Subscribers] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self

2019-07-22 Thread ArielGlenn
ArielGlenn added a subscriber: daniel.
ArielGlenn added a comment.


  Stubs should not be loading content; this appears to be a problem introduced 
by https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/464768/ at line 360 of 
the new XmlDumpWriter.php:
  
$text = $rev->getContent( SlotRecord::MAIN, RevisionRecord::RAW );
  
  Adding @daniel to ask about this. I guess it should be in  some sort of 
conditional, like
  
if ( $contentMode === self::WRITE_CONTENT ) {
  $text = $rev->getContent( SlotRecord::MAIN, RevisionRecord::RAW );
}

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

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

To: ArielGlenn
Cc: daniel, ArielGlenn, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread ArielGlenn
ArielGlenn renamed this task from "stubs dumps broken for wikidatawiki with old 
revision for an entity redirecting to self " to "stubs dumps broken for 
wikidatawiki with old revision for an entity redirecting to self; content read 
for every revision in stubs!".

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

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

To: ArielGlenn
Cc: daniel, ArielGlenn, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread ArielGlenn
ArielGlenn added a comment.


  One side effect of this, besides wikidata stubs being broken, is that the 
stubs are running extremely slowly, given that the text content is being 
requested from external store for each slot (one at a time). For example, 
enwiki stub generation is not even through the first third of the files. We 
won't complete the run on time unless this is fixed quickly.

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

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

To: ArielGlenn
Cc: daniel, ArielGlenn, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T222884: Report failed save to users

2019-07-22 Thread Tarrow
Tarrow edited projects, added Wikibase-Termbox-Iteration-20; removed 
Wikidata-Termbox-Hike.

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

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

To: Tarrow
Cc: Hanna_Petruschat_WMDE, Tarrow, Aklapper, Lea_WMDE, darthmon_wmde, Nandana, 
Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, 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] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524723 had a related patch set uploaded (by ArielGlenn; owner: 
ArielGlenn):
  [mediawiki/core@master] don't load revision text content unless requested to
  
  https://gerrit.wikimedia.org/r/524723

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

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

To: gerritbot
Cc: daniel, ArielGlenn, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T167432: Run Wikibase daily browser tests on Jenkins

2019-07-22 Thread WMDE-leszek
WMDE-leszek added a comment.


  Note that the change quoted above was premature and it is not true that all 
Wikibase browser tests have been migrated to nodejs. We still have quite some 
work there.
  We intend to restore said daily job soon, but let's track this separately, as 
the status of this task has been clearly confusing.

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

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

To: Addshore, WMDE-leszek
Cc: Lydia_Pintscher, Stashbot, Ladsgroup, hoo, Addshore, aude, gerritbot, 
PokestarFan, Tobi_WMDE_SW, Jonas, thiemowmde, WMDE-leszek, zeljkofilipin, 
hashar, Aleksey_WMDE, Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread ArielGlenn
ArielGlenn added a comment.


  The above patch has been tested in beta on a tiny wiki and all jobs ran 
properly. It has been tested with the dump command in T228614#5352340 
 on snapshot1008 and the 
revisions for the page were properly rendered.

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

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

To: ArielGlenn
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T217329: bug in 1.33.0-wmf.18 breaks abstract dumps on testwikidatawiki | MWContentSerializationException $entityId and $targetId can not be the same

2019-07-22 Thread ArielGlenn
ArielGlenn reopened this task as "Open".
ArielGlenn lowered the priority of this task from "High" to "Normal".
ArielGlenn added a comment.


  Re-opening for the underlying issue ( bad revision redirect). See 
https://www.wikidata.org/w/index.php?title=Q4672180&oldid=410362640 Same stack 
trace in Wikibase, see T228614#5352340 


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

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

To: Addshore, ArielGlenn
Cc: gerritbot, Addshore, WMDE-leszek, Lucas_Werkmeister_WMDE, ArielGlenn, 
darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, Nandana, Sario528, Lahi, 
Gq86, GoranSMilovanovic, Lunewa, QZanden, LawExplorer, JJMC89, _jensen, 
rosalieper, Agabi10, Pchelolo, Jonas, gnosygnu, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T217770: Never show anything from a language that is not currently Wikidata conform

2019-07-22 Thread alaa_wmde
alaa_wmde added a comment.


  @Ladsgroup does the ULS fix alone enough for this task? if yes, should we 
move this to test/verify. if no, should we move it to ready to pick up (in case 
no one will be working on it today)?

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

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

To: alaa_wmde
Cc: alaa_wmde, Ladsgroup, Tarrow, Addshore, Lydia_Pintscher, Pablo-WMDE, 
gerritbot, WMDE-leszek, Lea_WMDE, Hanna_Petruschat_WMDE, Aklapper, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Sario528, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
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] [Declined] T219302: wb_terms trailblazing wrapup - Prepare report, announcements and next step

2019-07-22 Thread alaa_wmde
alaa_wmde moved this task from in progress to hold on the Wikidata board.
alaa_wmde closed this task as "Declined".
alaa_wmde added a comment.


  No need for parent tasks .. keeping only two sub-tasks separately

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

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Changed Project Column] T223995: BadMethodCallException wbgetentities when getting Lexeme subentities (forms, senses)

2019-07-22 Thread alaa_wmde
alaa_wmde moved this task from To Do to Peer Review on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.
alaa_wmde added a comment.


  This has two patches that haven't been merged .. should be in peer review

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

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

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

To: alaa_wmde
Cc: alaa_wmde, Marsupium, matej_suchanek, Ladsgroup, WMDE-leszek, hashar, hoo, 
Michael, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Mringgaard, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Jdforrester-WMF, Mbch331, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T219144: Register schema schanges with MW update mechanism

2019-07-22 Thread alaa_wmde
alaa_wmde moved this task from in progress to hold on the Wikidata board.
alaa_wmde edited projects, added Wikidata-Campsite; removed Wikidata wb_terms 
Trailblazing.
alaa_wmde added a comment.


  This is for later, once we completely migrate to new store in wikidata 
production and is stable for a while.

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

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

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

To: alaa_wmde
Cc: Ladsgroup, JeroenDeDauw, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, 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] [Updated] T225857: Add .wiki documentation for new store

2019-07-22 Thread alaa_wmde
alaa_wmde edited projects, added User-Alaa; removed Wikidata wb_terms 
Trailblazing.

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

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

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


[Wikidata-bugs] [Maniphest] [Retitled] T219144: Register new terms store schema schanges with MW update mechanism

2019-07-22 Thread alaa_wmde
alaa_wmde renamed this task from "Register schema schanges with MW update 
mechanism" to "Register new terms store schema schanges with MW update 
mechanism".
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: Ladsgroup, JeroenDeDauw, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, 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] [Closed] T228592: Add examples of lists people generate to Query Builder document

2019-07-22 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher claimed this task.

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

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

To: Lydia_Pintscher
Cc: Aklapper, sarhan, Pavithraes, darthmon_wmde, Nandana, Sario528, Cpaulf30, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Ivana_Isadora, 
Jayprakash12345, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Jonas, Xmlizer, srodlund, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Dinoguy1000, Manybubbles, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T222194: Add configuration option for Wikibase to take query service update lag into account

2019-07-22 Thread alaa_wmde
alaa_wmde closed this task as "Declined".
alaa_wmde added a comment.


  Adding it as a checkbox in the parent tasks (as per our action item from 
previous retro to not use Phab's sub-tasks for breaking down such small steps 
to avoid cluttering the board with too many tasks with too many dependencies)

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

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

To: alaa_wmde
Cc: alaa_wmde, Aklapper, Sjoerddebruin, Addshore, MisterSynergy, 
Daniel_Mietchen, Lucas_Werkmeister_WMDE, darthmon_wmde, Nandana, Sario528, 
Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T221774: Add Wikidata query service lag to Wikidata maxlag

2019-07-22 Thread alaa_wmde
alaa_wmde closed subtask T222194: Add configuration option for Wikibase to take 
query service update lag into account as "Declined".

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

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

To: hoo, alaa_wmde
Cc: alaa_wmde, Andrawaag, Multichill, Ladsgroup, Smalyshev, fgiunchedi, hoo, 
Daniel_Mietchen, MisterSynergy, Addshore, Sjoerddebruin, Aklapper, 
Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Chicocvenancio, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Volans, Maathavan, 
_jensen, rosalieper, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T222193: Configure query service lag for Wikidata maxlag

2019-07-22 Thread alaa_wmde
alaa_wmde removed a parent task: T221774: Add Wikidata query service lag to 
Wikidata maxlag.

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

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

To: alaa_wmde
Cc: Michael, Aklapper, Sjoerddebruin, Addshore, MisterSynergy, Daniel_Mietchen, 
Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Sario528, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T221774: Add Wikidata query service lag to Wikidata maxlag

2019-07-22 Thread alaa_wmde
alaa_wmde removed a subtask: T222193: Configure query service lag for Wikidata 
maxlag.

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

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

To: hoo, alaa_wmde
Cc: alaa_wmde, Andrawaag, Multichill, Ladsgroup, Smalyshev, fgiunchedi, hoo, 
Daniel_Mietchen, MisterSynergy, Addshore, Sjoerddebruin, Aklapper, 
Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Chicocvenancio, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Volans, Maathavan, 
_jensen, rosalieper, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T222193: Configure query service lag for Wikidata maxlag

2019-07-22 Thread alaa_wmde
alaa_wmde edited projects, added Wikidata-Campsite; removed Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

To: alaa_wmde
Cc: Michael, Aklapper, Sjoerddebruin, Addshore, MisterSynergy, Daniel_Mietchen, 
Lucas_Werkmeister_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T222193: Configure query service lag for Wikidata maxlag

2019-07-22 Thread alaa_wmde
alaa_wmde moved this task from Incoming to Blocked / Waiting / External on the 
Wikidata-Campsite board.
alaa_wmde added a comment.


  Waiting on T221774: Add Wikidata query service lag to Wikidata maxlag 


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

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

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

To: alaa_wmde
Cc: alaa_wmde, Michael, Aklapper, Sjoerddebruin, Addshore, MisterSynergy, 
Daniel_Mietchen, Lucas_Werkmeister_WMDE, darthmon_wmde, Nandana, Sario528, 
Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T221774: Add Wikidata query service lag to Wikidata maxlag

2019-07-22 Thread alaa_wmde
alaa_wmde updated the task description.

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

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

To: hoo, alaa_wmde
Cc: alaa_wmde, Andrawaag, Multichill, Ladsgroup, Smalyshev, fgiunchedi, hoo, 
Daniel_Mietchen, MisterSynergy, Addshore, Sjoerddebruin, Aklapper, 
Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Chicocvenancio, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Volans, Maathavan, 
_jensen, rosalieper, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T227504: Console error "Unknown module: wikibase.experts.Lexeme" on File pages in Commons

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


  Yes \o/

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

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

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

To: Lydia_Pintscher
Cc: Bugreporter, Addshore, Lydia_Pintscher, MarkTraceur, Ramsey-WMF, Ladsgroup, 
Liuxinyu970226, kaldari, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, alaa_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
V4switch, LawExplorer, WSH1906, Lewizho99, Maathavan, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Jonas, Wong128hk, Wikidata-bugs, matthiasmullie, 
aude, El_Grafo, Dinoguy1000, Fabrice_Florin, Darkdadaah, Steinsplitter, 
Matanya, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T225857: Add .wiki documentation for new store

2019-07-22 Thread alaa_wmde
alaa_wmde removed a project: Wikidata.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T225857: Add .wiki documentation for new store

2019-07-22 Thread alaa_wmde
alaa_wmde set the point value for this task to "1".

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T85499: wbEntity shouldn't be served on every page load

2019-07-22 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a comment.


  Announced today on the mailing-lists, Project Chat and Weekly Summary, and I 
sent an individual message to most of the people in the list.

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

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

To: Ladsgroup, Lea_Lacroix_WMDE
Cc: Lea_Lacroix_WMDE, Addshore, Lucas_Werkmeister_WMDE, Agabi10, Ladsgroup, 
gerritbot, Legoktm, thiemowmde, ori, adrianheine, aude, Snaterlicious, 
Ricordisamoa, Aklapper, Jdlrobson, hoo, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, alaa_wmde, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Vali.matei, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
Jonas, Volker_E, Wikidata-bugs, GWicke, 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] [Edited] T222884: Report failed save to users

2019-07-22 Thread Tarrow
Tarrow updated the task description.

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

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

To: Tarrow
Cc: Hanna_Petruschat_WMDE, Tarrow, Aklapper, Lea_WMDE, darthmon_wmde, Nandana, 
Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, 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] [Changed Project Column] T220696: [Story ]Create better edit summaries for wbeditentity API endpoint

2019-07-22 Thread alaa_wmde
alaa_wmde moved this task from To Do to Doing on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.
alaa_wmde added a comment.


  In doing as it is a story and has parts of it in progress already

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

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

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

To: alaa_wmde
Cc: Rosalie_WMDE, alaa_wmde, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, 
Lea_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Retitled] T220696: [Story ]Create better edit summaries for wbeditentity API endpoint

2019-07-22 Thread alaa_wmde
alaa_wmde renamed this task from "Create better  edit summaries for 
wbeditentity API endpoint" to "[Story ]Create better  edit summaries for 
wbeditentity API endpoint".

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

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

To: alaa_wmde
Cc: Rosalie_WMDE, alaa_wmde, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, 
Lea_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Changed Subscribers] T228343: Huge delay for RecentChanges in test.wikidata

2019-07-22 Thread Joe
Joe added subscribers: Pchelolo, Joe.
Joe added a comment.


  One comment I can add is that if recentchanges jobs are being slow/delayed 
because of queueing, you should see the effect on all wikis and not just one, 
given how the jobqueue is configured.
  
  Pinging @Pchelolo about the status of RechentChanges jobs - any particular 
issue stands out?

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

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

To: Joe
Cc: Joe, Pchelolo, Addshore, Bugreporter, Aklapper, Smalyshev, darthmon_wmde, 
Nandana, Sario528, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, 
LawExplorer, Litanwei, Vali.matei, _jensen, rosalieper, Volker_E, 
Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T217770: [Story] Never show anything from a language that is not currently Wikidata conform

2019-07-22 Thread alaa_wmde
alaa_wmde renamed this task from "Never show anything from a language that is 
not currently Wikidata conform" to "[Story] Never show anything from a language 
that is not currently Wikidata conform".

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

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

To: alaa_wmde
Cc: alaa_wmde, Ladsgroup, Tarrow, Addshore, Lydia_Pintscher, Pablo-WMDE, 
gerritbot, WMDE-leszek, Lea_WMDE, Hanna_Petruschat_WMDE, Aklapper, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Sario528, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
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] [Claimed] T227192: Set up devbox for Wikidata Bridge

2019-07-22 Thread Pablo-WMDE
Pablo-WMDE claimed this task.

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

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

To: Pablo-WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] T228634: Create generic `MessageBanner` component

2019-07-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added projects: Wikidata, Wikibase-Termbox-Iteration-20.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T228635: Add "something went wrong" header message and the generic error message

2019-07-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added projects: Wikidata, Wikibase-Termbox-Iteration-20.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T228636: Show the error when save fails, hide when leaving edit mode

2019-07-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added projects: Wikidata, Wikibase-Termbox-Iteration-20.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  - have a boolean `showError` local field on the `Termbox` component to 
indicate the error state, set to false on initialization, and 
`deactivateEditMode`. Set to true in the catch block of the `save` method
  - plug messages into the `MessageBanner` component, show/hide with `showError`

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

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

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T228638: Attempt browser test

2019-07-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added projects: Wikidata, Wikibase-Termbox-Iteration-20.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  - investigate simulating failed save

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

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

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T228641: Unknown module: jquery.wikibase.sitelinkview

2019-07-22 Thread Ladsgroup
Ladsgroup created this task.
Ladsgroup added projects: Wikidata, Wikidata-Campsite.
Restricted Application added subscribers: Liuxinyu970226, Aklapper.

TASK DESCRIPTION
  Frontend of wikidata in beta cluster is broken with this error. This might be 
a train blocker.
  
  https://wikidata.beta.wmflabs.org/wiki/Wikidata:Main_Page

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

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

To: Ladsgroup
Cc: Krinkle, Addshore, Aklapper, alaa_wmde, Ladsgroup, Liuxinyu970226, 
darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, 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] [Created] T228640: WDQS missing some particular data (property P6885)

2019-07-22 Thread matej_suchanek
matej_suchanek created this task.
matej_suchanek added a project: Wikidata-Query-Service.
Restricted Application added subscribers: Cyberpower678, Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  For this query 
:
  
SELECT * WHERE {
  VALUES ?item { wd:Q48194 wd:Q470380 wd:Q470445 } .
  ?item wdt:P6885 wd:Q43266 .
}
  
  it should yield three results but there is only one. For instance, Q470380 
does have 
 this 
property and it is in RDF export 
, too.
  
  Previously, both items had this property in WDQS, as demonstrated by this 
ListeriaBot list 

 (rows "Přerov" and "Prostějov").
  
  Their disappearance 

 coincides with the data loss described in T228569 
.

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

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

To: matej_suchanek
Cc: Aklapper, Vojtech.dostal, Cyberpower678, matej_suchanek, darthmon_wmde, 
Nandana, Sario528, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 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] T227192: Set up devbox for Wikidata Bridge

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524743 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: add dev entry point
  
  https://gerrit.wikimedia.org/r/524743

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

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

To: Pablo-WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] T227192: Set up devbox for Wikidata Bridge

2019-07-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Pablo-WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] T228641: Unknown module: jquery.wikibase.sitelinkview

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  It can be that the deployment-deploy repo is broken for moving the submodule 
in wikibase, I give it a try.

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

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

To: Ladsgroup
Cc: Krinkle, Addshore, Aklapper, alaa_wmde, Ladsgroup, Liuxinyu970226, 
darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, 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] [Updated] T228603: (better) tool or workflow to create missing painters on Wikidata

2019-07-22 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  @Multichill Might be something to add to T90870 
.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Magnus, JeanFred, Jane023, SandraF_WMF, Multichill, 
darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Framawiki, JJMC89, _jensen, rosalieper, Wikidata-bugs, aude, 
zhuyifei1999, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T214885: Schemas in listings

2019-07-22 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

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

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

To: Lydia_Pintscher
Cc: Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, darthmon_wmde, pdehaye, 
Michael, Nandana, Sario528, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
MisterSynergy, abian, 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] T228641: Unknown module: jquery.wikibase.sitelinkview

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  Fixed in 
https://wikidata.beta.wmflabs.org/w/index.php?title=MediaWiki:Gadgets-definition&diff=1138764&oldid=234052

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

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

To: Ladsgroup
Cc: Krinkle, Addshore, Aklapper, alaa_wmde, Ladsgroup, Liuxinyu970226, 
darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, 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] [Claimed] T228641: Unknown module: jquery.wikibase.sitelinkview

2019-07-22 Thread Ladsgroup
Ladsgroup edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.
Ladsgroup claimed this task.
Restricted Application added a project: User-Ladsgroup.

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

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

To: Ladsgroup
Cc: Krinkle, Addshore, Aklapper, alaa_wmde, Ladsgroup, Liuxinyu970226, 
darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, 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] [Created] T228645: Create normalization between Q11229 (percentage) and Q181011 (per mille)

2019-07-22 Thread matej_suchanek
matej_suchanek created this task.
matej_suchanek added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  1 ‰ = 0.1 %.
  
  Per this discussion 
.

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

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

To: matej_suchanek
Cc: Aklapper, matej_suchanek, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, 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] T227082: Show error in case of save attempt for a non-supported language

2019-07-22 Thread WMDE-leszek
WMDE-leszek added a comment.


  It might be that it is already handled as intended in all contexts (all API 
endpoints etc, all special pages) but then this task would at least about 
checking and ensuring it (e.g. automated tests) in a systematic way

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

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

To: WMDE-leszek
Cc: Jakob_WMDE, Ladsgroup, Aklapper, Hanna_Petruschat_WMDE, Lea_WMDE, 
WMDE-leszek, gerritbot, Pablo-WMDE, Lydia_Pintscher, Addshore, Tarrow, noarave, 
darthmon_wmde, alaa_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Claimed] T228634: Create generic `MessageBanner` component

2019-07-22 Thread Tarrow
Tarrow claimed this task.

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

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

To: Tarrow
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T217770: [Story] Never show anything from a language that is not currently Wikidata conform

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  In T217770#5352561 , 
@alaa_wmde wrote:
  
  > @Ladsgroup does the ULS fix alone enough for this task? if yes, should we 
move this to test/verify. if no, should we move it to ready to pick up (in case 
no one will be working on it today)?
  
  My patch fixes the `Case 1` since `uls.getFrequentLanguageList()` won't 
return invalid language after the deployment but I don't know what to do 
regarding the `Case 2`, it won't show up in the top of termbox (old and new) 
but probably it will show up if you click on "Show all entered language" in old 
termbox.

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

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

To: Ladsgroup
Cc: alaa_wmde, Ladsgroup, Tarrow, Addshore, Lydia_Pintscher, Pablo-WMDE, 
gerritbot, WMDE-leszek, Lea_WMDE, Hanna_Petruschat_WMDE, Aklapper, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Sario528, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
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] T214884: linking Schemas in statements

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  Some open questions for me:
  
  - How the RDF output of this look like? Should we not do it for MVP and add 
it later? It can have treat it as "StringValue" RDF output as well (for now)
  - How formatting should look like? Right now, after saving, you will get 
"EntitySchema:E45 ", should we get the 
title? That would be really hard to implement
  - The same goes with suggester, Should it search based on the title? 
Implementing it is needed for the first iteration? It also might be complex but 
not as complex the above one
  
  @Lydia_Pintscher  ^

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

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

To: Ladsgroup
Cc: Ladsgroup, Jheald, Michael, alaa_wmde, ericP, Esc3300, Moebeus, Aklapper, 
Lydia_Pintscher, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, pdehaye, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, Andrawaag, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, MisterSynergy, abian, 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] T226216: Statement GUIDS should not appear in AbuseFilter text for Wikibase

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  > This "id" field is very generic and will also match a bunch of other stuff 
in the JSON that we are not sure about.
  
  It drops entity id as well (and nothing else AFAIC), people can obtain it 
using `page_title` (except in MediaInfo but we can keep it in mediainfo and I'm 
not touching it anyway)

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

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

To: Ladsgroup
Cc: Ladsgroup, matej_suchanek, Sjoerddebruin, Lydia_Pintscher, Aklapper, 
alaa_wmde, Addshore, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Vali.matei, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
Jonas, Volker_E, Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524723 **merged** by jenkins-bot:
  [mediawiki/core@master] don't load revision text content unless requested to
  
  https://gerrit.wikimedia.org/r/524723

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

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

To: gerritbot
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: daniel, ArielGlenn, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 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] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524760 had a related patch set uploaded (by ArielGlenn; owner: 
ArielGlenn):
  [mediawiki/core@wmf/1.34.0-wmf.14] don't load revision text content unless 
requested to
  
  https://gerrit.wikimedia.org/r/524760

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

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

To: gerritbot
Cc: daniel, ArielGlenn, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T228654: Modularize store

2019-07-22 Thread Matthias_Geisler_WMDE
Matthias_Geisler_WMDE added a project: Wikidata.

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

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

To: Matthias_Geisler_WMDE
Cc: Matthias_Geisler_WMDE, Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Claimed] T228654: Modularize store

2019-07-22 Thread Matthias_Geisler_WMDE
Matthias_Geisler_WMDE claimed this task.

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

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

To: Matthias_Geisler_WMDE
Cc: Matthias_Geisler_WMDE, Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] T170237: Exact id match in suggester does not respect the current language

2019-07-22 Thread matej_suchanek
matej_suchanek added a project: TestMe.

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T125050: [Task] Add Scribunto to extension-gate in CI

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  This somehow happened in the last weekend for wikibase: 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-hhvm-docker/60806/consoleFull
 (on Wikibase patch: 
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/524688)
  Does anyone know why? the test job run time has jumped drastically, almost 
doubled.

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

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

To: Ladsgroup
Cc: Jdforrester-WMF, WMDE-Fisch, Pablo-WMDE, Jakob_WMDE, Tarrow, gerritbot, 
Addshore, TerraCodes, Liuxinyu970226, EBernhardson, Smalyshev, greg, Legoktm, 
Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, 
hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
Redabr4, alaa_wmde, Zanziii, Sadisticturd, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, A.S.Kochergin, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Xinbenlv, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, SundanceRaphael, _jensen, 
rosalieper, Jonas, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, 
Jackmcbarn, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T223995: BadMethodCallException wbgetentities when getting Lexeme subentities (forms, senses)

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 518090 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseLexeme@master] Add test for wbgetentities with 
subentities
  
  https://gerrit.wikimedia.org/r/518090

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

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

To: gerritbot
Cc: alaa_wmde, Marsupium, matej_suchanek, Ladsgroup, WMDE-leszek, hashar, hoo, 
Michael, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Mringgaard, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Jdforrester-WMF, Mbch331, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T223995: BadMethodCallException wbgetentities when getting Lexeme subentities (forms, senses)

2019-07-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.34-notes (1.34.0-wmf.15; 2019-07-23).

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

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

To: ReleaseTaggerBot
Cc: alaa_wmde, Marsupium, matej_suchanek, Ladsgroup, WMDE-leszek, hashar, hoo, 
Michael, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Mringgaard, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Jdforrester-WMF, Mbch331, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.34-notes (1.34.0-wmf.15; 2019-07-23).

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

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

To: ReleaseTaggerBot
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T225814: m.wikidata: login status not detected

2019-07-22 Thread WMDE-leszek
WMDE-leszek raised the priority of this task from "Normal" to "Needs Triage".
WMDE-leszek added a subscriber: Reedy.
WMDE-leszek added a comment.


  Trying the ping again: @hoo, @vvv, @csteipp, @Legoktm: any idea why 
mediawiki.org and wikidata.org might behave in "special" way (and arguably 
incorrect)?
  Also, I dare to ping @Reedy as the second most active code contributor 
according to github, maybe he has an idea what the issue here, or know who 
would be able to say something about.
  
  Also, I reverted the priority triage of this task, as it is not our code/bug.

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

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

To: WMDE-leszek
Cc: Reedy, Jonas, Jakob_WMDE, Legoktm, hoo, csteipp, vvv, Framawiki, 
Lydia_Pintscher, WMDE-leszek, Aklapper, Pablo-WMDE, darthmon_wmde, Nandana, 
Sario528, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Wong128hk, Wikidata-bugs, Snowolf, aude, Addshore, Mbch331, Rxy, 
Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T222890: Show progress/activity if a save request is still being processed

2019-07-22 Thread Jakob_WMDE
Jakob_WMDE added a comment.


  @Lea_WMDE removing the icon from the progress bar happened. This can be seen 
here: 
https://tools-static.wmflabs.org/wikibase-termbox-storybook/?path=/story/indeterminateprogressbar--default
  
  Hidden question: What do you think about product-reviewing minor changes like 
this in the continuously deployed storybook instead of beta?

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

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

To: Tarrow, Jakob_WMDE
Cc: Pablo-WMDE, Jakob_WMDE, Lucas_Werkmeister_WMDE, Hanna_Petruschat_WMDE, 
Tarrow, Aklapper, Lea_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T224189: Use thumbnail preferences for thumbnail of Commons media file

2019-07-22 Thread Ladsgroup
Ladsgroup added a comment.


  I took a look at this, it's not hard to implement and it doesn't pollute the 
ParserCache if we get the thumbnail size from ParserOptions. That should be 
easy.

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

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

To: Ladsgroup
Cc: Ladsgroup, hoo, Lydia_Pintscher, Aklapper, Multichill, darthmon_wmde, 
Nandana, Jony, Sario528, Prisshahlla, Lahi, Gq86, GoranSMilovanovic, QZanden, 
V4switch, LawExplorer, _jensen, rosalieper, Jonas, LNDDYL, Wong128hk, 
Wikidata-bugs, matthiasmullie, aude, Fabrice_Florin, Jdforrester-WMF, Matanya, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228634: Create generic `MessageBanner` component

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524782 had a related patch set uploaded (by Tarrow; owner: Tarrow):
  [wikibase/termbox@master] Introduce MessageBanner component
  
  https://gerrit.wikimedia.org/r/524782

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

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

To: Tarrow, gerritbot
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T228634: Create generic `MessageBanner` component

2019-07-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Tarrow, gerritbot
Cc: Aklapper, Jakob_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] [Claimed] T228635: Add "something went wrong" header message and the generic error message

2019-07-22 Thread Jakob_WMDE
Jakob_WMDE claimed this task.
Jakob_WMDE moved this task from To Do to Doing on the 
Wikibase-Termbox-Iteration-20 board.

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

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

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

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Claimed] T224189: Use thumbnail preferences for thumbnail of Commons media file

2019-07-22 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.
Ladsgroup added a comment.
Restricted Application added a project: User-Ladsgroup.


  Licking the cookie

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

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

To: Ladsgroup
Cc: Ladsgroup, hoo, Lydia_Pintscher, Aklapper, Multichill, darthmon_wmde, 
alaa_wmde, Nandana, Jony, Sario528, Prisshahlla, Lahi, Gq86, GoranSMilovanovic, 
QZanden, V4switch, LawExplorer, _jensen, rosalieper, Jonas, LNDDYL, Wong128hk, 
Wikidata-bugs, matthiasmullie, aude, Fabrice_Florin, Jdforrester-WMF, Matanya, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T174601: Change the language codes of Sakizaya from "ais" (retired by SIL) to "szy" everywhere, and add it to Names.php

2019-07-22 Thread StevenJ81
StevenJ81 added a comment.


  Pages have already been moved in Incubator.

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

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

To: StevenJ81
Cc: abi_, Vickylin77amis, Pasleim, Addshore, daniel, Liuxinyu970226, Htchien, 
Reke, Shangkuanlc, Nikerabbit, Corainn, StevenJ81, Aklapper, Nemo_bis, Amire80, 
Raymond, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, Af420, 
GoranSMilovanovic, JakeTheDeveloper, Devin-Henrickson, QZanden, LawExplorer, 
_jensen, rosalieper, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, 
jayvdb, Arrbee, KartikMistry, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228439: Add WikibaseQualityConstraints extension to wikibase bundle docker image

2019-07-22 Thread alaa_wmde
alaa_wmde added a comment.


  @Addshore we are thinking of not breaking this down into separate tasks (this 
one and another for config), and rather do both in one as it won't be of use 
anyway to release the extension in the image without configuration, if that's 
fine by you.

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

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

To: alaa_wmde
Cc: alaa_wmde, Pintoch, Lucas_Werkmeister_WMDE, Aklapper, tk, dbs, Addshore, 
darthmon_wmde, Jelabra, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 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] [Commented On] T226818: Diff when updating wbc_entity_usage

2019-07-22 Thread alaa_wmde
alaa_wmde added a comment.


  Maybe we move this to trailblazing exploration if we know (of if it isn't 
clear) that the technical solution is obvious? @Ladsgroup did you put any 
thought whether diffing here a relatively simple thing to do?

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

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

To: alaa_wmde
Cc: alaa_wmde, Krinkle, Aklapper, Marostegui, Addshore, hoo, jcrespo, 
Lydia_Pintscher, Michael, Pchelolo, mobrovac, Joe, Lucas_Werkmeister_WMDE, 
Ladsgroup, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] T227866: Statement indicators for problematic constraints are not visible

2019-07-22 Thread alaa_wmde
alaa_wmde added a comment.


  Thanks @Lucas_Werkmeister_WMDE for the clarification now we know what to do

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

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

To: alaa_wmde
Cc: alaa_wmde, hoo, Lydia_Pintscher, Lucas_Werkmeister_WMDE, matej_suchanek, 
Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 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] T227866: Statement indicators for problematic constraints are not visible

2019-07-22 Thread alaa_wmde
alaa_wmde triaged this task as "High" priority.

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

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

To: alaa_wmde
Cc: alaa_wmde, hoo, Lydia_Pintscher, Lucas_Werkmeister_WMDE, matej_suchanek, 
Aklapper, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 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] T228343: Huge delay for RecentChanges in test.wikidata

2019-07-22 Thread Pchelolo
Pchelolo added a comment.


  On the JobQueue side, nothing specific is observed neither on graphs nor logs 
for `recentChangesUpdate`.

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

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

To: Pchelolo
Cc: Joe, Pchelolo, Addshore, Bugreporter, Aklapper, Smalyshev, darthmon_wmde, 
Nandana, Sario528, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, 
LawExplorer, Litanwei, Vali.matei, _jensen, rosalieper, Volker_E, 
Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228635: Add "something went wrong" header message and the generic error message

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524792 had a related patch set uploaded (by Jakob; owner: Jakob):
  [mediawiki/extensions/Wikibase@master] Add generic messages displayed for 
failed termbox edits
  
  https://gerrit.wikimedia.org/r/524792

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

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

To: Jakob_WMDE, gerritbot
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Sario528, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T228635: Add "something went wrong" header message and the generic error message

2019-07-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Jakob_WMDE, gerritbot
Cc: Aklapper, Jakob_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] [Edited] T198342: Remove all usages of the 'text' flag in calls to Revision::getQueryInfo() and RevisionStore::getQueryInfo().

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: Nikerabbit, BPirkle, Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, 
gerritbot, daniel, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, 
_jensen, rosalieper, Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198341: Remove all references to the rev_text_id and ar_text_id fields

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, aude, Aklapper, daniel, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T213721: Support SDC pilots rollout for 2019

2019-07-22 Thread Qgil
Qgil edited projects, added CommRel-Specialists-Support (Jul-Sep-2019); removed 
CommRel-Specialists-Support (Apr-Jun-2019).

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

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

To: mcruzWMF, Qgil
Cc: Jheald, Aklapper, SandraF_WMF, Qgil, mcruzWMF, darthmon_wmde, Nandana, 
JKSTNK, Sario528, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, 
Anooprao, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, 
Silverfish, _jensen, rosalieper, Morgankevinj, Susannaanas, Jane023, 
Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198342: Remove all usages of the 'text' flag in calls to Revision::getQueryInfo() and RevisionStore::getQueryInfo().

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: Nikerabbit, BPirkle, Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, 
gerritbot, daniel, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, 
_jensen, rosalieper, Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198341: Remove all references to the rev_text_id and ar_text_id fields

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, aude, Aklapper, daniel, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198343: Replace all calls to Revision::getRevisionText()

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: daniel
Cc: Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, gerritbot, daniel, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, WDoranWMF, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198343: Replace all calls to Revision::getRevisionText()

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: daniel
Cc: Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, gerritbot, daniel, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, WDoranWMF, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T226976: Convert linkitem module to use OOUI, instead of jQuery UI

2019-07-22 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Quick PM note as discussed with Amir: we can adapt the technology (and widget 
changes that come with it) but we're not spending resources on redesigning the 
thing. That's a whole different can of worms we're not touching atm.

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

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

To: Lydia_Pintscher
Cc: Pablo-WMDE, WMDE-leszek, Lydia_Pintscher, Aklapper, Jdforrester-WMF, 
Ricordisamoa, Ltrlg, Prtksxna, Glaisher, Danmichaelo, Volker_E, Paladox, 
Danny_B, Liuxinyu970226, AndyRussG, Amorymeltzer, Ladsgroup, darthmon_wmde, 
Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, Iniquity, _jensen, rosalieper, JGirault, Jonas, Psychoslave, 
Wikidata-bugs, aude, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198343: Replace all calls to Revision::getRevisionText()

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: daniel
Cc: Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, gerritbot, daniel, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, WDoranWMF, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198341: Remove all references to the rev_text_id and ar_text_id fields

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, aude, Aklapper, daniel, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198341: Remove all references to the rev_text_id and ar_text_id fields

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, aude, Aklapper, daniel, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198342: Remove all usages of the 'text' flag in calls to Revision::getQueryInfo() and RevisionStore::getQueryInfo().

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: Nikerabbit, BPirkle, Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, 
gerritbot, daniel, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, 
_jensen, rosalieper, Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198343: Replace all calls to Revision::getRevisionText()

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: daniel
Cc: Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, gerritbot, daniel, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, WDoranWMF, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T203696: Drastically reduce the number of ResourceLoader modules that WikibaseClient registers

2019-07-22 Thread WMDE-leszek
WMDE-leszek added subscribers: alaa_wmde, WMDE-leszek.
WMDE-leszek added a comment.


  @alaa_wmde @Ladsgroup: for the issue of WikibaseClient loading way too much 
stuff, and how to solve, could you please work together on defining the problem 
space, and the sensible first iteration of what we would like to achieve? It 
seems like a dedicated "epic"/"story"/however you want to label it, in any case 
a separate phabricator ticket, would make the most sense to not miss the focus 
of this broader ticket.

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

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

To: WMDE-leszek
Cc: WMDE-leszek, alaa_wmde, Jakob_WMDE, Ladsgroup, gerritbot, Addshore, 
Aklapper, Krinkle, Jdforrester-WMF, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Vali.matei, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
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] [Updated] T198342: Remove all usages of the 'text' flag in calls to Revision::getQueryInfo() and RevisionStore::getQueryInfo().

2019-07-22 Thread daniel
daniel added a subtask: T228675: Remove direct access to the text table from 
the Translate extension..

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

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

To: BPirkle, daniel
Cc: Nikerabbit, BPirkle, Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, 
gerritbot, daniel, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, 
_jensen, rosalieper, Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198341: Remove all references to the rev_text_id and ar_text_id fields

2019-07-22 Thread daniel
daniel added a subtask: T228675: Remove direct access to the text table from 
the Translate extension..

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, aude, Aklapper, daniel, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198341: Remove all references to the rev_text_id and ar_text_id fields

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, aude, Aklapper, daniel, 
Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198342: Remove all usages of the 'text' flag in calls to Revision::getQueryInfo() and RevisionStore::getQueryInfo().

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: BPirkle, daniel
Cc: Nikerabbit, BPirkle, Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, 
gerritbot, daniel, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Sario528, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, 
_jensen, rosalieper, Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524760 **merged** by jenkins-bot:
  [mediawiki/core@wmf/1.34.0-wmf.14] don't load revision text content unless 
requested to
  
  https://gerrit.wikimedia.org/r/524760

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

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

To: gerritbot
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198343: Replace all calls to Revision::getRevisionText()

2019-07-22 Thread daniel
daniel updated the task description.

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

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

To: daniel
Cc: Aklapper, aude, Anomie, Jdforrester-WMF, Tgr, gerritbot, daniel, Hook696, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, WDoranWMF, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Pchelolo, Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228614: stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs!

2019-07-22 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2019-07-22T15:24:08Z] 
 Synchronized 
php-1.34.0-wmf.14/includes/export/XmlDumpWriter.php: T228614 
 XmlDumpWriter: don't load revision 
text content unless requested to (duration: 00m 48s)

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

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

To: Stashbot
Cc: daniel, ArielGlenn, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T227814: [Regression wmf.13] Wikidata localisation is broken

2019-07-22 Thread gerritbot
gerritbot added a comment.


  Change 524573 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@wmf/1.34.0-wmf.14] Define $wgMessagesDirs in 
WikibaseLib PHP entry point
  
  https://gerrit.wikimedia.org/r/524573

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

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

To: greg, gerritbot
Cc: Premeditated, Michael, Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE, greg, 
Agusbou2015, Tacsipacsi, Liuxinyu970226, thcipriani, Krinkle, Jdforrester-WMF, 
Aklapper, Mormegil, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Sario528, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, Vali.matei, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, 
Gryllida, Shizhao, Arrbee, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >