[Wikidata-bugs] [Maniphest] [Unblock] T189811: Set up user for automatic WDQS GUI builds

2018-04-26 Thread Dzahn
Dzahn closed subtask T189810: Create private mailing list for WDQS GUI builds as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T189811EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DzahnCc: greg, mmodell, Lucas_Werkmeister_WMDE, Jonas, Smalyshev, h

[Wikidata-bugs] [Maniphest] [Updated] T192308: Upgrade LDF server to latest version

2018-04-26 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T192308EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpau

[Wikidata-bugs] [Maniphest] [Commented On] T192308: Upgrade LDF server to latest version

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 429361 had a related patch set uploaded (by Smalyshev; owner: Smalyshev): [wikidata/query/rdf@master] Upgrade LDF server to latest https://gerrit.wikimedia.org/r/429361TASK DETAILhttps://phabricator.wikimedia.org/T192308EMAIL PREFERENCEShttps://phabricator.wikimed

[Wikidata-bugs] [Maniphest] [Closed] T192270: [Bug] deepcategory created empty result set for umlauts

2018-04-26 Thread Smalyshev
Smalyshev closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T192270EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, MichaelSchoenitzer_WMDE, debt, Smalyshev, Aklapper, Niedzielski, bzimport, Cpiral, Ricordisamo

[Wikidata-bugs] [Maniphest] [Claimed] T192308: Upgrade LDF server to latest version

2018-04-26 Thread Smalyshev
Smalyshev claimed this task.Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T192308EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Luc

[Wikidata-bugs] [Maniphest] [Unblock] T181549: [epic] Subcategory searching

2018-04-26 Thread Smalyshev
Smalyshev closed subtask T188350: Produce search error if deepcat search returns too many categories as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T181549EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: MichaelSchoenitzer_WMDE, Manybu

[Wikidata-bugs] [Maniphest] [Unblock] T181549: [epic] Subcategory searching

2018-04-26 Thread Smalyshev
Smalyshev closed subtask T192270: [Bug] deepcategory created empty result set for umlauts as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T181549EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: MichaelSchoenitzer_WMDE, Manybubbles, Bawo

[Wikidata-bugs] [Maniphest] [Updated] T193180: Clean up archive rows with duplicate revision IDs

2018-04-26 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, gerritbotCc: gerritbot, CCicalese_WMF, daniel, Addshore, aude, Aklapper, Jdforrester-WMF, Abit, Anomie, Ver

[Wikidata-bugs] [Maniphest] [Commented On] T193180: Clean up archive rows with duplicate revision IDs

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 429345 had a related patch set uploaded (by Anomie; owner: Anomie): [mediawiki/core@master] Deduplicate archive.ar_rev_id https://gerrit.wikimedia.org/r/429345TASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/se

[Wikidata-bugs] [Maniphest] [Commented On] T192759: WDQS endpoint timeout

2018-04-26 Thread Smalyshev
Smalyshev added a comment. Maybe, 4915 seems reasonable. I don't think there's internal limits in Blazegraph so theoretically we could go over 4915. Maybe we should add this metric to graph. It seems to be easy t take it from /sys/fs/cgroup/pids/system.slice/wdqs-blazegraph.service/pids.current - c

[Wikidata-bugs] [Maniphest] [Commented On] T192759: WDQS endpoint timeout

2018-04-26 Thread Gehel
Gehel added a comment. gehel@wdqs1004:~$ cat /sys/fs/cgroup/pids/system.slice/wdqs-blazegraph.service/pids.max 4915 The max number of tasks seems to be 4915 (which is 15% of /proc/sys/kernel/pid_max - thanks @Volans). If blazegraph is really trying to start almost 5k threads, it seems reasonable

[Wikidata-bugs] [Maniphest] [Commented On] T192759: WDQS endpoint timeout

2018-04-26 Thread Smalyshev
Smalyshev added a comment. Interestingly enough, ps -eT for Blazegraph PID shows 673 threads, which is more than 512, so maybe we're running with different default? Updater seems to use 83 threads.TASK DETAILhttps://phabricator.wikimedia.org/T192759EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Commented On] T192759: WDQS endpoint timeout

2018-04-26 Thread Smalyshev
Smalyshev added a comment. From https://github.com/systemd/systemd/blob/master/NEWS#L2518: * There's a new system.conf setting DefaultTasksMax= to control the default TasksMax= setting for services and scopes running on the system. (TasksMax= is the primary setting th

[Wikidata-bugs] [Maniphest] [Commented On] T192942: Identify and migrate existing internal clients of wdqs to the new internal cluster

2018-04-26 Thread Smalyshev
Smalyshev added a comment. I plan to merge this on Monday 30th (so I could keep eye on it - I might be not able to do it on Thursday).TASK DETAILhttps://phabricator.wikimedia.org/T192942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Ly

[Wikidata-bugs] [Maniphest] [Triaged] T192759: WDQS endpoint timeout

2018-04-26 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T192759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Gehel, Aklapper, Lucas_Werkmeister_WMDE, Jonas, jkroll, Wikidata-bugs, Jdouglas, aude,

[Wikidata-bugs] [Maniphest] [Triaged] T192308: Upgrade LDF server to latest version

2018-04-26 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T192308EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZande

[Wikidata-bugs] [Maniphest] [Closed] T181549: [epic] Subcategory searching

2018-04-26 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev claimed this task.Smalyshev added a comment. I think this is mostly done. Remaining sub-issues can be handled independently.TASK DETAILhttps://phabricator.wikimedia.org/T181549EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailp

[Wikidata-bugs] [Maniphest] [Changed Status] T186076: Set up WDQS test server on relforge

2018-04-26 Thread Smalyshev
Smalyshev changed the task status from "Open" to "Stalled".Smalyshev added a comment. May not be needed if {T186713} is done soon.TASK DETAILhttps://phabricator.wikimedia.org/T186076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, SmalyshevCc: mark, Akla

[Wikidata-bugs] [Maniphest] [Commented On] T192800: WDQS could allow discovery of skos:exactMatch links via autocomplete

2018-04-26 Thread Smalyshev
Smalyshev added a comment. I think this task could use a more detailed example - I am for one not 100% clear what this is supposed to do.TASK DETAILhttps://phabricator.wikimedia.org/T192800EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev,

[Wikidata-bugs] [Maniphest] [Updated] T174298: Figure out a way for WDQS example parsing not rely on parsoid

2018-04-26 Thread Smalyshev
Smalyshev edited projects, added Wikidata Query UI; removed Wikidata-Query-Service. TASK DETAILhttps://phabricator.wikimedia.org/T174298EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: daniel, Jonas, Smalyshev, Anomie, gerritbot, Lucas_Werkmeister_

[Wikidata-bugs] [Maniphest] [Updated] T190875: Security review for Wikidata queries data release proposal

2018-04-26 Thread Smalyshev
Smalyshev removed a project: WMF-Legal. TASK DETAILhttps://phabricator.wikimedia.org/T190875EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Adrian_Bielefeldt, Bawolff, APalmer_WMF, Aklapper, DarTar, mkroetzsch, EBjune, Smalyshev, leila, Lahi, Gq86

[Wikidata-bugs] [Maniphest] [Commented On] T190875: Security review for Wikidata queries data release proposal

2018-04-26 Thread Smalyshev
Smalyshev added a comment. @Bawolff do we have any other concerns or this is fine?TASK DETAILhttps://phabricator.wikimedia.org/T190875EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Adrian_Bielefeldt, Bawolff, APalmer_WMF, Aklapper, DarTar, mkroet

[Wikidata-bugs] [Maniphest] [Commented On] T192759: WDQS endpoint timeout

2018-04-26 Thread Gehel
Gehel added a comment. It looks like cgroup is preventing the fork: Apr 23 07:39:09 wdqs1004 kernel: [3861112.854423] cgroup: fork rejected by pids controller in /system.slice/wdqs-blazegraph.service Not sure what the limit is. Time to learn about cgroups...TASK DETAILhttps://phabricator.wikimedi

[Wikidata-bugs] [Maniphest] [Commented On] T192459: Allow SearchUpdate to process multiple slots

2018-04-26 Thread EBjune
EBjune added a comment. Search Platform will keep an eye on this as MCR gets further alongTASK DETAILhttps://phabricator.wikimedia.org/T192459EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EBjuneCc: EBjune, Smalyshev, Aklapper, gerritbot, daniel, Lahi, PDroui

[Wikidata-bugs] [Maniphest] [Edited] T192919: What kind of information should the Wikibase registry have about a given Wikibase / WDQS instance registered in there?

2018-04-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONBasically, a data model for Wikibase instances and associated WDQS instances. Wikibase Registry: https://wikibase-registry.wmflabs.org/wiki/Main_PageTASK DETAILhttps://phabricator.wikimedia.org/T192919EM

[Wikidata-bugs] [Maniphest] [Commented On] T57755: allow time values more precise than day

2018-04-26 Thread Jc3s5h
Jc3s5h added a comment. All existing dates have been entered without the ability to specify time zones. Sources for dates would typically include encyclopedias, biographic dictionaries (like ''American National Biography''), newspaper obituaries, etc. For such sources, the time zone is the time zon

[Wikidata-bugs] [Maniphest] [Claimed] T174035: Allow the view action to show multiple slots [MCR]

2018-04-26 Thread Tgr
Tgr claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T174035EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TgrCc: gerritbot, Aklapper, daniel, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007,

[Wikidata-bugs] [Maniphest] [Commented On] T174035: Allow the view action to show multiple slots [MCR]

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 421794 had a related patch set uploaded (by Daniel Kinzler; owner: Daniel Kinzler): [mediawiki/core@master] [MCR][WIP] Intropduce RevisionRenderer https://gerrit.wikimedia.org/r/421794TASK DETAILhttps://phabricator.wikimedia.org/T174035EMAIL PREFERENCEShttps://pha

[Wikidata-bugs] [Maniphest] [Updated] T192270: [Bug] deepcategory created empty result set for umlauts

2018-04-26 Thread Smalyshev
Smalyshev removed a project: Wikidata-Query-Service. TASK DETAILhttps://phabricator.wikimedia.org/T192270EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, MichaelSchoenitzer_WMDE, debt, Smalyshev, Aklapper, Niedzielski, bzimport, Cpiral,

[Wikidata-bugs] [Maniphest] [Closed] T192835: Monitoring for internal cluster

2018-04-26 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev claimed this task.Smalyshev added a comment. yes I think soTASK DETAILhttps://phabricator.wikimedia.org/T192835EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Gehel, debt, Aklapper, Jonas, Volans,

[Wikidata-bugs] [Maniphest] [Unblock] T178492: Create a more controlled WDQS cluster

2018-04-26 Thread Smalyshev
Smalyshev closed subtask T192835: Monitoring for internal cluster as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T178492EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Daniel_Mietchen, BBlack, Lydia_Pintscher, Volans, mobrovac, Jonas,

[Wikidata-bugs] [Maniphest] [Commented On] T192835: Monitoring for internal cluster

2018-04-26 Thread Gehel
Gehel added a comment. That dashboard has a parameter that allows selecting the cluster. @Smalyshev is that enough for now?TASK DETAILhttps://phabricator.wikimedia.org/T192835EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GehelCc: Gehel, debt, Aklapper, Jonas

[Wikidata-bugs] [Maniphest] [Commented On] T192759: WDQS endpoint timeout

2018-04-26 Thread Gehel
Gehel added a comment. In T192759#4151679, @Smalyshev wrote: Looking at the logs on wdq1003, I see a string of java.lang.OutOfMemoryError: unable to create new native thread starting with: Apr 23 08:02:57 wdqs1003 bash[25917]: java.lang.OutOfMemoryError: unable to create new native thread I am n

[Wikidata-bugs] [Maniphest] [Changed Policy] T192759: WDQS endpoint timeout

2018-04-26 Thread Smalyshev
Smalyshev changed the visibility from "Custom Policy" to "Custom Policy". TASK DETAILhttps://phabricator.wikimedia.org/T192759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Gehel, Aklapper, Lucas_Werkmeister_WMDE, Jonas, jkroll, Wikida

[Wikidata-bugs] [Maniphest] [Updated] T192306: Create MCR test wiki on WM Cloud

2018-04-26 Thread aude
aude added a subtask: T193185: Increase quota for wikidata-federation project. TASK DETAILhttps://phabricator.wikimedia.org/T192306EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: CCicalese_WMF, Abit, Addshore, Aklapper, daniel, Lahi, PDrouin-WMF, Gq86,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T193180: Clean up archive rows with duplicate revision IDs

2018-04-26 Thread daniel
daniel added a subscriber: CCicalese_WMF.daniel added a comment. ping @CCicalese_WMFTASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, danielCc: CCicalese_WMF, daniel, Addshore, aude, Aklapper, Jdforrest

[Wikidata-bugs] [Maniphest] [Edited] T193180: Clean up archive rows with duplicate revision IDs

2018-04-26 Thread Anomie
Anomie updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...We can probably define "same change" based on the title, sha1, timestamp, and userTASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferen

[Wikidata-bugs] [Maniphest] [Block] T183488: MCR schema migration stage 2: populate new fields

2018-04-26 Thread Anomie
Anomie reopened subtask T183489: MCR schema migration stage 1: Fix Legacy Archive Rows as "Open". TASK DETAILhttps://phabricator.wikimedia.org/T183488EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: Abit, gerritbot, Jdforrester-WMF, Anomie, Addshore,

[Wikidata-bugs] [Maniphest] [Reopened] T183489: MCR schema migration stage 1: Fix Legacy Archive Rows

2018-04-26 Thread Anomie
Anomie reopened this task as "Open".Anomie added a comment. Reopening for T193180: Clean up archive rows with duplicate revision IDsTASK DETAILhttps://phabricator.wikimedia.org/T183489EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: Abit, Jdforrester-

[Wikidata-bugs] [Maniphest] [Created] T193180: Clean up archive rows with duplicate revision IDs

2018-04-26 Thread Anomie
Anomie created this task.Anomie triaged this task as "Normal" priority.Anomie added projects: Structured-Data-Commons, Multi-Content-Revisions, MediaWiki-Platform-Team (MWPT-Q4-Apr-Jun-2018).Herald added a project: Wikidata. TASK DESCRIPTIONThere are, broadly, four classes of "duplicates" that may

[Wikidata-bugs] [Maniphest] [Updated] T192984: Label in Special:NewItem is too much escaped

2018-04-26 Thread matej_suchanek
matej_suchanek closed this task as a duplicate of T108533: [Bug] Escaping problem when creating an item from search. TASK DETAILhttps://phabricator.wikimedia.org/T192984EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Envlh, Aklapper, Lahi, Gq

[Wikidata-bugs] [Maniphest] [Merged] T108533: [Bug] Escaping problem when creating an item from search

2018-04-26 Thread matej_suchanek
matej_suchanek added a subscriber: Envlh.matej_suchanek merged a task: T192984: Label in Special:NewItem is too much escaped. TASK DETAILhttps://phabricator.wikimedia.org/T108533EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Envlh, TerraCode

[Wikidata-bugs] [Maniphest] [Created] T193175: Implement UI for constructing 'depicts' search query

2018-04-26 Thread Cparle
Cparle created this task.Cparle triaged this task as "Normal" priority.Cparle added projects: Wikidata, Structured-Data-Commons, Multimedia, Epic, Discovery-Search, Multimedia-Team-Working-Board. TASK DESCRIPTIONFiles can be found based on their 'depicts' statements using the haswbstatement: search

[Wikidata-bugs] [Maniphest] [Unassigned] T192000: Create formatters for displaying a form as a statement value

2018-04-26 Thread Addshore
Addshore removed Addshore as the assignee of this task. TASK DETAILhttps://phabricator.wikimedia.org/T192000EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, gerritbot, Pablo-WMDE, Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan,

[Wikidata-bugs] [Maniphest] [Commented On] T192000: Create formatters for displaying a form as a statement value

2018-04-26 Thread Addshore
Addshore added a comment. As far as I can tell the formatting is all okay. Multiple representations: F17323834: image.png Single representation: F17323839: image.png Once T192766 is fixed I guess this will end up being closedTASK DETAILhttps://phabricator.wikimedia.org/T192000EMAIL PREFERENCE

[Wikidata-bugs] [Maniphest] [Commented On] T190875: Security review for Wikidata queries data release proposal

2018-04-26 Thread Adrian_Bielefeldt
Adrian_Bielefeldt added a comment. The extractAnonymized.py-script is indeed not used anywhere, so I've removed it. Quick rundown of the anonymization process and its code locations: Stage 1: Parsing of the query here. This uses a slightly modified version of the OpenRDF-Parser, among others setti

[Wikidata-bugs] [Maniphest] [Updated] T183804: Citations from Wikidata generate errors on huWiki: "Invalid tag; name defined multiple times with different content"

2018-04-26 Thread Bencemac
Bencemac added a comment. 1.) Yes. 2.) T189376 and T185423 would be my next ’what should I do?’, so I will write a little note. I know that you cannot magically solve everything, but at least you know guys who are able to. :) I hope I can take part in the next meeting.TASK DETAILhttps://phabricator

[Wikidata-bugs] [Maniphest] [Closed] T178222: WDQS UP arrow is broken (upper right corner)

2018-04-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE assigned this task to Jonas.Lucas_Werkmeister_WMDE added a comment. Removed in I53b82b1b5f.TASK DETAILhttps://phabricator.wikimedia.org/T178222EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferen

[Wikidata-bugs] [Maniphest] [Commented On] T189863: Set up SPARQL query service on FactGrid

2018-04-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Oops, certainly :) UI is at https://database.factgrid.de/query and direct endpoint at https://database.factgrid.de/sparql.TASK DETAILhttps://phabricator.wikimedia.org/T189863EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To

[Wikidata-bugs] [Maniphest] [Updated] T192723: Allowed Units Constraint: accept class (P2308) and relation (P2309) as qualifiers instead of item of property constraint (P2305)

2018-04-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikibase-Quality.Lucas_Werkmeister_WMDE added a subscriber: Ivan_A_Krestinin.Lucas_Werkmeister_WMDE added a comment. As far as I’m aware, {{Constraint:Units}} has never supported “class” and “relation” parameters, so this would be a new feature not only for W

[Wikidata-bugs] [Maniphest] [Commented On] T96478: Provide Lua function to check if an item is a redirect and what the target is

2018-04-26 Thread Jarekt
Jarekt added a comment. Opps the task is already closed after code change. If there is such a function than it should be documented at https://www.mediawiki.org/wiki/Extension:Wikibase_Client/LuaTASK DETAILhttps://phabricator.wikimedia.org/T96478EMAIL PREFERENCEShttps://phabricator.wikimedia.org/se

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T96478: Provide Lua function to check if an item is a redirect and what the target is

2018-04-26 Thread Jarekt
Jarekt added subscribers: matej_suchanek, Jarekt.Jarekt added a comment. In T96478#1961396, @matej_suchanek wrote: Workaround: mw.wikibase.getEntity() always returns the target entity with the new id. So you can do: local id = ... local entity = mw.wikibase.getEntity(id) if id ~= entity.id then

[Wikidata-bugs] [Maniphest] [Closed] T151269: Add English names for languages which don't yet have one

2018-04-26 Thread Raymond
Raymond closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T151269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RaymondCc: gerritbot, jhsoby-WMNO, PokestarFan, santhosh, Nemo_bis, abian, Pigsonthewing, Lydia_Pintscher, jhsoby, Niker

[Wikidata-bugs] [Maniphest] [Unblock] T124286: [Epic] Wikidata language support

2018-04-26 Thread Raymond
Raymond closed subtask T151269: Add English names for languages which don't yet have one as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T124286EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RaymondCc: PokestarFan, Liuxinyu970226, Ricordisamoa, ad

[Wikidata-bugs] [Maniphest] [Commented On] T193071: permit a phabricator page for the FactGrid project

2018-04-26 Thread Olaf_Simons
Olaf_Simons added a comment. cool, I will try to find out how to do things properly.TASK DETAILhttps://phabricator.wikimedia.org/T193071EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Olaf_SimonsCc: Franziska_Heine, Daniel_Mietchen, Lydia_Pintscher, samuwmde,

[Wikidata-bugs] [Maniphest] [Commented On] T57755: allow time values more precise than day

2018-04-26 Thread MisterSynergy
MisterSynergy added a comment. According to mw:Wikibase/DataModel#Dates and times, there are already most requirements for timezone support contained in the data model. What prevents us from just activating it? Sure, there will be some GUI changes necessary to enable HH:MM:SS modifications, and to

[Wikidata-bugs] [Maniphest] [Updated] T193071: permit a phabricator page for the FactGrid project

2018-04-26 Thread Aklapper
Aklapper added a project: Project-Admins.Aklapper added a comment. In T193071#4159248, @Olaf_Simons wrote: I think I need a project to create workboards - should be a proect then. In short: One [sub]project has one workboard and one workboard has one [sub]project. Projects can have subprojects.

[Wikidata-bugs] [Maniphest] [Commented On] T193007: Only store numeric property IDs in SqlEntityInfoBuilder

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 429166 had a related patch set uploaded (by Jakob; owner: Jakob): [mediawiki/extensions/Wikibase@master] Store only numeric property IDs in SqlEntityInfoBuilder https://gerrit.wikimedia.org/r/429166TASK DETAILhttps://phabricator.wikimedia.org/T193007EMAIL PREFEREN

[Wikidata-bugs] [Maniphest] [Updated] T193007: Only store numeric property IDs in SqlEntityInfoBuilder

2018-04-26 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T193007EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Jakob_WMDE, Aklapper, Lydia_Pintscher, WMDE-leszek, Versusxo, Majesticalreaper22, Giuliamoc

[Wikidata-bugs] [Maniphest] [Edited] T192292: Request to return 405 on POST calls to SPARQL endpoint, Wikidata primary sources tool VPS project

2018-04-26 Thread Hjfocs
Hjfocs updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- Instance: https://tools.wmflabs.org/openstack-browser/server/pst.wikidata-primary-sources-tool.eqiad.wmflabs - base URI: https://pst.wmflabs.org/v2 **Use case:** the client should not be allowed to modify data on t

[Wikidata-bugs] [Maniphest] [Updated] T151269: Add English names for languages which don't yet have one

2018-04-26 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-05-01 (1.32.0-wmf.2)). TASK DETAILhttps://phabricator.wikimedia.org/T151269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Raymond, ReleaseTaggerBotCc: gerritbot, jhsoby-WMNO, PokestarFan

[Wikidata-bugs] [Maniphest] [Commented On] T192292: Request to return 405 on POST calls to SPARQL endpoint, Wikidata primary sources tool VPS project

2018-04-26 Thread Hjfocs
Hjfocs added a comment. Important updates: all non-GET requests should be disallowed; the same behavior should also apply to the following endpoints: /dataloader /namespace /tx /status Task description edited accordingly.TASK DETAILhttps://phabricator.wikimedia.org/T192292EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Commented On] T151269: Add English names for languages which don't yet have one

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 424556 merged by jenkins-bot: [mediawiki/extensions/cldr@master] Add English names for languages which don't yet have one https://gerrit.wikimedia.org/r/424556TASK DETAILhttps://phabricator.wikimedia.org/T151269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/se

[Wikidata-bugs] [Maniphest] [Commented On] T183804: Citations from Wikidata generate errors on huWiki: "Invalid tag; name defined multiple times with different content"

2018-04-26 Thread WMDE-Fisch
WMDE-Fisch added a comment. Oh great, that's good to hear. I just looked at the template page again, so I guess these things did it {1]? And again, we are happy to help. If you have anything else just poke is in the next Technical Advice IRC session. For some cases like that one it's also good to

[Wikidata-bugs] [Maniphest] [Reassigned] T192364: Add OAuth extension to wikibase bundle container

2018-04-26 Thread WMDE-leszek
WMDE-leszek reassigned this task from Tarrow to Addshore.Herald added a project: User-Addshore. TASK DETAILhttps://phabricator.wikimedia.org/T192364EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, WMDE-leszekCc: Lydia_Pintscher, Aklapper, Tarrow, Adds

[Wikidata-bugs] [Maniphest] [Commented On] T192869: Image link should link to Commons and not local file

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 428687 merged by jenkins-bot: [mediawiki/extensions/Wikibase@master] CommonsMediaImageGallery: Link image captions to commons https://gerrit.wikimedia.org/r/428687TASK DETAILhttps://phabricator.wikimedia.org/T192869EMAIL PREFERENCEShttps://phabricator.wikimedia.or

[Wikidata-bugs] [Maniphest] [Updated] T193005: EntityHandler::getTitleForId should handle FormIDs

2018-04-26 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T193005EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDE, gerritbotCc: gerritbot, Jakob_WMDE, Aklapper, Lydia_Pintscher, WMDE-leszek, Versusxo, Majesticalreaper2

[Wikidata-bugs] [Maniphest] [Commented On] T193005: EntityHandler::getTitleForId should handle FormIDs

2018-04-26 Thread gerritbot
gerritbot added a comment. Change 429157 had a related patch set uploaded (by Jakob; owner: Jakob): [mediawiki/extensions/WikibaseLexeme@master] EntityHandler::getTitleForId should handle FormIds https://gerrit.wikimedia.org/r/429157TASK DETAILhttps://phabricator.wikimedia.org/T193005EMAIL PREFERE

[Wikidata-bugs] [Maniphest] [Commented On] T57755: allow time values more precise than day

2018-04-26 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a comment. Hello all, This issue has been described in this discussion. The goal seems to add, in the date values, the possibility to have the exact time. In order to investigate on the feasibility of this, I'd like to have a better understanding of what you want, what beha

[Wikidata-bugs] [Maniphest] [Edited] T191504: inconsistency between language fields on the Lexeme page

2018-04-26 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...**Code pointer**: the entered lang code is checked using validator provided by LexemeValidatorFactory::getLanguageCodeValidator **NOTE**: as of 25.04.2018 the language code validation is not strict enough, as "de

[Wikidata-bugs] [Maniphest] [Edited] T191504: inconsistency between language fields on the Lexeme page

2018-04-26 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- if the input contains a part '-x-' in it, the part before '-x-' is a language code recognized as valid by "core" wikibase, and the part after '-x-' is of form: 'Q' followed by digits == Examples of valid langu

[Wikidata-bugs] [Maniphest] [Edited] T192766: Statements with data type "form" cannot be saved on properties

2018-04-26 Thread Addshore
Addshore updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...The SetClaim request calls `ReferencedEntitiesDataUpdater::addLinksToParserOutput` when saving the property which in turn attempts to do an `EntityTitleLookup` and calls `EntityHandler::getTitleForId` on the `Lexeme

[Wikidata-bugs] [Maniphest] [Commented On] T192000: Create formatters for displaying a form as a statement value

2018-04-26 Thread WMDE-leszek
WMDE-leszek added a comment. Problem with statement on property is tracked as T192766. If there is any other issue, could you please @Lydia_Pintscher describe it at least here as a comment, so we know it?TASK DETAILhttps://phabricator.wikimedia.org/T192000EMAIL PREFERENCEShttps://phabricator.wikime

[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements in the search engine

2018-04-26 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Yeah let's leave them out for now.TASK DETAILhttps://phabricator.wikimedia.org/T163642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Liuxinyu970226, Smalyshev, debt, aude, Lydia_Pintscher, Aklapper, Multichi

[Wikidata-bugs] [Maniphest] [Commented On] T40968: Keyboard-navigability of the repo UI

2018-04-26 Thread Envlh
Envlh added a comment. In T40968#3762249, @Charlie_WMDE wrote: I'm gonna stall this until the new UI happens. Can you link to the corresponding Phabricator ticket, please? I couldn't find it.TASK DETAILhttps://phabricator.wikimedia.org/T40968EMAIL PREFERENCEShttps://phabricator.wikimedia.org/set

[Wikidata-bugs] [Maniphest] [Commented On] T191981: Enable finding forms using wbsearchentities API

2018-04-26 Thread WMDE-leszek
WMDE-leszek added a comment. Very cool!TASK DETAILhttps://phabricator.wikimedia.org/T191981EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, WMDE-leszekCc: Lea_Lacroix_WMDE, Smalyshev, gerritbot, Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFa

[Wikidata-bugs] [Maniphest] [Commented On] T189596: Run deleteAutopatrolLogs script for Wikidata (WMF)

2018-04-26 Thread jcrespo
jcrespo added a comment. @Ladsgroup after the table rebuilding on dbstore2001, purging is going at a good pace: https://grafana.wikimedia.org/dashboard/db/mysql?panelId=11&fullscreen&orgId=1&var-dc=codfw%20prometheus%2Fops&var-server=dbstore2001&var-port=13318&from=1524683251842&to=1524726451842 A