[Wikidata-bugs] [Maniphest] [Edited] T54843: Improve display of API error messages in the UI

2016-07-14 Thread matej_suchanek
matej_suchanek edited the task description. (Show Details)
EDIT DETAILSIt's been suggested that we expand the error messages in the error message bubbles by default so one doesn't have to click the "read more" link. Since our error messages are useless without the "read more"-text afaict I agree with this.

--
**Version**: master
**Severity**: normalSince our error messages are useless without the "read more"-text afaict I agree with this.TASK DETAILhttps://phabricator.wikimedia.org/T54843EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Charlie_WMDE, Jan_Dittrich, Jonas, Wikidata-bugs, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, daniel, JohnLewis, D3r1ck01, Izno, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T54843: Improve display of API error messages in the UI

2016-07-14 Thread Jan_Dittrich
Jan_Dittrich added a comment.
@daniel OK, that we can investigate.TASK DETAILhttps://phabricator.wikimedia.org/T54843EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jan_DittrichCc: Charlie_WMDE, Jan_Dittrich, Jonas, Wikidata-bugs, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, daniel, JohnLewis, D3r1ck01, Izno, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139916: Special:EntityData returns localized url, but Blazegraph updater requires it on english

2016-07-14 Thread Pastakhov
Pastakhov added a comment.
I temporary fixed it by adding in LocalSetting.php string:

# Site language code, should be one of the list in ./languages/data/Names.php
if ( $_SERVER['REMOTE_ADDR'] === 'myserverip' ) {  Hack Wikidata Query Service Updater
$wgLanguageCode = "en";
} else {
$wgLanguageCode = "ru";
}TASK DETAILhttps://phabricator.wikimedia.org/T139916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PastakhovCc: Smalyshev, Aklapper, Pastakhov, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139916: Special:EntityData returns localized url, but Blazegraph updater requires it on english

2016-07-14 Thread Pastakhov
Pastakhov added a comment.
There is parameter uselang, but it changes all messages except URL, because URL is hard-coded. :-/TASK DETAILhttps://phabricator.wikimedia.org/T139916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PastakhovCc: Smalyshev, Aklapper, Pastakhov, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139916: Special:EntityData returns localized url, but Blazegraph updater requires it on english

2016-07-14 Thread Pastakhov
Pastakhov added a comment.
I'm not sure why exactly the wikibase has different language code

Because wikibase uses $entityDataTitle->getCanonicalURL() function which returns localized URL. It's common behavior of MW Core that hard-coded and there is no alternative :-(

isn't wikibase supposed to be multilingual?

I sure wikibase should be multilingual, but URL in RDF schema doesn't.TASK DETAILhttps://phabricator.wikimedia.org/T139916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PastakhovCc: Smalyshev, Aklapper, Pastakhov, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140437: Browser crashes when trying to view an item with large number of statements in a statement group

2016-07-14 Thread aude
aude added a comment.
also we include the serialized entity on the page as wbEntity js config variable.

this is also not ideal.TASK DETAILhttps://phabricator.wikimedia.org/T140437EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: Aklapper, Zppix, aude, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T140437: Browser crashes when trying to view an item with large number of statements in a statement group

2016-07-14 Thread aude
aude edited the task description. (Show Details)
EDIT DETAILSLoading https://www.wikidata.org/wiki/Q21558717 causes my browser to crash when I have JS enabled. Without JS, the item loads quickly.

I was able to import the item to my local wiki, where sometimes it crashes, but I can try to step through the code and debug what is happening.

Upon some investigation, a lot of time spent in SELF.prototype.getStatementGroupListView in ViewFactory, looping through StatementGroupSet:...TASK DETAILhttps://phabricator.wikimedia.org/T140437EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: Aklapper, Zppix, aude, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T140437: Browser crashes when trying to view an item with large number of statements in a statement group

2016-07-14 Thread aude
aude created this task.aude added projects: Wikidata, MediaWiki-extensions-WikibaseView, Wikibase-DataModel-_javascript_.Herald added subscribers: Zppix, Aklapper.
TASK DESCRIPTIONLoading https://www.wikidata.org/wiki/Q21558717 causes my browser to crash when I have JS enabled. Without JS, the item loads quickly.

Upon some investigation, a lot of time spent in SELF.prototype.getStatementGroupListView in ViewFactory, looping through StatementGroupSet:

https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/master/view/resources/wikibase/view/ViewFactory.js#L254

StatementGroupSet is something in WikibaseDataModelJavaScript:

https://github.com/wmde/WikibaseDataModelJavaScript/blob/master/src/StatementGroupSet.js

based on:

https://github.com/wmde/WikibaseDataModelJavaScript/blob/master/src/Set.js

pretty sure the way all this done is not optimal and can be done in a better way.TASK DETAILhttps://phabricator.wikimedia.org/T140437EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: Aklapper, Zppix, aude, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T140437: Browser crashes when trying to view an item with large number of statements in a statement group

2016-07-14 Thread aude
aude triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T140437EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: Aklapper, Zppix, aude, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T138983: entityNamespaces change leads to notices on Vagrant

2016-07-14 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev triaged this task as "Normal" priority.Smalyshev edited the task description. (Show Details)
EDIT DETAILS...[x] Error message does not provide any information about what should be there insteadTASK DETAILhttps://phabricator.wikimedia.org/T138983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, aude, Aklapper, Zppix, Smalyshev, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138983: entityNamespaces change leads to notices on Vagrant

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 299091 merged by jenkins-bot:
Improve error message for entityNamespaces

https://gerrit.wikimedia.org/r/299091TASK DETAILhttps://phabricator.wikimedia.org/T138983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, aude, Aklapper, Zppix, Smalyshev, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138376: Avoid falling back to master when loading page data in GET requests

2016-07-14 Thread Smalyshev
Smalyshev added a comment.
What about loadRevisionInformationByRevisionId? It does the same thing, should it also be modified?TASK DETAILhttps://phabricator.wikimedia.org/T138376EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Zppix, Glaisher, MZMcBride, Nemo_bis, Gilles, aaron, Aklapper, gerritbot, PleaseStand, Krenair, Joe, aude, hoo, daniel, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138983: entityNamespaces change leads to notices on Vagrant

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 299091 had a related patch set uploaded (by Smalyshev):
Improve error message for entityNamespaces

https://gerrit.wikimedia.org/r/299091TASK DETAILhttps://phabricator.wikimedia.org/T138983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, aude, Aklapper, Zppix, Smalyshev, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T112397: WDQS returns current AND old data

2016-07-14 Thread Sebotic
Sebotic added a comment.
thanks, here are the headers for r1 and r2, respectively:

{'Connection': 'keep-alive', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/sparql-results+json', 'Via': '1.1 varnish-v4, 1.1 varnish-v4, 1.1 varnish-v4, 1.1 varnish-v4', 'X-Cache': 'cp1058 miss, cp2006 miss, cp4002 miss, cp4001 miss', 'Accept-Ranges': 'bytes', 'X-Served-By': 'wdqs1001', 'X-Client-IP': '137.131.58.191', 'Date': 'Thu, 14 Jul 2016 22:39:31 GMT', 'Vary': 'Accept, Accept-Encoding', 'Server': 'nginx/1.11.1', 'Set-Cookie': 'WMF-Last-Access=14-Jul-2016;Path=/;HttpOnly;secure;Expires=Mon, 15 Aug 2016 12:00:00 GMT', 'Cache-Control': 'public, max-age=300', 'X-Varnish': '63828730, 50083124, 32483470, 1448128', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Age': '2', 'Content-Encoding': 'gzip', 'X-Analytics': 'https=1;nocookies=1', 'Content-Length': '232492'}
{'Connection': 'keep-alive', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/sparql-results+json', 'Via': '1.1 varnish-v4, 1.1 varnish-v4, 1.1 varnish-v4, 1.1 varnish-v4', 'X-Cache': 'cp1045 miss, cp2025 miss, cp4004 miss, cp4001 miss', 'Accept-Ranges': 'bytes', 'X-Served-By': 'wdqs1002', 'X-Client-IP': '137.131.58.191', 'Date': 'Thu, 14 Jul 2016 22:39:35 GMT', 'Vary': 'Accept, Accept-Encoding', 'Server': 'nginx/1.11.1', 'Set-Cookie': 'WMF-Last-Access=14-Jul-2016;Path=/;HttpOnly;secure;Expires=Mon, 15 Aug 2016 12:00:00 GMT', 'Cache-Control': 'public, max-age=300', 'X-Varnish': '64294654, 50298994, 32690474, 1448131', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Age': '3', 'Content-Encoding': 'gzip', 'X-Analytics': 'https=1;nocookies=1', 'Content-Length': '233261'}TASK DETAILhttps://phabricator.wikimedia.org/T112397EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, SeboticCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T139434: Cleanup WDQS puppet config

2016-07-14 Thread Smalyshev
Smalyshev moved this task from Backlog to Needs review on the Discovery-Wikidata-Query-Service-Sprint board.
TASK DETAILhttps://phabricator.wikimedia.org/T139434WORKBOARDhttps://phabricator.wikimedia.org/project/board/1239/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Gehel, Aklapper, Zppix, Smalyshev, Avner, Lewizho99, Maathavan, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T112397: WDQS returns current AND old data

2016-07-14 Thread Smalyshev
Smalyshev claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T112397EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T117031: Represent normalized unit values in full values RDF

2016-07-14 Thread Smalyshev
Smalyshev moved this task from Backlog to In progress on the Discovery-Wikidata-Query-Service-Sprint board.
TASK DETAILhttps://phabricator.wikimedia.org/T117031WORKBOARDhttps://phabricator.wikimedia.org/project/board/1239/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Jc3s5h, aude, daniel, Aklapper, Smalyshev, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T117031: Represent normalized unit values in full values RDF

2016-07-14 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T117031EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Jc3s5h, aude, daniel, Aklapper, Smalyshev, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T139824: [feature request] allow selection by East and West corners on Wikidata Query Service wikibase:box

2016-07-14 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T139824EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Esc3300, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T139823: [feature request] allow selection by SE and NW corners on Wikidata Query Service wikibase:box

2016-07-14 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T139823EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Esc3300, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T139434: Cleanup WDQS puppet config

2016-07-14 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T139434EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Gehel, Aklapper, Zppix, Smalyshev, Avner, Lewizho99, Maathavan, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T112397: WDQS returns current AND old data

2016-07-14 Thread Smalyshev
Smalyshev added a comment.
You can know which server runs the query if you look at the network trace (ie. in Chrome Devtools) and see x-served-by header, e.g. x-served-by:wdqs1002.TASK DETAILhttps://phabricator.wikimedia.org/T112397EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Deskana, SmalyshevCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T111770: [Story] Decide how to represent quantities with units in the "truthy" RDF mapping

2016-07-14 Thread Smalyshev
Smalyshev removed a project: Discovery-Wikidata-Query-Service-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T111770EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Liuxinyu970226, JanZerebecki, Denny, mkroetzsch, Smalyshev, Aklapper, daniel, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T112397: WDQS returns current AND old data

2016-07-14 Thread Smalyshev
Smalyshev moved this task from Done to In progress on the Discovery-Wikidata-Query-Service-Sprint board.
TASK DETAILhttps://phabricator.wikimedia.org/T112397WORKBOARDhttps://phabricator.wikimedia.org/project/board/1239/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Deskana, SmalyshevCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T112397: WDQS returns current AND old data

2016-07-14 Thread Sebotic
Sebotic added a comment.
I have a quick follow up for this. I made 2 slightly differing sparql queries one accessing values directly and one inderectly. They should give the same return values, but it seems that if each query is executed on a different server, the 2 result sets differ, one gives back 54320 values, the other 54315. Irrespective of the counts, some values differ. Seem my code here: https://gist.github.com/sebotic/a92f9291175f4968ce265ffe31e0e9c2

Output:

r1 54320
r2 54315
r1 to r2 diff {'http://www.wikidata.org/entity/Q1649375', 'http://www.wikidata.org/entity/Q21107532', 'http://www.wikidata.org/entity/Q21126253', 'http://www.wikidata.org/entity/Q23427423', 'http://www.wikidata.org/entity/Q23502720', 'http://www.wikidata.org/entity/Q22291919', 'http://www.wikidata.org/entity/Q21149708', 'http://www.wikidata.org/entity/Q5401857', 'http://www.wikidata.org/entity/Q21109520', 'http://www.wikidata.org/entity/Q21154422', 'http://www.wikidata.org/entity/Q21988981', 'http://www.wikidata.org/entity/Q21170314', 'http://www.wikidata.org/entity/Q21105176', 'http://www.wikidata.org/entity/Q21101781', 'http://www.wikidata.org/entity/Q21758789', 'http://www.wikidata.org/entity/Q21110288', 'http://www.wikidata.org/entity/Q2041084', 'http://www.wikidata.org/entity/Q23597325', 'http://www.wikidata.org/entity/Q2549', 'http://www.wikidata.org/entity/Q23607725', 'http://www.wikidata.org/entity/Q21987727', 'http://www.wikidata.org/entity/Q23565314', 'http://www.wikidata.org/entity/Q21106974', 'http://www.wikidata.org/entity/Q21109066', 'http://www.wikidata.org/entity/Q23547921', 'http://www.wikidata.org/entity/Q21112289', 'http://www.wikidata.org/entity/Q4044986', 'http://www.wikidata.org/entity/Q23625489', 'http://www.wikidata.org/entity/Q21097467', 'http://www.wikidata.org/entity/Q41', 'http://www.wikidata.org/entity/Q21151165', 'http://www.wikidata.org/entity/Q21765867', 'http://www.wikidata.org/entity/Q21132784', 'http://www.wikidata.org/entity/Q7119385', 'http://www.wikidata.org/entity/Q14914349', 'http://www.wikidata.org/entity/Q24136789', 'http://www.wikidata.org/entity/Q21106149', 'http://www.wikidata.org/entity/Q287896', 'http://www.wikidata.org/entity/Q21149578', 'http://www.wikidata.org/entity/Q21112096', 'http://www.wikidata.org/entity/Q737488', 'http://www.wikidata.org/entity/Q22291581'}
r2 to r1 diff {'http://www.wikidata.org/entity/Q21109932', 'http://www.wikidata.org/entity/Q23532011', 'http://www.wikidata.org/entity/Q24092707', 'http://www.wikidata.org/entity/Q21113917', 'http://www.wikidata.org/entity/Q23495416', 'http://www.wikidata.org/entity/Q21114054', 'http://www.wikidata.org/entity/Q21136466', 'http://www.wikidata.org/entity/Q21112164', 'http://www.wikidata.org/entity/Q21125854', 'http://www.wikidata.org/entity/Q909409', 'http://www.wikidata.org/entity/Q21118862', 'http://www.wikidata.org/entity/Q21133039', 'http://www.wikidata.org/entity/Q21121539', 'http://www.wikidata.org/entity/Q23571649', 'http://www.wikidata.org/entity/Q21172303', 'http://www.wikidata.org/entity/Q23456743', 'http://www.wikidata.org/entity/Q22293399', 'http://www.wikidata.org/entity/Q418404', 'http://www.wikidata.org/entity/Q21108415', 'http://www.wikidata.org/entity/Q21105173', 'http://www.wikidata.org/entity/Q21122885', 'http://www.wikidata.org/entity/Q21141185', 'http://www.wikidata.org/entity/Q4897285', 'http://www.wikidata.org/entity/Q23633201', 'http://www.wikidata.org/entity/Q23598795', 'http://www.wikidata.org/entity/Q21130454', 'http://www.wikidata.org/entity/Q22291022', 'http://www.wikidata.org/entity/Q21117998', 'http://www.wikidata.org/entity/Q21121760', 'http://www.wikidata.org/entity/Q23597984', 'http://www.wikidata.org/entity/Q21139471', 'http://www.wikidata.org/entity/Q21109478', 'http://www.wikidata.org/entity/Q24268653', 'http://www.wikidata.org/entity/Q22678298', 'http://www.wikidata.org/entity/Q23460137', 'http://www.wikidata.org/entity/Q4046258', 'http://www.wikidata.org/entity/Q21105140'}

as far as I could see, the reason why these result sets differ is not the rank or other differences. If the queries are both run on the same server, there is no difference between the result sets. (this is an assumption as I do not know which server is really executing a query)

Thanks for looking at this issue!

Best,
SebastianTASK DETAILhttps://phabricator.wikimedia.org/T112397EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Deskana, SeboticCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread Jdlrobson
Jdlrobson added a subscriber: Jhernandez.Jdlrobson added a comment.
I nominate @Jhernandez given his distance from the task for sign off.TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, JdlrobsonCc: Jhernandez, Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T107595: [RFC] Multi-Content Revisions

2016-07-14 Thread RobLa-WMF
RobLa-WMF added a comment.

In T107595#2462578, @daniel wrote:
Sorry, couldn't make it to the meeting. Let's talk about it next week.


Okee doke, let's add it to the agenda of E234TASK DETAILhttps://phabricator.wikimedia.org/T107595EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, RobLa-WMFCc: LikeLifer, Elitre, Glaisher, JJMC89, RobLa-WMF, Yurik, ArielGlenn, APerson, TomT0m, Krenair, intracer, Tgr, Tobi_WMDE_SW, Addshore, Lydia_Pintscher, cscott, PleaseStand, awight, Ricordisamoa, GWicke, MarkTraceur, waldyrious, Legoktm, Aklapper, Jdforrester-WMF, Ltrlg, brion, Spage, MZMcBride, daniel, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, jayvdb, fbstj, Mbch331, Jay8g, bd808___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Ladsgroup
Ladsgroup added a comment.

In T139660#2463898, @Legoktm wrote:

In T139660#2457031, @Ladsgroup wrote:
It occurs when the ORES extension tries to score edits not made in the main name space in Wikidata (ORES service doesn't support that and it's by design).


Tangentially, can you explain why that's the case?


Mostly because the models is meant to deal with wikibase data model not with the textual and wiki-like part. So when it tries to understand an edit that not made in main namespace (and ns:120, properties) it errors trying to parse the json since these pages are not json-parse-able.TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Lydia_Pintscher, gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Legoktm
Legoktm added a comment.

In T139660#2457031, @Ladsgroup wrote:
It occurs when the ORES extension tries to score edits not made in the main name space in Wikidata (ORES service doesn't support that and it's by design).


Tangentially, can you explain why that's the case?TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, LegoktmCc: Lydia_Pintscher, gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread jhobs
jhobs added a comment.

In T138788#2463523, @Jdlrobson wrote:
Another engineer should feel free to sign off knowing the above BUT they should open a new task for next sprint to remove all the deprecated config variables as soon as these changes are live everywhere (from 21st July 2016).


As someone who contributed a fair amount to this task, I'd rather leave this to someone with fresher eyes.TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, jhobsCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread jhobs
jhobs added a comment.

In T138788#2463523, @Jdlrobson wrote:
So I had a super close look at this.
 We only introduced MFDisplayWikibaseDescriptionsAsTaglines June 27th. Before this change enabling $wgMFUseWikibaseDescription would control the Wikidata description tagline. We've now deprecated this config variable 2 weeks later in favour of $wgMFDisplayWikibaseDescriptions = [ 'tagline' => true ].


Just for context: This was because it was expected that there would be a slight overhaul on these config variables shortly after introducing $wgMFDisplayWikibaseDescriptionsAsTaglines, but it was not expected that the most appropriate solution would be to use $wgMFDisplayWikibaseDescriptions as an object (although it was known to be a potential solution). It took more investigation to determine that was the path forward. I think the slight confusion here in terms of refactoring a new variable immediately is understandable and permissible given that we're doing it in such a close timeframe (and it was announced in the original task that a follow-up refactoring would be done).TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, jhobsCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread Jdlrobson
Jdlrobson added a comment.
So I had a super close look at this.
We only introduced MFDisplayWikibaseDescriptionsAsTaglines June 27th. Before this change enabling $wgMFUseWikibaseDescription would control the Wikidata description tagline. We've now deprecated this config variable 2 weeks later in favour of $wgMFDisplayWikibaseDescriptions = [ 'tagline' => true ].

The result of this is any site using the sole config variable $wgMFUseWikibaseDescription = true from before June 27th to show taglines who upgrades will now lose their tagline unless they turn on $wgMFDisplayWikibaseDescriptions immediately.

This is all very confusing and I doubt many people are using Wikibase for this purpose so I think we should just accept this is the case.

Another engineer should feel free to sign off knowing the above BUT they should open a new task for next sprint to remove all the deprecated config variables as soon as these changes are live everywhere (from 21st July 2016).TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, JdlrobsonCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T112397: WDQS returns current AND old data

2016-07-14 Thread Gstupp
Gstupp reopened this task as "Open".
TASK DETAILhttps://phabricator.wikimedia.org/T112397EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Deskana, GstuppCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T112397: WDQS returns current AND old data

2016-07-14 Thread Gstupp
Gstupp added a comment.
I believe this issue is still present.

As an example:  
https://www.wikidata.org/wiki/Q24788592

Which doesn't show up using the sparql endpoint:  http://tinyurl.com/hcye8s3

There are 3 with the same issue:
IPR005128  https://www.wikidata.org/wiki/Q24769972
IPR015233  https://www.wikidata.org/wiki/Q24788592
IPR029830  https://www.wikidata.org/wiki/Q24770987

The IPR005128 one seems to work occasionally, however meaning it may have loaded correctly on one server but no on another?
Please take a look. Thank youTASK DETAILhttps://phabricator.wikimedia.org/T112397EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Deskana, GstuppCc: Gstupp, Deskana, Bene, Smalyshev, Lydia_Pintscher, Aklapper, Sebotic, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
\o/TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lydia_PintscherCc: Lydia_Pintscher, gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139916: Special:EntityData returns localized url, but Blazegraph updater requires it on english

2016-07-14 Thread Smalyshev
Smalyshev added a comment.
Yes, Special:EntityData should produce the same data always. I'm not sure why exactly the wikibase has different language code - isn't wikibase supposed to be multilingual? But I'll look into how to make it use more standard URL...TASK DETAILhttps://phabricator.wikimedia.org/T139916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Pastakhov, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Ladsgroup
Ladsgroup added a comment.

In T139660#2462842, @Lydia_Pintscher wrote:
It'd be good to also score the edits on properties. Is the property namespace included still?


The patch here only enables this method, we can add as many namespaces as we want in mediawiki-config patches. Once this one is merged, I will make the config one and put both item and properties namespaces :)TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Lydia_Pintscher, gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T139890: Document query timeout limit in WDQS UI

2016-07-14 Thread Smalyshev
Smalyshev moved this task from All WDQS-related tasks to GUI on the Wikidata-Query-Service board.
TASK DETAILhttps://phabricator.wikimedia.org/T139890WORKBOARDhttps://phabricator.wikimedia.org/project/board/891/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Bugreporter, Smalyshev, Aklapper, Zppix, Addshore, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T140383: Internationalize "query timeout" message and other status messages

2016-07-14 Thread Smalyshev
Smalyshev moved this task from All WDQS-related tasks to GUI on the Wikidata-Query-Service board.
TASK DETAILhttps://phabricator.wikimedia.org/T140383WORKBOARDhttps://phabricator.wikimedia.org/project/board/891/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, SmalyshevCc: Addshore, Zppix, Aklapper, Bugreporter, Smalyshev, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T140383: Internationalize "query timeout" message and other status messages

2016-07-14 Thread Smalyshev
Smalyshev created this task.Smalyshev added projects: Wikidata-Query-Service, Wikidata, Discovery.
TASK DESCRIPTIONRight now status messages (like "Generating view") and error messages (like "QUERY TIMEOUT") are not internationalized. I think it makes sense to make them internationalized strings.TASK DETAILhttps://phabricator.wikimedia.org/T140383EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, SmalyshevCc: Addshore, Zppix, Aklapper, Bugreporter, Smalyshev, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T139890: Document query timeout limit in WDQS UI

2016-07-14 Thread Smalyshev
Smalyshev created subtask T140383: Internationalize "query timeout" message and other status messages.
TASK DETAILhttps://phabricator.wikimedia.org/T139890EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Bugreporter, Smalyshev, Aklapper, Zppix, Addshore, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139890: Document query timeout limit in WDQS UI

2016-07-14 Thread Smalyshev
Smalyshev added a comment.
@Addshore the problem there is that GUI has no idea about current timeout setting. I could hardcode it of course but then it'd be wrong if we change the timeout.TASK DETAILhttps://phabricator.wikimedia.org/T139890EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Bugreporter, Smalyshev, Aklapper, Zppix, Addshore, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298432 merged by jenkins-bot:
Use wgMFDisplayWikibaseDescriptions in client

https://gerrit.wikimedia.org/r/298432TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, gerritbotCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T139823: [feature request] allow selection by SE and NW corners on Wikidata Query Service wikibase:box

2016-07-14 Thread Smalyshev
Smalyshev moved this task from All WDQS-related tasks to Ready for work on the Wikidata-Query-Service board.
TASK DETAILhttps://phabricator.wikimedia.org/T139823WORKBOARDhttps://phabricator.wikimedia.org/project/board/891/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Esc3300, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T139824: [feature request] allow selection by East and West corners on Wikidata Query Service wikibase:box

2016-07-14 Thread Smalyshev
Smalyshev moved this task from All WDQS-related tasks to Ready for work on the Wikidata-Query-Service board.
TASK DETAILhttps://phabricator.wikimedia.org/T139824WORKBOARDhttps://phabricator.wikimedia.org/project/board/891/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Esc3300, Zppix, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
It'd be good to also score the edits on properties. Is the property namespace included still?TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lydia_PintscherCc: Lydia_Pintscher, gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread Jdlrobson
Jdlrobson added a comment.
I'm going to carefully go over the Wikimedia config today to ensure this doesn't interrupt service on any live wikis  given this discussion. Expect subtasks! :)TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, JdlrobsonCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread Jdlrobson
Jdlrobson moved this task from Code Review to Ready for Signoff on the Reading-Web-Sprint-76-Retrosprekfast board.
TASK DETAILhttps://phabricator.wikimedia.org/T138788WORKBOARDhttps://phabricator.wikimedia.org/project/board/2023/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, JdlrobsonCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T120467: CirrusSearch PHPUnit extension tests fail (when added as dependency to Wikidata)

2016-07-14 Thread Smalyshev
Smalyshev added a comment.
I wonder if it wasn't fixed recently when we fixed running unit tests locally. If not, could you please add a reproduction procedure?TASK DETAILhttps://phabricator.wikimedia.org/T120467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, aude, Aklapper, JanZerebecki, StudiesWorld, Avner, debt, Gehel, D3r1ck01, FloNight, Izno, Wikidata-bugs, Deskana, jayvdb, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T120467: CirrusSearch PHPUnit extension tests fail (when added as dependency to Wikidata)

2016-07-14 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.Herald added a project: Discovery-Search-Backlog.
TASK DETAILhttps://phabricator.wikimedia.org/T120467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: aude, Aklapper, JanZerebecki, StudiesWorld, Avner, debt, Gehel, D3r1ck01, FloNight, Izno, Wikidata-bugs, Deskana, jayvdb, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T137780: consistent use of input placeholders in wikibase item view UI –

2016-07-14 Thread Jan_Dittrich
Jan_Dittrich moved this task from Done to Reported on the WMDE-Design board.
TASK DETAILhttps://phabricator.wikimedia.org/T137780WORKBOARDhttps://phabricator.wikimedia.org/project/board/1944/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, Jan_DittrichCc: Jonas, thiemowmde, Sjoerddebruin, Aklapper, Zppix, Jan_Dittrich, codynguyen1116, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T137780: consistent use of input placeholders in wikibase item view UI –

2016-07-14 Thread Jan_Dittrich
Jan_Dittrich moved this task from Doing to Done on the WMDE-Design board.
TASK DETAILhttps://phabricator.wikimedia.org/T137780WORKBOARDhttps://phabricator.wikimedia.org/project/board/1944/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, Jan_DittrichCc: Jonas, thiemowmde, Sjoerddebruin, Aklapper, Zppix, Jan_Dittrich, codynguyen1116, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T137780: consistent use of input placeholders in wikibase item view UI –

2016-07-14 Thread Jan_Dittrich
Jan_Dittrich moved this task from Reported to Doing on the WMDE-Design board.Herald added a project: Design.
TASK DETAILhttps://phabricator.wikimedia.org/T137780WORKBOARDhttps://phabricator.wikimedia.org/project/board/1944/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, Jan_DittrichCc: Jonas, thiemowmde, Sjoerddebruin, Aklapper, Zppix, Jan_Dittrich, codynguyen1116, D3r1ck01, Izno, 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] T138748: [Solution] Value checking and saving: Error messages, no silent fails

2016-07-14 Thread daniel
daniel added a comment.

In T138748#2456812, @Jan_Dittrich wrote:
so infos for the save button will take a different path than the info for the fields?


As far as I understand, they have to, because the save button lives on an entirely different level of the code as the input field. They also have different cardinality (a single save button can save the content of dozens of input fields).

Semantically it would make sense if the preview and the error message data are easy to tell apart technically on the client side (come in different JSON-properties or so)

That's already the case,  of course :)TASK DETAILhttps://phabricator.wikimedia.org/T138748EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, danielCc: Tobi_WMDE_SW, Addshore, daniel, Charlie_WMDE, Jonas, adrianheine, thiemowmde, Aklapper, Zppix, Jan_Dittrich, codynguyen1116, D3r1ck01, Izno, 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] T107595: [RFC] Multi-Content Revisions

2016-07-14 Thread daniel
daniel added a comment.

In T107595#2456127, @RobLa-WMF wrote:
I'd like to discuss the state of this RFC in our planning meeting tomorrow (E227)


Sorry, couldn't make it to the meeting. Let's talk about it next week.TASK DETAILhttps://phabricator.wikimedia.org/T107595EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: LikeLifer, Elitre, Glaisher, JJMC89, RobLa-WMF, Yurik, ArielGlenn, APerson, TomT0m, Krenair, intracer, Tgr, Tobi_WMDE_SW, Addshore, Lydia_Pintscher, cscott, PleaseStand, awight, Ricordisamoa, GWicke, MarkTraceur, waldyrious, Legoktm, Aklapper, Jdforrester-WMF, Ltrlg, brion, Spage, MZMcBride, daniel, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, jayvdb, fbstj, Mbch331, Jay8g, bd808___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T54843: Improve display of API error messages in the UI

2016-07-14 Thread daniel
daniel added a comment.
@Jan_Dittrich it's easy to distinguish them, but I don't know how easy it is to pass this distinction on to the bit of code that actually shows the message.TASK DETAILhttps://phabricator.wikimedia.org/T54843EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Charlie_WMDE, Jan_Dittrich, Jonas, Wikidata-bugs, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, daniel, JohnLewis, D3r1ck01, Izno, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T140097: selenium-Wikidata Jenkins job fails with MediawikiSelenium::ConfigurationError

2016-07-14 Thread zeljkofilipin
zeljkofilipin removed zeljkofilipin as the assignee of this task.
TASK DETAILhttps://phabricator.wikimedia.org/T140097EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: gerritbot, Tobi_WMDE_SW, Aklapper, zeljkofilipin, Zppix, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-14 Thread zeljkofilipin
zeljkofilipin removed zeljkofilipin as the assignee of this task.
TASK DETAILhttps://phabricator.wikimedia.org/T140096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: gerritbot, Aklapper, Zppix, Tobi_WMDE_SW, zeljkofilipin, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T140098: selenium-Wikidata fails with Timeout::Error

2016-07-14 Thread zeljkofilipin
zeljkofilipin removed zeljkofilipin as the assignee of this task.
TASK DETAILhttps://phabricator.wikimedia.org/T140098EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: Tobi_WMDE_SW, Aklapper, zeljkofilipin, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: WMF-deploy-2016-07-19_(1.28.0-wmf.11).
TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, ReleaseTaggerBotCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298430 merged by jenkins-bot:
Add wgMFDisplayWikibaseDescriptions to RL config

https://gerrit.wikimedia.org/r/298430TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, gerritbotCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298426 merged by jenkins-bot:
Deprecate $wgMFDisplayWikibaseDescription

https://gerrit.wikimedia.org/r/298426TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, gerritbotCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T140097: selenium-Wikidata Jenkins job fails with MediawikiSelenium::ConfigurationError

2016-07-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T140097EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipin, gerritbotCc: gerritbot, Tobi_WMDE_SW, Aklapper, zeljkofilipin, Zppix, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T138500: [Task] Add Special:AboutTopic view stats to grafana for ArticlePlaceholder

2016-07-14 Thread WMDE-Fisch
WMDE-Fisch removed a project: TCB-Team-Sprint-2016-06-29.
TASK DETAILhttps://phabricator.wikimedia.org/T138500EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, WMDE-FischCc: Stashbot, JAllemandou, Liuxinyu970226, Izno, ChrisPins, gerritbot, Lucie, Aklapper, Lydia_Pintscher, Zppix, hoo, Lewizho99, Maathavan, D3r1ck01, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140097: selenium-Wikidata Jenkins job fails with MediawikiSelenium::ConfigurationError

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298959 had a related patch set uploaded (by Zfilipin):
WIP Fix MediawikiSelenium::ConfigurationError in selenium-Wikidata Jenkins job

https://gerrit.wikimedia.org/r/298959TASK DETAILhttps://phabricator.wikimedia.org/T140097EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipin, gerritbotCc: gerritbot, Tobi_WMDE_SW, Aklapper, zeljkofilipin, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298263 merged by jenkins-bot:
Deprecate $wgMFUseWikibaseDescription

https://gerrit.wikimedia.org/r/298263TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, gerritbotCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298262 merged by jenkins-bot:
Extend MobileContext#shouldShowWikibaseDescriptions

https://gerrit.wikimedia.org/r/298262TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedx, gerritbotCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-14 Thread zeljkofilipin
zeljkofilipin added a comment.
My comment on my commit in Gerrit (291907)

selenium-Wikibase job fails with

no such file to load -- features/support/pages (LoadError)

https://integration.wikimedia.org/ci/view/Selenium/job/selenium-Wikibase/BROWSER=firefox,MEDIAWIKI_ENVIRONMENT=beta,PLATFORM=Linux,label=contintLabsSlave%20&&%20UbuntuTrusty/2/console

The problem is that selenium* jobs run from repository root.

I have fixed the path in the Wikibase repo

https://gerrit.wikimedia.org/r/#/c/291890/

tested it, works fine

https://integration.wikimedia.org/ci/view/Selenium/job/selenium-Wikibase-291890/

but now mwext-mw-selenium-composer job fails with

no such file to load -- tests/browser/features/support/pages (LoadError)

https://integration.wikimedia.org/ci/job/mwext-mw-selenium-composer/3403/consoleFull

because it is not running from the root of the repo but from tests/browser.

The folder is configured in tests-dir variable of mw-selenium-with-dir builder

https://phabricator.wikimedia.org/diffusion/CICF/browse/master/jjb/macro.yaml$353

I have seen it used in mw-selenium:

tests-dir: 'src/extensions/$EXT_NAME/tests/browser'

https://phabricator.wikimedia.org/diffusion/CICF/browse/master/jjb/macro.yaml$388

and in mediawiki-selenium-integration

tests-dir: '.'

https://phabricator.wikimedia.org/diffusion/CICF/browse/master/jjb/ruby-jobs.yaml$133

I am not sure which one is correct.

TASK DETAILhttps://phabricator.wikimedia.org/T140096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: gerritbot, Aklapper, Zppix, Tobi_WMDE_SW, zeljkofilipin, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 298948 had a related patch set uploaded (by Ladsgroup):
Let ORES extension score for some namespaces instead of all

https://gerrit.wikimedia.org/r/298948TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Ladsgroup
Ladsgroup moved this task from Backlog to Review on the Revision-Scoring-As-A-Service board.
TASK DETAILhttps://phabricator.wikimedia.org/T139660WORKBOARDhttps://phabricator.wikimedia.org/project/board/1306/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 291890 had a related patch set uploaded (by Zfilipin):
Fix selenium-Wikibase Jenkins job by fixing path to a file

https://gerrit.wikimedia.org/r/291890TASK DETAILhttps://phabricator.wikimedia.org/T140096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipin, gerritbotCc: gerritbot, Aklapper, Zppix, Tobi_WMDE_SW, zeljkofilipin, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T139660: ORES extension score only main namespace edits for Wikidata

2016-07-14 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup edited projects, added Revision-Scoring-As-A-Service; removed Revision-Scoring-As-A-Service-Backlog.
TASK DETAILhttps://phabricator.wikimedia.org/T139660EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Ladsgroup, Legoktm, Aklapper, mmodell, Zppix, Avner, D3r1ck01, Izno, Wikidata-bugs, aude, He7d3r, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T140096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipin, gerritbotCc: gerritbot, Aklapper, Zppix, Tobi_WMDE_SW, zeljkofilipin, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-14 Thread gerritbot
gerritbot added a comment.
Change 291907 had a related patch set uploaded (by Zfilipin):
WIP Fix selenium-Wikibase Jenkins job

https://gerrit.wikimedia.org/r/291907TASK DETAILhttps://phabricator.wikimedia.org/T140096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipin, gerritbotCc: gerritbot, Aklapper, Zppix, Tobi_WMDE_SW, zeljkofilipin, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T138500: [Task] Add Special:AboutTopic view stats to grafana for ArticlePlaceholder

2016-07-14 Thread Addshore
Addshore moved this task from In Progress to Needs Review / Blocked / Waiting on the User-Addshore board.
TASK DETAILhttps://phabricator.wikimedia.org/T138500WORKBOARDhttps://phabricator.wikimedia.org/project/board/2102/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Stashbot, JAllemandou, Liuxinyu970226, Izno, ChrisPins, gerritbot, Lucie, Aklapper, Lydia_Pintscher, Zppix, hoo, Lewizho99, Maathavan, D3r1ck01, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T137933: Article placeholder has wrong link in "other languages" box in sidebar

2016-07-14 Thread jeblad
jeblad added a comment.
This seems to be a mixup with "in other projects", any upcoming fix?TASK DETAILhttps://phabricator.wikimedia.org/T137933EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: Aklapper, jeblad, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread phuedx
phuedx added a comment.
@Jdlrobson: I've responded to your comment. Perhaps we can nip this in the bud immediately before/after standup.TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedxCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-14 Thread phuedx
phuedx moved this task from -1 (Needs More Work) to Code Review on the Reading-Web-Sprint-76-Retrosprekfast board.
TASK DETAILhttps://phabricator.wikimedia.org/T138788WORKBOARDhttps://phabricator.wikimedia.org/project/board/2023/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: phuedxCc: Liuxinyu970226, bmansurov, phuedx, gerritbot, Aklapper, Jdlrobson, jhobs, Zppix, Winter, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs