[Wikidata-bugs] [Maniphest] [Closed] T118558: [Bug] Cannot type "รด" in value field when adding a statement

2016-08-25 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T118558EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: hoo, Hsarrazin, Ayack, JanZerebecki, thiemowmde, Aklapper,

[Wikidata-bugs] [Maniphest] [Created] T143970: In Lua modules, there is no way to test for validity of Wikidata entity IDs

2016-08-25 Thread Evad37
Evad37 created this task.Evad37 added projects: Wikidata, MediaWiki-extensions-WikibaseClient, MediaWiki-extensions-Scribunto.Herald added a subscriber: Aklapper. TASK DESCRIPTIONIn Lua, mw.wikibase.getEntity(id) will return a entity object if "id" is a valid Wikidata entity id, e.g. 'Q42'.

[Wikidata-bugs] [Maniphest] [Updated] T40971: API: Access old versions of items

2016-08-25 Thread Legoktm
Legoktm added a comment. In T40971#1753989, @Legoktm wrote: I've been thinking about this a bit, and it would be really nice if we could just use prop=revisions and get the nice wbgetentities output. Instead of outputing the stored serialized text which is really a JSON blob, it could output the

[Wikidata-bugs] [Maniphest] [Updated] T143897: Use of xsd:duration throws an error in Wikidata Query Service

2016-08-25 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T143897EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Alphos, WikidataFacts, Aklapper, Sylvain_WMFr, mschwarzer, Avner,

[Wikidata-bugs] [Maniphest] [Commented On] T143897: Use of xsd:duration throws an error in Wikidata Query Service

2016-08-25 Thread Alphos
Alphos added a comment. It's weirder than you think : SELECT ?now WHERE { BIND( ( NOW() - "P7D"^^xsd:duration ) AS ?now ) . } returns "Sep 1, 2016", which is 6 days from today (we're 2016-08-25T23:55:00.000+02:00, give or take a few minutes) SELECT ?now WHERE { BIND( (

[Wikidata-bugs] [Maniphest] [Commented On] T143118: [Task] Introduce wbentityusage API

2016-08-25 Thread gerritbot
gerritbot added a comment. Change 306750 had a related patch set uploaded (by Ladsgroup): Use better formatting for wbentityusage https://gerrit.wikimedia.org/r/306750TASK DETAILhttps://phabricator.wikimedia.org/T143118EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T47134: Copyright popup specifies "save" button even if using "remove"

2016-08-25 Thread matej_suchanek
matej_suchanek edited the task description. (Show Details) EDIT DETAILSI tried to remove a property to test the copyright message, and it specified that by hitting [save] you agree...etc, even though I was trying to hit [remove]. -- **Version**: unspecified **Severity**:

[Wikidata-bugs] [Maniphest] [Created] T143910: Add entity_prefix to siteinfo

2016-08-25 Thread Lokal_Profil
Lokal_Profil created this task.Lokal_Profil added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONIn various places (e.g. quantiy claims with units 1) we refer to items via their entity urls such as http://www.wikidata.org/entity/Q712226. Yet there is no easy way of

[Wikidata-bugs] [Maniphest] [Commented On] T143897: Use of xsd:duration throws an error in Wikidata Query Service

2016-08-25 Thread Smalyshev
Smalyshev added a comment. That's weird that it works with + but not with -. Looks like a bug somewhere in comparison or math implementation. I'll take a look.TASK DETAILhttps://phabricator.wikimedia.org/T143897EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Triaged] T143897: Use of xsd:duration throws an error in Wikidata Query Service

2016-08-25 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T143897EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Alphos, WikidataFacts, Aklapper, Sylvain_WMFr, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas,

[Wikidata-bugs] [Maniphest] [Commented On] T143897: Use of xsd:duration throws an error in Wikidata Query Service

2016-08-25 Thread Alphos
Alphos added a comment. Temporary workaround : # People who died in the last week # Well, more accurately, people whose death + 7 days is after the current day and time, but still ! SELECT ?human ?humanLabel ?date WHERE { ?human wdt:P31 wd:Q5; wdt:P570 ?date. FILTER(?date +

[Wikidata-bugs] [Maniphest] [Commented On] T143890: Parse input for statements IDs

2016-08-25 Thread ChristianKl
ChristianKl added a comment. It seem like double click gives me the the number without ')' so that helps. At the same time it's not something I discovered on my own, so it's valuable from an UI perspective that tries to make things easy for new people to handle the case. If I open to windows in

[Wikidata-bugs] [Maniphest] [Commented On] T143890: Parse input for statements IDs

2016-08-25 Thread Izno
Izno added a comment. @Sjoerddebruin Similar. Generally: There's a workaround at least in desktop Firefox for "click and drag for selection": A double click on the QID in the UI provides a highlight of the desired piece of the UI for copy and pasting. It's the same in the URL bar if you double

[Wikidata-bugs] [Maniphest] [Created] T143897: Use of xsd:duration throws an error in Wikidata Query Service

2016-08-25 Thread Sylvain_WMFr
Sylvain_WMFr created this task.Sylvain_WMFr added a project: Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery. TASK DESCRIPTIONWhen running a query that uses xsd:duration, it terminates with an error. Sample query: # People who died in the

[Wikidata-bugs] [Maniphest] [Updated] T143890: Parse input for statements IDs

2016-08-25 Thread Sjoerddebruin
Sjoerddebruin added a comment. Close to T117763.TASK DETAILhttps://phabricator.wikimedia.org/T143890EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Aklapper, ChristianKl, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Commented On] T143486: [feature request] remove sitelinks / update sitelinks on Wikidata when pages are deleted/moved on client wikis (all users)

2016-08-25 Thread Izno
Izno added a comment. A dummy user seems okay for a short-term and could probably be worked regardless of a long-term resolution.TASK DETAILhttps://phabricator.wikimedia.org/T143486EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: IznoCc: Izno, hoo, Aklapper,

[Wikidata-bugs] [Maniphest] [Created] T143890: Parse input for statements IDs

2016-08-25 Thread ChristianKl
ChristianKl created this task.ChristianKl added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONWhen entering content for Wikidata I often copypaste the code for an item from the page of the item. Especially for items that share their name this is a useful workflow. When

[Wikidata-bugs] [Maniphest] [Unblock] T87764: Bugs related to time datatype (tracking)

2016-08-25 Thread hoo
hoo closed subtask T104447: MwTimeIsoFormatter forces time precisions to be displayed in English as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T87764EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: T.seppelt, Agabi10, Ricordisamoa, Conny,

[Wikidata-bugs] [Maniphest] [Closed] T104447: MwTimeIsoFormatter forces time precisions to be displayed in English

2016-08-25 Thread hoo
hoo closed this task as "Resolved".hoo claimed this task.hoo added a comment. Fixed with 081c4d3e68f9169843ba820cb0fc9eb6ce8cbb2c.TASK DETAILhttps://phabricator.wikimedia.org/T104447EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Sjoerddebruin,

[Wikidata-bugs] [Maniphest] [Created] T143885: Don't block the user from continuing to work while a statement get's saved/published

2016-08-25 Thread ChristianKl
ChristianKl created this task.ChristianKl added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONFast UI makes websites fun to use. Amazon famously increased their sales by 1% by reduce pageloading time by 100ms. On Wikidata the fact that I have to wait as a user for

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

2016-08-25 Thread Aklapper
Aklapper changed the title from "Develop data usage code" to "Data request for logs from SparQL interface at query.wikidata.org".Aklapper removed I9606 as the assignee of this task.Aklapper edited projects, added Wikidata; removed WMF-NDA-Requests. TASK

[Wikidata-bugs] [Maniphest] [Updated] T94416: [Task] Don't use 'enwiki' as site id for test2wiki and testwiki

2016-08-25 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a project: Wikidata-Sprint-2016-08-30. TASK DETAILhttps://phabricator.wikimedia.org/T94416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, Tobi_WMDE_SWCc: gerritbot, hoo, aude, Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno,

[Wikidata-bugs] [Maniphest] [Commented On] T143309: Ownership for wikidata/wikibase selenium tests

2016-08-25 Thread gerritbot
gerritbot added a comment. Change 306449 merged by jenkins-bot: Tobi is owner of selenium-Wikibase and selenium-Wikidata jobs https://gerrit.wikimedia.org/r/306449TASK DETAILhttps://phabricator.wikimedia.org/T143309EMAIL

[Wikidata-bugs] [Maniphest] [Closed] T143309: Ownership for wikidata/wikibase selenium tests

2016-08-25 Thread zeljkofilipin
zeljkofilipin closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T143309EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: gerritbot, zeljkofilipin, adrianheine, Tobi_WMDE_SW, Aklapper, Lewizho99, Maathavan, D3r1ck01,

[Wikidata-bugs] [Maniphest] [Commented On] T114586: Special:NewItem redirects to https://www.wikidata.org/wiki/NewItem after clicking "create" following a "already exists" message

2016-08-25 Thread Sjoerddebruin
Sjoerddebruin added a comment. Still happening, what is needed to fix this?TASK DETAILhttps://phabricator.wikimedia.org/T114586EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Aklapper, Stryn, D3r1ck01, Izno, Wikidata-bugs,

[Wikidata-bugs] [Maniphest] [Edited] T114293: Add mask-icon to Wikidata

2016-08-25 Thread Sjoerddebruin
Sjoerddebruin edited the task description. (Show Details) EDIT

[Wikidata-bugs] [Maniphest] [Commented On] T104447: MwTimeIsoFormatter forces time precisions to be displayed in English

2016-08-25 Thread Sjoerddebruin
Sjoerddebruin added a comment. Hasn't this been fixed recently? See https://gerrit.wikimedia.org/r/#/c/278234/TASK DETAILhttps://phabricator.wikimedia.org/T104447EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Mbch331, Nikki,

[Wikidata-bugs] [Maniphest] [Declined] T47077: On login successful page, return to link is broken

2016-08-25 Thread Sjoerddebruin
Sjoerddebruin closed this task as "Declined".Sjoerddebruin added a comment. Can't reproduce either, closing this (also because this was in Feb 2013).TASK DETAILhttps://phabricator.wikimedia.org/T47077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Updated] T47134: Copyright popup specifies "save" button even if using "remove"

2016-08-25 Thread Sjoerddebruin
Sjoerddebruin added a project: I18n. TASK DETAILhttps://phabricator.wikimedia.org/T47134EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Ricordisamoa, Aklapper, Wikidata-bugs, Legoktm, Addshore, matej_suchanek, 01tonythomas, Lydia_Pintscher,