[Wikidata-bugs] [Maniphest] [Created] T196423: Can't see references in deleted revisions of items on Wikidata

2018-06-04 Thread MisterSynergy
MisterSynergy created this task.MisterSynergy added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWhen I open revisions of a deleted item in Wikidata, I cannot unfold the references to see what’s in them. This problem is probably related to T182767 and T129836 and T186006.TASK DETAILhttps://phabricator.wikimedia.org/T196423EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MisterSynergyCc: Aklapper, MisterSynergy, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-06-04 Thread Smalyshev
Smalyshev added a comment.
OK, so this query is fast:

SELECT (COUNT(*) AS ?count)
WHERE {
?article wdt:P31 wd:Q13442814 .
}

and this is slow:

SELECT (COUNT(?aricle) AS ?count)
WHERE {
?article wdt:P31 wd:Q13442814 .
}

I think for @Ijon's case the former works as well. Also, this one:

SELECT (count(*) as ?cnt) WHERE {
  SERVICE gas:service {
 gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.BFS" .
 gas:program gas:in wd:Q13442814 . # one or more times, specifies the initial frontier.
 gas:program gas:out ?type . # exactly once - will be bound to the visited vertices.
 gas:program gas:linkType wdt:P279 .
 gas:program gas:traversalDirection "Reverse" .
  }
  ?article wdt:P31 ?type .
}

works for me, though it takes very close to a minute so may work or fail depending on circumstance. Also this one seems to be of the same speed:

SELECT (COUNT(*) AS ?count)
WHERE {
?article wdt:P31/wdt:P279* wd:Q13442814 .
  hint:Prior hint:gearing "reverse" .
}TASK DETAILhttps://phabricator.wikimedia.org/T179879EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: MichaelSchoenitzer, Edgars2007, chasemp, Lydia_Pintscher, Magnus, MichaelSchoenitzer_WMDE, MisterSynergy, doctaxon, Jonas, Ash_Crow, Daniel_Mietchen, Lucas_Werkmeister_WMDE, Jane023, Base, Gehel, Smalyshev, Ijon, Aklapper, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-06-04 Thread Smalyshev
Smalyshev added a comment.
Another example of a query timing out without lots of output is this simple count of scholarly articles (millions)

I think this one should be easy to do by first fetching all types with something like http://tinyurl.com/y9pnxg82 and then running counts for each of the types. Though there might be intersections... 
Though I see that direct count is slow too. Not sure why, it should be much faster. I'll look into it.TASK DETAILhttps://phabricator.wikimedia.org/T179879EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: MichaelSchoenitzer, Edgars2007, chasemp, Lydia_Pintscher, Magnus, MichaelSchoenitzer_WMDE, MisterSynergy, doctaxon, Jonas, Ash_Crow, Daniel_Mietchen, Lucas_Werkmeister_WMDE, Jane023, Base, Gehel, Smalyshev, Ijon, Aklapper, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T196399: WDQS returns incorrect data compared to what is in Wikidata

2018-06-04 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev claimed this task.Smalyshev added a comment.
Fixed, the root cause is the same as T194325, still working on that.TASK DETAILhttps://phabricator.wikimedia.org/T196399EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Gstupp, Aklapper, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194325: Unrecognized subject messages on Updater

2018-06-04 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2018-06-04T23:21:37Z]  Finished deploy [wdqs/wdqs@825863f]: Potential mitigation for T194325 (duration: 09m 39s)TASK DETAILhttps://phabricator.wikimedia.org/T194325EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, StashbotCc: Stashbot, gerritbot, Gehel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194325: Unrecognized subject messages on Updater

2018-06-04 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2018-06-04T23:11:58Z]  Started deploy [wdqs/wdqs@825863f]: Potential mitigation for T194325TASK DETAILhttps://phabricator.wikimedia.org/T194325EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, StashbotCc: Stashbot, gerritbot, Gehel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194325: Unrecognized subject messages on Updater

2018-06-04 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2018-06-04T22:57:28Z]  Started deploy [wdqs/wdqs@825863f]: Potential mitigation for T194325TASK DETAILhttps://phabricator.wikimedia.org/T194325EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, StashbotCc: Stashbot, gerritbot, Gehel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-06-04 Thread MichaelSchoenitzer
MichaelSchoenitzer added a comment.
Ijon: Counting and generating lists of items with a P31=… can now be done also with the new search features: haswbstatement:P31=Q13442814. Maybe this feature can be improved in the future to be able to also search including Subclasses (P279).
SPARQL might not be the right tool for everything.TASK DETAILhttps://phabricator.wikimedia.org/T179879EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MichaelSchoenitzerCc: MichaelSchoenitzer, Edgars2007, chasemp, Lydia_Pintscher, Magnus, MichaelSchoenitzer_WMDE, MisterSynergy, doctaxon, Jonas, Ash_Crow, Daniel_Mietchen, Lucas_Werkmeister_WMDE, Jane023, Base, Gehel, Smalyshev, Ijon, Aklapper, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T196415: Rows in the signature section does not set language correctly

2018-06-04 Thread jeblad
jeblad created this task.jeblad added a project: MediaWiki-extensions-WikibaseRepository.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONIf a row has language set to "nn" (Nynorsk) then the label and description text fields should be set accordingly. By inspection of the html code it is clear the language are not set at all. It should be almost trivial to set this, except for translating the language names into their proper language codes.TASK DETAILhttps://phabricator.wikimedia.org/T196415EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: jeblad, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T194325: Unrecognized subject messages on Updater

2018-06-04 Thread Smalyshev
Smalyshev edited projects, added Discovery-Wikidata-Query-Service-Sprint; removed Patch-For-Review.Smalyshev raised the priority of this task from "Low" to "High".Smalyshev added a comment.
I see more of the case of partial references in the data, no idea what is happening but it seems to be much more frequent than I have thought. There is definitely some bug either when generating RDF or when updating it - different servers have different data under the same reference ID. This is bad and should never happen, but seems to be happening a lot.TASK DETAILhttps://phabricator.wikimedia.org/T194325EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Gehel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T196399: WDQS returns incorrect data compared to what is in Wikidata

2018-06-04 Thread Aklapper
Aklapper renamed this task from "WDQS returns incorrect data" to "WDQS returns incorrect data compared to what is in Wikidata".
TASK DETAILhttps://phabricator.wikimedia.org/T196399EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AklapperCc: Gstupp, Aklapper, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184783: Add monolingual language code shy

2018-06-04 Thread Vikoula5
Vikoula5 added a comment.
@Lea_Lacroix_WMDE Hello its steel doesn't workTASK DETAILhttps://phabricator.wikimedia.org/T184783EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mbch331, Vikoula5Cc: Vikoula5, Lea_Lacroix_WMDE, jhsoby, GerardM, alanajjar, Mbch331, gerritbot, TerraCodes, Helmoony, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Asad_Ali_Palijo, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Soteriaspace, RazeSoldier, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, MuhammadShuaib, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Shizhao, Lydia_Pintscher, TheDJ___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T196172: Test schema migration script

2018-06-04 Thread Anomie
Anomie added a comment.

In T196172#4255062, @Anomie wrote:
// Probably better to just break CentralAuth, ExternalStore, and so on.


I'll probably have to fix the ExternalStore bit to still read from prod ExternalStore for the migration script to function, though.


In T196172#4249120, @daniel wrote:
Also, before running the schema migration (stage 2), we'll have to create the tables (stage 0) and clean up the archive table (stage 1).


The "clean up the archive table" bit may be annoying, since some of those cleanups write to ExternalStore and we probably don't want the data re-written to production when the test DB is migrated.

I suppose I could just create a new ExternalStore cluster on db/db1112 for the test cleanups to write to, unless its easy to get the test DBs updated with fresh copies of the wikis.TASK DETAILhttps://phabricator.wikimedia.org/T196172EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: Aklapper, aude, Addshore, Anomie, Jdforrester-WMF, gerritbot, Abit, daniel, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, JJMC89, Agabi10, Susannaanas, Aschroet, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, Ricordisamoa, 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] T196273: Remove existing gloss

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Yeah that's my assumption as well.TASK DETAILhttps://phabricator.wikimedia.org/T196273EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Esc3300, WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Closed] T167989: Add “integer” constraint

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T167989EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, Lydia_PintscherCc: Ladsgroup, gerritbot, MisterSynergy, Esc3300, thiemowmde, daniel, Jonas, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T196172: Test schema migration script

2018-06-04 Thread Anomie
Anomie added a comment.

In T196172#4249120, @daniel wrote:
The tricky bit is to figure out how to best run a script against a "non-standard" db.


That turned out to be not too bad after all. Create a local file with content like:

LS.php

require $IP . '/LocalSettings.php';

// Change DB login info
$wgDBuser = 'test_wikiuser';
$wgDBpassword = file_get_contents( __DIR__ . '/pw' );
$wgDBadminuser = 'test_wikiadmin';
$wgDBadminpassword = file_get_contents( __DIR__ . '/pw2' );
$wgLBFactoryConf['serverTemplate']['user'] = $wgDBuser;
$wgLBFactoryConf['serverTemplate']['password'] = $wgDBpassword;

// Point all the things to the test DBs
$wgLBFactoryConf['sectionsByDB'] = [];
$wgLBFactoryConf['sectionLoads'] = [
	'DEFAULT' => [
		'db' => 0,
		'db1112' => 100,
	],
];
$wgLBFactoryConf['hostsByName'] = [
	'db' => 'db',
	'db1112' => 'db1112',
];

// Probably better to just break CentralAuth, ExternalStore, and so on.
$wgLBFactoryConf['externalLoads'] = [];

Then also create files 'pw' and 'pw2' containing the passwords. The slightly tricky part is that they have to be readable by www-data rather than your user, so the easiest way I could think of to make it happen turned out to be using mwrepl:

$ chmod o+w .; mwrepl enwiki; chmod o-w .
hphpd> umask( 0027 ); 
umask( 0027 );
hphpd> file_put_contents( "/home/.../pw", "..." );
file_put_contents( "/home/.../pw", "..." );
hphpd> file_put_contents( "/home/.../pw2", "..." );
file_put_contents( "/home/.../pw2", "..." );

After that, anything run via mwscript can use --conf=`pwd`/LS.php and it should be pointing to the testing DBs instead of the real ones.TASK DETAILhttps://phabricator.wikimedia.org/T196172EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: Aklapper, aude, Addshore, Anomie, Jdforrester-WMF, gerritbot, Abit, daniel, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, JJMC89, Agabi10, Susannaanas, Aschroet, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, Ricordisamoa, 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] T193180: Clean up archive rows with duplicate revision IDs

2018-06-04 Thread greg
greg added a comment.

In T193180#4253960, @gerritbot wrote:
Change 429455 merged by jenkins-bot:
 [mediawiki/core@master] Make archive.ar_rev_id unique

https://gerrit.wikimedia.org/r/429455


Looks like this caused T196401: beta-update-databases failingTASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, gregCc: greg, Stashbot, gerritbot, CCicalese_WMF, daniel, Addshore, aude, Aklapper, Jdforrester-WMF, Abit, Anomie, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, Ricordisamoa, 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] T194767: Set up OpenRefine on Cloud VPS

2018-06-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Okay, I started setting up the server and OpenRefine is running. I haven’t set up any proxy yet, so for now you can only test it via SSH proxy:

ssh -L :localhost: openrefine01.eqiad.wmflabs

@Pintoch can you see if you’re able to access the server? Then we can figure out the next steps.TASK DETAILhttps://phabricator.wikimedia.org/T194767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Abbe98, Pintoch, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Culex, 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] T194822: Multiple Explorer Dialogs

2018-06-04 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T194822EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: prssanna, gerritbotCc: gerritbot, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Smalyshev, Jonas, Aklapper, prssanna, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Salgo60, Lewizho99, Maathavan, 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] [Commented On] T194822: Multiple Explorer Dialogs

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 433357 had a related patch set uploaded (by Prssanna; owner: Prssanna):
[wikidata/query/gui@master] Implement resizable, draggable and multiple Explorer Dialogs

https://gerrit.wikimedia.org/r/433357TASK DETAILhttps://phabricator.wikimedia.org/T194822EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: prssanna, gerritbotCc: gerritbot, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Smalyshev, Jonas, Aklapper, prssanna, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T196399: WDQS returns incorrect data

2018-06-04 Thread Gstupp
Gstupp updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONThe WDQS is returning results that differ from what is in Wikidata. See https://phabricator.wikimedia.org/T112397 for previous discussions|wds:Q21990261-99529C15-67CB-4166-860D-C4F68336183E	| wdref:d472129d472e46ce41323852d3594fefc26467fa|	`pr:P854`	||...TASK DETAILhttps://phabricator.wikimedia.org/T196399EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GstuppCc: Gstupp, Aklapper, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T196399: WDQS returns incorrect data

2018-06-04 Thread Gstupp
Gstupp created this task.Gstupp added projects: Wikidata-Query-Service, Wikidata.Herald added a subscriber: Aklapper.Herald added a project: Discovery.
TASK DESCRIPTIONThe WDQS is returning results that differ from what is in Wikidata. See https://phabricator.wikimedia.org/T112397 for previous discussions.
Example:
Run the following SPARQL query:

select * where {
  wd:Q21990261 p:P361 ?s .
  ?s ps:P361 wd:Q24772701 .
  ?s prov:wasDerivedFrom ?ref .
  ?ref ?b ?c .
}

I get one row as a result:


srefbc
wds:Q21990261-99529C15-67CB-4166-860D-C4F68336183Ewdref:d472129d472e46ce41323852d3594fefc26467fapr:P854http://www.ebi.ac.uk/interpro/protein/A1Y9I9



If you look on Wikidata: https://www.wikidata.org/wiki/Q21990261#P361, this is missing the stated in on the reference.

If you run the same query with replacing the wd:Q21990261 with wd:Q21135100, you'll see the query works just fine.TASK DETAILhttps://phabricator.wikimedia.org/T196399EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GstuppCc: Gstupp, Aklapper, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195740: Decide on a way forward for acceptable languages for lemmas and representations

