[Wikidata-bugs] [Maniphest] [Commented On] T140792: mw.wikibase.label does not always respect uselang=

2016-08-12 Thread Geagea
Geagea added a comment.
I dont know if you have done any changes but I noticed that it was working ok in Athens case but not for Berlin so I changed small changes in Berlin template so it is similar to Athens - her, and it's working. It's looks ok now...TASK DETAILhttps://phabricator.wikimedia.org/T140792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GeageaCc: Raymond, Geagea, Jarekt, Aklapper, Zppix, zhuyifei1999, D3r1ck01, Izno, Wikidata-bugs, aude, Dinoguy1000, jayvdb, MrStradivarius, Anomie, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T134723: Project Weekly Reports for Automated Testing and Integration of IFTTT support to Wikidata

2016-08-12 Thread D3r1ck01
D3r1ck01 edited the task description. (Show Details)
EDIT DETAILS...* Created an account on the [[https://medium.com | Medium Website]] in which I will use to post my GSoC blog post as recommended by the mentors.TASK DETAILhttps://phabricator.wikimedia.org/T134723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: D3r1ck01Cc: Zppix, Bene, Samtar, hoo, Lydia_Pintscher, Slaporte, Aklapper, Sumit, D3r1ck01, Lethexie, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T134723: Project Weekly Reports for Automated Testing and Integration of IFTTT support to Wikidata

2016-08-12 Thread D3r1ck01
D3r1ck01 edited the task description. (Show Details)
EDIT DETAILS...* Cleaned up the RSS view for birthday trigger to accommodate the new results that are returned like; age of the person, date of birth, properties and items etc

==Week 12 (13th August - 19th August)==
==Week 12 (13th August - 19th August)==

* Created an account on the [[https://medium.com | Medium Website]] in which I will use to post my GSoC blog post as recommended by the mentors.TASK DETAILhttps://phabricator.wikimedia.org/T134723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: D3r1ck01Cc: Zppix, Bene, Samtar, hoo, Lydia_Pintscher, Slaporte, Aklapper, Sumit, D3r1ck01, Lethexie, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T134723: Project Weekly Reports for Automated Testing and Integration of IFTTT support to Wikidata

2016-08-12 Thread D3r1ck01
D3r1ck01 edited the task description. (Show Details)
EDIT DETAILS...* Cleaned up the RSS view for birthday trigger to accommodate the new results that are returned like; age of the person, date of birth, properties and items etc

==Week 12 (13th properties and items etcAugust - 19th August)==
TASK DETAILhttps://phabricator.wikimedia.org/T134723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: D3r1ck01Cc: Zppix, Bene, Samtar, hoo, Lydia_Pintscher, Slaporte, Aklapper, Sumit, D3r1ck01, Lethexie, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T134723: Project Weekly Reports for Automated Testing and Integration of IFTTT support to Wikidata

2016-08-12 Thread D3r1ck01
D3r1ck01 edited the task description. (Show Details)
EDIT DETAILS...```SELECT ?entity ?itemLabel ?propertyLabel ?date (year(?date) as ?year) ...```
* Added more trigger ingredients in the birthday trigger. Ingredients are now 3 instead of 1 which are; ,  and . These trigger ingredients optimizes the query to produce letter results and also gives room for the IFTTT users to customize the query to suite their needsTASK DETAILhttps://phabricator.wikimedia.org/T134723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: D3r1ck01Cc: Zppix, Bene, Samtar, hoo, Lydia_Pintscher, Slaporte, Aklapper, Sumit, D3r1ck01, Lethexie, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T134723: Project Weekly Reports for Automated Testing and Integration of IFTTT support to Wikidata

2016-08-12 Thread D3r1ck01
D3r1ck01 edited the task description. (Show Details)
EDIT DETAILS...* Fixed bug which prevented RSS content for the triggers to be translatable, now the RSS views for all the triggers are translatable in various languages provided the localization is available.
* Modified the birthday trigger to get information about recent birthdays and ordering it in descending order of date. An example instance of the query can be found here: [[http://tinyurl.com/zae29xm | Recent birthdays for computer scientists]] and the query is below:
`SELECT ?entity ?itemLabel ?propertyLabel ?date (year(?date) as ?year) 
WHERE 
{   
 	?entityS wdt:P569 ?date .   
  	?entityS wdt:P106 wd:Q82594 . 
values ?property { wd:P106 } . 
values ?item { wd:Q82594 } . 
  SERVICE wikibase:label {
  	bd:serviceParam wikibase:language "en" . 
	?entityS rdfs:label ?entity . 
			?item rdfs:label ?itemLabel . 
			?property rdfs:label ?propertyLabel
  } 
FILTER (datatype(?date) = xsd:dateTime && month(?date) = month(now()) && day(?date) <= day(now()))
} ORDER BY DESC(day(?date)) DESC(?year)
`
* Added more trigger ingredients in the birthday trigger. Ingredients are now 3 instead of 1 which are; ,  and . These trigger ingredients optimizes the query to produce letter results and also gives room for the IFTTT users to customize the query to suite their needs.
* Added options for property and item ingredients on the IFTTT front-end for users to select various options in creating recipes for birthday triggers.
* Cleaned up the RSS view for birthday trigger to accommodate the new results that are returned like; age of the person, date of birth, now the RSS views for all the triggers are translatable in various languages provided the localizationproperties and items availableetcTASK DETAILhttps://phabricator.wikimedia.org/T134723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: D3r1ck01Cc: Zppix, Bene, Samtar, hoo, Lydia_Pintscher, Slaporte, Aklapper, Sumit, D3r1ck01, Lethexie, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T129244: [Story] create gadget to try out global sort order

2016-08-12 Thread Ladsgroup
Ladsgroup added a project: User-Ladsgroup.
TASK DETAILhttps://phabricator.wikimedia.org/T129244EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Ladsgroup, Ricordisamoa, Aklapper, Bene, thiemowmde, Lydia_Pintscher, dachary, D3r1ck01, Izno, Wikidata-bugs, aude, Sjoerddebruin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142741: Unbuilt GUI does not display ULS labels properly

2016-08-12 Thread Smalyshev
Smalyshev added a comment.
Not a super-high priority, but mildly annoying as I am using developer instance to test new localizations.TASK DETAILhttps://phabricator.wikimedia.org/T142741EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, SmalyshevCc: Aklapper, Smalyshev, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140792: mw.wikibase.label does not always respect uselang=

2016-08-12 Thread Jarekt
Jarekt added a comment.
My take on the problem:

There are 2 ways of specifying preferred language of interface and templates on Commons:


You use ?uselang=ar switch on URL of the given page
You provide language through your preferences


The first take precedent over the second one. I assume that links like file page as seen from he.wiki follows mechanism similar to calling the file with uselang=he.

It seems like mw.wikibase.label() function handles calls from pages with ?uselang= differently than interface or commons templates taking precedent of language provided through your preferences over ?uselang= switch.TASK DETAILhttps://phabricator.wikimedia.org/T140792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JarektCc: Raymond, Geagea, Jarekt, Aklapper, Zppix, zhuyifei1999, D3r1ck01, Izno, Wikidata-bugs, aude, Dinoguy1000, jayvdb, MrStradivarius, Anomie, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142711: Size of text of all the gadgets have been modified

2016-08-12 Thread Sjoerddebruin
Sjoerddebruin added a comment.
Like I mentioned on Wikidata:Contact the development team: it seems like at some moments jquery is being loaded in the wrong way, causing display issues. Probably the same reason why the entity suggester has some size problems.TASK DETAILhttps://phabricator.wikimedia.org/T142711EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Lea_Lacroix_WMDE, Aklapper, dachary, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T76859: Allows to input of plain text such as "today" in time edit widget

2016-08-12 Thread Capt_Swing
Capt_Swing removed a project: Needs-user-research.
TASK DETAILhttps://phabricator.wikimedia.org/T76859EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Capt_SwingCc: TerraCodes, Jc3s5h, jhsoby, Sjoerddebruin, Ricordisamoa, Liuxinyu970226, Addshore, Lydia_Pintscher, daniel, JanZerebecki, thiemowmde, revi, adrianheine, Snaterlicious, Aklapper, Multichill, Tpt, D3r1ck01, Izno, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142852: BC dates in Primary Sources tool

2016-08-12 Thread Esc3300
Esc3300 added a parent task: T87764: Bugs related to time datatype (tracking).
TASK DETAILhttps://phabricator.wikimedia.org/T142852EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, dachary, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2016-08-12 Thread Esc3300
Esc3300 added a subtask: T142852: BC dates in Primary Sources tool.
TASK DETAILhttps://phabricator.wikimedia.org/T87764EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: T.seppelt, Agabi10, Ricordisamoa, Conny, Rical, Liuxinyu970226, Addshore, JulesWinnfield-hu, Wikidata-bugs, Tobi_WMDE_SW, Aklapper, mschwarzer, D3r1ck01, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T142852: BC dates in Primary Sources tool

2016-08-12 Thread Esc3300
Esc3300 created this task.Esc3300 added a project: Wikidata-Gadgets.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONDate suggestions seem all to be in Gregorian. Unless this is meant to be, it should be fixed.TASK DETAILhttps://phabricator.wikimedia.org/T142852EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, dachary, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[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=""> fails to find this redirection : any chance this could get fixed or is there something blocking the redirection resolution?TASK DETAILhttps://phabricator.wikimedia.org/T142850EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Zorglub27Cc: Zorglub27, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142711: Size of text of all the gadgets have been modified

2016-08-12 Thread matej_suchanek
matej_suchanek added a project: Wikidata-Gadgets.
TASK DETAILhttps://phabricator.wikimedia.org/T142711EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Lea_Lacroix_WMDE, Aklapper, dachary, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Lydia_Pintscher, Sjoerddebruin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T140725: Enable article placeholder on cyWiki

2016-08-12 Thread Jason.nlw
Jason.nlw added a comment.
Thanks very much o everyone who worked on this. Diolch yn Fawr!TASK DETAILhttps://phabricator.wikimedia.org/T140725EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, Jason.nlwCc: Stashbot, gerritbot, Lucie, Matanya, JEumerus, hoo, Aklapper, Zppix, Jason.nlw, Urbanecm, D3r1ck01, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142198: [feature request] add option to display BC dates as on Wikidata

2016-08-12 Thread Jc3s5h
Jc3s5h added a comment.
I tend to favor displaying years before AD 1 with a combination of letters and numbers in the user interface, because different conventions have been used about what negative year numbers mean; no such ambiguity exists with "2 BC" or "2 BCE". I don't care whether AD/BC are used vs. CE/BCE.

But of course the converter can't be written until the notation used in  the source the converter is receiving input from is known with certainty.

You use the term "raw value" and explain I can see it if I hover over the date. Can you explain where this raw date comes from? Is it identical to the value stored in the data base, or is some conversion done to it from the time it leaves the data base to the time I see it on the screen? If you can assure me no conversion is done, that would be enough to make me start using WQS on a regular basis. Thanks for your replyTASK DETAILhttps://phabricator.wikimedia.org/T142198EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jc3s5hCc: Jonas, Jc3s5h, Aklapper, Esc3300, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T142691: [Bug] Terms table truncates labels exceeding 255 bytes, possibly leaving invalid UTF-8

2016-08-12 Thread thiemowmde
thiemowmde changed the title from "Max lenght of reference label in russian" to "[Bug] Terms table truncates labels exceeding 255 bytes, possibly leaving invalid UTF-8".thiemowmde added subscribers: Lydia_Pintscher, daniel, Jonas, aude.
TASK DETAILhttps://phabricator.wikimedia.org/T142691EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: aude, Jonas, daniel, Lydia_Pintscher, hoo, Lea_Lacroix_WMDE, Aklapper, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread thiemowmde
thiemowmde added a comment.
Fully agree with @hoo. Discussion already started and should continue on T142691. It's just the title of the ticket that needs to change.TASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: Lydia_Pintscher, Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142691: Max lenght of reference label in russian

2016-08-12 Thread hoo
hoo added a comment.
We have 2133 affected terms:

MariaDB [wikidatawiki_p]> SELECT COUNT(*) FROM wb_terms WHERE LENGTH( term_text) > 254;
+--+
| COUNT(*) |
+--+
| 2133 |
+--+
1 row in set (8 min 15.88 sec)TASK DETAILhttps://phabricator.wikimedia.org/T142691EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, hooCc: hoo, Lea_Lacroix_WMDE, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T129836: References sections are not expanded anymore when viewing diffs

2016-08-12 Thread Jonas
Jonas closed this task as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T129836EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, JonasCc: gerritbot, Jonas, thiemowmde, Lydia_Pintscher, Sjoerddebruin, Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread hoo
hoo added a comment.

In T142820#2547860, @Lydia_Pintscher wrote:
I asked Glorian to open it so we can discuss it in the next sprint start meeting on Tuesday.


I don't think this makes sense, we have a parent ticket with possible options. From that we can pick one or two (either a real solution, or a workaround and an additional real solution to implement later on). But opening a ticket which asks for an unspecific something (but quick!) doesn't make sense to me.TASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, hooCc: Lydia_Pintscher, Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T69659: TemplateData: TemplateData should have a parameter to support Wikidata

2016-08-12 Thread Mvolz
Mvolz added a comment.
@putnik

Could you expand a little bit? Are you saying that the maps is insufficient to work with wikidata?

So in citoid, we have a similar thing, where the citoid service may return the field name "blogTitle" or "websiteTitle" for the template field name "website" in Cite web. It's basically exactly as you've written it out there. Then in the extension we just pick the last one in the list to fill. Could the template do this? Just cycle through all the ones that are "Country" and put it whichever one that has the value and is last or first in the list?

So in that scenario, you'd just put P27 first and P1532 second, and then if there was no P1532 it would be put in from P27.

If maps *isn't* working for you, we could definitely explore expanding it to work for wikidata. We intended 'maps' to be flexible enough to work for any service, but at the time citoid is the only one that was using it so it was hard to predict what that general use case was.TASK DETAILhttps://phabricator.wikimedia.org/T69659EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MvolzCc: hoo, putnik, Mvolz, Lydia_Pintscher, RexxS, TheDJ, Mike_Peel, Trizek-WMF, Edgars2007, -jem-, IKhitron, eranroz, Aklapper, Multichill, Jdforrester-WMF, Elitre, Micru, TrevorParscal, Ricordisamoa, Keegan, Liuxinyu970226, Ltrlg, merbst, AlexMonk-WMF, Wess, D3r1ck01, Izno, Jrf, Husun1297, Wikidata-bugs, Etonkovidova, aude, Swainr, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher reopened this task as "Open".Lydia_Pintscher added a comment.
I asked Glorian to open it so we can discuss it in the next sprint start meeting on Tuesday.TASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Lydia_PintscherCc: Lydia_Pintscher, Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T142691: Max lenght of reference label in russian

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher reopened subtask T142820: Implement Quick Fix for "Max length of reference label in russian" as "Open".
TASK DETAILhttps://phabricator.wikimedia.org/T142691EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Lydia_PintscherCc: hoo, Lea_Lacroix_WMDE, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread hoo
hoo closed this task as "Invalid".hoo added a comment.

In T142820#2547846, @Glorian_Yapinus wrote:
@hoo : it depends on the decision made in the parent ticket task (i.e. T142691)


In that case, I don't see a use for this ticket. Please open a more precise ticket after there has been a decision for either a workaround or a long-term fix.TASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, hooCc: Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T142691: Max lenght of reference label in russian

2016-08-12 Thread hoo
hoo closed subtask T142820: Implement Quick Fix for "Max length of reference label in russian" as "Invalid".
TASK DETAILhttps://phabricator.wikimedia.org/T142691EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, hooCc: hoo, Lea_Lacroix_WMDE, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread Glorian_Yapinus
Glorian_Yapinus added a comment.
@hoo : it depends on the decision made in the parent ticket task (i.e. T142691)TASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Glorian_YapinusCc: Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T104986: Add an option to show references for statement returned by property parser function

2016-08-12 Thread Izno
Izno added a comment.
I think this should be declined for the same reasoning as qualifiers being declined (or tending toward declined). I'd wonder a) how to display a full reference (or multiple!) and b) that some (or perhaps most) references are added to properties needing them also use or require qualifiers.TASK DETAILhttps://phabricator.wikimedia.org/T104986EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: IznoCc: Izno, hoo, Lydia_Pintscher, jeblad, Aklapper, D3r1ck01, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread hoo
hoo added a comment.
@Glorian_Yapinus What's this ticket about? It seems to neither describe a story/ or a problem nor is it actionable, as it doesn't describe a concrete solution.TASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, hooCc: Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T135764: Provide a way to access qualifier-specific values on Wikidata

2016-08-12 Thread hoo
hoo added a comment.
@Superyetkin With Lua (mw.wikibase.getEntity) you can load a mw.wikibase.entity table (with a structure as described on mw:Wikibase/DataModel/JSON). That table contains the full entity, including all qualifiers, which can be programmatically extracted and filtered.TASK DETAILhttps://phabricator.wikimedia.org/T135764EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Aklapper, Superyetkin, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T104986: Add an option to show references for statement returned by property parser function

2016-08-12 Thread hoo
hoo added subscribers: Lydia_Pintscher, hoo.hoo added a comment.
If we decide to do this, it should either be per default or via a very simple parameter without any additional arguments (like ids to filter by). The parser function is for very simple, direct data access.TASK DETAILhttps://phabricator.wikimedia.org/T104986EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Lydia_Pintscher, jeblad, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T140760: [Task] Create mediainfo entity on demand when adding a statement the first time

2016-08-12 Thread Jonas
Jonas assigned this task to daniel.
TASK DETAILhttps://phabricator.wikimedia.org/T140760EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, JonasCc: Lydia_Pintscher, Jonas, thiemowmde, daniel, Aklapper, Tobi_WMDE_SW, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142741: Unbuilt GUI does not display ULS labels properly

2016-08-12 Thread Jonas
Jonas added a comment.
I did not consider this as a problem. 
Not sure what a proper solution would be.
One approach might be using https://github.com/gruntjs/grunt-contrib-connect and livereload.TASK DETAILhttps://phabricator.wikimedia.org/T142741EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Smalyshev, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T95713: Adapt geocoordinates on translations

2016-08-12 Thread santhosh
santhosh added a comment.
It is hidden in translation now a days, but with T139332: Designs for improved template adaptation we may be able to display and adaptTASK DETAILhttps://phabricator.wikimedia.org/T95713EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: santhoshCc: santhosh, KartikMistry, Wittylama, Amire80, Hadi, Pginer-WMF, Aklapper, D3r1ck01, Nizil, Ixocactus, Izno, Wikidata-bugs, aude, Jsahleen, Arrbee, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T140725: Enable article placeholder on cyWiki

2016-08-12 Thread thiemowmde
thiemowmde triaged this task as "Normal" priority.thiemowmde moved this task from To Do Next to Done on the ArticlePlaceholder board.
TASK DETAILhttps://phabricator.wikimedia.org/T140725WORKBOARDhttps://phabricator.wikimedia.org/project/board/1416/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, thiemowmdeCc: Stashbot, gerritbot, Lucie, Matanya, JEumerus, hoo, Aklapper, Zppix, Jason.nlw, Urbanecm, D3r1ck01, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T142749: Add 'nb' as alias for 'no' in the "add links" interface on Wikipedia

2016-08-12 Thread thiemowmde
thiemowmde triaged this task as "Lowest" priority.thiemowmde added a project: Wikidata-Sprint-2016-08-16.
TASK DETAILhttps://phabricator.wikimedia.org/T142749EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: thiemowmde, Aklapper, Njardarlogar, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T142198: [feature request] add option to display BC dates in Wikidata Query Service as on Wikidata

2016-08-12 Thread thiemowmde
thiemowmde triaged this task as "Low" priority.thiemowmde added a project: Wikidata-Sprint-2016-08-16.
TASK DETAILhttps://phabricator.wikimedia.org/T142198EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: Smalyshev, daniel, thiemowmde, Jonas, Jc3s5h, Aklapper, Esc3300, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T142820: Implement Quick Fix for "Max length of reference label in russian"

2016-08-12 Thread Glorian_Yapinus
Glorian_Yapinus created this task.Glorian_Yapinus added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, Wikidata-Sprint-2016-08-16.
TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T142820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Glorian_YapinusCc: Aklapper, Lea_Lacroix_WMDE, hoo, Glorian_Yapinus, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T142691: Max lenght of reference label in russian

2016-08-12 Thread Glorian_Yapinus
Glorian_Yapinus created subtask T142820: Implement Quick Fix for "Max length of reference label in russian".
TASK DETAILhttps://phabricator.wikimedia.org/T142691EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Glorian_YapinusCc: hoo, Lea_Lacroix_WMDE, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T134371: [Story] Highlight already-existing properties while adding a new statement on an item to avoid duplicate edits

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Trizek-WMF, Esc3300, Lea_Lacroix_WMDE, Bugreporter.Lydia_Pintscher merged a task: T142693: Prevent adding item duplicates for the same property.
TASK DETAILhttps://phabricator.wikimedia.org/T134371EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bugreporter, Lea_Lacroix_WMDE, Esc3300, Trizek-WMF, Edgars2007, Lydia_Pintscher, BrillLyle, Nemo_bis, Aklapper, Zppix, agray, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142693: Prevent adding item duplicates for the same property

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T134371: [Story] Highlight already-existing properties while adding a new statement on an item to avoid duplicate edits.
TASK DETAILhttps://phabricator.wikimedia.org/T142693EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Esc3300, Lea_Lacroix_WMDE, Lydia_Pintscher, Bugreporter, Trizek-WMF, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142693: Prevent adding item duplicates for the same property

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Yeah we can not prevent it because there are valid cases to do it. The only thing we can do is to make it more obvious. So I think it is the same as the other ticket and I'll merge it.TASK DETAILhttps://phabricator.wikimedia.org/T142693EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Esc3300, Lea_Lacroix_WMDE, Lydia_Pintscher, Bugreporter, Trizek-WMF, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T141230: On mobile web, allow editors to be directed to Wikidata descriptions page via Wikitext editor

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T141230EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dr0ptp4kt, Lydia_PintscherCc: Lydia_Pintscher, Jdlrobson, Aklapper, dr0ptp4kt, JKatzWMF, Nirzar, Moushira, Winter, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T69118: Security review of PubSubHubbub extension

2016-08-12 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
At this point no.TASK DETAILhttps://phabricator.wikimedia.org/T69118EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: csteipp, Lydia_PintscherCc: dpatrick, Aklapper, Jimkont, Liuxinyu970226, Wikidata-bugs, greg, Lydia_Pintscher, daniel, Luke081515, JanZerebecki, csteipp, Jay8g, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs