[Wikidata-bugs] [Maniphest] [Commented On] T181885: Links open in the current tab despite Ctrl+click or Shift+click

2017-12-03 Thread Zorglub27
Zorglub27 added a comment. ooh I didn't see the preview button, but yes, just adding a href to query.wikidata.org#SELECT... URLs and not preventing default on click events when opened outside shouldn't be too hard(?) and of great value for tabs extensive users :)TASK DETAILhttps

[Wikidata-bugs] [Maniphest] [Commented On] T181885: Links open in the current tab despite Ctrl+click or Shift+click

2017-12-02 Thread Zorglub27
Zorglub27 added a comment. yes, the examples dialog, but mostly the links to the example queries themselves: every layout that has the possibility to be built from the URL (so for example queries that would be https://query.wikidata.org/#[the serialized SPARQL]), should ideally offer

[Wikidata-bugs] [Maniphest] [Edited] T181885: Links open in the current tab despite Ctrl+click or Shift+click

2017-12-02 Thread Zorglub27
Zorglub27 updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...**Possible reason this behave this way**: you might be calling [`preventDefault`](https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault) on all click events, in which case you need to filter-out

[Wikidata-bugs] [Maniphest] [Created] T181885: Links open in the current tab despite Ctrl+click or Shift+click

2017-12-02 Thread Zorglub27
Zorglub27 created this task.Zorglub27 added a project: Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery. TASK DESCRIPTIONCurrent behavior: when Ctrl+clicking a link (for instance in the examples list) to open it in a new tab, it actually opens

[Wikidata-bugs] [Maniphest] [Edited] T168057: create slide deck with Wikidata showcases

2017-06-19 Thread Zorglub27
Zorglub27 updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* inventaire https://inventaire.io https://wiki.inventaire.io/wiki/Books-data * Wikidata Game https://tools.wmflabs.org/wikidata-game/distributed/...TASK DETAILhttps://phabricator.wikimedia.org/T168057EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T85101: create index for each dump

2016-08-29 Thread Zorglub27
Zorglub27 added a comment. Copying here the suggestion I made in the mailing list A plea for incremental dumps thread: I think Apache CouchDB would be a great fit to address the issue of keeping up to date with the whole database. Quoting Wikipedia article: Main features [...] Distributed

[Wikidata-bugs] [Maniphest] [Created] T142850: wbgetentities doesn't find entities when given Wikipedia redirected titles

2016-08-12 Thread Zorglub27
Zorglub27 created this task.Zorglub27 added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONhttps://en.wikipedia.org/wiki/Angus_and_Robertson is redirected to https://en.wikipedia.org/wiki/Angus_%26_Robertson but https://www.wikidata.org/w/api.php?action="">

[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-05-11 Thread Zorglub27
Zorglub27 added a comment. @JanZerebecki oh sorry, that should be published now TASK DETAIL https://phabricator.wikimedia.org/T133026 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev, Zorglub27 Cc: Zorglub27, gerritbot, daniel

[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-05-11 Thread Zorglub27
Zorglub27 added a comment. Hi! Following today's issue with the query GUI, I had a look at the code and thought of some optimizations, without being aware of this discussion, leading to the writing of a simple building script <https://gerrit.wikimedia.org/r/#/c/288250/>. Given

[Wikidata-bugs] [Maniphest] [Commented On] T123777: calendarmodel URL triggers a abusefilter-warning-URL error

2016-01-16 Thread Zorglub27
Zorglub27 added a comment. thanks @hoo for the quick answer, I opened a discussion here <https://www.wikidata.org/wiki/Wikidata_talk:Abuse_filter#impossible_to_add_a_calendarmodel_URL_due_to_abusefilter-warning-URL_.27URLs_within_label.2Fdescription.2Falias.27.2C_34> TASK DETAIL

[Wikidata-bugs] [Maniphest] [Created] T123777: calendarmodel URL triggers a abusefilter-warning-URL error

2016-01-15 Thread Zorglub27
Zorglub27 created this task. Zorglub27 added a subscriber: Zorglub27. Zorglub27 added a project: Wikidata. Herald added subscribers: StudiesWorld, Aklapper. TASK DESCRIPTION I'm having difficulties with the [[ https://www.wikidata.org/w/api.php?action=help=wbeditentity | wbeditentity API

[Wikidata-bugs] [Maniphest] [Commented On] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-17 Thread Zorglub27
Zorglub27 added a comment. I have been trying with both that good ol' /usr/bin/curl and a NodeJs lib called request https://github.com/request/request (or a  promise-wrapped version of it https://github.com/maxlath/bluereq) TASK DETAIL https://phabricator.wikimedia.org/T109175 EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-17 Thread Zorglub27
Zorglub27 added a comment. nop :( now, passing the parameters in the body, I get { servedby: 'mw1189', error: { code: 'noentity', info: 'The entity parameter must be set', '*': 'See https://www.wikidata.org/w/api.php for API usage' } } TASK DETAIL https

[Wikidata-bugs] [Maniphest] [Commented On] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-17 Thread Zorglub27
Zorglub27 added a comment. so that's the code I'm using, with everything in the body, that created the `noentity` error breq = require 'bluereq' Promise = require 'bluebird' _ = require './utils' getCsrfToken = require './get_csrftoken' base = https://www.wikidata.org/w/api.php

[Wikidata-bugs] [Maniphest] [Commented On] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-17 Thread Zorglub27
Zorglub27 added a comment. ok, so I came to solve all my problems, including the very nasty '{servedby:mw1200,error:{code:badtoken,info:Invalid token,*:See https://www.wikidata.org/w/api.php for API usage}}' } which wasn't a problem from the token but in fact from the cookies: I was just

[Wikidata-bugs] [Maniphest] [Edited] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-15 Thread Zorglub27
Zorglub27 edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T109175 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Zorglub27 Cc: Zorglub27, Aklapper, Wikidata-bugs, aude, Malyacko

[Wikidata-bugs] [Maniphest] [Edited] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-15 Thread Zorglub27
Zorglub27 edited the task description. Zorglub27 set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T109175 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Zorglub27 Cc: Zorglub27, Aklapper, Wikidata-bugs, aude, Malyacko

[Wikidata-bugs] [Maniphest] [Created] T109175: wbcreateclaim API gives confusing error messages regarding how to pass a csrf token

2015-08-15 Thread Zorglub27
Zorglub27 created this task. Zorglub27 added a subscriber: Zorglub27. Zorglub27 added a project: Wikidata. Herald added a subscriber: Aklapper. TASK DESCRIPTION hi, I try to use the wbcreateclaim API module but can't figure out how to pass the csrf token correctly: - when I set