2018-06-04 Thread Pamputt
Pamputt added a comment.

In T195740#4248752, @VIGNERON wrote:
Indeed, property is a good idea but how would you deal with Alptraum / Albtraum?


I would say Alptraum and Albtraum should be two Lexemes, not only one. And Form in Alptraum could be "Alptraums", "Alpträume", "Alpträumen" and so on. And the same for "Albtraum" with "Albtraums", "Albträume", "Albträumen" and so on.

And why not doing both, the current tagging and properties? (same for Lexical Category and Grammatical features, the need for both as already been discussed)

About the other points, I already explained why I think Q-ID is the best solution (@ArthurPSmith wrote it differently but this is the same idea). And properties can help in the other cases you showed. Using both systems is only confusing without adding any advantage.TASK DETAILhttps://phabricator.wikimedia.org/T195740EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PamputtCc: Ltrlg, Petar.petkovic, ArthurPSmith, Pamputt, Liuxinyu970226, Micru, VIGNERON, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread Tgr
Tgr added a comment.
A better way to look at it is that you should add noreplace to everything that should not replace other, presumably more specific instances. So, use noreplace in templates, don't use noreplace in articles.TASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TgrCc: gerritbot, Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T179007: make cut-off for dispatching changes for highly used pages smarter

2018-06-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-06-05 (1.32.0-wmf.7)).
TASK DETAILhttps://phabricator.wikimedia.org/T179007EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, ReleaseTaggerBotCc: Lucas_Werkmeister_WMDE, gerritbot, Ladsgroup, Addshore, Elitre, Jdforrester-WMF, Bawolff, Aklapper, thiemowmde, daniel, hoo, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T179007: make cut-off for dispatching changes for highly used pages smarter

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 436998 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Order results of EntityUsageTable::getPagesUsing() based on eu_page_id

https://gerrit.wikimedia.org/r/436998TASK DETAILhttps://phabricator.wikimedia.org/T179007EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: Lucas_Werkmeister_WMDE, gerritbot, Ladsgroup, Addshore, Elitre, Jdforrester-WMF, Bawolff, Aklapper, thiemowmde, daniel, hoo, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread Pbsouthwood
Pbsouthwood added a comment.
"if there is an invocation without noreplace, that takes precedence over the noreplace ones."
If I understand this correctly, we must add noreplace to any magic word that can be replaced, and leave it out for the one which must not be replaced, which is a bit counterintuitive bases on the apparent meaning of the string.TASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, PbsouthwoodCc: gerritbot, Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread Gehel
Gehel added a comment.
@RobH : thanks!TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RobH, GehelCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread RobH
RobH closed this task as "Resolved".RobH claimed this task.RobH added a comment.
These patches have been merged, and should be live shortly on hosts!TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RobHCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 436014 abandoned by RobH:
Add Stas to wdqs-test-roots group

Reason:
i had rebase issues, just abadoning

https://gerrit.wikimedia.org/r/436014TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437293 merged by RobH:
[operations/puppet@production] adding smalyshev to wdqs-test-roots

https://gerrit.wikimedia.org/r/437293TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437293 had a related patch set uploaded (by RobH; owner: RobH):
[operations/puppet@production] adding smalyshev to wdqs-test-roots

https://gerrit.wikimedia.org/r/437293TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread Tgr
Tgr added a comment.
Exactly as described in T193857#4209931, if it goes through code review unchanged.TASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TgrCc: gerritbot, Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194881: Request creation of openrefine VPS project

2018-06-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Great, thank you! :)TASK DETAILhttps://phabricator.wikimedia.org/T194881EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: bd808, Lucas_Werkmeister_WMDECc: bd808, Aklapper, Pintoch, Abbe98, Lucas_Werkmeister_WMDE, Zylc, 1978Gage2001, Lahi, aborrero, Gq86, Bsandipan, GoranSMilovanovic, Chicocvenancio, QZanden, Tbscho, LawExplorer, Culex, JJMC89, srodlund, Wikidata-bugs, aude, Gryllida, scfc, Mbch331, Jay8g, Krenair, chasemp___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194653: Ban clients of WDQS which don't follow throttling directives for some time

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437188 merged by Gehel:
[operations/puppet@production] wdqs: reduce ban to a minimum on the internal cluster

https://gerrit.wikimedia.org/r/437188TASK DETAILhttps://phabricator.wikimedia.org/T194653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, gerritbotCc: gerritbot, Cirdan, Smalyshev, Gehel, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, 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


[Wikidata-bugs] [Maniphest] [Commented On] T194653: Ban clients of WDQS which don't follow throttling directives for some time

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437187 merged by Gehel:
[operations/puppet@production] wdqs: cleanup declarration of blazegraph options

https://gerrit.wikimedia.org/r/437187TASK DETAILhttps://phabricator.wikimedia.org/T194653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, gerritbotCc: gerritbot, Cirdan, Smalyshev, Gehel, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, 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


[Wikidata-bugs] [Maniphest] [Commented On] T179007: make cut-off for dispatching changes for highly used pages smarter

2018-06-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.

In T179007#4250961, @Ladsgroup wrote:
In English Wikipedia, number of watchers isn't be shown if it's under thirty, I know it's the case for Persian Wikipedia as well but I'm not sure why Wikidata is not like it.


Wikidata is like it as well (this example only tells me “fewer than 30 watchers”), @Ladsgroup just got too used to his admin rights :PTASK DETAILhttps://phabricator.wikimedia.org/T179007EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, gerritbot, Ladsgroup, Addshore, Elitre, Jdforrester-WMF, Bawolff, Aklapper, thiemowmde, daniel, hoo, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 436013 merged by RobH:
[operations/puppet@production] Create new admin group with root access on WDQS test cluster

https://gerrit.wikimedia.org/r/436013TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T195797: Stas needs root access on WDQS test cluster

2018-06-04 Thread RobH
RobH added subscribers: MoritzMuehlenhoff, RobH.RobH added a comment.
Please note this was approved in today's SRE team meeting.  I'll go ahead and start merging @MoritzMuehlenhoff's patches.TASK DETAILhttps://phabricator.wikimedia.org/T195797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RobHCc: RobH, MoritzMuehlenhoff, gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, MarcoAurelio, aude, Tobias1984, Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-06-04 Thread Ijon
Ijon added a comment.
Yes. Another example of a query timing out without lots of output is this simple count of scholarly articles (millions)

SELECT (COUNT(?article) AS ?count)
WHERE {
?article wdt:P31/wdt:P279* wd:Q13442814
}

I think such counts are very reasonable queries to occasionally want to run, so yes, we do still need a solution -- with all appropriate measures (only trusted users, quotas, whatever) -- for this issue.TASK DETAILhttps://phabricator.wikimedia.org/T179879EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: IjonCc: MichaelSchoenitzer, Edgars2007, chasemp, Lydia_Pintscher, Magnus, MichaelSchoenitzer_WMDE, MisterSynergy, doctaxon, Jonas, Ash_Crow, Daniel_Mietchen, Lucas_Werkmeister_WMDE, Jane023, Base, Gehel, Smalyshev, Ijon, Aklapper, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194653: Ban clients of WDQS which don't follow throttling directives for some time

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437200 merged by jenkins-bot:
[wikidata/query/rdf@master] Introduce enable-ban-if-header to mirror enable-throttling-if-header

https://gerrit.wikimedia.org/r/437200TASK DETAILhttps://phabricator.wikimedia.org/T194653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, gerritbotCc: gerritbot, Cirdan, Smalyshev, Gehel, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, 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


[Wikidata-bugs] [Maniphest] [Commented On] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread Pbsouthwood
Pbsouthwood added a comment.
I am happy to see some action here. Is there an explanation somewhere of how this will work, so we can plan ahead? cheersTASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, PbsouthwoodCc: gerritbot, Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T195372: Prevent entering of lemmas with the same spelling variant

2018-06-04 Thread Pablo-WMDE
Pablo-WMDE renamed this task from "[Bug] Entering two lemmas with the same language code silently fails" to "Prevent entering of lemmas with the same spelling variant".Pablo-WMDE reopened this task as "Open".Pablo-WMDE updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONIf I enter two lemmas with the same language code, I should not be able to save.As an editor I want to see lemma validity indicated in the user interface when editing to avoid data loss and confusing behavior.

**AC**
Currently, I can save, the two lemmas are* Lexeme header in edit mode shows then displayed, "publish" but not saved: when I refreshton as disabled whilst the page, onlyinformation in the first one is left.orm is considered invalid
The behaviour should probably to have an error message at saving.** redundant spelling variants for multiple lemmas are considered invalid 
* Lexeme header in edit mode shows the "publish" button as enabled whilst the information in the form is considered valid and different from the state retrieved at page load

What I do```
GIVEN I am on the Lexeme (header) part of a Lexeme page
AND   There exists a lemma with the spelling variant "de"
AND   I switch to the edit mode using the edit button
WHEN  I add an additional lemma with the spelling variant "de"
THEN  The save button is disabled
{F18489759}AND   an error is shown saying "It is not possible to enter two lemmas with the same spelling variant"

What I get after savingGIVEN I am on the Lexeme (header) part of a Lexeme page
AND   There exists a lemma with the spelling variant "de"
AND   I switch to the edit mode using the edit button
WHEN  I add an lemma with the spelling variant "en"
{F18489760}THEN  The save button is enabled

What I get after reloading the pageGIVEN I am on the Lexeme (header) part of a Lexeme page
AND   There exists a lemma with the spelling variant "de"
AND   I switch to the edit mode using the edit button
WHEN  I add an lemma with the spelling variant "en"
AND   I click the save button
THEN  the lemma is saved
AND   if I reload the page the lemma is shown in the lemma section of the page header
```


**Info**
* depends on T196342
* was implemented for form representations in T193636 but implementation of Lexeme header works differently
{F18489758}** produced a mixin (`RedundantLanguageIndicator`) that can be used to determine the validation problem. [[ https://gerrit.wikimedia.org/r/436554 | First steps here ]].TASK DETAILhttps://phabricator.wikimedia.org/T195372EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Lea_Lacroix_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T193180: Clean up archive rows with duplicate revision IDs

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437275 had a related patch set uploaded (by Anomie; owner: Anomie):
[mediawiki/core@master] Avoid recreating ar_revid index after its replaced by ar_revid_uniq

https://gerrit.wikimedia.org/r/437275TASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, gerritbotCc: Stashbot, gerritbot, CCicalese_WMF, daniel, Addshore, aude, Aklapper, Jdforrester-WMF, Abit, Anomie, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, Ricordisamoa, 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] T193180: Clean up archive rows with duplicate revision IDs

2018-06-04 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.32-release-notes (WMF-deploy-2018-06-05 (1.32.0-wmf.7)); removed MW-1.32-release-notes (WMF-deploy-2018-05-15 (1.32.0-wmf.4)).
TASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, ReleaseTaggerBotCc: Stashbot, gerritbot, CCicalese_WMF, daniel, Addshore, aude, Aklapper, Jdforrester-WMF, Abit, Anomie, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, Ricordisamoa, 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] T193180: Clean up archive rows with duplicate revision IDs

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 429455 merged by jenkins-bot:
[mediawiki/core@master] Make archive.ar_rev_id unique

https://gerrit.wikimedia.org/r/429455TASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, gerritbotCc: Stashbot, gerritbot, CCicalese_WMF, daniel, Addshore, aude, Aklapper, Jdforrester-WMF, Abit, Anomie, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, Ricordisamoa, 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] T195493: Set up “L” as an alias for the “Lexeme” namespace

2018-06-04 Thread Addshore
Addshore added a comment.
This setting can be found in gerrit / operations/mediawiki-config in wmf-config/InitialiseSettings.php under $wgNamespaceAliases

https://www.mediawiki.org/wiki/Manual:$wgNamespaceAliases

https://github.com/wikimedia/operations-mediawiki-config/blob/master/wmf-config/InitialiseSettings.php#L4517-L4520

Lexeme namespace IDs can be found @ https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/master/extension.json#L24-L29TASK DETAILhttps://phabricator.wikimedia.org/T195493EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, abian, Lea_Lacroix_WMDE, Lucas_Werkmeister_WMDE, revi, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T195497: Talk namespace of Lexemes has "Talk" capitalized

2018-06-04 Thread Addshore
Addshore added a comment.
S'hould be a 1 character fix:

https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/fbf443600c872e75ef16bb00bda8e61f3fdc31c7/src/WikibaseLexemeHooks.php#L60TASK DETAILhttps://phabricator.wikimedia.org/T195497EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lea_Lacroix_WMDE, matej_suchanek, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Updated] T195052: Add “citation needed” constraint type

2018-06-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-06-05 (1.32.0-wmf.7)).
TASK DETAILhttps://phabricator.wikimedia.org/T195052EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, ReleaseTaggerBotCc: gerritbot, Ladsgroup, Thryduulf, Sjoerddebruin, Multichill, Lucas_Werkmeister_WMDE, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, 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] T195052: Add “citation needed” constraint type

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 436513 merged by jenkins-bot:
[mediawiki/extensions/WikibaseQualityConstraints@master] Add 'citation needed' constraint

https://gerrit.wikimedia.org/r/436513TASK DETAILhttps://phabricator.wikimedia.org/T195052EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Ladsgroup, Thryduulf, Sjoerddebruin, Multichill, Lucas_Werkmeister_WMDE, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, 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] T195382: show Lemma on Special:AllPages

2018-06-04 Thread Pablo-WMDE
Pablo-WMDE added a comment.
The individual lemmas get marked-up in a single span indicated as UI language.
Yes model: additionally wrap each lemma in a span indicating lemma language, the container span can stay as is, as the message formatting the (slash) is in UI language.

F18742688: Bildschirmfoto vom 2018-06-04 14-59-56.png

/cc @WMDE-leszekTASK DETAILhttps://phabricator.wikimedia.org/T195382EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDE, Pablo-WMDECc: Pablo-WMDE, gerritbot, Liuxinyu970226, WMDE-leszek, Mahir256, ArthurPSmith, VIGNERON, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T196162: Adding a new Sense

2018-06-04 Thread Esc3300
Esc3300 added a comment.
Special:NewLexeme should also include a way to add a sense directlyTASK DETAILhttps://phabricator.wikimedia.org/T196162EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Esc3300, WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T196273: Remove existing gloss

2018-06-04 Thread Esc3300
Esc3300 added a comment.
Probably not. If the "Gloss" was added by a vandal I suppose this couldn't have happened without a "Sense" that should also be deleted.TASK DETAILhttps://phabricator.wikimedia.org/T196273EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Lydia_Pintscher, Esc3300, WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T195615: handle use of statements linking to Lexemes (and Forms?) more gracefully on client

2018-06-04 Thread Pintoch
Pintoch added a comment.
Just noting that this prevents us from adding examples on lexeme-related properties, such as https://www.wikidata.org/wiki/Property:P5244.TASK DETAILhttps://phabricator.wikimedia.org/T195615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, PintochCc: Pintoch, Stashbot, gerritbot, WMDE-leszek, Tractopelle-jaune, Addshore, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Merged] T195841: Form ID “does not implement Int32EntityId” error in TermSqlIndex when rendering some constraint violation messages

2018-06-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: Addshore.Lucas_Werkmeister_WMDE merged a task: T196352: Entity ID: L2129-F2 does not implement Int32EntityId.
TASK DETAILhttps://phabricator.wikimedia.org/T195841EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Addshore, gerritbot, Lucas_Werkmeister_WMDE, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, 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] T196352: Entity ID: L2129-F2 does not implement Int32EntityId

2018-06-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as a duplicate of T195841: Form ID “does not implement Int32EntityId” error in TermSqlIndex when rendering some constraint violation messages.
TASK DETAILhttps://phabricator.wikimedia.org/T196352EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Addshore, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, 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] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, gerritbotCc: gerritbot, Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437222 had a related patch set uploaded (by Gergő Tisza; owner: Gergő Tisza):
[mediawiki/extensions/Wikibase@master] Handle {{SHORTDESC:...|noreplace}}

https://gerrit.wikimedia.org/r/437222TASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, gerritbotCc: gerritbot, Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195790: Sanitize newlines in local Wikidata description overrides

2018-06-04 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T195790EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, gerritbotCc: gerritbot, Aklapper, Tgr, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195790: Sanitize newlines in local Wikidata description overrides

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437221 had a related patch set uploaded (by Gergő Tisza; owner: Gergő Tisza):
[mediawiki/extensions/Wikibase@master] Filter newlines from {{SHORTDESC:}} content

https://gerrit.wikimedia.org/r/437221TASK DETAILhttps://phabricator.wikimedia.org/T195790EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, gerritbotCc: gerritbot, Aklapper, Tgr, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195382: show Lemma on Special:AllPages

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 436811 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Prevent lexeme link formatter from breaking for unknown lexemes

https://gerrit.wikimedia.org/r/436811TASK DETAILhttps://phabricator.wikimedia.org/T195382EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDE, gerritbotCc: gerritbot, Liuxinyu970226, WMDE-leszek, Mahir256, ArthurPSmith, VIGNERON, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Updated] T196353: Add citoid support for WikiBase to the Citoid extension

2018-06-04 Thread Mvolz
Mvolz added a parent task: T131661: [Story] Support for citoid in Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T196353EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MvolzCc: Aklapper, Mvolz, Zambujo, Lahi, Gq86, Necroarcano, Robinma, GoranSMilovanovic, QZanden, merbst, LawExplorer, Wess, Srdjan_m, Shangkuanlc, Jrf, Husun1297, mobrovac, Wikidata-bugs, aude, Daniel_Mietchen, Deskana, jayvdb, Swainr, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T131661: [Story] Support for citoid in Wikidata

2018-06-04 Thread Mvolz
Mvolz added a subtask: T196353: Add citoid support for WikiBase to the Citoid extension.
TASK DETAILhttps://phabricator.wikimedia.org/T131661EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, MvolzCc: He7d3r, MichaelSchoenitzer, Jsamwrites, Jklamo, The_RedBurn, PKM, Juandev, Glorian_Yapinus, DarTar, Izno, Whatamidoing-WMF, czar, Daniel_Mietchen, BrillLyle, Stryn, Tobias1984, Scott_WUaS, Lydia_Pintscher, Elitre, Liuxinyu970226, Trizek-WMF, VIGNERON, Mvolz, Jdforrester-WMF, Florian, aude, Aklapper, Zambujo, Lahi, Gq86, Necroarcano, Robinma, GoranSMilovanovic, QZanden, merbst, LawExplorer, WebIntegrity, Avner, Wess, Srdjan_m, Shangkuanlc, Jrf, OrenBochman, Husun1297, mobrovac, Wikidata-bugs, Deskana, jayvdb, Swainr, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T196353: Add citoid support for WikiBase to the Citoid extension

2018-06-04 Thread Mvolz
Mvolz created this task.Mvolz added projects: Citoid, Epic, Wikidata, WikiCite.Herald added a subscriber: Aklapper.Herald added a project: VisualEditor.
TASK DESCRIPTIONProcess:


Create preliminary gadget to do the same
Decide how mappings will be handled - will it be hard-coded, as in a gadget, or will there be some user-editable way to do it, as in TemplateData + VisualEditor, via JSON?


General way: Pros: Can be used with any wikibase instance. Hardcoding to specific properties is a bit problematic because the properties are theoretically quite changeable. It would be much less useful on non wikidata implementations of wikibase.

Cons: As we discovered with TemplateData + VisualEditor, users are sometimes frustrated at the inflexibility of only having a JSON block to work with in order to insert data, and want the Citoid extension to be able to make more fine tuned adjustments. This definitely still works for VisualEditor because there are many different languages all with different templates, but there will be less of an argument to make on this with Wikidata because we really only have one Wikibase instance and the possibility of using it on other instances is more theoretical than actual.TASK DETAILhttps://phabricator.wikimedia.org/T196353WORKBOARDhttps://phabricator.wikimedia.org/project/board/62/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MvolzCc: Aklapper, Mvolz, Zambujo, Lahi, Gq86, Necroarcano, Robinma, GoranSMilovanovic, QZanden, merbst, LawExplorer, Wess, Srdjan_m, Shangkuanlc, Jrf, Husun1297, mobrovac, Wikidata-bugs, aude, Daniel_Mietchen, Deskana, jayvdb, Swainr, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T196352: Entity ID: L2129-F2 does not implement Int32EntityId

2018-06-04 Thread Addshore
Addshore created this task.Addshore added projects: Wikimedia-log-errors, Wikibase-Quality-Constraints, Lexicographical data.Herald added a project: Wikidata.
TASK DESCRIPTIONCalling URL:

https://www.wikidata.org/w/api.php?action="">

Error:

[{exception_id}] {exception_url}   MWException from line 205 of /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/Sql/TermSqlIndex.php: Entity ID: L2129-F2 does not implement Int32EntityId

Stacktrace:

#0 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/Sql/TermSqlIndex.php(590): Wikibase\Lib\Store\Sql\TermSqlIndex->assertIsNumericEntityId(Wikibase\Lexeme\DataModel\FormId)
#1 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/Sql/TermSqlIndex.php(556): Wikibase\Lib\Store\Sql\TermSqlIndex->fetchTerms(array, array, array)
#2 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/BufferingTermLookup.php(139): Wikibase\Lib\Store\Sql\TermSqlIndex->getTermsOfEntities(array, array, array)
#3 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/DispatchingTermBuffer.php(87): Wikibase\Store\BufferingTermLookup->prefetchTerms(array, array, array)
#4 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/DispatchingTermBuffer.php(43): Wikibase\Lib\Store\DispatchingTermBuffer->prefetchTerms(array, array, array)
#5 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/EntityTermLookupBase.php(46): Wikibase\Lib\Store\DispatchingTermBuffer->getTermsOfType(Wikibase\Lexeme\DataModel\FormId, string, array)
#6 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Store/LanguageFallbackLabelDescriptionLookup.php(48): Wikibase\Lib\Store\EntityTermLookupBase->getLabels(Wikibase\Lexeme\DataModel\FormId, array)
#7 /srv/mediawiki/php-1.32.0-wmf.6/vendor/wikibase/data-model-services/src/EntityId/EntityIdLabelFormatter.php(55): Wikibase\Lib\Store\LanguageFallbackLabelDescriptionLookup->getLabel(Wikibase\Lexeme\DataModel\FormId)
#8 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/lib/includes/Formatters/EntityIdHtmlLinkFormatter.php(64): Wikibase\DataModel\Services\EntityId\EntityIdLabelFormatter->lookupEntityLabel(Wikibase\Lexeme\DataModel\FormId)
#9 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/ConstraintCheck/Message/ViolationMessageRenderer.php(215): Wikibase\Lib\EntityIdHtmlLinkFormatter->formatEntityId(Wikibase\Lexeme\DataModel\FormId)
#10 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/ConstraintCheck/Message/ViolationMessageRenderer.php(142): WikibaseQuality\ConstraintReport\ConstraintCheck\Message\ViolationMessageRenderer->renderEntityId(Wikibase\Lexeme\DataModel\FormId, string)
#11 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/ConstraintCheck/Message/ViolationMessageRenderer.php(85): WikibaseQuality\ConstraintReport\ConstraintCheck\Message\ViolationMessageRenderer->renderArgument(array)
#12 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/ConstraintCheck/Message/MultilingualTextViolationMessageRenderer.php(60): WikibaseQuality\ConstraintReport\ConstraintCheck\Message\ViolationMessageRenderer->render(WikibaseQuality\ConstraintReport\ConstraintCheck\Message\ViolationMessage)
#13 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/Api/CheckResultsRenderer.php(103): WikibaseQuality\ConstraintReport\ConstraintCheck\Message\MultilingualTextViolationMessageRenderer->render(WikibaseQuality\ConstraintReport\ConstraintCheck\Message\ViolationMessage)
#14 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/Api/CheckResultsRenderer.php(65): WikibaseQuality\ConstraintReport\Api\CheckResultsRenderer->checkResultToArray(WikibaseQuality\ConstraintReport\ConstraintCheck\Result\CheckResult)
#15 /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseQualityConstraints/src/Api/CheckConstraints.php(243): WikibaseQuality\ConstraintReport\Api\CheckResultsRenderer->render(WikibaseQuality\ConstraintReport\ConstraintCheck\Cache\CachedCheckResults)
#16 /srv/mediawiki/php-1.32.0-wmf.6/includes/api/ApiMain.php(1579): WikibaseQuality\ConstraintReport\Api\CheckConstraints->execute()
#17 /srv/mediawiki/php-1.32.0-wmf.6/includes/api/ApiMain.php(535): ApiMain->executeAction()
#18 /srv/mediawiki/php-1.32.0-wmf.6/includes/api/ApiMain.php(506): ApiMain->executeActionWithErrorHandling()
#19 /srv/mediawiki/php-1.32.0-wmf.6/api.php(83): ApiMain->execute()
#20 /srv/mediawiki/w/api.php(3): include(string)
#21 {main}TASK DETAILhttps://phabricator.wikimedia.org/T196352EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org

[Wikidata-bugs] [Maniphest] [Created] T196351: Fatal error: Call to undefined method Wikibase\\Lexeme\\DataModel\\Lexeme::getRepresentations()

2018-06-04 Thread Addshore
Addshore created this task.Addshore added projects: Wikimedia-log-errors, Lexicographical data.Herald added a project: Wikidata.
TASK DESCRIPTIONNo stacktrace available, not quite sure how this is possible..

Fatal error: Call to undefined method Wikibase\\Lexeme\\DataModel\\Lexeme::getRepresentations() in /srv/mediawiki/php-1.32.0-wmf.6/extensions/WikibaseLexeme/src/PropertyType/FormIdTextFormatter.php on line 52TASK DETAILhttps://phabricator.wikimedia.org/T196351EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T196349: wbgetentities API call for a Form ID results in Serializers\\Exceptions\\UnsupportedObjectException

