[Wikidata-bugs] [Maniphest] [Commented On] T216206: Set up WikibaseLexemeCirrusSearch extension for Elastic code in WikibaseLexeme

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497457 had a related patch set uploaded (by Smalyshev; owner: 
Smalyshev):
  [mediawiki/tools/release@master] Add WikibaseLexemeCirrusSearch extension
  
  https://gerrit.wikimedia.org/r/497457

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

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

To: Smalyshev, gerritbot
Cc: gerritbot, Aklapper, Lydia_Pintscher, WMDE-leszek, thiemowmde, Addshore, 
Lucas_Werkmeister_WMDE, Smalyshev, alaa_wmde, ET4Eva, CucyNoiD, Nandana, 
NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, 
LawExplorer, Avner, Lewizho99, Maathavan, Gehel, _jensen, rosalieper, FloNight, 
Wikidata-bugs, aude, jayvdb, Darkdadaah, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Smalyshev
Smalyshev added a comment.


  Setting `Depends-On: I9bbea3d13460ed44755d77fc61ff23fb906cf71e` seems to cure 
all my failing patches.

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

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

To: Smalyshev
Cc: Krinkle, aaron, EBernhardson, daniel, gerritbot, WMDE-leszek, D3r1ck01, 
TerraCodes, Liuxinyu970226, Jdforrester-WMF, Pablo-WMDE, 
Lucas_Werkmeister_WMDE, Addshore, Smalyshev, alaa_wmde, CucyNoiD, Nandana, 
NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, Wikidata-bugs, 
aude, jayvdb, Lydia_Pintscher, Darkdadaah, Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Krinkle
Krinkle added subscribers: aaron, Krinkle.
Krinkle added a comment.


  Before (passes)
  ---
  
  From 4 days ago, the mwselenium-quibble job for Wikibase was passing:
  
  - https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/495886/
  - https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/9821/
  
  It's debug log file, already contained the CirrusSearch error there. It is, 
as such, a pre-existing non-fatal error. It's caught and logged.
  
  name=mw-debug-www.log
[CirrusSearchRequests] counting links to 1 pages against {index} took 7 
millis. Requested via web for cadea08ea322087e4c6121bf08d0ac19 by executor 
1002236292
[CirrusSearch] Search backend error during counting links to 1 pages after 
7: unknown: Couldn't connect to host, Elasticsearch down?
[CirrusSearchChangeFailed] Links for page ids: 4
[CirrusSearch] Running sendData on cluster default 0s after insertion
[CirrusSearch] Exception thrown while running DataSender::sendData in 
cluster default: Couldn't connect to host, Elasticsearch down?
#0 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Request.php(193): 
Elastica\Transport\Http->exec(Elastica\Request, array)
#1 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Client.php(688): 
Elastica\Request->send()
#2 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Index.php(559): 
Elastica\Client->request(string, string, array, array)
#3 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Type.php(512): 
Elastica\Index->request(string, string, array, array)
#4 /workspace/src/extensions/CirrusSearch/includes/DataSender.php(107): 
Elastica\Type->request(string, string, array, array)
#5 /workspace/src/extensions/CirrusSearch/includes/DataSender.php(128): 
CirrusSearch\DataSender->isAvailableForWrites()
#6 
/workspace/src/extensions/CirrusSearch/includes/Job/ElasticaWrite.php(129): 
CirrusSearch\DataSender->sendData(string, array)
#7 /workspace/src/extensions/CirrusSearch/includes/Job/Job.php(100): 
CirrusSearch\Job\ElasticaWrite->doJob()
#8 /workspace/src/extensions/CirrusSearch/includes/Updater.php(228): 
CirrusSearch\Job\Job->run()
#9 /workspace/src/extensions/CirrusSearch/includes/Updater.php(85): 
CirrusSearch\Updater->updatePages(array, integer)
#10 
/workspace/src/extensions/CirrusSearch/includes/Job/LinksUpdate.php(52): 
CirrusSearch\Updater->updateFromTitle(Title)
#11 /workspace/src/extensions/CirrusSearch/includes/Job/Job.php(100): 
CirrusSearch\Job\LinksUpdate->doJob()
#12 /workspace/src/includes/jobqueue/JobRunner.php(290): 
CirrusSearch\Job\Job->run()
#13 /workspace/src/includes/jobqueue/JobRunner.php(192): 
JobRunner->executeJob(CirrusSearch\Job\LinksUpdate, 
Wikimedia\Rdbms\LBFactorySimple, BufferingStatsdDataFactory, integer)
#14 /workspace/src/includes/MediaWiki.php(1007): JobRunner->run(array)
#15 /workspace/src/includes/MediaWiki.php(990): 
MediaWiki->triggerSyncJobs(integer, MediaWiki\Logger\LegacyLogger)
#16 /workspace/src/includes/MediaWiki.php(914): MediaWiki->triggerJobs()
#17 /workspace/src/includes/MediaWiki.php(733): 
MediaWiki->restInPeace(string, boolean)
#18 /workspace/src/includes/MediaWiki.php(756): MediaWiki->{closure}()
#19 /workspace/src/includes/MediaWiki.php(550): 
MediaWiki->doPostOutputShutdown(string)
#20 /workspace/src/index.php(42): MediaWiki->run()
#21 {main}
[CirrusSearch] ElasticaWrite job reported failure on cluster default. 
Requeueing job with delay of 64.
[DBQuery] BEGIN
[DBQuery] startAtomic: entering level 0 
(Wikimedia\Rdbms\Database::onTransactionPreCommitOrIdle)
[DBQuery] SELECT  job_sha1  FROM `job`WHERE job_sh
  
  
  
  Currently (fails)
  -
  
  From today's and yesterdays' commits, we see the mwselenium-quibble job for 
Wikibase is failing, such as on:
  
  - https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/497320/
  
  The failure is:
  
  counterexample
@integration @modify_entity @save_aliases
Scenario: Edit multiple aliases  # 
features/aliases.feature:130
  When I click the header edit button# 
features/step_definitions/header_steps.rb:10
  And I enter "alias1", "alias2" as new aliases  # 
features/step_definitions/aliases_steps.rb:24
unable to locate element, using {:xpath=>"//div[contains(@class, 
'wikibase-aliasesview')]//li[contains(@class, 
'tagadata-choice-empty')]//input", :tag_name=>"input or textarea", :type=>"(any 
text type)"} (Watir::Exception::UnknownObjectException)
(eval):1:in `process_watir_call'
./features/support/modules/alias_module.rb:41:in `block in 
populate_aliases'
./features/support/modules/alias_module.rb:40:in `each'
./features/support/modules/alias_module.rb:40:in `/^I enter (.+) as new 
aliases$/'
features/aliases.feature:132:in `And I enter "alias1", "alias2" as new 
aliases'

[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Smalyshev
Smalyshev added a comment.


  @Addshore the problem still happens:
  
  
https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/10074/console

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

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

To: Smalyshev
Cc: EBernhardson, daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, 
Liuxinyu970226, Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, 
Smalyshev, alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, 
Lydia_Pintscher, Darkdadaah, Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Smalyshev
Smalyshev added a subscriber: EBernhardson.
Smalyshev added a comment.


  @EBernhardson do you have any ideas about the failing job 
 above?

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

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

To: Smalyshev
Cc: EBernhardson, daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, 
Liuxinyu970226, Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, 
Smalyshev, alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, 
Lydia_Pintscher, Darkdadaah, Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497438 had a related patch set uploaded (by Aaron Schulz; owner: Aaron 
Schulz):
  [mediawiki/core@master] Make RefreshSecondaryDataUpdate skip failing updates 
in doUpdate()
  
  https://gerrit.wikimedia.org/r/497438

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

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

To: gerritbot
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T217800: Support complex constraints

2019-03-18 Thread Yair_rand
Yair_rand added a comment.


  Couldn't the complex constraints be migrated to statements, if that's what it 
would take?

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

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

To: Yair_rand
Cc: Liuxinyu970226, Lydia_Pintscher, Addshore, Lucas_Werkmeister_WMDE, 
Aklapper, Yair_rand, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 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] T216730: Enable musical notation datatype

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497433 had a related patch set uploaded (by Ebe123; owner: Ebe123):
  [operations/mediawiki-config@master] Partially revert "Enable musical 
notation datatype in wikidata"
  
  https://gerrit.wikimedia.org/r/497433

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

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

To: Lydia_Pintscher, gerritbot
Cc: Bonvol, TheDJ, alaa_wmde, Stashbot, jijiki, gerritbot, Addshore, 
WMDE-leszek, Manu1400, abian, Aklapper, Lydia_Pintscher, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] [Commented On] T187960: Rack/cable/configure asw2-a-eqiad switch stack

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497319 **merged** by Bstorm:
  [operations/puppet@production] dumps distribution: failing over the web only 
for network changes
  
  https://gerrit.wikimedia.org/r/497319

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

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

To: Cmjohnson, gerritbot
Cc: Tgr, Dbrant, JoeWalsh, Bstorm, thcipriani, akosiaris, Joe, fgiunchedi, 
hashar, Krinkle, ArielGlenn, jijiki, Addshore, Catrope, elukey, Marostegui, 
Stashbot, Paladox, gerritbot, Aklapper, BBlack, Cmjohnson, ayounsi, alaa_wmde, 
Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, AndyTan, kostajh, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, 
Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Thibaut120094, Wong128hk, Wikidata-bugs, aude, Southparkfan, 
mark, Lydia_Pintscher, Darkdadaah, faidon, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T187960: Rack/cable/configure asw2-a-eqiad switch stack

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497420 **merged** by Bstorm:
  [operations/dns@master] dumps distribution: fail over dumps to labstore1007
  
  https://gerrit.wikimedia.org/r/497420

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

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

To: Cmjohnson, gerritbot
Cc: Tgr, Dbrant, JoeWalsh, Bstorm, thcipriani, akosiaris, Joe, fgiunchedi, 
hashar, Krinkle, ArielGlenn, jijiki, Addshore, Catrope, elukey, Marostegui, 
Stashbot, Paladox, gerritbot, Aklapper, BBlack, Cmjohnson, ayounsi, alaa_wmde, 
Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, AndyTan, kostajh, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, 
Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Thibaut120094, Wong128hk, Wikidata-bugs, aude, Southparkfan, 
mark, Lydia_Pintscher, Darkdadaah, faidon, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T205254: Investigate usage of "text" in AbuseFilter rules on wikidata.org

2019-03-18 Thread Daimona
Daimona added a comment.


  Just a random comment: data actually used by existing abuse filters like the 
rank can be moved from added_lines to new AF variables defined via hooks.

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

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

To: Daimona
Cc: matej_suchanek, Daimona, Lea_Lacroix_WMDE, Lydia_Pintscher, gerritbot, 
Aklapper, Addshore, alaa_wmde, Nandana, 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] T187960: Rack/cable/configure asw2-a-eqiad switch stack

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497420 had a related patch set uploaded (by Bstorm; owner: Bstorm):
  [operations/dns@master] dumps distribution: fail over dumps to labstore1007
  
  https://gerrit.wikimedia.org/r/497420

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

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

To: Cmjohnson, gerritbot
Cc: Tgr, Dbrant, JoeWalsh, Bstorm, thcipriani, akosiaris, Joe, fgiunchedi, 
hashar, Krinkle, ArielGlenn, jijiki, Addshore, Catrope, elukey, Marostegui, 
Stashbot, Paladox, gerritbot, Aklapper, BBlack, Cmjohnson, ayounsi, alaa_wmde, 
Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, AndyTan, kostajh, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, 
Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Thibaut120094, Wong128hk, Wikidata-bugs, aude, Southparkfan, 
mark, Lydia_Pintscher, Darkdadaah, faidon, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T205254: Investigate usage of "text" in AbuseFilter rules on wikidata.org

2019-03-18 Thread matej_suchanek
matej_suchanek added a comment.


  > Rules in entity namespaces (Item, Property, Lexeme)
  
  Nothing for lexemes yet.
  
  > Statement GUIDs are provided as one of the lines in the "text". So are 
strings such as the following used by abuse filter rules? 
"Q56596767$199BCB00-D1ED-40A5-B001-439BC5F434F7"
  
  This has been making abuse filter matching harder.
  
  > The rank of statement is also included as a line such as "normal". Is this 
used in abuse filter rules?
  
  Sometimes 
.

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

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

To: matej_suchanek
Cc: matej_suchanek, Daimona, Lea_Lacroix_WMDE, Lydia_Pintscher, gerritbot, 
Aklapper, Addshore, alaa_wmde, Nandana, 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] T216730: Enable musical notation datatype

2019-03-18 Thread Bonvol
Bonvol added a comment.


  Seems for me that change of $wgScoreTrim from null (defaults to true = use 
ImageMagick) to false in this commit: 
https://gerrit.wikimedia.org/r/#/c/operations/mediawiki-config/+/493011/3/wmf-config/InitialiseSettings.php
  caused T218535: Score extension now leaving large amounts of space on 
rendering 
  I added repro scenarios there.

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

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

To: Lydia_Pintscher, Bonvol
Cc: Bonvol, TheDJ, alaa_wmde, Stashbot, jijiki, gerritbot, Addshore, 
WMDE-leszek, Manu1400, abian, Aklapper, Lydia_Pintscher, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] T216730: Enable musical notation datatype

2019-03-18 Thread TheDJ
TheDJ added a comment.


  Not sure why T218535: Score extension now leaving large amounts of space on 
rendering  suddenly popped up, but 
wondering if it's maybe due to one of the changes in favor of wikibase support ?

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

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

To: Lydia_Pintscher, TheDJ
Cc: TheDJ, alaa_wmde, Stashbot, jijiki, gerritbot, Addshore, WMDE-leszek, 
Manu1400, abian, Aklapper, Lydia_Pintscher, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, 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] T217157: Make sure federation works on beta

2019-03-18 Thread Edtadros
Edtadros claimed this task.

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

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

To: Edtadros
Cc: Ramsey-WMF, gerritbot, Smalyshev, Abit, Addshore, WMDE-leszek, Aklapper, 
Cparle, alaa_wmde, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, V4switch, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Jonas, Wong128hk, Wikidata-bugs, 
matthiasmullie, aude, Lydia_Pintscher, 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] [Closed] T217331: [Story] Add link to Schema page to check against list of entities

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE moved this task from Verification to Done on the Shape 
Expressions Sprint 4 board.
Lea_Lacroix_WMDE closed this task as "Resolved".
Lea_Lacroix_WMDE added a comment.


  \o/

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

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

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

To: Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE
Cc: Stashbot, Lea_Lacroix_WMDE, hoo, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, 
rosalieper, 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] [Unblock] T216816: [Epic] check list of entities against Schema

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed subtask T217331: [Story] Add link to Schema page to 
check against list of entities as Resolved.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Lydia_Pintscher, pdehaye, alaa_wmde, Michael, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
_jensen, rosalieper, 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] [Unassigned] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore lowered the priority of this task from "Unbreak Now!" to "High".
Addshore removed Addshore as the assignee of this task.
Addshore added a comment.


  Hit +2 on the revert just now which should solve all of the CI problems for 
now.
  But I guess this will need further investigation to get the change re merged..

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

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

To: Addshore
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T167565: Wikidata allows invalid URIs to be entered as units

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a project: Wikidata-Campsite.

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

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

To: Lea_Lacroix_WMDE
Cc: Lea_Lacroix_WMDE, MisterSynergy, abian, Mbch331, matej_suchanek, Pasleim, 
PokestarFan, Lydia_Pintscher, Ladsgroup, thiemowmde, daniel, Aklapper, 
Smalyshev, alaa_wmde, Dinadineke, Nandana, tabish.shaikh91, Lahi, Gq86, 
GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, 
merbst, LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, TheDJ
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T216148: Implement length limit for schema text

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497332 had a related patch set uploaded (by Michael Große; owner: 
Michael Große):
  [mediawiki/extensions/WikibaseSchema@master] Tell the user that more info 
about errors is available
  
  https://gerrit.wikimedia.org/r/497332

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

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

To: Michael, gerritbot
Cc: Michael, Lea_Lacroix_WMDE, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, 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] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread daniel
daniel added a comment.


  In T218456#5033420 , 
@Addshore wrote:
  
  > @daniel I guess that is actually 
https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/466981/ for the retry 
strategy? Which doesn't appear to be merged yet.
  
  
  Hm, I guess you are right. So the one thing RefreshSecondaryDataUpdate does 
differently is: it doesn't do error handling between updates. If one update 
fails, it aborts. This makes sense if all of them are retried, but that does 
not seem to be the case right now. So instead of making things more robust, 
this patch by itself has made things more brittle.
  
  Want to have a poke at the second patch? It already has two 2x +1 :)

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

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

To: Addshore, daniel
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T216148: Implement length limit for schema text

2019-03-18 Thread Michael
Michael moved this task from Backlog to Doing on the Shape Expressions Sprint 4 
board.
Michael claimed this task.
Michael added a comment.


  In T216148#5032248 , 
@Michael wrote:
  
  > In T216148#5031783 , 
@Lea_Lacroix_WMDE wrote:
  >
  > > I tested it by copying a long Wikipedia article in the field :D
  > >  I got two different warnings: "There are problems with some of your 
input." before the input field and the length error message below the field.
  > >  It would be great to have the first message to say "There are problems 
with some of your input. Please check the error message below."
  >
  >
  > That message is currently hard-coded in mediawiki core: 
https://github.com/wikimedia/mediawiki/blob/5612194879bd4f5c7d3e7c75d42b08bf91b84428/includes/htmlform/HTMLForm.php#L612
  
  
  After looking into this some more, this turned out to be easier than expected!

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

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

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

To: Michael
Cc: Michael, Lea_Lacroix_WMDE, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, 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] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread daniel
daniel added a comment.


  Is it possible that you are seeing something fail during the retry, but the 
cause for the retry was something else?

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

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

To: Addshore, daniel
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore added a comment.


  Yes, that job probably shouldn't run when not linked up to a real ES service, 
ping @Smalyshev
  
  @daniel I guess that is actually 
https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/466981/ for the retry 
strategy? Which doesn't appear to be merged yet.

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

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

To: Addshore
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread daniel
daniel added a comment.


  That raises the question why that job fails.
  
  But it also raises the question how the new RefreshSecondaryDataUpdate could 
have caused that. The intent behind the new code is to retry all updates that 
failed during saving.

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

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

To: Addshore, daniel
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T187960: Rack/cable/configure asw2-a-eqiad switch stack

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497328 **merged** by Bstorm:
  [operations/dns@master] dumps distribution: reduce TTL on labstore1006 for 
failover
  
  https://gerrit.wikimedia.org/r/497328

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

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

To: Cmjohnson, gerritbot
Cc: Tgr, Dbrant, JoeWalsh, Bstorm, thcipriani, akosiaris, Joe, fgiunchedi, 
hashar, Krinkle, ArielGlenn, jijiki, Addshore, Catrope, elukey, Marostegui, 
Stashbot, Paladox, gerritbot, Aklapper, BBlack, Cmjohnson, ayounsi, alaa_wmde, 
Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, AndyTan, kostajh, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, 
Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Thibaut120094, Wong128hk, Wikidata-bugs, aude, Southparkfan, 
mark, Lydia_Pintscher, Darkdadaah, faidon, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore added a project: CirrusSearch.
Addshore added a comment.
Restricted Application added a project: Discovery-Search.

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

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

To: Addshore
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Lydia_Pintscher, Darkdadaah, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore added a comment.


  I guess that failing update is:
  
[CirrusSearch] Exception thrown while running DataSender::sendData in 
cluster default: Couldn't connect to host, Elasticsearch down?
#0 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Request.php(193): 
Elastica\Transport\Http->exec(Elastica\Request, array)
#1 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Client.php(688): 
Elastica\Request->send()
#2 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Index.php(559): 
Elastica\Client->request(string, string, array, array)
#3 /workspace/src/vendor/ruflin/elastica/lib/Elastica/Type.php(512): 
Elastica\Index->request(string, string, array, array)
#4 /workspace/src/extensions/CirrusSearch/includes/DataSender.php(107): 
Elastica\Type->request(string, string, array, array)
#5 /workspace/src/extensions/CirrusSearch/includes/DataSender.php(128): 
CirrusSearch\DataSender->isAvailableForWrites()
#6 
/workspace/src/extensions/CirrusSearch/includes/Job/ElasticaWrite.php(129): 
CirrusSearch\DataSender->sendData(string, array)
#7 /workspace/src/extensions/CirrusSearch/includes/Job/Job.php(100): 
CirrusSearch\Job\ElasticaWrite->doJob()
#8 /workspace/src/includes/jobqueue/JobRunner.php(290): 
CirrusSearch\Job\Job->run()
#9 /workspace/src/includes/jobqueue/JobRunner.php(192): 
JobRunner->executeJob(CirrusSearch\Job\ElasticaWrite, 
Wikimedia\Rdbms\LBFactorySimple, BufferingStatsdDataFactory, integer)
#10 /workspace/src/includes/MediaWiki.php(1007): JobRunner->run(array)
#11 /workspace/src/includes/MediaWiki.php(990): 
MediaWiki->triggerSyncJobs(integer, MediaWiki\Logger\LegacyLogger)
#12 /workspace/src/includes/MediaWiki.php(914): MediaWiki->triggerJobs()
#13 /workspace/src/includes/MediaWiki.php(733): 
MediaWiki->restInPeace(string, boolean)
#14 /workspace/src/includes/MediaWiki.php(756): MediaWiki->{closure}()
#15 /workspace/src/includes/MediaWiki.php(550): 
MediaWiki->doPostOutputShutdown(string)
#16 /workspace/src/index.php(42): MediaWiki->run()
#17 {main}
[CirrusSearch] ElasticaWrite job reported failure on cluster default. 
Requeueing job with delay of 64.

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

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

To: Addshore
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, 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] T187960: Rack/cable/configure asw2-a-eqiad switch stack

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497328 had a related patch set uploaded (by Bstorm; owner: Bstorm):
  [operations/dns@master] dumps distribution: reduce TTL on labstore1006 for 
failover
  
  https://gerrit.wikimedia.org/r/497328

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

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

To: Cmjohnson, gerritbot
Cc: Tgr, Dbrant, JoeWalsh, Bstorm, thcipriani, akosiaris, Joe, fgiunchedi, 
hashar, Krinkle, ArielGlenn, jijiki, Addshore, Catrope, elukey, Marostegui, 
Stashbot, Paladox, gerritbot, Aklapper, BBlack, Cmjohnson, ayounsi, alaa_wmde, 
Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, AndyTan, kostajh, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, 
Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Thibaut120094, Wong128hk, Wikidata-bugs, aude, Southparkfan, 
mark, Lydia_Pintscher, Darkdadaah, faidon, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread daniel
daniel added a comment.


  The patch in question should only chnange the behavior of *failing* 
DataUpdates. If no DataUpdates fail, the new behavior should be exactly the 
same as the old.

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

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

To: Addshore, daniel
Cc: daniel, gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Addshore, gerritbot
Cc: gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, 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] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497324 had a related patch set uploaded (by Addshore; owner: Addshore):
  [mediawiki/core@master] Revert "Split out new RefreshSecondaryDataUpdate 
class"
  
  https://gerrit.wikimedia.org/r/497324

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

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

To: Addshore, gerritbot
Cc: gerritbot, WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, 
Jdforrester-WMF, Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, 
alaa_wmde, Nandana, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Darkdadaah, 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] T218553: Wikibase CI appears to be broken

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497322 had a related patch set uploaded (by Jforrester; owner: 
Jforrester):
  [integration/config@master] Revert "Revert "Replace *-jsduck-* jobs with 
*-node10-docs-* ones""
  
  https://gerrit.wikimedia.org/r/497322

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

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

To: hashar, gerritbot
Cc: WMDE-leszek, Addshore, Krinkle, Jdforrester-WMF, gerritbot, hashar, 
TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] [Commented On] T218553: Wikibase CI appears to be broken

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497320 had a related patch set uploaded (by Jforrester; owner: 
Jforrester):
  [mediawiki/extensions/Wikibase@master] build: Define `npm run-script doc`
  
  https://gerrit.wikimedia.org/r/497320

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

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

To: hashar, gerritbot
Cc: WMDE-leszek, Addshore, Krinkle, Jdforrester-WMF, gerritbot, hashar, 
TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] [Commented On] T187960: Rack/cable/configure asw2-a-eqiad switch stack

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497319 had a related patch set uploaded (by Bstorm; owner: Bstorm):
  [operations/puppet@production] dumps distribution: failing over the web only 
for network changes
  
  https://gerrit.wikimedia.org/r/497319

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

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

To: Cmjohnson, gerritbot
Cc: Tgr, Dbrant, JoeWalsh, Bstorm, thcipriani, akosiaris, Joe, fgiunchedi, 
hashar, Krinkle, ArielGlenn, jijiki, Addshore, Catrope, elukey, Marostegui, 
Stashbot, Paladox, gerritbot, Aklapper, BBlack, Cmjohnson, ayounsi, alaa_wmde, 
Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, AndyTan, kostajh, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, 
Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Thibaut120094, Wong128hk, Wikidata-bugs, aude, Southparkfan, 
mark, Lydia_Pintscher, Darkdadaah, faidon, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Jdforrester-WMF, Mbch331, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T211035: SlowTimer for two PHPunit tests, possibly from Wikibase

2019-03-18 Thread hashar
hashar added a project: Wikidata.
hashar added a comment.


  I do not know whether it still occurs, I haven't checked.  Maybe the SQL 
database is too slow :(

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

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

To: hashar
Cc: hashar, Daimona, Aklapper, Redabr4, alaa_wmde, Zanziii, Sadisticturd, 
Nandana, A.S.Kochergin, 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] T218127: Use CommentStoreComment throughout MediaWiki

2019-03-18 Thread Anomie
Anomie added a comment.


  In T218127#5032746 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Well, `Message` doesn’t have to be the only way to do i18n. We can add some 
hook that lets us completely bypass the `Message` and `comment_text`, and 
instead directly return HTML based on the `comment_data`,
  
  
  That'd be what I'd recommend if something really wants to do something beyond 
what standard comment formatting can handle. To what extent we want to make 
that generically possible versus encouraging developers not to get too fancy 
about comment formatting is an open question.
  
  > By the way, I noticed that this is not the first time that `Message`’s 
output formats aren’t quite adequate – API errors and warnings have a situation 
that feels similar to me. Non-legacy errors support several error formats, 
including `wikitext` (i. e. `$msg->text()`) and `html` (`$msg->parse()`), but 
also `plaintext`, “intended for human display in HTML-incapable clients.” And 
to generate this plaintext, which doesn’t directly match any `Message` output 
format, the `ApiErrorFormatter` takes the `->text()` of the message and then 
strips a bit of markup with a custom function, in “a minimal, best-effort 
transformation to make the message … more readable”. We could apply a similar 
transformation to a message to get its `comment_text` (except in this case the 
target format isn’t quite plain text), while fully parsing the message in 
places where HTML is expected.
  
  I suppose that depends on how much difference there is between API error 
messages and what you're wanting to do with comments. In the API errors and 
warnings the only HTMLish markup normally used is ``, ``, ``, 
and ``, and the semantic meaning of those tags in unformatted text is 
basically preserved by converting them into quotation marks.

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

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

To: Anomie
Cc: WMDE-leszek, hoo, Aklapper, Lucas_Werkmeister_WMDE, Anomie, daniel, 
pdehaye, alaa_wmde, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, MGChecker, 
abian, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218297: Check for edit conflicts in ?action=edit

2019-03-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Michael, gerritbot
Cc: gerritbot, Aklapper, Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, YULdigitalpreservation, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, abian, 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] T218297: Check for edit conflicts in ?action=edit

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497314 had a related patch set uploaded (by Michael Große; owner: 
Michael Große):
  [mediawiki/extensions/WikibaseSchema@master] Report edit conflict when 
submitting Schema text
  
  https://gerrit.wikimedia.org/r/497314

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

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

To: Michael, gerritbot
Cc: gerritbot, Aklapper, Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, _jensen, rosalieper, abian, 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] T217765: Make empty Schema not look like a small gray square

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497294 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseSchema@master] Show empty schema only as Add 
Text-link not empty 
  
  https://gerrit.wikimedia.org/r/497294

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

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

To: Michael, gerritbot
Cc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, noarave, pdehaye, alaa_wmde, 
Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, abian, 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] T218568: Allow CORS from query.wikidata.org to production wikis

2019-03-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  `origin=*` makes the request anonymous. Apparently anonymous users are 
allowed to shorten URLs (subject to a rate limit), but I think it would be 
nicer to tie the URLs to the user if they’re logged in.
  
  (I’m also surprised at the lack of a CSRF token, but if that’s an issue, it’s 
outside the scope of this task.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Bawolff, Aklapper, Lucas_Werkmeister_WMDE, alaa_wmde, ET4Eva, Nandana, 
sbassett, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, Jayprakash12345, 
QZanden, EBjune, HJiang-WMF, Zoranzoki21, merbst, LawExplorer, Avner, DatGuy, 
Devwaker, Niklitov, Gehel, _jensen, Urbanecm, rosalieper, JEumerus, Jonas, 
Ananthsubray, FloNight, Xmlizer, dpatrick, Tulsi_Bhagat, Wong128hk, Luke081515, 
SimmeD, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, Snowolf, aude, Tobias1984, 
GWicke, Dcljr, Stype_and_Co.-WMF, Manybubbles, Jalexander, Parent5446, Anomie, 
Grunny, Jdforrester-WMF, MaxSem, csteipp, Matanya, Mbch331, Rxy, Jay8g, 
Krenair, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T217739: Set maxSerializedEntitySize to 3000

2019-03-18 Thread alaa_wmde
alaa_wmde added a comment.


  Added this to tomorrows (19th March) Mid-day SWAT

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

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

To: Mahveotm, alaa_wmde
Cc: alaa_wmde, Lydia_Pintscher, gerritbot, Aklapper, Addshore, CalebMoses, 
CucyNoiD, Nandana, NebulousIris, JKSTNK, Aboubacarkhoraa, AwahNadege, Gaboe420, 
Mh-3110, Anyijonathan, Versusxo, Majesticalreaper22, Tamgue, Giuliamocci, 
Mahveotm, Adrian1985, BamLifa, Cpaulf30, Lahi, Gq86, Baloch007, Noella94, 
Darkminds3113, JamieTubers, EddyAfful, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Eugene233, Liugev6, QZanden, 
Zoranzoki21, LawExplorer, Lewizho99, Zppix, Maathavan, DatGuy, Devwaker, 
Niklitov, _jensen, Urbanecm, rosalieper, JEumerus, Jonas, Ananthsubray, 
Tulsi_Bhagat, Wong128hk, Luke081515, Flixtey, SimmeD, Wikidata-bugs, Snowolf, 
Jdlrobson, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread WMDE-leszek
WMDE-leszek added a comment.


  Wikibase might be affected too 
https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/10022/console

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

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

To: Addshore, WMDE-leszek
Cc: WMDE-leszek, D3r1ck01, TerraCodes, Liuxinyu970226, Jdforrester-WMF, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Smalyshev, alaa_wmde, Nandana, 
Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, 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] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore added a comment.


  Looking at some of the screenshots of 
https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/10025/ it 
looks like the API is returning no results, as the UI says no match was found 
(eg 
https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/10025/artifact/log/Lexeme%20Page%20Header%3A%20Update%20lexical%20category.png)
  
  In the www logs I correctly see the item being searched for being inserted 
into the blob store as Q24:
  
[DBQuery] INSERT IGNORE INTO `page` 
(page_namespace,page_title,page_restrictions,page_is_redirect,page_is_new,page_random,page_touched,page_latest,page_len)
 VALUES ('120','Q24','','0','1','0.514590107990','20190318130858','0','0')
[DBQuery] SELECT  page_latest  FROM `page`WHERE page_id = '46'  LIMIT 1 
 
[DBQuery] startAtomic: entering level 1 
(MediaWiki\Revision\RevisionStore::insertRevisionOn)
[DBQuery] SELECT  comment_id  FROM `comment`WHERE comment_hash = 
'-1188182935' AND comment_text = '/* wbeditentity-create-item:0| */' AND 
comment_data IS NULL  LIMIT 1  
[DBQuery] INSERT  INTO `revision` 
(rev_page,rev_parent_id,rev_minor_edit,rev_timestamp,rev_deleted,rev_len,rev_sha1,rev_content_model,rev_content_format,rev_user,rev_user_text)
 VALUES 
('46','0','0','20190318130858','0','298','1au848lswv85oa13edpkutac3q8o4oj',NULL,NULL,'0','127.0.0.1')
[DBQuery] SELECT  MAX(ar_rev_id)  FROM `archive` LIMIT 1  
[DBQuery] SELECT  MAX(slot_revision_id)  FROM `slots` LIMIT 1  
[DBQuery] INSERT  INTO `revision_comment_temp` 
(revcomment_rev,revcomment_comment_id) VALUES ('60','2')
[DBQuery] INSERT  INTO `text` (old_id,old_text,old_flags) VALUES 
(NULL,'{\"type\":\"item\",\"id\":\"Q24\",\"labels\":{\"en\":{\"language\":\"en\",\"value\":\"bZexKwAp\"}},\"descriptions\":{\"en\":{\"language\":\"en\",\"value\":\"TggDdmtmSKQAPWDFvgeq\"}},\"aliases\":[],\"claims\":[],\"sitelinks\":[]}','utf-8')
[DBQuery] UPDATE  `revision` SET rev_text_id = '59' WHERE rev_id = '60'
  
  The next occurrence of this string in the logs is the start of the 
wbsearchentities request for the item:
  
Start request GET 
/api.php?action=wbsearchentities=bZexKwAp=json=en=en=item
  
  Looking through the rest of the logs I do not see the data for this item 
being added to the wb_terms table...
  
  I do see a couple of other calls to saveTermsOfEntity logged however:
  
[Wikibase] Wikibase\Lib\Store\Sql\TermSqlIndex::saveTermsOfEntity: 2 terms 
to insert.
[Wikibase] Wikibase\Lib\Store\Sql\TermSqlIndex::insertTerms: inserting 
terms for Q1
  
  
  
[Wikibase] Wikibase\Lib\Store\Sql\TermSqlIndex::saveTermsOfEntity: 2 terms 
to insert.
[Wikibase] Wikibase\Lib\Store\Sql\TermSqlIndex::insertTerms: inserting 
terms for Q4
  
  Heading for a meeting now but will continue digging after

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

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

To: Addshore
Cc: D3r1ck01, TerraCodes, Liuxinyu970226, Jdforrester-WMF, Pablo-WMDE, 
Lucas_Werkmeister_WMDE, Addshore, Smalyshev, alaa_wmde, Nandana, Mringgaard, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, 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] T218568: Allow CORS from query.wikidata.org to production wikis

2019-03-18 Thread Bawolff
Bawolff added a comment.


  Reading https://meta.wikimedia.org/w/api.php?action=help=shortenurl - 
doesn't seem to require a CSRF token, so I'm not sure that CORS is needed here? 
(more specifically, you can use the generic origin=* I think).
  
  Although query.wikidata.org is fairly trusted, its still nice to reduce 
exposure by limiting CORS in places that don't strictly need it.

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

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

To: Bawolff
Cc: Bawolff, Aklapper, Lucas_Werkmeister_WMDE, alaa_wmde, ET4Eva, Nandana, 
sbassett, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, Jayprakash12345, 
QZanden, EBjune, HJiang-WMF, Zoranzoki21, merbst, LawExplorer, Avner, DatGuy, 
Devwaker, Niklitov, Gehel, _jensen, Urbanecm, rosalieper, JEumerus, Jonas, 
Ananthsubray, FloNight, Xmlizer, dpatrick, Tulsi_Bhagat, Wong128hk, Luke081515, 
SimmeD, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, Snowolf, aude, Tobias1984, 
GWicke, Dcljr, Stype_and_Co.-WMF, Manybubbles, Jalexander, Parent5446, Anomie, 
Grunny, Jdforrester-WMF, MaxSem, csteipp, Matanya, Mbch331, Rxy, Jay8g, 
Krenair, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218127: Use CommentStoreComment throughout MediaWiki

2019-03-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T218127#5020863 , 
@Anomie wrote:
  
  > In T218127#5020389 , 
@Lucas_Werkmeister_WMDE wrote:
  >
  > > Then why are we even using the `Message` class for comments?
  >
  >
  > Because Wikibase wants i18n.
  
  
  Well, `Message` doesn’t have to be the only way to do i18n. We can add some 
hook that lets us completely bypass the `Message` and `comment_text`, and 
instead directly return HTML based on the `comment_data`, but then other 
extensions (or core) might run into the same problem later. And since nothing 
uses `comment_data` yet as far as I’m aware, now we still have the opportunity 
to find some better solution in core, instead of having Wikibase work around 
the issue.
  
  By the way, I noticed that this is not the first time that `Message`’s output 
formats aren’t quite adequate – API errors and warnings have a situation that 
feels similar to me. Non-legacy errors support several error formats, including 
`wikitext` (i. e. `$msg->text()`) and `html` (`$msg->parse()`), but also 
`plaintext`, “intended for human display in HTML-incapable clients.” And to 
generate this plaintext, which doesn’t directly match any `Message` output 
format, the `ApiErrorFormatter` takes the `->text()` of the message and then 
strips a bit of markup with a custom function, in “a minimal, best-effort 
transformation to make the message … more readable”. We could apply a similar 
transformation to a message to get its `comment_text` (except in this case the 
target format isn’t quite plain text), while fully parsing the message in 
places where HTML is expected.

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

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

To: Lucas_Werkmeister_WMDE
Cc: WMDE-leszek, hoo, Aklapper, Lucas_Werkmeister_WMDE, Anomie, daniel, 
pdehaye, alaa_wmde, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, MGChecker, 
abian, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T204440: analyze and visualize the identifier landscape of Wikidata

2019-03-18 Thread GoranSMilovanovic
GoranSMilovanovic closed subtask T214897: data for analyzing and visualizing 
the identifier landscape of Wikidata as Resolved.

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

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

To: GoranSMilovanovic
Cc: GoranSMilovanovic, Aklapper, Lydia_Pintscher, alaa_wmde, Nandana, Lahi, 
Gq86, 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] [Closed] T214897: data for analyzing and visualizing the identifier landscape of Wikidata

2019-03-18 Thread GoranSMilovanovic
GoranSMilovanovic closed this task as "Resolved".
GoranSMilovanovic added a comment.


  Final data set produced. Closing the ticket.

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

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

To: GoranSMilovanovic
Cc: RazShuty, Addshore, JAllemandou, Aklapper, GoranSMilovanovic, 
Lydia_Pintscher, alaa_wmde, Nandana, Lahi, Gq86, 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] T217331: [Story] Add link to Schema page to check against list of entities

2019-03-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The configuration was missing, I added it now. (Though without a query 
service installation, shex-simple can’t actually check anything as far as I’m 
aware.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Stashbot, Lea_Lacroix_WMDE, hoo, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, 
rosalieper, 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] T217331: [Story] Add link to Schema page to check against list of entities

2019-03-18 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-cloud) [2019-03-18T13:23:15Z]  
wikidata-shex configured wgWBSchemaShExSimpleUrl (T217331 
)

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

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

To: Lucas_Werkmeister_WMDE, Stashbot
Cc: Stashbot, Lea_Lacroix_WMDE, hoo, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, 
rosalieper, 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] [Claimed] T218297: Check for edit conflicts in ?action=edit

2019-03-18 Thread Michael
Michael claimed this task.
Michael moved this task from Backlog to Doing on the Shape Expressions Sprint 4 
board.
Michael added a project: User-Michael.

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

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

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

To: Michael
Cc: Aklapper, Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, abian, 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] T218299: Check for edit conflicts in schema undo/restore/rollback(?)

2019-03-18 Thread Michael
Michael edited projects, added Shape Expressions Sprint 4; removed Shape 
Expressions.

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

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

To: Michael
Cc: Aklapper, Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, abian, 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] T218298: Check for edit conflicts in Special:SetSchemaLabelDescriptionAliases

2019-03-18 Thread Michael
Michael edited projects, added Shape Expressions Sprint 4; removed Shape 
Expressions.

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

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

To: Michael
Cc: Aklapper, Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, abian, 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] T218297: Check for edit conflicts in ?action=edit

2019-03-18 Thread Michael
Michael edited projects, added Shape Expressions Sprint 4; removed Shape 
Expressions.

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

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

To: Michael
Cc: Aklapper, Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, abian, 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] T217338: Check for edit conflicts when editing schemas

2019-03-18 Thread Michael
Michael edited projects, added Shape Expressions Sprint 4; removed Shape 
Expressions.

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, pdehaye, alaa_wmde, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, abian, 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] T112715: Enable different URL shorteners for WDQS

2019-03-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I created a separate task to enable CORS for query.wikidata.org: T218568 


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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, VladimirAlexiev, Sabas88, Sjoerddebruin, 
Billinghurst, Ivanhercaz, abian, WalterKlossew, Wittylama, Framawiki, 
Simon_Villeneuve, Metronomo, PokestarFan, Nemo_bis, Base, Lea_Lacroix_WMDE, 
Ash_Crow, Jklamo, eranroz, debt, Multichill, Pasleim, Zppix, nichtich, 
Bhumika30, Liuxinyu970226, Jonas, Ricordisamoa, Lydia_Pintscher, Aklapper, 
Smalyshev, alaa_wmde, ET4Eva, Dinadineke, Nandana, tabish.shaikh91, Lahi, Gq86, 
Darkminds3113, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, 
rosalieper, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, TheDJ, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T218568: Allow CORS from query.wikidata.org to production wikis

2019-03-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service, 
Discovery, Wikimedia-Site-requests, Security.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  In order to create short URLs for queries, `query.wikidata.org` needs to be 
able to send authenticated API requests (`action=shortenurl`) to some 
production wiki (Wikidata or Meta would be appropriate, but the config is 
probably the same for all wikis anyways). This shouldn’t be a security problem 
because `query.wikidata.org` only runs trusted JavaScript code.
  
  That said, I’m not sure if the #wikidata-query-ui 
 code ever actually 
went through security review (it seems T105196 
 only covered the server-side 
parts), and apparently T108101  
explicitly disabled CORS for this domain, so I’m not sure how trivial this 
request is.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, alaa_wmde, ET4Eva, Nandana, sbassett, 
Lahi, Gq86, Darkminds3113, GoranSMilovanovic, Jayprakash12345, QZanden, EBjune, 
HJiang-WMF, Zoranzoki21, merbst, LawExplorer, Avner, DatGuy, Devwaker, 
Niklitov, Gehel, _jensen, Urbanecm, rosalieper, JEumerus, Jonas, Ananthsubray, 
FloNight, Xmlizer, dpatrick, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, Snowolf, aude, Tobias1984, GWicke, 
Dcljr, Bawolff, Stype_and_Co.-WMF, Manybubbles, Jalexander, Parent5446, Anomie, 
Grunny, Jdforrester-WMF, MaxSem, csteipp, Matanya, Mbch331, Rxy, Jay8g, 
Krenair, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T217765: Make empty Schema not look like a small gray square

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497294 had a related patch set uploaded (by Michael Große; owner: 
Michael Große):
  [mediawiki/extensions/WikibaseSchema@master] Show empty schema only as Add 
Text-link not empty 
  
  https://gerrit.wikimedia.org/r/497294

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

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

To: Michael, gerritbot
Cc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, noarave, pdehaye, alaa_wmde, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, abian, 
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] T217765: Make empty Schema not look like a small gray square

2019-03-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Michael, gerritbot
Cc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, noarave, pdehaye, alaa_wmde, 
Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, abian, 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] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore claimed this task.
Addshore moved this task from To Do to Doing on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.
Restricted Application added a project: User-Addshore.

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

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

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

To: Addshore
Cc: D3r1ck01, TerraCodes, Liuxinyu970226, Jdforrester-WMF, Pablo-WMDE, 
Lucas_Werkmeister_WMDE, Addshore, Smalyshev, alaa_wmde, Nandana, Mringgaard, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218456: mwselenium-quibble-docker test broken for WikibaseLexeme

2019-03-18 Thread Addshore
Addshore edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

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

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

To: Addshore
Cc: D3r1ck01, TerraCodes, Liuxinyu970226, Jdforrester-WMF, Pablo-WMDE, 
Lucas_Werkmeister_WMDE, Addshore, Smalyshev, alaa_wmde, Nandana, Mringgaard, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T217765: Make empty Schema not look like a small gray square

2019-03-18 Thread Michael
Michael claimed this task.
Michael edited projects, added Wikidata, Shape Expressions Sprint 4; removed 
Shape Expressions.
Restricted Application added a project: User-Michael.

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, noarave, pdehaye, alaa_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, _jensen, rosalieper, abian, 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] T112715: Enable different URL shorteners for WDQS

2019-03-18 Thread Ladsgroup
Ladsgroup added a comment.


  If we enable CORS between wikidata query service and Wikimedia projects, it 
shouldn't need any OAuth dance.

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

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

To: Ladsgroup
Cc: Ladsgroup, VladimirAlexiev, Sabas88, Sjoerddebruin, Billinghurst, 
Ivanhercaz, abian, WalterKlossew, Wittylama, Framawiki, Simon_Villeneuve, 
Metronomo, PokestarFan, Nemo_bis, Base, Lea_Lacroix_WMDE, Ash_Crow, Jklamo, 
eranroz, debt, Multichill, Pasleim, Zppix, nichtich, Bhumika30, Liuxinyu970226, 
Jonas, Ricordisamoa, Lydia_Pintscher, Aklapper, Smalyshev, alaa_wmde, ET4Eva, 
Dinadineke, Nandana, tabish.shaikh91, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, 
rosalieper, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, TheDJ, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T217157: Make sure federation works on beta

2019-03-18 Thread WMDE-leszek
WMDE-leszek added a comment.


  The ones @Cparle has added to the task description looks pretty good, and for 
the file page it might be it.
  A list of possible further things to check, admittedly often not that 
end-user-facing ones. I'll let @Cparle and @Ramsey-WMF decide which of these 
deserve to be promoted to "acceptance criteria", and which are just things to 
test the verify that all works (tm).
  
  (list not claimed to be complete)
  
  - Special:ListProperties list all properties from Beta wikidata, and clicking 
on the property link leads to its page on beta wikidata
  - When given Q-id or P-id, Special:EntityData redirects to Special:EntityPage 
on beta wikidata
  - When given Q-id or P-id as a search term to beta commons' wbsearchentities 
API, the API returns search results matching the item/property from beta 
Wikidata

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

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

To: Cparle, WMDE-leszek
Cc: Ramsey-WMF, gerritbot, Smalyshev, Abit, Addshore, WMDE-leszek, Aklapper, 
Cparle, alaa_wmde, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, V4switch, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Jonas, Wong128hk, Wikidata-bugs, 
matthiasmullie, aude, Lydia_Pintscher, 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] T216148: Implement length limit for schema text

2019-03-18 Thread Michael
Michael added a comment.


  In T216148#5031783 , 
@Lea_Lacroix_WMDE wrote:
  
  > I tested it by copying a long Wikipedia article in the field :D
  >  I got two different warnings: "There are problems with some of your 
input." before the input field and the length error message below the field.
  >  It would be great to have the first message to say "There are problems 
with some of your input. Please check the error message below."
  
  
  That message is currently hard-coded in mediawiki core: 
https://github.com/wikimedia/mediawiki/blob/5612194879bd4f5c7d3e7c75d42b08bf91b84428/includes/htmlform/HTMLForm.php#L612
  
  In T216148#5031783 , 
@Lea_Lacroix_WMDE wrote:
  
  > Also we should follow the OOUI guidelines for errors 
https://phabricator.wikimedia.org/M241
  
  
  We are currently using the form error message from mediawiki core. But we 
could add our own styles on this page to adjust their styles. 樂
  
  @Lea_Lacroix_WMDE @Lydia_Pintscher would you be ok with opening a new ticket 
for these style adjustments? That would allow us to discuss and estimate them 
separately from the functionality itself.
  
  PS: also compare the current design in Wikibase 
https://test.wikidata.org/wiki/Special:SetLabelDescriptionAliases/Q123/

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

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

To: Michael
Cc: Michael, Lea_Lacroix_WMDE, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, 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] T217800: Support complex constraints

2019-03-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  It might become easier to show the violations, but that still wouldn’t tell 
us anything about how long we can cache them for and when they should be 
invalidated. Also, we’d need to resurrect the parse-constraints-from-talk-pages 
code, since complex constraints aren’t defined in statements.

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

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

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


[Wikidata-bugs] [Maniphest] [Reassigned] T218553: Wikibase CI appears to be broken

2019-03-18 Thread Addshore
Addshore reassigned this task from Addshore to hashar.

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

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

To: hashar, Addshore
Cc: Addshore, Krinkle, Jdforrester-WMF, gerritbot, hashar, TerraCodes, 
Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, 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] [Commented On] T217739: Set maxSerializedEntitySize to 3000

2019-03-18 Thread alaa_wmde
alaa_wmde added a comment.


  Deploy asap

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

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

To: Mahveotm, alaa_wmde
Cc: alaa_wmde, Lydia_Pintscher, gerritbot, Aklapper, Addshore, jeropbrenda, 
CalebMoses, CucyNoiD, Nandana, NebulousIris, JKSTNK, Aboubacarkhoraa, 
AwahNadege, Gaboe420, Mh-3110, Anyijonathan, Versusxo, Majesticalreaper22, 
Tamgue, Giuliamocci, Mahveotm, Adrian1985, BamLifa, Cpaulf30, Lahi, Gq86, 
Baloch007, Noella94, Darkminds3113, JamieTubers, EddyAfful, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Eugene233, 
Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Zppix, Maathavan, 
DatGuy, Devwaker, Niklitov, _jensen, Urbanecm, rosalieper, JEumerus, Jonas, 
Ananthsubray, Tulsi_Bhagat, Wong128hk, Luke081515, Flixtey, SimmeD, 
Wikidata-bugs, Snowolf, Jdlrobson, aude, Dcljr, Jdforrester-WMF, Matanya, 
Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T218553: Wikibase CI appears to be broken

2019-03-18 Thread hashar
hashar added subscribers: Jdforrester-WMF, Krinkle.
hashar closed this task as "Resolved".
hashar added a comment.


  https://gerrit.wikimedia.org/r/#/c/integration/config/+/496887/ is a CI 
change to replace "jsduck" with "npm doc".  I have reverted it since Wikibase 
is broken.
  
  I am not opposed to that change, since we really have to remove jsduck 
entirely and  I am totally for delegating to developers how the doc is 
generated (via `npm run-script doc`).   It just happen to break on Wikibase 
repository and I have unfortunately don't have any bandwith today to fix it :-( 
 Hence the revert. Sorry about that.

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

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

To: Addshore, hashar
Cc: Krinkle, Jdforrester-WMF, gerritbot, hashar, TerraCodes, Liuxinyu970226, 
Aklapper, Tarrow, alaa_wmde, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, 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] [Commented On] T218553: Wikibase CI appears to be broken

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497268 **merged** by jenkins-bot:
  [integration/config@master] Revert "Replace *-jsduck-* jobs with 
*-node10-docs-* ones"
  
  https://gerrit.wikimedia.org/r/497268

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

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

To: Addshore, gerritbot
Cc: gerritbot, hashar, TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, 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] T218553: Wikibase CI appears to be broken

2019-03-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Addshore, gerritbot
Cc: gerritbot, hashar, TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, 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] [Commented On] T218553: Wikibase CI appears to be broken

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497268 had a related patch set uploaded (by Hashar; owner: Hashar):
  [integration/config@master] Revert "Replace *-jsduck-* jobs with 
*-node10-docs-* ones"
  
  https://gerrit.wikimedia.org/r/497268

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

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

To: Addshore, gerritbot
Cc: gerritbot, hashar, TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, 
Nandana, 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] [Commented On] T218553: Wikibase CI appears to be broken

2019-03-18 Thread hashar
hashar added a comment.


10:31:53 Installed in 
`/src/node_modules/fibers/bin/linux-x64-64/fibers.node`
10:31:53 npm notice created a lockfile as package-lock.json. You should 
commit this file.
10:31:53 added 686 packages from 811 contributors and audited 2812 packages 
in 20.425s
10:31:53 found 1 low severity vulnerability
10:31:53   run `npm audit fix` to fix them, or `npm audit` for details
  
  Seems that works fine, and indeed the job continues with:
  
10:31:53 + npm run-script doc
  
  And fails due to:
  
  counterexample
10:31:54 npm ERR! missing script: doc
10:31:54 
10:31:54 npm ERR! A complete log of this run can be found in:
  
  So `package.json` is missing the `doc` script?

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

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

To: Addshore, hashar
Cc: hashar, TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, Nandana, 
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] T218553: Wikibase CI appears to be broken

2019-03-18 Thread Addshore
Addshore edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

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

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

To: Addshore
Cc: TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, Nandana, 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] [Triaged] T218553: Wikibase CI appears to be broken

2019-03-18 Thread Addshore
Addshore triaged this task as "Unbreak Now!" priority.
Restricted Application added subscribers: Liuxinyu970226, TerraCodes.

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

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

To: Addshore
Cc: TerraCodes, Liuxinyu970226, Aklapper, Tarrow, alaa_wmde, Nandana, 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] [Unassigned] T216148: Implement length limit for schema text

2019-03-18 Thread Michael
Michael removed Michael as the assignee of this task.

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

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

To: Michael
Cc: Michael, Lea_Lacroix_WMDE, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, 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] [Edited] T218553: Wikibase CI appears to be broken

2019-03-18 Thread Addshore
Addshore updated the task description.

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

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

To: Addshore
Cc: Aklapper, Tarrow, alaa_wmde, Nandana, 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] T218553: Wikibase CI appears to be broken

2019-03-18 Thread Tarrow
Tarrow created this task.
Tarrow added a project: Wikidata-Campsite.
Restricted Application added a subscriber: Aklapper.
Restricted Application added projects: Wikidata, User-Addshore.

TASK DESCRIPTION
  CI seems to be failing for at least all Wikibase patches with errors like:
  
gyp WARN EACCES user "jenkins-deploy" does not have permission to access 
the dev dir "/nonexistent/.node-gyp/10.4.0"
10:16:36 gyp WARN EACCES attempting to reinstall using temporary dev dir 
"/tmp/.node-gyp"
10:16:37 make: Entering directory '/src/node_modules/fibers/build'
10:16:37   CXX(target) Release/obj.target/fibers/src/fibers.o
10:16:38 ../src/fibers.cc: In static member function ‘static void 
Fiber::DestroyOrphans()’:
10:16:38 ../src/fibers.cc:464:67: warning: 
‘v8::String::Utf8Value::Utf8Value(v8::Local)’ is deprecated: Use 
Isolate version [-Wdeprecated-declarations]
10:16:38   String::Utf8Value stack(uni::Deref(that.isolate, 
fatal_stack));
10:16:38
^
10:16:38 In file included from /tmp/.node-gyp/10.4.0/include/node/v8.h:26:0,
10:16:38  from /tmp/.node-gyp/10.4.0/include/node/node.h:63,
10:16:38  from ../src/coroutine.h:1,
10:16:38  from ../src/fibers.cc:1:
10:16:38 /tmp/.node-gyp/10.4.0/include/node/v8.h:2846:28: note: declared 
here
10:16:38explicit Utf8Value(Local obj));
10:16:38 ^
10:16:38 /tmp/.node-gyp/10.4.0/include/node/v8config.h:324:3: note: in 
definition of macro ‘V8_DEPRECATED’
10:16:38declarator __attribute__((deprecated(message)))
10:16:38^~
10:16:38 ../src/fibers.cc: In static member function ‘static void 
Fiber::RunFiber(void**)’:
10:16:38 ../src/fibers.cc:686:66: warning: ‘static v8::Local 
v8::Script::Compile(v8::Local, v8::ScriptOrigin*)’ is deprecated: 
Use maybe version [-Wdeprecated-declarations]
10:16:38  Script::Compile(uni::NewLatin1String(that.isolate, "void 
0;"));
10:16:38   ^
10:16:38 In file included from /tmp/.node-gyp/10.4.0/include/node/v8.h:26:0,
10:16:38  from /tmp/.node-gyp/10.4.0/include/node/node.h:63,
10:16:38  from ../src/coroutine.h:1,
10:16:38  from ../src/fibers.cc:1:
10:16:38 /tmp/.node-gyp/10.4.0/include/node/v8.h:1237:38: note: declared 
here
10:16:38 

[Wikidata-bugs] [Maniphest] [Updated] T207235: PHP error from ArticlePlaceholder hook on SpecialSearch

2019-03-18 Thread Addshore
Addshore added a project: Wikidata-Campsite.

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

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

To: Addshore
Cc: Lydia_Pintscher, Addshore, Ladsgroup, Krinkle, Aklapper, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, jayvdb, Ricordisamoa, zeljkofilipin, 
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] T215921: Configure helm chart

2019-03-18 Thread Tarrow
Tarrow added a comment.


  I've added a for-instance WIP since I already had it locally. I guess we can 
use this to try with minkube if desired following the instructions in the 
ticket description.

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

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

To: Tarrow
Cc: gerritbot, Tarrow, Lea_WMDE, Aklapper, Pablo-WMDE, alaa_wmde, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] [Updated] T215921: Configure helm chart

2019-03-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, Tarrow, Lea_WMDE, Aklapper, Pablo-WMDE, alaa_wmde, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] T215921: Configure helm chart

2019-03-18 Thread gerritbot
gerritbot added a comment.


  Change 497262 had a related patch set uploaded (by Tarrow; owner: Tarrow):
  [operations/deployment-charts@master] WIP DNM: Introduce wikibase-termbox 
chart
  
  https://gerrit.wikimedia.org/r/497262

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

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

To: gerritbot
Cc: gerritbot, Tarrow, Lea_WMDE, Aklapper, Pablo-WMDE, alaa_wmde, Nandana, 
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] [Closed] T215920: Add health monitoring as required for deployment: use service-runner

2019-03-18 Thread Tarrow
Tarrow closed this task as "Resolved".

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

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

To: Tarrow
Cc: gerritbot, Lea_WMDE, Aklapper, Pablo-WMDE, alaa_wmde, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] [Unblock] T208381: mediawiki - node SSR HTTP request follow-up [2*2h]

2019-03-18 Thread Tarrow
Tarrow closed subtask T215920: Add health monitoring as required for 
deployment: use service-runner as Resolved.

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

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

To: Tarrow
Cc: WMDE-leszek, Addshore, Aklapper, Jakob_WMDE, Pablo-WMDE, alaa_wmde, 
Nandana, 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] T215784: wikibase: add revision parameter to termbox requests

2019-03-18 Thread Tarrow
Tarrow added a comment.


  My test patch failed: 
https://integration.wikimedia.org/ci/job/mwext-node10-rundoc-docker/9/console
  
  Jenkins was sad for an unrelated reason. Possibly due to 
https://phabricator.wikimedia.org/T213944 if it fails again in the same way we 
might need to investigate this

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

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

To: Tarrow
Cc: Tarrow, gerritbot, Aklapper, Pablo-WMDE, alaa_wmde, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] T155829: Archive wikidata/gremlin.git

2019-03-18 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-releng) [2019-03-18T10:06:19Z]  github: 
deleting https://github.com/wikimedia/wikidata-gremlin # archived T155829 


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

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

To: hashar, Stashbot
Cc: gerritbot, Stashbot, Smalyshev, hashar, Aklapper, Redabr4, alaa_wmde, 
Zanziii, Sadisticturd, ET4Eva, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Maathavan, 
Gehel, _jensen, rosalieper, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, jayvdb, Paladox, Mbch331, Jay8g, 
Krenair, QChris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T215759: Schema heading

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed this task as "Resolved".
Lea_Lacroix_WMDE moved this task from Verification to Done on the Shape 
Expressions Sprint 4 board.
Lea_Lacroix_WMDE added a comment.


  Such beautiful!

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

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

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

To: Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE
Cc: Lea_Lacroix_WMDE, Michael, hoo, gerritbot, Aklapper, Lydia_Pintscher, 
pdehaye, alaa_wmde, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Changed Project Column] T216148: Implement length limit for schema text

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE moved this task from Verification to Backlog on the Shape 
Expressions Sprint 4 board.
Lea_Lacroix_WMDE added a comment.


  I tested it by copying a long Wikipedia article in the field :D
  I got two different warnings: "There are problems with some of your input." 
before the input field and the length error message below the field.
  It would be great to have the first message to say "There are problems with 
some of your input. Please check the error message below."
  
  Also we should follow the OOUI guidelines for errors 
https://phabricator.wikimedia.org/M241

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

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

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

To: Michael, Lea_Lacroix_WMDE
Cc: Lea_Lacroix_WMDE, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, 
rosalieper, 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] [Unblock] T215387: [Story] support different languages for identifying information

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed subtask T216144: View schemas in multiple languages as 
Resolved.

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

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

To: Lydia_Pintscher, Lea_Lacroix_WMDE
Cc: Aklapper, Lydia_Pintscher, pdehaye, alaa_wmde, Michael, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
_jensen, rosalieper, 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] [Closed] T216144: View schemas in multiple languages

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed this task as "Resolved".
Lea_Lacroix_WMDE moved this task from Verification to Done on the Shape 
Expressions Sprint 4 board.

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

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

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

To: Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE
Cc: hoo, Michael, gerritbot, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 
pdehaye, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, 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] T217331: [Story] Add link to Schema page to check against list of entities

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a comment.


  We just looked at https://wikidata-shex.wmflabs.org/wiki/Schema:O2 and 
couldn't see the link.

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

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

To: Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE
Cc: Lea_Lacroix_WMDE, hoo, gerritbot, Lydia_Pintscher, Aklapper, 
Lucas_Werkmeister_WMDE, pdehaye, alaa_wmde, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, 
rosalieper, 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] [Unblock] T90870: selfcontained projects around Wikidata (tracking)

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed subtask T206414: Provide Open Graph tags for Lexemes as 
Resolved.

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

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

To: Lea_Lacroix_WMDE
Cc: WiseWoman, Salgo60, Scott_WorldUnivAndSch, MichaelSchoenitzer_WMDE, 
Scott_WUaS, Liuxinyu970226, abian, Pasleim, T.seppelt, Ricordisamoa, 
mkroetzsch, Aklapper, Lydia_Pintscher, alaa_wmde, Dinadineke, Nickleh, Nandana, 
tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T206414: Provide Open Graph tags for Lexemes

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


  It works!
  We also tried with https://www.wikidata.org/wiki/Lexeme:L99 to see the 
picture appear, FYI you may need to purge the Lexeme page first.

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

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

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

To: Greta_Doci_WMDE, Lea_Lacroix_WMDE
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, alaa_wmde, gerritbot, 
Lucas_Werkmeister_WMDE, Dinadineke, CucyNoiD, Nandana, NebulousIris, 
Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
tabish.shaikh91, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Jayprakash12345, 
Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, merbst, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, 
Darkdadaah, TheDJ, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T215784: wikibase: add revision parameter to termbox requests

2019-03-18 Thread Tarrow
Tarrow added a comment.


  I think today is the day we start merging this. I'm just rebasing the 
MediaInfo patch now which has a merge conflict.

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

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

To: Tarrow
Cc: Tarrow, gerritbot, Aklapper, Pablo-WMDE, alaa_wmde, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, 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] [Updated] T218542: Display issues with musical notation in interface in Arabic

2019-03-18 Thread Jc86035
Jc86035 added a parent task: T218191: Long score overlaps with statement box 
and edit button.

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

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

To: Jc86035
Cc: Aklapper, alanajjar, Lydia_Pintscher, Lea_Lacroix_WMDE, alaa_wmde, Nandana, 
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] T218191: Long score overlaps with statement box and edit button

2019-03-18 Thread Jc86035
Jc86035 added a subtask: T218542: Display issues with musical notation in 
interface in Arabic.

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

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

To: Jc86035
Cc: TheDJ, Jc86035, Aklapper, Lucas_Werkmeister_WMDE, mb, Mahir256, 
Lydia_Pintscher, alaa_wmde, Lea_Lacroix_WMDE, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Ebe123, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218542: Display issues with musical notation in interface in Arabic

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a parent task: T198233: Allow musical notation to be 
expressed in Wikidata, with rendering and maybe playback.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, alanajjar, Lydia_Pintscher, Lea_Lacroix_WMDE, alaa_wmde, Nandana, 
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] [Created] T218542: Display issues with musical notation in interface in Arabic

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.
Lea_Lacroix_WMDE added a project: Wikidata.
Restricted Application added subscribers: alanajjar, Aklapper.

TASK DESCRIPTION
  The display of scores seems to present several issues when the interface is 
set in Arabic
  
  Example: https://www.wikidata.org/wiki/Property:P6604?uselang=ar
  
  F28407786: Screenshot from 2019-03-18 09-36-52.png 

  
  - a long score gets out of the statement zone and is partially hidden by the 
grey zone

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, alanajjar, Lydia_Pintscher, Lea_Lacroix_WMDE, alaa_wmde, Nandana, 
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] T198233: Allow musical notation to be expressed in Wikidata, with rendering and maybe playback

2019-03-18 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subtask: T218542: Display issues with musical notation 
in interface in Arabic.

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

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

To: Lea_Lacroix_WMDE
Cc: tstarling, Ebe123, Lydia_Pintscher, Liuxinyu970226, Aklapper, ChristianKl, 
ArthurPSmith, Jc86035, Mahir256, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, mb, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >