[Wikidata-bugs] [Paste] [Updated] P5557: CSS suggestion for T167127

2017-06-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited the content of this paste. (Show Details) CHANGES TO PASTE CONTENT...} span.wbqc-role-qualifier-predicate { background-color: #fef; border-color: #ede; } span.wbqc-role-constraint-property {...PASTE DETAILhttps://phabricator.wikimedia.org/P5557EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T168655: Query service UI editor placeholder is not translated

2017-06-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Do you think it would be a good idea to add an event to jquery.i18n that is triggered whenever an element’s text or attribute is changed? That might allow us to fix this by propagating the change to CodeMirror when it happens.TASK DETAILhttps

[Wikidata-bugs] [Maniphest] [Created] T168715: Support setting edge labels in Graph view

2017-06-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery. TASK DESCRIPTIONIt would be pretty cool if you could set edge labels in the Graph view. As far as vis is concerned

[Wikidata-bugs] [Maniphest] [Commented On] T168715: Support setting edge labels in Graph view

2017-06-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Example query, showing the connections between some small selection of items: #defaultView:Graph SELECT ?item1 ?item1Label ?image ?item2 ?item2Label ?label WHERE { VALUES ?item1 { wd:Q42 wd:Q350 wd:Q21 wd:Q84 wd:Q1860 wd:Q145 } VALUES ?item2 { wd:Q42

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T168714: WDQS graph visualization shows images with a wrong aspect ratio

2017-06-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: Smalyshev.Lucas_Werkmeister_WMDE added a comment. Pretty sure this is an upstream bug: https://github.com/almende/vis/issues/3203 – we could mitigate by downgrading vis back to 4.19.1 for now, since I don’t think there’s anything we need from 4.20.0

[Wikidata-bugs] [Maniphest] [Commented On] T168714: WDQS graph visualization shows images with a wrong aspect ratio

2017-06-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Example query (link): #defaultView:Graph SELECT ?node1 ?node1Label ?rgb ?image ?node2 ?node2Label WHERE { VALUES ?item1 { wd:Q42 wd:Q350 wd:Q21 wd:Q84 wd:Q1860 wd:Q145 } VALUES ?item2 { wd:Q42 wd:Q350 wd:Q21 wd:Q84 wd:Q1860 wd:Q145 } ?item1 ?wdt

[Wikidata-bugs] [Maniphest] [Created] T168629: Constraint status is still parsed with old constraint parameter parser

2017-06-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONI’ve left this snippet of code untouched in most of the checkers where I exchanged ConstraintParameterParser

[Wikidata-bugs] [Maniphest] [Updated] T136081: Wikibase Quality scripts UpdateConstraintsTable should not have wikidata.org hardcoded

2017-06-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikibase-Quality. TASK DETAILhttps://phabricator.wikimedia.org/T136081EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, aude, Aklapper, Lydia_Pintscher, Addshore, Zppix

[Wikidata-bugs] [Maniphest] [Updated] T168629: Constraint status is still parsed with old constraint parameter parser

2017-06-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint.Lucas_Werkmeister_WMDE moved this task from incoming to in current sprint on the Wikidata board. TASK DETAILhttps://phabricator.wikimedia.org/T168629WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Updated] T168629: Constraint status is still parsed with old constraint parameter parser

2017-06-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. I believe eab99c1ad7 is the first commit affected by this. If that commit is in a release train, I38d39a8c34 has to be included in the same train (backported if necessary).TASK DETAILhttps://phabricator.wikimedia.org/T168629EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Commented On] T155973: Complex query result configuration options

2017-06-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. @Jonas just a slight change – I’d prefer standard JSON (not sure if you had something different in mind or the differences are only accidental): #defaultView:Graph{"arrows":"red", "layout":"hierarchical", "o

[Wikidata-bugs] [Maniphest] [Changed Project Column] T103113: [Task] Take novalue and somevalue into account

2017-06-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from WBQC Backlog to REVIEW on the Wikibase-Quality board.Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T103113WORKBOARDhttps://phabricator.wikimedia.org/project/board/989/EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Created] T168973: Checking if a book is an instance of work is slow without explicit gearing hint

2017-06-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery. TASK DESCRIPTIONThis query, without caching, takes about six

[Wikidata-bugs] [Maniphest] [Updated] T168973: Checking if a book is an instance of work is slow without explicit gearing hint

2017-06-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T168973EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Aklapper, Smalyshev, Lucas_Werkmeister_WMDE, GoranSMilovanovic

[Wikidata-bugs] [Maniphest] [Commented On] T165730: [Hackathon doc sprint] Beginner documentation about constraint reports

2017-05-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. We’ve started working on this here: https://www.wikidata.org/wiki/Help:Property_constraints_portalTASK DETAILhttps://phabricator.wikimedia.org/T165730EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences

[Wikidata-bugs] [Maniphest] [Created] T165722: Integrate constraint reports into recent changes and watchlist

2017-05-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONI think that WBQC could be very helpful in battling vandalism and accidentally incorrect edits if integrated

[Wikidata-bugs] [Maniphest] [Commented On] T166227: [Bug] Special pages allow creating Properties with an empty datatype

2017-05-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. As far as I can tell, there are no properties with invalid datatype in the query service (http://tinyurl.com/kvabzcp), but I don’t know what the exporter or the updater would do with such properties. Perhaps Quarry would be better suited for this?TASK

[Wikidata-bugs] [Maniphest] [Commented On] T166491: Encoding of spaces in WDQS URLs in Firefox

2017-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. 2017-04-22 logTASK DETAILhttps://phabricator.wikimedia.org/T166491EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Multichill, Samwilson, Liuxinyu970226, Lydia_Pintscher, Smalyshev, Jonas

[Wikidata-bugs] [Maniphest] [Commented On] T166491: Encoding of spaces in WDQS URLs in Firefox

2017-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Actually, I get %20 again now… perhaps Firefox changed the behavior back? (I’m on Developer Edition, currently 54.0a2 2017-04-19.)TASK DETAILhttps://phabricator.wikimedia.org/T166491EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel

[Wikidata-bugs] [Maniphest] [Updated] T166379: Value type constraints show errors even when they shouldn't

2017-05-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. We replaced the depth limit with a limit on total entities visited a few weeks ago (0408a71186e3); the ticket for it, T164948, isn’t public yet, but the test commit 6f24ded76ea4 has a longer explanation for the issue. We noticed pretty soon that the new

[Wikidata-bugs] [Maniphest] [Created] T166892: Implement “Reference” constraint

2017-06-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONExtremely trivial (always violated, because we only check the main value) and completely analogous

[Wikidata-bugs] [Maniphest] [Closed] T102760: [Task] Hooks to keep constraint table up to date.

2017-06-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE claimed this task.Lucas_Werkmeister_WMDE added a comment. I forgot to mention this task in the change, but I think with I6e5428187f this is done. All constraint statements are written to the constr

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T102760: [Task] Hooks to keep constraint table up to date. as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeis

[Wikidata-bugs] [Maniphest] [Claimed] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.Lucas_Werkmeister_WMDE added a comment. With https://gerrit.wikimedia.org/r/#/c/349894 and https://gerrit.wikimedia.org/r/#/c/352864, all constraint statements are stored in the constraint table. What’s left to do is to also read them from there. Here’s

[Wikidata-bugs] [Maniphest] [Commented On] T166762: [Bug] Shortcut for autocompletion broken on WDQS

2017-06-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Yes, of course – it overrides extraKeys instead of appending to it.TASK DETAILhttps://phabricator.wikimedia.org/T166762EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Aklapper

[Wikidata-bugs] [Maniphest] [Updated] T166762: [Bug] Shortcut for autocompletion broken on WDQS

2017-06-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. git bisect says it’s a5a4e477919b19b62d39e88f8ea309d55c963bb7, which seems plausible (affected key bindings).TASK DETAILhttps://phabricator.wikimedia.org/T166762EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences

[Wikidata-bugs] [Maniphest] [Created] T167397: Add new constraint status for incorrect parameters

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONInvalid constraint parameters are currently reported as regular violations. We should introduce a separate

[Wikidata-bugs] [Maniphest] [Updated] T167399: Translate constraint type Q-IDs into strings

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T102759: [Story] Migrate constraints from property talk pages to statements on properties. TASK DETAILhttps://phabricator.wikimedia.org/T167399EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc

[Wikidata-bugs] [Maniphest] [Created] T167399: Translate constraint type Q-IDs into strings

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONConstraint already has the separate methods getConstraintTypeQid and getConstraintTypeName, but currently

[Wikidata-bugs] [Maniphest] [Updated] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T167399: Translate constraint type Q-IDs into strings. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Created] T167415: Import qualifiers constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167415EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167415: Import qualifiers constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167414: Import diff within range constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot

[Wikidata-bugs] [Maniphest] [Created] T167414: Import diff within range constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167414EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Created] T167416: Import mandatory qualifiers constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167416EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167416: Import mandatory qualifiers constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167413: Import range constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Created] T167413: Import range constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167413EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Created] T167417: Import commons link constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167417EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167417: Import commons link constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Edited] T167418: Import format constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONEven though the constraint isn’t implemented (T102752) – if we want to get rid of the “old” `ConstraintParameterParser`, we’ll need to update `FormatChecker` as well.TASK DETAILhttps

[Wikidata-bugs] [Maniphest] [Created] T167418: Import format constraints from statements

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONEven though the constraint isn’t implemented – if we want to get rid of the “old” ConstraintParameterParser

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167418: Import format constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Commented On] T167126: Create separate section for constraint statements on properties

2017-06-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. As far as I can tell, there are two parts to this: Add this to the $wgWBRepoSettings['statementSections'] config in operations/mediawiki-config::wmf-config/Wikibase.php: 'property' => [ 'statements' => null, 'constraints' => [

[Wikidata-bugs] [Maniphest] [Unblock] T164352: UI Design for Constraint Checks/Violations

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T164829: Fix alignment constraint check notification headline and close button as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T164352EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ja

[Wikidata-bugs] [Maniphest] [Updated] T167106: Import type and value type constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T102759: [Story] Migrate constraints from property talk pages to statements on properties. TASK DETAILhttps://phabricator.wikimedia.org/T167106EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc

[Wikidata-bugs] [Maniphest] [Updated] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T167106: Import type and value type constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Created] T167106: Import type and value type constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167106EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167109: Import target required claim constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Created] T167109: Import target required claim constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167109EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Created] T167107: Import inverse constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167107EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Lowered Priority] T167108: Import item constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE lowered the priority of this task from "High" to "Normal". TASK DETAILhttps://phabricator.wikimedia.org/T167108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, Aklappe

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167110: Import conflicts with constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE

[Wikidata-bugs] [Maniphest] [Created] T167110: Import conflicts with constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167110EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Created] T167108: Import item constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikibase-Quality-Constraints, Wikidata, Wikibase-Quality.Herald added a subscriber: Aklapper. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T167108EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Block] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created subtask T167108: Import item constraints from statements. TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, Ivan_A_Krestinin

[Wikidata-bugs] [Maniphest] [Changed Project Column] T167106: Import type and value type constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Backlog to REVIEW on the Wikibase-Quality board.Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T167106WORKBOARDhttps://phabricator.wikimedia.org/project/board/989/EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Updated] T167110: Import conflicts with constraints from statements

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T167110EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Aklapper, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382

[Wikidata-bugs] [Maniphest] [Updated] T166762: [Bug] Shortcut for autocompletion broken on WDQS

2017-06-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T166762EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, Lucas_Werkmeister_WMDECc: Gehel, Jakob_WMDE, gerritbot, Aklapper, Lucas_Werkmeister_WMDE, Jonas

[Wikidata-bugs] [Maniphest] [Commented On] T166379: Value type constraints show errors even when they shouldn't

2017-06-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. I think the new limit has been deployed (I see type checking spikes of 4 s and 7½ s in the last 12 h on Grafana), can you try it out? (Perhaps unswap the classes if you don’t have any other item where the test previously failed?) @abian that would

[Wikidata-bugs] [Maniphest] [Commented On] T166379: Value type constraints show errors even when they shouldn't

2017-06-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. @Agabi10 I think that’s working as intended – “instance of” and “subclass of” are different things and, in general, shouldn’t be used interchangeably. If some people think that “instance of” should be used and add a constraint to reflect that, and other

[Wikidata-bugs] [Maniphest] [Commented On] T167416: Import mandatory qualifiers constraints from statements

2017-06-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. What will happen with the translations until they are updated? Does TranslateWiki throw them away automatically because the message changed too much? I don’t want to show broken messages to users because we’re passing the wrong parameters to old translations

[Wikidata-bugs] [Maniphest] [Closed] T167107: Import inverse constraints from statements

2017-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T167107EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T167107: Import inverse constraints from statements as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc:

[Wikidata-bugs] [Maniphest] [Updated] T152676: Simple tree query visualization

2017-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Here’s a SPARQL version of the example at the top of the page (Chopin): #defaultView:Tree SELECT ?i0 ?i0Label ?i1 ?i1Label ?i2 ?i2Label ?i3 ?i3Label ?i4 ?i4Label WHERE { BIND(wd:Q1785783 AS ?i0). ?i0 ^wdt:P361 ?i1. OPTIONAL { ?i1 ^wdt:P361 ?i2

[Wikidata-bugs] [Maniphest] [Claimed] T167870: Add JS hooks for changes to statements

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint.Lucas_Werkmeister_WMDE moved this task from incoming to in current sprint on the Wikidata board. TASK DETAILhttps://phabricator.wikimedia.org/T167870WORKBOARDhttps://phabricator.wikimedia.org/project

[Wikidata-bugs] [Maniphest] [Created] T167949: Rename VisualEditor to QueryHelper

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery. TASK DESCRIPTION“VisualEditor” is super ambiguous. Jonas says “QueryHelper” is already used in the documentation

[Wikidata-bugs] [Maniphest] [Closed] T167948: Add class with statement GUID to saved new statements

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE moved this task from Review to Done on the Wikidata-Sprint board. TASK DETAILhttps://phabricator.wikimedia.org/T167948WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Closed] T167949: Rename VisualEditor to QueryHelper

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T167949EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic

[Wikidata-bugs] [Maniphest] [Claimed] T167948: Add class with statement GUID to saved new statements

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint.Lucas_Werkmeister_WMDE moved this task from incoming to in current sprint on the Wikidata board.Lucas_Werkmeister_WMDE claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T167948WORKBOARDhttps://phabricator.wikimedia.org/project

[Wikidata-bugs] [Maniphest] [Updated] T167949: Rename VisualEditor to QueryHelper

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint.Lucas_Werkmeister_WMDE moved this task from incoming to in current sprint on the Wikidata board. TASK DETAILhttps://phabricator.wikimedia.org/T167949WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Closed] T167868: Query templates can’t reuse variables

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T167868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Jonas, Lucas_Werkmeister_WMDE, Aklapper, GoranSM

[Wikidata-bugs] [Maniphest] [Created] T167965: Add Wikidata Query Service Cheat Sheet

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery. TASK DESCRIPTIONWe want to have a cheat sheet for the query service, to distribute at workshops and similar events

[Wikidata-bugs] [Maniphest] [Created] T167948: Add class with statement GUID to saved new statements

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONCurrently, a saved new statement gets the CSS class wikibase-statement-new, but no class with its GUID like existing statements (wikibase-statement-Q123

[Wikidata-bugs] [Maniphest] [Created] T167989: Add “integer” constraint

2017-06-15 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONWe should have a constraint that the value of a quantity must be integer. This would cover T165152

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T167126: Create separate section for constraint statements on properties

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: thiemowmde.Lucas_Werkmeister_WMDE added a comment. @thiemowmde I think you added the “identifiers” section (Iac913191cd and I046b5b7a22), do you remember how the message was added?TASK DETAILhttps://phabricator.wikimedia.org/T167126EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T136079: Move Wikibase Quality scripts to gerrit

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: Ivan_A_Krestinin.Lucas_Werkmeister_WMDE added a comment. ConstraintsFromTemplates will be obsolete once we import constraints exclusively from statements. ConstraintMigration is probably unnecessary since @Ivan_A_Krestinin will do the migration (I’m

[Wikidata-bugs] [Maniphest] [Commented On] T167625: Update constraint check user script and propose to make it a gadget

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Jonas updated the script on Friday and also requested the gadget (no response so far). Should we ask for more testers on Project Chat?TASK DETAILhttps://phabricator.wikimedia.org/T167625EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel

[Wikidata-bugs] [Maniphest] [Closed] T164921: Discussion about ConstraintParameterParser

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE claimed this task.Lucas_Werkmeister_WMDE added a comment. Closing. This is currently happening in the constraintParameters topic on Gerrit (especially Iefc5f6d9e2), with ConstraintStatementParameterParser takin

[Wikidata-bugs] [Maniphest] [Commented On] T167416: Import mandatory qualifiers constraints from statements

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. @abian thanks, that’s a great idea! I was afraid of an ugly …-qualifiers-2 message key, but your suggestion is much nicer :)TASK DETAILhttps://phabricator.wikimedia.org/T167416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences

[Wikidata-bugs] [Maniphest] [Updated] T167869: Constraint report shows up on date picker

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed projects: Wikibase-Quality-Constraints, Wikibase-Quality. TASK DETAILhttps://phabricator.wikimedia.org/T167869EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, Aklapper

[Wikidata-bugs] [Maniphest] [Commented On] T167869: Constraint report shows up on date picker

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. I don’t think this is a WBQC bug – apparently, the TimeInput just initializes its preview with whatever HTML is inside the value element. I can manually (in dev tools) add random stuff after the button and that ends up in the preview as well.TASK DETAILhttps

[Wikidata-bugs] [Maniphest] [Updated] T167415: Import qualifiers constraints from statements

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint.Lucas_Werkmeister_WMDE moved this task from Backlog to REVIEW on the Wikibase-Quality board. TASK DETAILhttps://phabricator.wikimedia.org/T167415WORKBOARDhttps://phabricator.wikimedia.org/project/board/989/EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Commented On] T152676: Simple tree query visualization

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. @nichtich that’s not the same thing – that tree always only has two levels, and nodes will appear multiple times (e. g. Waltzes by Chopin is a toplevel node but also a child node of List of compositions by Frédéric Chopin by genre). If I understand correctly

[Wikidata-bugs] [Maniphest] [Created] T168240: WBQC test improvements

2017-06-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTION Use NewItem instead of JsonFileEntityLookup (see also InMemoryEntityLookup) If necessary, create and use

[Wikidata-bugs] [Maniphest] [Created] T168268: Split up range constraint violation messages

2017-06-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTIONIn order to support half-open ranges, we need new violation messages: The value for whatever (-2) needs

[Wikidata-bugs] [Maniphest] [Edited] T168268: Split up range constraint violation messages

2017-06-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...//after//, not //above//. And we should probably do the same for the closed-range messages too, for languages where time ranges and quantity ranges are described differently.TASK DETAILhttps

[Wikidata-bugs] [Maniphest] [Updated] T167413: Import range constraints from statements

2017-06-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Sprint.Lucas_Werkmeister_WMDE moved this task from ready to go to in current sprint on the Wikidata board. TASK DETAILhttps://phabricator.wikimedia.org/T167413WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps

[Wikidata-bugs] [Paste] [Updated] P5557: CSS suggestion for T167127

2017-06-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited the content of this paste. (Show Details) CHANGES TO PASTE CONTENTspan.wdwbqc-role {...span.wdwbqc-role-subject {...span.wdwbqc-role-predicate {...span.wdwbqc-role-object {...span.wdwbqc-role-constraint-property {...PASTE DETAILhttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T167108: Import item constraints from statements as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc:

[Wikidata-bugs] [Maniphest] [Closed] T167109: Import target required claim constraints from statements

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE moved this task from REVIEW to DONE on the Wikibase-Quality board. TASK DETAILhttps://phabricator.wikimedia.org/T167109WORKBOARDhttps://phabricator.wikimedia.org/project/board/989/EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Closed] T167108: Import item constraints from statements

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE moved this task from REVIEW to DONE on the Wikibase-Quality board. TASK DETAILhttps://phabricator.wikimedia.org/T167108WORKBOARDhttps://phabricator.wikimedia.org/project/board/989/EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Closed] T167111: Import one of constraints from statements

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE moved this task from REVIEW to DONE on the Wikibase-Quality board. TASK DETAILhttps://phabricator.wikimedia.org/T167111WORKBOARDhttps://phabricator.wikimedia.org/project/board/989/EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T167111: Import one of constraints from statements as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc:

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T167109: Import target required claim constraints from statements as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc:

[Wikidata-bugs] [Maniphest] [Closed] T167110: Import conflicts with constraints from statements

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T167110EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Aklapper, Lucas_Werkmeister_WMDE, GoranSMilovanovic

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T167110: Import conflicts with constraints from statements as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc:

[Wikidata-bugs] [Maniphest] [Closed] T166379: Value type constraints show errors even when they shouldn't

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE claimed this task.Lucas_Werkmeister_WMDE added a comment. Closing now, feel free to open another ticket if something goes wrong.TASK DETAILhttps://phabricator.wikimedia.org/T166379EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Created] T167653: Consider ranks in constraint checks

2017-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper. TASK DESCRIPTION@Nikki suggested that the “single value” constraint should not report a violation if an item has one normal

[Wikidata-bugs] [Maniphest] [Unblock] T102759: [Story] Migrate constraints from property talk pages to statements on properties

2017-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T167416: Import mandatory qualifiers constraints from statements as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T102759EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc:

<    1   2   3   4   5   6   7   8   9   10   >