2018-06-04 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...```

Looking at the request, the referer is the lexeme sandbox @ https://www.wikidata.org/wiki/Lexeme:L123 and the request is actually action="" which makes be believe this is coming from some _javascript_ code?TASK DETAILhttps://phabricator.wikimedia.org/T196349EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T196349: wbgetentities API call for a Form ID results in Serializers\\Exceptions\\UnsupportedObjectException

2018-06-04 Thread Addshore
Addshore created this task.Addshore added projects: Wikimedia-log-errors, Lexicographical data, Wikidata.
TASK DESCRIPTIONFor example: https://www.wikidata.org/w/api.php?action="">

This should probably not result in an exception that lands in the logs.

Result:

{
"error": {
"code": "internal_api_error_Serializers\\Exceptions\\UnsupportedObjectException",
"info": "[WxUWyApAIDMAAGsM3yEAAACY] Exception caught: "
},
"servedby": "mw1339"
}

Error:

/srv/mediawiki/php-1.32.0-wmf.6/vendor/serialization/serialization/src/Serializers/DispatchingSerializer.php:46

Stacktrace:

#0 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/repo/includes/Api/ResultBuilder.php(340): Serializers\DispatchingSerializer->serialize(Wikibase\Lexeme\DataModel\Form)
#1 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/repo/includes/Api/ResultBuilder.php(305): Wikibase\Repo\Api\ResultBuilder->getEntityArray(Wikibase\Lexeme\DataModel\Form, array, NULL, array, array)
#2 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/repo/includes/Api/GetEntities.php(314): Wikibase\Repo\Api\ResultBuilder->addEntityRevision(string, Wikibase\Lib\Store\EntityRevision, array, NULL, array, array)
#3 /srv/mediawiki/php-1.32.0-wmf.6/extensions/Wikibase/repo/includes/Api/GetEntities.php(139): Wikibase\Repo\Api\GetEntities->handleEntity(string, Wikibase\Lib\Store\EntityRevision, array)
#4 /srv/mediawiki/php-1.32.0-wmf.6/includes/api/ApiMain.php(1579): Wikibase\Repo\Api\GetEntities->execute()
#5 /srv/mediawiki/php-1.32.0-wmf.6/includes/api/ApiMain.php(535): ApiMain->executeAction()
#6 /srv/mediawiki/php-1.32.0-wmf.6/includes/api/ApiMain.php(506): ApiMain->executeActionWithErrorHandling()
#7 /srv/mediawiki/php-1.32.0-wmf.6/api.php(83): ApiMain->execute()
#8 /srv/mediawiki/w/api.php(3): include(string)
#9 {main}TASK DETAILhttps://phabricator.wikimedia.org/T196349EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, 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] T193857: Support 'noreplace' keyword in {{SHORTDESC}}

2018-06-04 Thread Tgr
Tgr claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T193857EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TgrCc: Alsee, Tgr, RexxS, JJMC89, Aklapper, Liuxinyu970226, Pbsouthwood, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T196166: Add Wikidata-specific search-options to Advanced search

2018-06-04 Thread MichaelSchoenitzer_WMDE
MichaelSchoenitzer_WMDE added a comment.
The by far most interesting option is to search for a specific P31. For example to search for humans (P31=Q5). In the user interface there could be a parameter "instance of" with either a dropdown containing the most common values of P31 or a wikibase-entityselector allowing to search and select an arbitrary item.
If the user selects human the backend would then search for haswbstatement:P31=Q5.TASK DETAILhttps://phabricator.wikimedia.org/T196166EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MichaelSchoenitzer_WMDECc: Aklapper, MichaelSchoenitzer_WMDE, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Lea_WMDE, KasiaWMDE, Wikidata-bugs, aude, jayvdb, Tobi_WMDE_SW, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T195790: Sanitize newlines in local Wikidata description overrides

2018-06-04 Thread Tgr
Tgr claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T195790EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TgrCc: Aklapper, Tgr, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, bearND, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T196327: [User story] Diff views in MediaWiki for Wikidata should be grouped by property

2018-06-04 Thread Aklapper
Aklapper added projects: MediaWiki-History-or-Diffs, Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T196327EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AklapperCc: Aklapper, Esc3300, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T196342: Header save button disabled when nothing to save

2018-06-04 Thread Pablo-WMDE
Pablo-WMDE created this task.Pablo-WMDE added projects: Wikidata, Lexicographical data.
TASK DESCRIPTIONAs an editor I want to enjoy consistent user interface behavior across wikidata.

Acceptance criteria:


Lexeme header in edit mode shows the "publish" button as disabled whilst the information in the form equals the state retrieved at page load


GIVEN I am on the Lexeme (header) part of a Lexeme page
WHEN  I switch to the edit mode using the edit button
THEN  The save button is disabled whilst no information is changed through the user interface

GIVEN I am on the Lexeme (header) part of a Lexeme page
AND   I switch to the edit mode using the edit button
WHEN  I add a lemma with any value and spelling variant
AND   No validation is violated
THEN  The save button is enabled and can be clicked

Info:


This behavior can be observed e.g. for the editing of items (see screenshot), or lexeme forms


F18734215: Bildschirmfoto vom 2018-06-04 11-52-41.pngTASK DETAILhttps://phabricator.wikimedia.org/T196342EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Pablo-WMDE, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T195359: Encoding problems in labels (Korean, French, etc.)

2018-06-04 Thread Addshore
Addshore added a comment.
I purged all Lexeme entities today so the issues should no longer be seen anywhere

09:04 addshore: addshore@terbium:~$ for i in {1..2500}; do echo Lexeme:L$i; done | mwscript purgePage.php --wiki wikidatawikiTASK DETAILhttps://phabricator.wikimedia.org/T195359EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, AddshoreCc: Stashbot, DonRumata, deryckchan, Shizhao, gerritbot, Pablo-WMDE, abian, dgstranz, Tacsipacsi, Ltrlg, Amire80, mxn, jmac, Mbch331, Smalyshev, JAnD, He7d3r, Lea_Lacroix_WMDE, Urbanecm, Superzerocool, Raymond, VIGNERON, WMDE-leszek, Addshore, revi, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Darkdadaah, Arrbee, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194252: Configure the CI job that runs WikibaseLexeme's browser tests against beta wikidata

2018-06-04 Thread hashar
hashar added a comment.
The summary from a quick chat with @zeljkofilipin :


selenium-WikibaseLexeme-chrome-434016 will work whenever WikibaseLexeme adds a file tests/browser/ci.yml:


java.nio.file.NoSuchFileException: /srv/jenkins-workspace/workspace/selenium-WikibaseLexeme-chrome-434016/tests/browser/ci.yml




selenium-WikibaseLexeme-jessie runs on Nodepool instance, it should disappear since Nodepool is being phased out.
TASK DETAILhttps://phabricator.wikimedia.org/T194252EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, hasharCc: hashar, zeljkofilipin, gerritbot, WMDE-leszek, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T196341: Wrong value is saved for an item-statement

2018-06-04 Thread jeblad
jeblad updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION**Given** I have an element A
And**And** I create an item-statement B
And**And** I write a valid name C for an existing item
**When** I change this to a non-existing item D
And**And** create the previously non-item D in another tab/window
And**And** hit enter in the field with the previously non-existing item D
**Then** the new item D should be found
And**And** the item-statement B should be saved with D as value...TASK DETAILhttps://phabricator.wikimedia.org/T196341EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: jeblad, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T196341: Wrong value is saved for an item-statement

2018-06-04 Thread jeblad
jeblad created this task.jeblad added a project: MediaWiki-extensions-WikibaseRepository.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONGiven I have an element A
And I create an item-statement B
And I write a valid name C for an existing item
When I change this to a non-existing item D
And create the previously non-item D in another tab/window
And hit enter in the field with the previously non-existing item D
Then the new item D should be found
And the item-statement B should be saved with D as value

What happen is the item-statement B is reset to the name for item C, and then this is saved.

This is what happen here (Kirkebyggdatabasen (Q54803993)).TASK DETAILhttps://phabricator.wikimedia.org/T196341EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: jeblad, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T194653: Ban clients of WDQS which don't follow throttling directives for some time

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437200 had a related patch set uploaded (by Gehel; owner: Gehel):
[wikidata/query/rdf@master] Introduce enable-ban-if-header to mirror enable-throttling-if-header

https://gerrit.wikimedia.org/r/437200TASK DETAILhttps://phabricator.wikimedia.org/T194653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, gerritbotCc: gerritbot, Cirdan, Smalyshev, Gehel, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, 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


[Wikidata-bugs] [Maniphest] [Closed] T196049: Wikibase-Containers Linux Packages versions should use ranges or semvar

2018-06-04 Thread Tarrow
Tarrow closed this task as "Resolved".Tarrow added a comment.
PR available at: https://github.com/wmde/wikibase-docker/pull/35 and now mergedTASK DETAILhttps://phabricator.wikimedia.org/T196049EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TarrowCc: Aklapper, Tarrow, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, Gstupp, LawExplorer, Abbe98, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T192365: Create container for QuickStatements and connect to OAuth in Wikibase bundle

2018-06-04 Thread Tarrow
Tarrow closed this task as "Resolved".Tarrow added a comment.
PR MergedTASK DETAILhttps://phabricator.wikimedia.org/T192365EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TarrowCc: Liuxinyu970226, Lydia_Pintscher, Aklapper, Tarrow, Addshore, Magnus, Lucas_Werkmeister_WMDE, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Gstupp, LawExplorer, Lewizho99, Maathavan, Abbe98, 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] T192079: Include a connected container for Quickstatements in the default wikibase docker-compose

2018-06-04 Thread Tarrow
Tarrow closed subtask T192365: Create container for QuickStatements and connect to OAuth in Wikibase bundle as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T192079EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TarrowCc: Liuxinyu970226, Magnus, Addshore, Tarrow, Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Gstupp, LawExplorer, Lewizho99, Maathavan, Abbe98, 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] T192079: Include a connected container for Quickstatements in the default wikibase docker-compose

2018-06-04 Thread Tarrow
Tarrow closed this task as "Resolved".Tarrow added a comment.
PR MergedTASK DETAILhttps://phabricator.wikimedia.org/T192079EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TarrowCc: Liuxinyu970226, Magnus, Addshore, Tarrow, Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Gstupp, LawExplorer, Lewizho99, Maathavan, Abbe98, 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] T193636: [Bug] new representation or Lemma with same language code overwrites existing representation

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 436806 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Representation language: Add aria-invalid

https://gerrit.wikimedia.org/r/436806TASK DETAILhttps://phabricator.wikimedia.org/T193636EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, gerritbotCc: WMDE-leszek, gerritbot, Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T195443: Separate lang and category with a comma in Lexeme "description"

2018-06-04 Thread VIGNERON
VIGNERON added a comment.
Yes, I didn't thought about it but commas should be i18ned "،" for Arabic and Persian, "、" for Chinese and Japanese (and maybe others for other languages but I don't know them, is there a list for i18n comma somewhere?).TASK DETAILhttps://phabricator.wikimedia.org/T195443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: VIGNERONCc: WMDE-leszek, Lydia_Pintscher, VIGNERON, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T193636: [Bug] new representation or Lemma with same language code overwrites existing representation

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Pablo and I just discussed this and to be consistent with all the other places we could find (Form representation, statements, term box) we should disable the Lemma widget's submit button when there is invalid input.TASK DETAILhttps://phabricator.wikimedia.org/T193636EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, Lydia_PintscherCc: WMDE-leszek, gerritbot, Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T196273: Remove existing gloss

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Is there a case where a Sense without a Gloss would be meaningful?TASK DETAILhttps://phabricator.wikimedia.org/T196273EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Esc3300, WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T196264: View a referenced Sense

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Yeah. Like in other places when there are several Lemmas we show them all separated by the i18n-able separator.TASK DETAILhttps://phabricator.wikimedia.org/T196264EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T195443: Separate lang and category with a comma in Lexeme "description"

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Yes that sounds right.TASK DETAILhttps://phabricator.wikimedia.org/T195443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lydia_Pintscher, VIGNERON, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Retitled] T196286: See change with summary + diff on watchlist and recent changes

2018-06-04 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "See change with summary + diff on Watch list" to "See change with summary + diff on watchlist and recent changes".Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...As an editor of Wikidata-Lexeme I want to be able to Seesee a change with summary + diff on Wwatch listlist and recent changes.

**Acceptance Criteria**:...TASK DETAILhttps://phabricator.wikimedia.org/T196286EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Retitled] T196286: See change with summary + diff on Watch list

2018-06-04 Thread RazShuty
RazShuty renamed this task from "See change with summary + diff on (?)" to "See change with summary + diff on Watch list".RazShuty updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...As an editor of Wikidata-Lexeme I want to be able to See change with summary + diff on (?)Watch list

**Acceptance Criteria**:...TASK DETAILhttps://phabricator.wikimedia.org/T196286EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RazShutyCc: WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T194653: Ban clients of WDQS which don't follow throttling directives for some time

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437188 had a related patch set uploaded (by Gehel; owner: Gehel):
[operations/puppet@production] wdqs: reduce ban to a minimum on the internal cluster

https://gerrit.wikimedia.org/r/437188TASK DETAILhttps://phabricator.wikimedia.org/T194653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, gerritbotCc: gerritbot, Cirdan, Smalyshev, Gehel, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, 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


[Wikidata-bugs] [Maniphest] [Commented On] T194653: Ban clients of WDQS which don't follow throttling directives for some time

2018-06-04 Thread gerritbot
gerritbot added a comment.
Change 437187 had a related patch set uploaded (by Gehel; owner: Gehel):
[operations/puppet@production] wdqs: cleanup declarration of blazegraph options

https://gerrit.wikimedia.org/r/437187TASK DETAILhttps://phabricator.wikimedia.org/T194653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, gerritbotCc: gerritbot, Cirdan, Smalyshev, Gehel, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, 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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T194184: rack/setup/install wdqs10[09|10].eqiad.wmnet

2018-06-04 Thread Gehel
Gehel moved this task from In progress to Done on the Discovery-Wikidata-Query-Service-Sprint board.Gehel added a comment.
Data load is complete, this can be closed.TASK DETAILhttps://phabricator.wikimedia.org/T194184WORKBOARDhttps://phabricator.wikimedia.org/project/board/1239/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GehelCc: ops-monitoring-bot, gerritbot, Gehel, Smalyshev, Aklapper, Cmjohnson, faidon, RobH, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, Maathavan, Jonas, FloNight, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T195443: Separate lang and category with a comma in Lexeme "description"

2018-06-04 Thread WMDE-leszek
WMDE-leszek added subscribers: Lydia_Pintscher, WMDE-leszek.WMDE-leszek added a comment.
@Lydia_Pintscher I assume this should be i18n-ed properly. How? The "comma and a possible white space" separator should be used?TASK DETAILhttps://phabricator.wikimedia.org/T195443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, Lydia_Pintscher, VIGNERON, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] [Commented On] T196264: View a referenced Sense

2018-06-04 Thread WMDE-leszek
WMDE-leszek added a comment.
Rare case clarification request regarding

The shown value follows the pattern "Lemma (Gloss)" - for example: "move (to change position)"

When there are multiple lemma variants, then all should be shown with the i18n-able separator etc, or just one (if so, please define the algorithm on how to pick _the_ one)?TASK DETAILhttps://phabricator.wikimedia.org/T196264EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, RazShuty, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T196328: Wikidata / Grafana - track the number of statements per datatype

2018-06-04 Thread Esc3300
Esc3300 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONCurrently there doesn't seem to be a view on https://grafana.wikimedia.org/dashboard/db/wikidata-datamodel-statements  that tracks the number of statements per [[ https://www.wikidata.org/wiki/Help:Data_type#List_of_data_types | datatype ]]. 

There is one that counts the [[https://grafana.wikimedia.org/dashboard/db/wikidata-datamodel?refresh=30m=6=1 | number of properties by datatype]].  

For datatypes with just one relevant property (coordinates: P625, math: P2534, geographic shape: P3896; maybe CommonsMedia: P18), checking that usage history of that property is a suitable substitute, but not for others.TASK DETAILhttps://phabricator.wikimedia.org/T196328EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs