[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

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


  Unfortunately, this seems to be not the only flaky test:
  
  
https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/9974/console
  
02:26:18 Failing Scenarios:
02:26:18 cucumber features/reference.feature:123 # Scenario: Add reference 
with multiple snaks
02:26:18 cucumber features/statements_item.feature:17 # Scenario: Adding a 
statement of type item
02:26:18 cucumber features/statements_quantity.feature:17 # Scenario: 
Quantity UI should work properly
02:26:18 cucumber features/statements_time.feature:78 # Scenario: Adding a 
statement of type time
02:26:18 cucumber features/statements_time.feature:78 # Scenario: Adding a 
statement of type time

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

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

To: Smalyshev
Cc: Smalyshev, gerritbot, TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, 
D3r1ck01, Aklapper, Krinkle, 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, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T214897: data for analyzing and visualizing the identifier landscape of Wikidata

2019-03-15 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @JAllemandou Thank you. I have already considered using `stat.crosstab` see 
T214897#5024647 . Spark did 
the ETL part here and produced the data successfully.
  
  >   I don't have a good understanding of what you're after
  
  In a nutshell:
  
  - 250M rows = item x property pairs = two columns,
  - build a contingency table `unique(items)` x `unique(properties)`
  - it will be binary since every considered property matches an item zero 
times or only once;
  - compute a `property x property` Jaccard similarity distance matrix from 
binary contingencies.
  
  And I will have to sample, at this point I don't see a workaround.

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] [Updated] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

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

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

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

To: gerritbot
Cc: gerritbot, TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, 
Aklapper, Krinkle, 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, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

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


  Change 497015 had a related patch set uploaded (by Jforrester; owner: 
Jforrester):
  [mediawiki/extensions/Wikibase@master] Disable flaky 
SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
  
  https://gerrit.wikimedia.org/r/497015

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

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

To: gerritbot
Cc: gerritbot, TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, 
Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
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] T214897: data for analyzing and visualizing the identifier landscape of Wikidata

2019-03-15 Thread JAllemandou
JAllemandou added a comment.


  Hey @GoranSMilovanovic  - I don't have a good understanding of what you're 
after, but having read pairs and contingency table above, maybe this Spark 
function could be helpful: 
https://spark.apache.org/docs/2.3.0/api/java/index.html?org/apache/spark/sql/DataFrameStatFunctions.html

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

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

To: GoranSMilovanovic, JAllemandou
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-15 Thread gerritbot
gerritbot added a comment.


  Change 495890 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseSchema@master] Add link to check entities 
against schema
  
  https://gerrit.wikimedia.org/r/495890

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: 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-15 Thread gerritbot
gerritbot added a comment.


  Change 495889 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseSchema@master] Add separator between schema 
links
  
  https://gerrit.wikimedia.org/r/495889

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: 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] [Created] T218457: Move category dump files to /srv/wdqs/data

2019-03-15 Thread Smalyshev
Smalyshev created this task.
Smalyshev added projects: Wikidata-Query-Service, 
Discovery-Wikidata-Query-Service-Sprint.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Right now category update scripts put category dumps in /srv/wdqs together 
with other files. This is annoying as most of these files are not useful in 
day-to-day work and are replaced each day. Better to put them into a separate 
directory.

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

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

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


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

2019-03-15 Thread Smalyshev
Smalyshev triaged this task as "High" priority.

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

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

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


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

2019-03-15 Thread Smalyshev
Smalyshev created this task.
Smalyshev added projects: Lexicographical data, Wikidata.

TASK DESCRIPTION
  See for example:
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikibaseLexeme/+/496994
  and
  https://integration.wikimedia.org/ci/job/mwselenium-quibble-docker/9960/
  
  The failures seem to be:
  
22:43:38 Failing Scenarios:
22:43:38 cucumber features/forms.feature:26 # Scenario: Add grammatical 
feature
22:43:38 cucumber features/forms.feature:36 # Scenario: Remove grammatical 
feature
22:43:38 cucumber features/forms.feature:73 # Scenario: Edit statements on 
new Form
22:43:38 cucumber features/lexeme_header.feature:10 # Scenario: Update 
lexeme language
22:43:38 cucumber features/lexeme_header.feature:19 # Scenario: Update 
lexical category

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

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

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


[Wikidata-bugs] [Maniphest] [Edited] T218428: Mobile diff is not clear about move direction

2019-03-15 Thread Ammarpad
Ammarpad updated the task description.

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

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

To: Ammarpad
Cc: Aklapper, Dvorapa, alaa_wmde, Nandana, Lahi, Gq86, mojoaxel, 
GoranSMilovanovic, QZanden, LawExplorer, Winter, _jensen, rosalieper, 
Jdrewniak, Wikidata-bugs, WMDE-Fisch, Jdlrobson, 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-15 Thread hoo
hoo added a comment.


target=_blank? to be decided
rel=noopener probably
  
  @Lydia_Pintscher Do we want to do this?

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

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

To: Lucas_Werkmeister_WMDE, hoo
Cc: 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] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread Krinkle
Krinkle added a comment.


  If not addressed by tomorrow (Saturday), I'll do the usual disable-first 
approach.
  
  No pressure :-) I'm not saying that this test is important to fix quickly 
(not my domain to know or decide over), rather it's everything else being 
affected that is important.

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

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

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


[Wikidata-bugs] [Maniphest] [Triaged] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

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

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

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

To: Krinkle
Cc: TerraCodes, Liuxinyu970226, cscott, Jdforrester-WMF, D3r1ck01, Aklapper, 
Krinkle, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
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] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread cscott
cscott added a comment.


  There are a few patches which have actually (apparently) passes this test and 
gotten merged, eg https://gerrit.wikimedia.org/r/496080

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

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

To: cscott
Cc: cscott, Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, alaa_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 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] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  This is happening quite a lot, but it's maybe not entirely UBN territory…

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, D3r1ck01, Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, 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] T216206: Set up WikibaseLexemeCirrusSearch extension for Elastic code in WikibaseLexeme

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


  Change 496895 had a related patch set uploaded (by Smalyshev; owner: 
Smalyshev):
  [mediawiki/extensions/WikibaseLexeme@master] Make the test compatible with 
running under WBCS
  
  https://gerrit.wikimedia.org/r/496895

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] [Edited] T218428: Mobile diff is not clear about move direction

2019-03-15 Thread Dvorapa
Dvorapa updated the task description.

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

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

To: Dvorapa
Cc: Aklapper, Dvorapa, alaa_wmde, Nandana, Lahi, Gq86, mojoaxel, 
GoranSMilovanovic, QZanden, LawExplorer, Winter, _jensen, rosalieper, 
Jdrewniak, Wikidata-bugs, WMDE-Fisch, Jdlrobson, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T218428: Mobile diff is not clear about move direction

2019-03-15 Thread Dvorapa
Dvorapa updated the task description.

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

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

To: Dvorapa
Cc: Aklapper, Dvorapa, alaa_wmde, Nandana, Lahi, Gq86, mojoaxel, 
GoranSMilovanovic, QZanden, LawExplorer, Winter, _jensen, rosalieper, 
Jdrewniak, Wikidata-bugs, WMDE-Fisch, Jdlrobson, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218428: Mobile diff is not clear about move direction

2019-03-15 Thread Jdlrobson
Jdlrobson added a project: Readers-Web-Backlog (Design).

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

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

To: Jdlrobson
Cc: Aklapper, Dvorapa, alaa_wmde, Nandana, Lahi, Gq86, mojoaxel, 
GoranSMilovanovic, QZanden, LawExplorer, Winter, _jensen, rosalieper, 
Jdrewniak, Wikidata-bugs, WMDE-Fisch, Jdlrobson, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T218428: Mobile diff is not clear about move direction

2019-03-15 Thread Dvorapa
Dvorapa updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T218428: Mobile diff is not clear about move direction

2019-03-15 Thread Dvorapa
Dvorapa created this task.
Dvorapa added projects: MediaWiki-extensions-Diff, MediaWiki-History-and-Diffs, 
Mobile, MobileFrontend, MinervaNeue.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  **Steps to reproduce**
  
  1. open any diff with code move on mobile web
  
  **Current behavior**
  See the screenshot (sorry for the red shift):
  F28393753: Screenshot_2019-03-15-20-20-40.png 

  As you can see, it is not clear, from which position to which was the yellow 
marked template moved. Was it moved from bottom up? Or from top down?
  
  **Configuration**
  Android 6, Maxthon browser

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T214897: data for analyzing and visualizing the identifier landscape of Wikidata

2019-03-15 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  - failed; even {data.table} which is notoriously efficient in dealing with 
large data sets fails to produce the contingency (run on `stat1007`):
  
### --- Contingency w. {data.table}
t1 <- Sys.time()
cT <- dcast(dataSet, property ~ item, 
fill = 0,
drop = F, 
value.var = "value")
Sys.time() - t1
  
  results in
  
Error in CJ(1:1190, 1:22295882) :
  Cross product of elements provided to CJ() would result in 26532099580 
rows which exceeds .Machine$integer.max == 2147483647
  
  Fallback option is active now: sampling.

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] T214897: data for analyzing and visualizing the identifier landscape of Wikidata

2019-03-15 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  - failed; experiment w. `{data.table}` `dcast()` to produce contingency, and
  - `{parallelDist}` to compute the similarity matrix;
  - if this fails, I am going to test a sampling strategy.

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] [Updated] T174022: Implement multi-content revisions

2019-03-15 Thread Ramsey-WMF
Ramsey-WMF removed a project: Multimedia.

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

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

To: Ramsey-WMF
Cc: Magol, Lokal_Profil, AfroThundr3007730, Agabi10, Liuxinyu970226, TomT0m, 
Smalyshev, -jem-, Aklapper, daniel, alaa_wmde, EvanProdromou, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, JJMC89, 
Silverfish, _jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Raymond, Jdforrester-WMF, Steinsplitter, Mbch331, Ltrlg, V4switch, Wong128hk, 
Matanya
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T174031: MCR: Include all slots in XML dumps

2019-03-15 Thread Ramsey-WMF
Ramsey-WMF removed a project: Multimedia.
Restricted Application added a project: Multimedia.

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

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

To: daniel, Ramsey-WMF
Cc: gerritbot, ArielGlenn, Fjalapeno, Aklapper, daniel, alaa_wmde, 
EvanProdromou, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, V4switch, LawExplorer, Lewizho99, 
JJMC89, Maathavan, _jensen, rosalieper, Agabi10, Wong128hk, Wikidata-bugs, 
matthiasmullie, aude, Fabrice_Florin, Jdforrester-WMF, Matanya, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T174022: Implement multi-content revisions

2019-03-15 Thread Ramsey-WMF
Ramsey-WMF removed a project: Multimedia.
Restricted Application added a project: Multimedia.

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

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

To: Ramsey-WMF
Cc: Magol, Lokal_Profil, AfroThundr3007730, Agabi10, Liuxinyu970226, TomT0m, 
Smalyshev, -jem-, Aklapper, daniel, alaa_wmde, EvanProdromou, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, 
LawExplorer, JJMC89, Silverfish, _jensen, rosalieper, Susannaanas, Wong128hk, 
Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, Jdforrester-WMF, Steinsplitter, 
Matanya, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T174043: Deploy Multi-Content Revisions

2019-03-15 Thread Ramsey-WMF
Ramsey-WMF removed a project: Multimedia.
Restricted Application added a project: Multimedia.

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

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

To: Ramsey-WMF
Cc: Jdforrester-WMF, Aklapper, daniel, alaa_wmde, EvanProdromou, Nandana, 
JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, 
LawExplorer, JJMC89, Silverfish, _jensen, rosalieper, Agabi10, Susannaanas, 
Wong128hk, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, 
Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T174045: DB schema migration for MCR

2019-03-15 Thread Ramsey-WMF
Ramsey-WMF removed a project: Multimedia.
Restricted Application added a project: Multimedia.

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

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

To: Ramsey-WMF
Cc: Jdforrester-WMF, MZMcBride, Aklapper, daniel, alaa_wmde, EvanProdromou, 
Nandana, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, Marostegui, 
V4switch, LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, Wong128hk, 
Luke081515, Wikidata-bugs, matthiasmullie, aude, Fabrice_Florin, Matanya, 
Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T189808: Make undo work with multiple slots.

2019-03-15 Thread Ramsey-WMF
Ramsey-WMF removed a project: Multimedia.
Restricted Application added a project: Multimedia.

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

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

To: Ramsey-WMF
Cc: Jdforrester-WMF, gerritbot, Tgr, CCicalese_WMF, Anomie, Aklapper, -jem-, 
Smalyshev, TomT0m, Liuxinyu970226, daniel, alaa_wmde, EvanProdromou, Nandana, 
Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, V4switch, LawExplorer, 
JJMC89, _jensen, rosalieper, Agabi10, Wong128hk, Wikidata-bugs, matthiasmullie, 
aude, Fabrice_Florin, Matanya, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T216006: nuke_limit often reached on esams varnish frontends

2019-03-15 Thread ema
ema added a comment.


  The issue should be fixed. @VladimirAlexiev, @Addshore: can you confirm?

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

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

To: ema
Cc: gerritbot, BBlack, Vgutierrez, ayounsi, Stashbot, akosiaris, Addshore, ema, 
Aklapper, VladimirAlexiev, alaa_wmde, Legado_Shulgin, CucyNoiD, Nandana, 
NebulousIris, thifranc, AndyTan, 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, Jonas, Wong128hk, Wikidata-bugs, aude, 
Lydia_Pintscher, faidon, Mbch331, Jay8g, fgiunchedi
___
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-15 Thread Ash_Crow
Ash_Crow added a comment.


  I just ran into a problem with the URL shortener: my query 

 was simply too long to be crunched by TinyURL (and most other URL shorteners 
for that matter, the only one I tried that worked was cpc.cx)
  
  (This is IMHO one further proof that the ability to save queries (like we can 
do on quarry) would be better than shortening URLs.)

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

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

To: Ash_Crow
Cc: 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] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread D3r1ck01
D3r1ck01 added a comment.


  Not sure if this is Flaky, I can reproduce this on every run locally, seems 
to be an actual failure?
  
└─ $ ▶ php ../../tests/phpunit/phpunit.php --filter 
testUserCannotSetAliasesWhenTheyLackPermission SetAliases 
repo/tests/phpunit/includes/Api/SetAliasesTest.php
Using PHP 7.3.1
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.

E   1 / 1 
(100%)

Time: 858 ms, Memory: 42.50MB

There was 1 error:

1) 
Wikibase\Repo\Tests\Api\SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission
=== Logs generated by test case
[wfDebug] [debug] IP: 127.0.0.1 {"private":false}
[Wikibase] [debug] {method}: setting {settingName} was given as a closure, 
resolve it to {logValue} 
{"method":"Wikibase\\SettingsArray::getSetting","settingName":"conceptBaseUri","logValue":"'http:\/\/localhost\/entity\/'"}
[wfDebug] [debug] IP: 127.0.0.1 {"private":false}
[Wikibase] [debug] {method}: Looking up entity {entityId} (revision 
{revisionId}). 
{"method":"Wikibase\\Lib\\Store\\Sql\\WikiPageEntityRevisionLookup::getEntityRevision","entityId":{},"revisionId":0}

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

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

To: D3r1ck01
Cc: D3r1ck01, Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, 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] T213764: Community Relations support for the depicts statement SDC release

2019-03-15 Thread Keegan
Keegan added a comment.


  This release is taking place in two parts, so community testing periods are a 
week long instead of two weeks to accommodate.
  
  [ ] Write "How-to use" on mediawiki.org
  [ ] Write initial test criteria - very simply depicts tagging
  [ ] Write community release announcement
  
  Repeat the testing steps for depicts with qualifiers.
  
  We'll need to write a glossary before we get to other statements.

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

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

To: Keegan
Cc: Aklapper, Ramsey-WMF, JKSTNK, Lahi, PDrouin-WMF, E1presidente, Cparle, 
Anooprao, SandraF_WMF, Tramullas, Acer, V4switch, Silverfish, Susannaanas, 
Wong128hk, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

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


  Change 496816 had a related patch set uploaded (by BPirkle; owner: BPirkle):
  [mediawiki/core@master] Remove many references to db fields being retired as 
part of MCR Schema Migration
  
  https://gerrit.wikimedia.org/r/496816

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

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

To: BPirkle, gerritbot
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, Addshore, aude, 
Aklapper, daniel, alaa_wmde, EvanProdromou, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Agabi10, 
Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218402: Make statement groups clickable and append property IDs to the URLs

2019-03-15 Thread abian
abian added a subtask: T178745: Highlight statement(s) when using "#P" in URL.

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

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

To: abian
Cc: Aklapper, abian, alaa_wmde, Nandana, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, JGirault, 
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] T178745: Highlight statement(s) when using "#P" in URL

2019-03-15 Thread abian
abian added a parent task: T218402: Make statement groups clickable and append 
property IDs to the URLs.

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

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

To: abian
Cc: jeblad, Ivanhercaz, Jd3main, abian, Hanna_Petruschat_WMDE, TerraCodes, 
Lydia_Pintscher, Jan_Dittrich, Sjoerddebruin, Aklapper, alaa_wmde, Dinadineke, 
Nandana, Kieubinhtb, A.S.Kochergin, tabish.shaikh91, Asad_Ali_Palijo, Lahi, 
Gq86, GoranSMilovanovic, Soteriaspace, RazeSoldier, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, JGirault, 
MuhammadShuaib, SimmeD, 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] [Retitled] T218402: Make statement groups clickable and append property IDs to the URLs

2019-03-15 Thread abian
abian renamed this task from "Make statement groups clickable and append 
property IDs to the URL" to "Make statement groups clickable and append 
property IDs to the URLs".

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

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

To: abian
Cc: Aklapper, abian, alaa_wmde, Nandana, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, JGirault, 
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] T218402: Make statement groups clickable and append property IDs to the URL

2019-03-15 Thread abian
abian created this task.
abian added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, 
WMDE-Design, Design.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As a user I want to get URLs of specific statement groups of Wikidata in 
order to save or share them as direct links and access to the statement groups 
easily.
  
  **Problem:**
  
  **Example:**
  
  **Screencasts:**
  F28392949: statement-block-clickable.gif 

  F28393018: statement-block-clickable-playing.gif 

  
  **BDD**
  GIVEN I am on the page of a Wikibase entity
  WHEN I left click the background of a statement group
  THEN the statement group is outlined
  AND the property ID of the statement group is appended to the current URL and 
loaded
  
  **Acceptance criteria:**
  
  - This works on all pages of Wikibase entities with statements.
  - There is at most one statement group outlined at a time.
  - No element on the page is enlarged, shrinked or moved as a consequence of 
this feature.
  - The statement group is outlined just when the left button is pressed, not 
only when it is released, i.e., the statement group is outlined when it's 
`:target` but also when it's `:active` (see screencasts).
  - If possible, users with Javascript disabled can fully use this feature.
  
  **Open questions:**
  
  - Should there also be a lighter outline when the cursor is simply hovering 
over a statement group?

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

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

To: abian
Cc: Aklapper, abian, alaa_wmde, Nandana, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, JGirault, 
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] T218391: Musical notation datatype: improve documentation

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE updated the task description.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Laddo, 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] [Commented On] T178745: Highlight statement(s) when using "#P" in URL

2019-03-15 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Does anyone want to give a patch a try?

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

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

To: Lydia_Pintscher
Cc: jeblad, Ivanhercaz, Jd3main, abian, Hanna_Petruschat_WMDE, TerraCodes, 
Lydia_Pintscher, thiemowmde, Jan_Dittrich, Sjoerddebruin, Aklapper, alaa_wmde, 
Dinadineke, Nandana, Kieubinhtb, A.S.Kochergin, tabish.shaikh91, 
Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, RazeSoldier, 
Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, 
rosalieper, JGirault, MuhammadShuaib, SimmeD, 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] [Declined] T181161: [Epic] Coordinate blog posts about Structured Commons

2019-03-15 Thread SandraF_WMF
SandraF_WMF closed this task as "Declined".
SandraF_WMF added a comment.


  We didn't end up doing blog posts (too busy with other things). Blog posts 
are planned for T189501: [Story] GLAM pilot projects and case studies for 
Structured Data on Wikimedia Commons 
 though.

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

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

To: SandraF_WMF
Cc: Keegan, Abit, SandraF_WMF, Aklapper, alaa_wmde, Nandana, JKSTNK, 
Kotchchanipa, Adrian1985, Abo00tamr, Lahi, PDrouin-WMF, Gq86, E1presidente, 
Ramsey-WMF, Cparle, Anooprao, GoranSMilovanovic, Jayprakash12345, QZanden, 
Tramullas, Acer, MelodyKramer, LawExplorer, Silverfish, _jensen, rosalieper, 
jrbs, EdErhart-WMF, Susannaanas, Selsharbaty-WMF, mcruzWMF, Jane023, 
Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] New data type: musical notation with Lilypond format

2019-03-15 Thread Bodhisattwa Mandal
Hi Nicolas,

Although it is not possible today, but hoping to see that day, when
Lilypond will include all kinds of notations. As a matter of fact, we are
stuck in that part in Bengali Wikisource, where there are books

on music using a musical notation from India called Akarmatrik Swaralipi. I
guess, this is true for many oriental music systems, which Lilypond has not
included till now.

Anyway, there can be different musical notations for a single music item.
For that reason, P518 can be a mandatory qualifier for this property, which
serves the purpose to distinguish the notations.

Regards,
Bodhisattwa



On Fri, 15 Mar 2019, 17:16 Nicolas VIGNERON, 
wrote:

> Great news !
>
> This raise a great deal of questions but a lot of really exciting
> possibilities \o/
>
> Le ven. 15 mars 2019 à 12:32, Bodhisattwa Mandal <
> bodhisattwa.rg...@gmail.com> a écrit :
>
>> This is great!
>>
>> Shouldn't the property be named ''modern musical notation'' to
>> distinguish it from other forms of musical notations from around the world?
>>
>> Regards,
>> Bodhisattwa
>>
>
> It shouldn't as Lilypond can be used for any musical notations (at least
> in theory, not sure what is indeed implemented both on Lylipond and on
> Wikidata, I saw it used for medieval musical notation, on Wikisource IIRC) .
>
> Cdlt, ~nicolas
> ___
> Wikidata mailing list
> Wikidata@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Closed] T190675: Initiate conversations and start planning around mapping between GLAM metadata standards/schemas and Structured Data on Commons

2019-03-15 Thread SandraF_WMF
SandraF_WMF closed this task as "Resolved".

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

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

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


[Wikidata-bugs] [Maniphest] [Unblock] T189500: [Story] Encourage and document mapping between GLAM metadata standards/schemas and Structured Data on Commons

2019-03-15 Thread SandraF_WMF
SandraF_WMF closed subtask T190675: Initiate conversations and start planning 
around mapping between GLAM metadata standards/schemas and Structured Data on 
Commons as Resolved.

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

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

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


[Wikidata-bugs] [Maniphest] [Edited] T173971: Get community input on tools, bots and workflows on Wikimedia Commons that will likely be affected by Structured Data on Commons.

2019-03-15 Thread SandraF_WMF
SandraF_WMF updated the task description.

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

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

To: SandraF_WMF
Cc: Qgil, 0x010C, Elitre, Keegan, Liuxinyu970226, Hasenlaeufer, zhuyifei1999, 
Magnus, Yarl, Conny, PDrouin-WMF, Anooprao, Quiddity, Abit, Raymond, 
SandraF_WMF, Aklapper, alaa_wmde, Nandana, JKSTNK, Lahi, Gq86, E1presidente, 
Ramsey-WMF, Cparle, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, 
Silverfish, _jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T174565: Gather first community input and create focus groups for Structured Data on Wikimedia Commons

2019-03-15 Thread SandraF_WMF
SandraF_WMF closed subtask T173971: Get community input on tools, bots and 
workflows on Wikimedia Commons that will likely be affected by Structured Data 
on Commons. as Resolved.

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

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

To: SandraF_WMF
Cc: Abit, Aklapper, SandraF_WMF, alaa_wmde, Nandana, JKSTNK, Kotchchanipa, 
Adrian1985, Abo00tamr, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, 
Cparle, Anooprao, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, 
Tramullas, Acer, LawExplorer, Silverfish, _jensen, Jseddon, rosalieper, 
FloNight, Trizek-WMF, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Raymond, Steinsplitter, Mbch331, Keegan, Elitre
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T173971: Get community input on tools, bots and workflows on Wikimedia Commons that will likely be affected by Structured Data on Commons.

2019-03-15 Thread SandraF_WMF
SandraF_WMF closed this task as "Resolved".
SandraF_WMF added a comment.


  We currently have a good (probably never complete, but should be decent) 
overview of the tools concerned, and are in touch with many developers about 
the #structureddataoncommons 
 related 
changes that will happen soon.
  
  Posting the spreadsheet here again for reference
  
https://docs.google.com/spreadsheets/d/1GVR0jghBWuAGqJaT7KVXigMYWWNzdnrnwI9nWqfJrCo/edit#gid=0
  
  And closing this task, as the preparatory work implied here is finished.

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

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

To: SandraF_WMF
Cc: Qgil, 0x010C, Elitre, Keegan, Liuxinyu970226, Hasenlaeufer, zhuyifei1999, 
Magnus, Yarl, Conny, PDrouin-WMF, Anooprao, Quiddity, Abit, Raymond, 
SandraF_WMF, Aklapper, alaa_wmde, Nandana, JKSTNK, Lahi, Gq86, E1presidente, 
Ramsey-WMF, Cparle, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, 
Silverfish, _jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T218283: SDC Pilot on decorative arts

2019-03-15 Thread SandraF_WMF
SandraF_WMF updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] [Retitled] T218283: SDC Pilot on decorative arts

2019-03-15 Thread SandraF_WMF
SandraF_WMF renamed this task from "SDC pilot: decorative arts" to "SDC Pilot 
on decorative arts".

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T218283: SDC pilot: decorative arts

2019-03-15 Thread SandraF_WMF
SandraF_WMF set Due Date to Dec 30 2019, 11:00 PM.
Restricted Application changed the subtype of this task from "Task" to 
"Deadline".

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

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

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


[Wikidata-bugs] [Maniphest] [Triaged] T218283: SDC pilot: decorative arts

2019-03-15 Thread SandraF_WMF
SandraF_WMF triaged this task as "Normal" priority.
SandraF_WMF moved this task from GLAM - Backlog (uncategorized) to GLAM @ WMF - 
Work in progress on the GLAM board.

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

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

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

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


[Wikidata-bugs] [Maniphest] [Edited] T218283: SDC pilot: decorative arts

2019-03-15 Thread SandraF_WMF
SandraF_WMF updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T214897: data for analyzing and visualizing the identifier landscape of Wikidata

2019-03-15 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  - testing `bigmemory` R approaches now (`bigtable()`).

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] [Edited] T218283: SDC pilot: decorative arts

2019-03-15 Thread SandraF_WMF
SandraF_WMF updated the task description.

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

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

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


Re: [Wikidata] New data type: musical notation with Lilypond format

2019-03-15 Thread Nicolas VIGNERON
Great news !

This raise a great deal of questions but a lot of really exciting
possibilities \o/

Le ven. 15 mars 2019 à 12:32, Bodhisattwa Mandal <
bodhisattwa.rg...@gmail.com> a écrit :

> This is great!
>
> Shouldn't the property be named ''modern musical notation'' to distinguish
> it from other forms of musical notations from around the world?
>
> Regards,
> Bodhisattwa
>

It shouldn't as Lilypond can be used for any musical notations (at least in
theory, not sure what is indeed implemented both on Lylipond and on
Wikidata, I saw it used for medieval musical notation, on Wikisource IIRC) .

Cdlt, ~nicolas
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


Re: [Wikidata] New data type: musical notation with Lilypond format

2019-03-15 Thread Bodhisattwa Mandal
This is great!

Shouldn't the property be named ''modern musical notation'' to distinguish
it from other forms of musical notations from around the world?

Regards,
Bodhisattwa

On Fri, 15 Mar 2019, 15:51 Luca Martinelli, 
wrote:

> This is is awesome!
>
> L.
>
> Il gio 14 mar 2019, 21:05 Léa Lacroix  ha
> scritto:
>
>> Hello all,
>>
>> Following a request from community members, we just deployed a new data
>> type called “Musical Notation” in order to store musical notation in
>> Wikidata. Property creators can now find this new data type in the list and
>> create new properties with it.
>>
>> A property with musical notation data type will display the notation in
>> Lilypond  format, using the score
>> extension .
>>
>> For example, if you enter this code as a value: \relative c' { c d e f |
>> g2 g | a4 a a a | g1 |}, it will be displayed as a score:
>>
>> [image: Screenshot musical notation Wikidata 1.png]
>> 
>>
>> The score also appears on the diff pages.
>>
>> [image: Screenshot musical notation Wikidata 2.png]
>> 
>>
>> The existing property LilyPond notation (P5482)
>>  is used on around 300
>> items
>> .
>> If you need any help from the developers to change the datatype of the the
>> property or to migrate the content, please let me know.
>>
>> One bug is already known and we’re working on fixing it: if the score is
>> long, it gets out of the statement box and overlaps with the edit button.
>>
>> If you encounter any issue, feel free to create a subtask of this ticket
>> .
>>
>> Cheers,
>> --
>> Léa Lacroix
>> Project Manager Community Communication for Wikidata
>>
>> Wikimedia Deutschland e.V.
>> Tempelhofer Ufer 23-24
>> 10963 Berlin
>> www.wikimedia.de
>>
>> Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.
>>
>> Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
>> unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das Finanzamt
>> für Körperschaften I Berlin, Steuernummer 27/029/42207.
>> ___
>> Wikidata mailing list
>> Wikidata@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikidata
>>
> ___
> Wikidata mailing list
> Wikidata@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


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

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


  In T198341#5025722 , 
@BPirkle wrote:
  
  > Should compressOld.php and trackBlobs.php be in the same patch, as they 
both suffer from the " processing multiple blobs per revision" problem?
  
  
  Oh, right. Yea, probably.

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

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

To: BPirkle, daniel
Cc: tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, Addshore, aude, 
Aklapper, daniel, alaa_wmde, EvanProdromou, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Agabi10, 
Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T216730: Enable musical notation datatype

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE removed a subtask: T218392: Musical notation datatype: add 
"play" button.

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

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

To: Lea_Lacroix_WMDE
Cc: 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-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subtask: T218392: Musical notation datatype: add 
"play" button.

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

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

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

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subtask: T218392: Musical notation datatype: add 
"play" button.

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


[Wikidata-bugs] [Maniphest] [Updated] T218392: Musical notation datatype: add "play" button

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE edited parent tasks, added: T198233: Allow musical notation to 
be expressed in Wikidata, with rendering and maybe playback; removed: T216730: 
Enable musical notation datatype.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Fadirra, 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] T218392: Musical notation datatype: add "play" button

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a parent task: T216730: Enable musical notation datatype.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Fadirra, 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] T218392: Musical notation datatype: add "play" button

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.
Lea_Lacroix_WMDE added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Now that the musical data type is enabled on Wikidata and people can enter 
music scores in Lilypond format, it would be great to have a "play" button to 
listen to the melodies.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Fadirra, 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] T216730: Enable musical notation datatype

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subtask: T218391: Musical notation datatype: improve 
documentation.

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

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

To: Lea_Lacroix_WMDE
Cc: 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] T218391: Musical notation datatype: improve documentation

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a parent task: T216730: Enable musical notation datatype.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Laddo, 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] T218391: Musical notation datatype: improve documentation

2019-03-15 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.
Lea_Lacroix_WMDE added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Help:Data type  is currently 
not giving any information about the new "musical notation" datatype. It would 
be great to have a short description, and maybe a few examples about the 
Lilypond format that people can use, and links to more resources if necessary.

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

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

To: Lea_Lacroix_WMDE
Cc: Aklapper, Laddo, 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] [Commented On] T196353: Add citoid support for WikiBase to the Citoid extension

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


  Change 496748 had a related patch set uploaded (by Mvolz; owner: Mvolz):
  [mediawiki/extensions/Citoid@master] [WIP] Remove dependancy on VE, add 
wikibase module
  
  https://gerrit.wikimedia.org/r/496748

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

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

To: Mvolz, gerritbot
Cc: gerritbot, Zache, Lucas_Werkmeister_WMDE, Mvolz, WikimeSteve, ppelberg, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, iamjessklein, marcella, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, takidelfin, 
Lahi, Gq86, Baloch007, Necroarcano, Darkminds3113, Bsandipan, Lordiis, Robinma, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
Orienteerix, merbst, LawExplorer, Lewizho99, Puik, Maathavan, Wess, _jensen, 
rosalieper, Srdjan_m, Shangkuanlc, Susannaanas, Jrf, Husun1297, mobrovac, 
Wikidata-bugs, aude, Swainr, Nikerabbit, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] New data type: musical notation with Lilypond format

2019-03-15 Thread Luca Martinelli
This is is awesome!

L.

Il gio 14 mar 2019, 21:05 Léa Lacroix  ha scritto:

> Hello all,
>
> Following a request from community members, we just deployed a new data
> type called “Musical Notation” in order to store musical notation in
> Wikidata. Property creators can now find this new data type in the list and
> create new properties with it.
>
> A property with musical notation data type will display the notation in
> Lilypond  format, using the score
> extension .
>
> For example, if you enter this code as a value: \relative c' { c d e f |
> g2 g | a4 a a a | g1 |}, it will be displayed as a score:
>
> [image: Screenshot musical notation Wikidata 1.png]
> 
>
> The score also appears on the diff pages.
>
> [image: Screenshot musical notation Wikidata 2.png]
> 
>
> The existing property LilyPond notation (P5482)
>  is used on around 300 items
> .
> If you need any help from the developers to change the datatype of the the
> property or to migrate the content, please let me know.
>
> One bug is already known and we’re working on fixing it: if the score is
> long, it gets out of the statement box and overlaps with the edit button.
>
> If you encounter any issue, feel free to create a subtask of this ticket
> .
>
> Cheers,
> --
> Léa Lacroix
> Project Manager Community Communication for Wikidata
>
> Wikimedia Deutschland e.V.
> Tempelhofer Ufer 23-24
> 10963 Berlin
> www.wikimedia.de
>
> Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.
>
> Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
> unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das Finanzamt
> für Körperschaften I Berlin, Steuernummer 27/029/42207.
> ___
> Wikidata mailing list
> Wikidata@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


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

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


  Change 496724 had a related patch set uploaded (by Marostegui; owner: 
Marostegui):
  [operations/mediawiki-config@master] db-eqiad.php: Promote db1120 as x1 master
  
  https://gerrit.wikimedia.org/r/496724

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-15 Thread gerritbot
gerritbot added a comment.


  Change 496723 had a related patch set uploaded (by Marostegui; owner: 
Marostegui):
  [operations/puppet@production] mariadb: Promote db1120 as x1 master
  
  https://gerrit.wikimedia.org/r/496723

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] T218378: Flaky test Wikibase\Repo SetAliasesTest::testUserCannotSetAliasesWhenTheyLackPermission

2019-03-15 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

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

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

To: Lydia_Pintscher
Cc: Aklapper, Krinkle, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, 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] T187960: Rack/cable/configure asw2-a-eqiad switch stack

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


  Change 496721 had a related patch set uploaded (by Marostegui; owner: 
Marostegui):
  [operations/mediawiki-config@master] db-eqiad.php: Failover db1066 to db1076 
on s2
  
  https://gerrit.wikimedia.org/r/496721

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-15 Thread gerritbot
gerritbot added a comment.


  Change 496720 had a related patch set uploaded (by Marostegui; owner: 
Marostegui):
  [operations/puppet@production] mariadb: Failover db1066 to db1076 on s2
  
  https://gerrit.wikimedia.org/r/496720

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


Re: [Wikidata] New data type: musical notation with Lilypond format

2019-03-15 Thread Fariz Darari
Cool!

PS: Feature request, could there be a play button for listening to
notation? Would even be cooler with this!

-fariz

On Fri, Mar 15, 2019, 03:05 Léa Lacroix  wrote:

> Hello all,
>
> Following a request from community members, we just deployed a new data
> type called “Musical Notation” in order to store musical notation in
> Wikidata. Property creators can now find this new data type in the list and
> create new properties with it.
>
> A property with musical notation data type will display the notation in
> Lilypond  format, using the score
> extension .
>
> For example, if you enter this code as a value: \relative c' { c d e f |
> g2 g | a4 a a a | g1 |}, it will be displayed as a score:
>
> [image: Screenshot musical notation Wikidata 1.png]
> 
>
> The score also appears on the diff pages.
>
> [image: Screenshot musical notation Wikidata 2.png]
> 
>
> The existing property LilyPond notation (P5482)
>  is used on around 300 items
> .
> If you need any help from the developers to change the datatype of the the
> property or to migrate the content, please let me know.
>
> One bug is already known and we’re working on fixing it: if the score is
> long, it gets out of the statement box and overlaps with the edit button.
>
> If you encounter any issue, feel free to create a subtask of this ticket
> .
>
> Cheers,
> --
> Léa Lacroix
> Project Manager Community Communication for Wikidata
>
> Wikimedia Deutschland e.V.
> Tempelhofer Ufer 23-24
> 10963 Berlin
> www.wikimedia.de
>
> Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.
>
> Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
> unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das Finanzamt
> für Körperschaften I Berlin, Steuernummer 27/029/42207.
> ___
> Wikidata mailing list
> Wikidata@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Updated] T217897: Reduce / remove the aggessive cache busting behaviour of wdqs-updater

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


  > After talking with Stas this apparently makes updating within the updater 
harder etc as it might result in more writes to sparql? (
  
  Yes because it would have to do SPARQL Update for each individual revision.
  
  > I guess the wdqs internal machines would have comparable response times?
  
  You can see response times for RDF loading in the dashboard: 
https://grafana.wikimedia.org/d/00489/wikidata-query-service?orgId=1=now-24h=now=26
  
  > but 11 hours in a 24 hour period is still pretty significant
  
  I'm not sure I understand how this figure was obtained but there's absolutely 
no way Updater spends half time in waiting for RDF loading. In reality, it 
spends most of its time in SPARQL Update.
  
  > I hope the Java updater does some amount of async work
  
  All RDF is loaded in parallel of course (10 threads if I remember correctly). 
It should be relatively easy to see timings by yourself - just run the Updater 
with verbose logging (DEBUG level I think - `-v` option should do that).
  
  > writing to blazegraph while getting the next data ready?
  
  That could be possible but doesn't happen now. May be a good idea to try. 
However, since SPARQL Update dominates the timings pretty heavily it's unlikely 
we'd save too much. And since we need to validate IDs against database (to 
ensure we don't already have the revision we're about to fetch) we can not 
fetch RDF before previous update has finished, thus reducing the 
parallelizeable part to essentially only Kafka data loading, which doesn't seem 
to be worth it.
  
  > Another thing to consider here is in theory even when using the cache 
buster method the data the wdqs updater currently gets when passing nocache=ts 
may not be up to date due to maxlag, not sure if that has been considered in 
the updater process at all?
  
  Yes, see discussion at T210901  
and T212550 . TLDR: we know it 
happens, we have stopgap measure to counter it, but we haven't implemented the 
real solution yet.

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

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

To: Smalyshev
Cc: Addshore, Smalyshev, BBlack, Aklapper, Gehel, alaa_wmde, Legado_Shulgin, 
Nandana, thifranc, AndyTan, Davinaclare77, Qtn1293, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, EBjune, 
merbst, LawExplorer, Zppix, _jensen, rosalieper, Jonas, Xmlizer, Wong128hk, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, faidon, 
Mbch331, Jay8g, fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] On the use of "prop/direct-normalized" in RDF dumps

2019-03-15 Thread Stas Malyshev
Hi!

> rg --search-zip -F "http://www.wikidata.org/prop/direct-normalized;
> wikidata_latest-truthy.nt.bz2 | pv > wikidata-extids.txt
> 
> But I get as a result a little less than 29.5 million lines. Pubmed and
> DOI, which alone account for about 33 million statements, are not included.

Could you provide specific properties and preferably also some Q-ids for
which you expected to find direct-normalized props but didn't?

-- 
Stas Malyshev
smalys...@wikimedia.org

___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata