[Wikidata-bugs] [Maniphest] [Commented On] T145168: Message 'wikibase-error-remove-generic' required by 'wikibase.api.RepoApiError' must exist

2016-09-08 Thread thiemowmde
thiemowmde added a comment. That stuff works in production. How is it possible that there is a CI test running with the WikibaseJavaScriptAPI component enabled but Wikibase disabled? Can't we fix this?TASK DETAILhttps://phabricator.wikimedia.org/T145168EMAIL PREFERENCEShttps://phabricator.wikimedia

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T143819: Data request for logs from SparQL interface at query.wikidata.org

2016-09-08 Thread debt
debt added a subscriber: leila.debt added a comment. Let's bring in @leila to confirm next steps, thanks.TASK DETAILhttps://phabricator.wikimedia.org/T143819EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: debtCc: leila, debt, thiemowmde, Jonas, Smalyshev, Andr

[Wikidata-bugs] [Maniphest] [Commented On] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread eranroz
eranroz added a comment. Just to mention another option - label can return label object rather than string. e.g function Label.new( label, lang ) definition={label=label, lang=lang} setmetatable( definition, { __index = Label, __tostring = function( self ) return self:toString() end } )

[Wikidata-bugs] [Maniphest] [Created] T145171: without lat/long should use coordinates from Wikidata

2016-09-08 Thread Yurik
Yurik created this task.Yurik added projects: Kartographer, Wikidata, Maps.Herald added a subscriber: Aklapper.Herald added a project: Discovery. TASK DESCRIPTIONWhen is placed on a page, it should automatically use the corresponding coordinates from Wikidata's itemTASK DETAILhttps://phabricator.w

[Wikidata-bugs] [Maniphest] [Created] T145168: Message 'wikibase-error-remove-generic' required by 'wikibase.api.RepoApiError' must exist

2016-09-08 Thread aude
aude created this task.aude added projects: Wikidata, Wikibase-_javascript_-Api.Herald added a subscriber: Aklapper. TASK DESCRIPTIONhttps://integration.wikimedia.org/ci/job/mwext-testextension-php55-composer/4879/consoleFull 20:56:58 1) ResourcesTest::testMissingMessages 20:56:58 Message 'wikibas

[Wikidata-bugs] [Maniphest] [Updated] T124269: Add wikibase rights to $wgGrantPermissions

2016-09-08 Thread Tgr
Tgr added a parent task: T142308: Most extensions which add a user right should also add or extend a grant. TASK DETAILhttps://phabricator.wikimedia.org/T124269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, TgrCc: Anomie, gerritbot, aude, Aklapper, D3r1

[Wikidata-bugs] [Maniphest] [Closed] T143581: Make a 25-min presentation about WDQS and SPARQL for SPARQL workshop

2016-09-08 Thread Smalyshev
Smalyshev closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T143581EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: DarTar, Aklapper, Smalyshev, mschwarzer, MelodyKramer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xml

[Wikidata-bugs] [Maniphest] [Unblock] T142765: Host SPARQL workshop for WMF staffers (September 8)

2016-09-08 Thread Smalyshev
Smalyshev closed subtask T143581: Make a 25-min presentation about WDQS and SPARQL for SPARQL workshop as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T142765EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DarTar, SmalyshevCc: Deskana, Jonas, I9606

[Wikidata-bugs] [Maniphest] [Updated] T144768: Decide how to enable/disable unit conversions in flavors

2016-09-08 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T144768EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Jc3s5h, Aklapper, daniel, aude, mkroetzsch, Smalyshev, mschwarzer, M

[Wikidata-bugs] [Maniphest] [Edited] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread hoo
hoo edited the task description. (Show Details) EDIT DETAILSmw.wikibase.description / mw.wikibase.label and similar functions now return also lang. This is breaking change as Lua modules that previously returned only description/label now return the language as suffixThis is breaking change, given

[Wikidata-bugs] [Maniphest] [Triaged] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread hoo
hoo triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T145138EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Stashbot, greg, gerritbot, hoo, daniel, Aklapper, eranroz, D3r1ck01, Izno, Wikidata-bugs, aude, Dinoguy1000, ja

[Wikidata-bugs] [Maniphest] [Updated] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread hoo
hoo edited projects, added Wikidata-Sprint-2016-08-30; removed Patch-For-Review.hoo added a comment. Fixed on the deploy branch, but not on master, yet. I suggest to either introduce a Boolean parameter for returning the language as second return value (mw.wikibase.label( 'Q123', true ) etc.) or t

[Wikidata-bugs] [Maniphest] [Commented On] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread Stashbot
Stashbot added a comment. Mentioned in SAL [2016-09-09T00:06:34Z] Synchronized php-1.28.0-wmf.18/extensions/Wikidata: Don't use multiple return values (T145138) (duration: 02m 24s)TASK DETAILhttps://phabricator.wikimedia.org/T145138EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/

[Wikidata-bugs] [Maniphest] [Commented On] T143819: Data request for logs from SparQL interface at query.wikidata.org

2016-09-08 Thread I9606
I9606 added a comment. OK. Do we just sign and mail that in or is there a specific contact person we should be in touch with?TASK DETAILhttps://phabricator.wikimedia.org/T143819EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: I9606Cc: debt, thiemowmde, Jonas,

[Wikidata-bugs] [Maniphest] [Commented On] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 309477 merged by jenkins-bot: Don't use multiple return values https://gerrit.wikimedia.org/r/309477TASK DETAILhttps://phabricator.wikimedia.org/T145138EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: greg, gerrit

[Wikidata-bugs] [Maniphest] [Commented On] T143819: Data request for logs from SparQL interface at query.wikidata.org

2016-09-08 Thread debt
debt added a comment. Hi @I9606 - we have a NDA process that your student would need to go through before we can go too much further with this being done in a volunteer capacity. The link is here for the main page: https://meta.wikimedia.org/wiki/Non-disclosure_agreements and your student would ne

[Wikidata-bugs] [Maniphest] [Updated] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T145138EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, daniel, Aklapper, eranroz, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Commented On] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 309477 had a related patch set uploaded (by Hoo man): Don't use multiple return values https://gerrit.wikimedia.org/r/309477TASK DETAILhttps://phabricator.wikimedia.org/T145138EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: g

[Wikidata-bugs] [Maniphest] [Updated] T142203: DuplicateReferences: insertReference triggers TypeError

2016-09-08 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Sprint-2016-09-13. TASK DETAILhttps://phabricator.wikimedia.org/T142203EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: adrianheine, thiemowmde, Jonas, Bene, Sjoerddebruin, Aklapper, dachary, D3r1ck01

[Wikidata-bugs] [Maniphest] [Commented On] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread hoo
hoo added a comment. The problem only arouses if the function's return values are directly returned to Scribunto, because Scribunto apparently just string appends all return values, which is very unexpected behavior for me, not consistent with Lua semantics.TASK DETAILhttps://phabricator.wikimedia.

[Wikidata-bugs] [Maniphest] [Created] T145138: Wikibase Lua API have breaking change

2016-09-08 Thread eranroz
eranroz created this task.eranroz added projects: MediaWiki-extensions-Scribunto, MediaWiki-extensions-WikibaseClient.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONmw.wikibase.description / mw.wikibase.label and similar functions now return also lang. This is

[Wikidata-bugs] [Maniphest] [Created] T145128: Warnings about sites existing or not during update.php

2016-09-08 Thread demon
demon created this task.demon added a project: MediaWiki-extensions-WikibaseClient.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONSeen in Jenkins when running extension tests. Tests continue; the warning seems ugly but fixable though. This might be a configura

[Wikidata-bugs] [Maniphest] [Commented On] T117032: Create configuration for specifying units conversions

2016-09-08 Thread Smalyshev
Smalyshev added a comment. We need then a solution to introduce new unit conversions into dataset. Currently the only way it full reload, but in theory we can add new conversions incrementally. Not change though, change is more complex.TASK DETAILhttps://phabricator.wikimedia.org/T117032EMAIL PREFE

[Wikidata-bugs] [Maniphest] [Raised Priority] T114617: Track the number of identifier properties on an item in page_props

2016-09-08 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from "Lowest" to "Low". TASK DETAILhttps://phabricator.wikimedia.org/T114617EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Esc3300, StudiesWorld, hoo, Aklapper, Multichill, D3r1ck01, Izno, Wi

[Wikidata-bugs] [Maniphest] [Raised Priority] T136282: Enable ArticlePlaceholder on ruwiki

2016-09-08 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from "Low" to "High". TASK DETAILhttps://phabricator.wikimedia.org/T136282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Michgrig, Lydia_Pintscher, Lucie, Addshore, Urbanecm, Matanya, JEumeru

[Wikidata-bugs] [Maniphest] [Commented On] T117032: Create configuration for specifying units conversions

2016-09-08 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. I'd prefer starting small and then extending on-demand.TASK DETAILhttps://phabricator.wikimedia.org/T117032EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, TomT0m, gerritbot, Smalyshev, Aklapp

[Wikidata-bugs] [Maniphest] [Commented On] T103091: [Task] research how to surface usage tracking data for editors

2016-09-08 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. In T103091#2614626, @Ladsgroup wrote: Okay, I made two phab cards but one question. Where in repo we are going to do this? On the repository we can just give a list of all clients that make use of the item and a link to a special page on each client that gives the

[Wikidata-bugs] [Maniphest] [Commented On] T142104: Decide on a nice logo for Echo notifications

2016-09-08 Thread Quiddity
Quiddity added a comment. The icons in-use are 30px by 30px, which is a bit bigger than the images above. (Identical size in special:notifications, and the panel (flyout), and the email).TASK DETAILhttps://phabricator.wikimedia.org/T142104EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/

[Wikidata-bugs] [Maniphest] [Edited] T54564: Allow sitelinks to redirect pages to fix the 'Bonnie and Clyde problem'

2016-09-08 Thread Quiddity
Quiddity edited the task description. (Show Details) EDIT DETAILS...**See Also**: -- {T42755} - {T74347} - https://www.wikidata.org/wiki/Help:FAQ#Terminology (#3) - https://www.wikidata.org/wiki/Help:FAQ#Editing (#9, {T42755} #10, - {T74347}and #11) TASK DETAILhttps://phabricator.wikimedia.org/

[Wikidata-bugs] [Maniphest] [Commented On] T144380: Install and configure new WDQS nodes on codfw

2016-09-08 Thread Gehel
Gehel added a comment. The RWStore.properties is not actually created during scap deployment (we get the default one). There is some issue with the scap groups. I need to dig a bit more on how scap works...TASK DETAILhttps://phabricator.wikimedia.org/T144380EMAIL PREFERENCEShttps://phabricator.wiki

[Wikidata-bugs] [Maniphest] [Commented On] T142104: Decide on a nice logo for Echo notifications

2016-09-08 Thread Jan_Dittrich
Jan_Dittrich added a comment. @thiemowmde Thanks for showing the designs! Is the above image the size it is intended to be used in or would the icons-in-use be smaller?TASK DETAILhttps://phabricator.wikimedia.org/T142104EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferen

[Wikidata-bugs] [Maniphest] [Commented On] T142104: Decide on a nice logo for Echo notifications

2016-09-08 Thread Izno
Izno added a comment. In T142104#2618898, @thiemowmde wrote: During yesterdays WMDE tech team event I created a series of icons for Wikidata notifications. Personally I like the third column with the speaking Wikidata logo the most. I have to say I dislike the "speaking" ones (either the WD symb

[Wikidata-bugs] [Maniphest] [Commented On] T142203: DuplicateReferences: insertReference triggers TypeError

2016-09-08 Thread Sjoerddebruin
Sjoerddebruin added a comment. In T142203#2617033, @adrianheine wrote: Right solution for this would be to have a top-level WikibaseRepo factory WikibaseRepo with a method getEntityChangersFactory. The EntityChangersFactory could then be used to get a StatementsChanger. Would you be able to do t

[Wikidata-bugs] [Maniphest] [Closed] T143345: Deploy Wikidata descriptions to mobile web stable channel Wikipedias 2nd half

2016-09-08 Thread ovasileva
ovasileva closed this task as "Resolved".ovasileva added a comment. :)TASK DETAILhttps://phabricator.wikimedia.org/T143345EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jdlrobson, ovasilevaCc: jhobs, bmansurov, phuedx, Stashbot, Jdlrobson, gerritbot, Moushira

[Wikidata-bugs] [Maniphest] [Commented On] T144380: Install and configure new WDQS nodes on codfw

2016-09-08 Thread Stashbot
Stashbot added a comment. Mentioned in SAL [2016-09-08T12:52:04Z] redeploying wdqs on wdqs2002.codfw.wmnet - T144380TASK DETAILhttps://phabricator.wikimedia.org/T144380EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, StashbotCc: Stashbot, gerritbot, Geh

[Wikidata-bugs] [Maniphest] [Commented On] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 309291 merged by jenkins-bot: Fix init.mw.php https://gerrit.wikimedia.org/r/309291TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Paladox, gerritbot, Addshore,

[Wikidata-bugs] [Maniphest] [Commented On] T77021: Be able to use full urls to add claims

2016-09-08 Thread Multichill
Multichill added a comment. This seems to have started workingTASK DETAILhttps://phabricator.wikimedia.org/T77021EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Ricordisamoa, Aklapper, Multichill, D3r1ck01, Izno, Wikidata-bugs, aude, TheDJ, Mbch3

[Wikidata-bugs] [Maniphest] [Closed] T145018: runUpdate.sh is running slowly, with frequent NoHttpResponseExceptions

2016-09-08 Thread Lisp.hippie
Lisp.hippie closed this task as "Resolved".Lisp.hippie claimed this task.Lisp.hippie added a comment. This seems to have resolved itself, and the update process caught up with real time about 10pm PDT, Sep 7 '16.TASK DETAILhttps://phabricator.wikimedia.org/T145018EMAIL PREFERENCEShttps://phabricato

[Wikidata-bugs] [Maniphest] [Updated] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread Addshore
Addshore added a project: User-Addshore. TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Paladox, gerritbot, Addshore, Aklapper, EnricoCNC, Lewizho99, Maathavan, D3r1ck01, Izno, SBisson, Wikidata-

[Wikidata-bugs] [Maniphest] [Commented On] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 308541 abandoned by Addshore: Make sure $wgResourceModules exists in Resouces.php Reason: See the 4 patches in the ticket to fix the root cause https://gerrit.wikimedia.org/r/308541TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabr

[Wikidata-bugs] [Maniphest] [Triaged] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread Addshore
Addshore triaged this task as "Low" priority. TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Paladox, gerritbot, Addshore, Aklapper, EnricoCNC, Lewizho99, Maathavan, D3r1ck01, Izno, SBisson, Wiki

[Wikidata-bugs] [Maniphest] [Commented On] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread Addshore
Addshore added a comment. See also on GitHub: https://github.com/wmde/WikibaseSerializationJavaScript/pull/36 https://github.com/wmde/WikibaseDataModelJavaScript/pull/68TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailprefer

[Wikidata-bugs] [Maniphest] [Commented On] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 309295 had a related patch set uploaded (by Addshore): Fix init.mw.php https://gerrit.wikimedia.org/r/309295TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Pala

[Wikidata-bugs] [Maniphest] [Commented On] T142104: Decide on a nice logo for Echo notifications

2016-09-08 Thread thiemowmde
thiemowmde added a comment. During yesterdays WMDE tech team event I created a series of icons for Wikidata notifications. Personally I like the third column with the speaking Wikidata logo the most. F4442870: Wikidata Echo notification icons.png F4442873: Wikidata Echo notification icons.svgTASK D

[Wikidata-bugs] [Maniphest] [Commented On] T144727: Notice: Undefined variable: wgResourceModules in Flow\Resources.php on line 637 when running maint scripts with Wikibase enabled

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 309291 had a related patch set uploaded (by Addshore): Fix init.mw.php https://gerrit.wikimedia.org/r/309291TASK DETAILhttps://phabricator.wikimedia.org/T144727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Pala

[Wikidata-bugs] [Maniphest] [Commented On] T143345: Deploy Wikidata descriptions to mobile web stable channel Wikipedias 2nd half

2016-09-08 Thread ovasileva
ovasileva added a comment. @Jdlrobson - things are getting weird. For en, I am getting the following: Wikidata descriptions in taglines for articles: https://en.m.wikipedia.org/wiki/Oxygen https://en.m.wikipedia.org/wiki/Spain https://en.m.wikipedia.org/wiki/Pen https://en.m.wikipedia.org/wiki/Wa

[Wikidata-bugs] [Maniphest] [Commented On] T143345: Deploy Wikidata descriptions to mobile web stable channel Wikipedias 2nd half

2016-09-08 Thread phuedx
phuedx added a comment. In T143345#2618758, @ovasileva wrote: Looks good! Good enough to be resolved? 😀TASK DETAILhttps://phabricator.wikimedia.org/T143345EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jdlrobson, phuedxCc: jhobs, bmansurov, phuedx, Stashbo

[Wikidata-bugs] [Maniphest] [Commented On] T143345: Deploy Wikidata descriptions to mobile web stable channel Wikipedias 2nd half

2016-09-08 Thread ovasileva
ovasileva added a comment. Looks good! Current behavior: Headlines as tags on for wikiquote, wikispecies, wikivoyage, non top 6 wikipedia (checked eo, it, hu) Headlines not on for en, ja, es, ru, de, frTASK DETAILhttps://phabricator.wikimedia.org/T143345EMAIL PREFERENCEShttps://phabricator.wikimed

[Wikidata-bugs] [Maniphest] [Closed] T134639: [Task] Implement statement order fetching from other Wikis

2016-09-08 Thread daniel
daniel closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T134639EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, danielCc: daniel, Lucie, Aklapper, gerritbot, Zppix, hoo, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Unblock] T117680: [Story] Ordering of statement groups for ArticlePlaceholder

2016-09-08 Thread daniel
daniel closed subtask T134639: [Task] Implement statement order fetching from other Wikis as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T117680EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucie, danielCc: jeblad, gerritbot, hoo, Aklapper, Luci

[Wikidata-bugs] [Maniphest] [Commented On] T144536: Move data storage to /srv/wdqs/ on codfw WDQS nodes

2016-09-08 Thread Gehel
Gehel added a comment. All known work is done and merged. Data import is in progress on codfw wdqs cluster which will validate that all this actually work. Steps left to be done: data import on codfw (and check that everything work) reinstall of eqiad cluster with new data directory removal of

[Wikidata-bugs] [Maniphest] [Closed] T142708: Different font while editing the alias of an item

2016-09-08 Thread Jan_Dittrich
Jan_Dittrich closed this task as "Invalid".Jan_Dittrich added a comment. OK, then lets close it for now; it it reappears we can reopen it.TASK DETAILhttps://phabricator.wikimedia.org/T142708EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jan_DittrichCc: thiemo

[Wikidata-bugs] [Maniphest] [Commented On] T142708: Different font while editing the alias of an item

2016-09-08 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a comment. @Jan_Dittrich Can't reproduce either.TASK DETAILhttps://phabricator.wikimedia.org/T142708EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: thiemowmde, Jan_Dittrich, Aklapper, Lea_Lacroix_WMDE, D3r1ck01, Izno,

[Wikidata-bugs] [Maniphest] [Retitled] T86923: Entity suggester should show the exact match as first result

2016-09-08 Thread Sjoerddebruin
Sjoerddebruin changed the title from "Entity selector should show the exact match as first result" to "Entity suggester should show the exact match as first result".Sjoerddebruin edited the task description. (Show Details) EDIT DETAILSAs you can see in the following picture, the exact match of my s

[Wikidata-bugs] [Maniphest] [Commented On] T144380: Install and configure new WDQS nodes on codfw

2016-09-08 Thread Stashbot
Stashbot added a comment. Mentioned in SAL [2016-09-08T08:52:56Z] initial data mimport on wdqs codfw cluster - T144380TASK DETAILhttps://phabricator.wikimedia.org/T144380EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, StashbotCc: Stashbot, gerritbot, G

[Wikidata-bugs] [Maniphest] [Created] T145050: Wikibase API should use the modern JSON syntax in API response on formatversion=2

2016-09-08 Thread Fomafix
Fomafix created this task.Fomafix added a project: Wikibase-_javascript_-Api.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONCurrent result on https://www.wikidata.org/w/api.php?format=json&formatversion=1&action=""> {"entities":{"-1":{"site":"dewiki","title":

[Wikidata-bugs] [Maniphest] [Commented On] T139578: Improve usability of snak type specifier

2016-09-08 Thread Jan_Dittrich
Jan_Dittrich added a comment. It was meant to have everything after the bullet point. For example, I don't believe it's helpful to repeat the label in the tooltip. Good idea, we should get rid of that. The full text is very informal and more like something I would use when explaining the three s

[Wikidata-bugs] [Maniphest] [Commented On] T143345: Deploy Wikidata descriptions to mobile web stable channel Wikipedias 2nd half

2016-09-08 Thread gerritbot
gerritbot added a comment. Change 308990 abandoned by Phuedx: Disable Wikidata descriptions for 6 Wikipedias Reason: Superseded by I06a8dd4d. https://gerrit.wikimedia.org/r/308990TASK DETAILhttps://phabricator.wikimedia.org/T143345EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/