[Wikidata-bugs] [Maniphest] [Commented On] T105637: [Bug] "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2017-07-11 Thread Fomafix
Fomafix added a comment.
I can still reproduce the error message in the _javascript_ console.

TypeError: context is undefined

https://www.wikidata.org/w/resources/src/mediawiki/mediawiki.searchSuggest.js:305:6TASK DETAILhttps://phabricator.wikimedia.org/T105637EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Ladsgroup, TerraCodes, debt, Jonas, JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, Avner, Gehel, Abbe98, FloNight, MuhammadShuaib, 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] T170282: Grafana is not updated since 2017-07-09

2017-07-11 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Addshore, GoranSMilovanovic, Lydia_Pintscher.Lydia_Pintscher added a comment.
Goran, Adam: Could one of you have a look?TASK DETAILhttps://phabricator.wikimedia.org/T170282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, GoranSMilovanovic, Addshore, Framawiki, Aklapper, Bugreporter, QZanden, 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] T168715: Support setting edge labels in Graph view

2017-07-11 Thread Yair_rand
Yair_rand added a comment.
Related: T154937TASK DETAILhttps://phabricator.wikimedia.org/T168715EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Yair_randCc: Yair_rand, gerritbot, Jonas, Lucas_Werkmeister_WMDE, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170364: Suggestions for auto completion suggestions

2017-07-11 Thread Yair_rand
Yair_rand created this task.Yair_rand added a project: Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery.
TASK DESCRIPTIONThe query service interface has autocomplete suggestions accessible via Ctrl-Space. One of these is the following

SELECT * WHERE {

}

This is useful, but not quite enough to avoid a lot of repetitiveness in typing out queries. Here are some other code blocks which I find myself typing quite frequently, which I think would be useful as suggestions:

SELECT ?item ?itemLabel WHERE {
  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}



#defaultView:Graph
SELECT ?s ?sLabel ?t ?tLabel WHERE {
  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}



SELECT (COUNT( * ) AS ?count) WHERE {
  
}



SELECT ?item ?itemLabel (COUNT( ?i ) AS ?count) WHERE {
  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
} GROUP BY ?item ?itemLabel ORDER BY DESC ( ?count )

Some other more general suggestions:

wdt:P31 / wdt:P279*



prov:wasDerivedFrom / pr:P248



FILTER EXISTS {
  
}TASK DETAILhttps://phabricator.wikimedia.org/T170364EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Yair_randCc: Yair_rand, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T103875: [Task] wbsearchentities: Make returning the entity URL optional

2017-07-11 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup added a project: Wikidata-Sprint.Herald added a project: User-Ladsgroup.
TASK DETAILhttps://phabricator.wikimedia.org/T103875EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: TerraCodes, gerritbot, Lazypanda10117, Petrb, Ricordisamoa, Addshore, Aklapper, daniel, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Abbe98, MuhammadShuaib, 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] [Commented On] T103875: [Task] wbsearchentities: Make returning the entity URL optional

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364623 had a related patch set uploaded (by AnotherLadsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/Wikibase@master] Add props parameter to SearchEntities API module

https://gerrit.wikimedia.org/r/364623TASK DETAILhttps://phabricator.wikimedia.org/T103875EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: TerraCodes, gerritbot, Lazypanda10117, Petrb, Ricordisamoa, Addshore, Aklapper, daniel, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, Abbe98, MuhammadShuaib, 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] T103875: [Task] wbsearchentities: Make returning the entity URL optional

2017-07-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T103875EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: TerraCodes, gerritbot, Lazypanda10117, Petrb, Ricordisamoa, Addshore, Aklapper, daniel, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Abbe98, MuhammadShuaib, 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] [Commented On] T170279: Query editor toolbar

2017-07-11 Thread Daniel_Mietchen
Daniel_Mietchen added a comment.
I think a Stop or Cancel button would be nice - sometimes, I know shortly after pressing the Run/ Play button that the query is not precisely what I wanted (e.g. because I changed something in one place, but should have done it in two places), and then I have to wait until it finishes or times out.TASK DETAILhttps://phabricator.wikimedia.org/T170279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Daniel_MietchenCc: Daniel_Mietchen, Fadirra, Pigsonthewing, Astinson, Lea_Lacroix_WMDE, Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T166485: Highlight selected type of display

2017-07-11 Thread Ladsgroup
Ladsgroup added a comment.
Is it done?TASK DETAILhttps://phabricator.wikimedia.org/T166485EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Ladsgroup, gerritbot, Arsfiqball, Jonas, TerraCodes, Aklapper, nichtich, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, Abbe98, FloNight, Xmlizer, MuhammadShuaib, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T60200: [Story] API module to list sitegroups usable for sitelinks

2017-07-11 Thread Ladsgroup
Ladsgroup updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONFrom `#wikidata` a few minutes ago:...TASK DETAILhttps://phabricator.wikimedia.org/T60200EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: TerraCodes, dg711, Ricordisamoa, Aklapper, Wikidata-bugs, Legoktm, Addshore, Tobi_WMDE_SW, Lydia_Pintscher, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, Abbe98, MuhammadShuaib, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T105637: [Bug] "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2017-07-11 Thread Ladsgroup
Ladsgroup added a comment.
Does it still happen? I couldn't reproduce.TASK DETAILhttps://phabricator.wikimedia.org/T105637EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Ladsgroup, TerraCodes, debt, Jonas, JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, Avner, Gehel, Abbe98, FloNight, MuhammadShuaib, 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] [Claimed] T87108: [edit] links should not print in Wikidata

2017-07-11 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup added a project: Wikidata-Sprint.Herald added a project: User-Ladsgroup.
TASK DETAILhttps://phabricator.wikimedia.org/T87108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: TerraCodes, TheDJ, gerritbot, Zppix, Lydia_Pintscher, Alaa.Mustafa87, Ricordisamoa, daniel, adrianheine, thiemowmde, Snaterlicious, Aklapper, FriedhelmW, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Abbe98, MuhammadShuaib, 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] T87108: [edit] links should not print in Wikidata

2017-07-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T87108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: TerraCodes, TheDJ, gerritbot, Zppix, Lydia_Pintscher, Alaa.Mustafa87, Ricordisamoa, daniel, adrianheine, thiemowmde, Snaterlicious, Aklapper, FriedhelmW, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Abbe98, MuhammadShuaib, 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] T87108: [edit] links should not print in Wikidata

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364615 had a related patch set uploaded (by AnotherLadsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/Wikibase@master] Do not show edit buttons when it's being printed

https://gerrit.wikimedia.org/r/364615TASK DETAILhttps://phabricator.wikimedia.org/T87108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: TerraCodes, TheDJ, gerritbot, Zppix, Lydia_Pintscher, Alaa.Mustafa87, Ricordisamoa, daniel, adrianheine, thiemowmde, Snaterlicious, Aklapper, FriedhelmW, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, Abbe98, MuhammadShuaib, 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] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread Legoktm
Legoktm closed this task as "Resolved".Legoktm assigned this task to Addshore.Herald added a project: User-Addshore.
TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, LegoktmCc: gerritbot, Legoktm, Addshore, aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, 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] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364597 merged by jenkins-bot:
[mediawiki/extensions/Wikidata@master] Updated deployment build (but for master)

https://gerrit.wikimedia.org/r/364597TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Legoktm, Addshore, aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, 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] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364597 had a related patch set uploaded (by Addshore; owner: Addshore):
[mediawiki/extensions/Wikidata@master] Updated deployment build (but for master)

https://gerrit.wikimedia.org/r/364597TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Legoktm, Addshore, aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Legoktm, Addshore, aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T164783: RDF dumps do not have 'latest' link

2017-07-11 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev claimed this task.Smalyshev added a comment.
Seems to be working now.TASK DETAILhttps://phabricator.wikimedia.org/T164783EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Joakimsd, Lydia_Pintscher, daniel, hoo, Aklapper, Smalyshev, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, 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] [Reopened] T169184: Broken constraint parameters on Wikidata

2017-07-11 Thread QZanden
QZanden reopened this task as "Open".QZanden added a comment.
Also Christianity (Q5043) and Islam (Q432) gives an error with QQ16120551 (Wikimedia-list).

The value for the parameter "item" must be an item, not "QQ13406463".

TASK DETAILhttps://phabricator.wikimedia.org/T169184EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanek, QZandenCc: QZanden, thiemowmde, Bugreporter, Agabi10, matej_suchanek, Jonas, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, 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] T157676: Provide access to category information from WDQS SPARQL

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 359055 merged by jenkins-bot:
[mediawiki/vendor@master] Add Purtle library for RDF generation

https://gerrit.wikimedia.org/r/359055TASK DETAILhttps://phabricator.wikimedia.org/T157676EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, schana, Smalyshev, Bugreporter, Aklapper, Jheald, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T169798: Create UDFs for analyzing SPARQL queries

2017-07-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T169798EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, AndrewSu, Nuria, Aklapper, Smalyshev, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169798: Create UDFs for analyzing SPARQL queries

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364542 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[analytics/refinery/source@master] [WIP] Add tagger for Wikidata Query Service requests

https://gerrit.wikimedia.org/r/364542TASK DETAILhttps://phabricator.wikimedia.org/T169798EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, AndrewSu, Nuria, Aklapper, Smalyshev, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread Addshore
Addshore added a comment.
I'm pretty sure there is another ticket discussing the issues around the build somewhere but I can't seem to find it.
Perhaps it has only been talked about in hallway discussions & emails.TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Legoktm, Addshore, aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread Legoktm
Legoktm added subscribers: Addshore, Legoktm.Legoktm added a comment.
@Addshore and I looked into this in #wikidata and noticed that @aude updated the build for the wmf.7 branch, but not master. Addshore tried to copy over wmf.7 into master but that caused CI failures: https://gerrit.wikimedia.org/r/#/c/364520/

@aude: Help!? :)TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LegoktmCc: Legoktm, Addshore, aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T169539: Wikidata extension hasn't been updated since 2017-06-19

2017-07-11 Thread Legoktm
Legoktm added subscribers: Mattflaschen-WMF, Ladsgroup, aude.Legoktm merged a task: T169598: Beta Cluster Wikidata Build is (a week) older than production.
TASK DETAILhttps://phabricator.wikimedia.org/T169539EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LegoktmCc: aude, Ladsgroup, Mattflaschen-WMF, greg, Aklapper, TerraCodes, Anomie, Jay8g, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T169598: Beta Cluster Wikidata Build is (a week) older than production

2017-07-11 Thread Legoktm
Legoktm closed this task as a duplicate of T169539: Wikidata extension hasn't been updated since 2017-06-19.
TASK DETAILhttps://phabricator.wikimedia.org/T169598EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LegoktmCc: Ladsgroup, aude, Aklapper, Mattflaschen-WMF, GoranSMilovanovic, QZanden, 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] T152066: PropertySuggester tests not being run with Wikidata Build

2017-07-11 Thread Addshore
Addshore added a comment.
Fixed? :)TASK DETAILhttps://phabricator.wikimedia.org/T152066EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, TerraCodes, aude, Aklapper, GoranSMilovanovic, QZanden, Izno, Luke081515, 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] T170279: Query editor toolbar

2017-07-11 Thread Fadirra
Fadirra added a comment.
Looks neater!

My two cents:

I second Astinson's comment: Going full-screen somehow makes me lost :( Perhaps there can be a transparent box for "Press Esc to exit full-screen mode" or the like.

Also on my Chrome browser, hovering out after clicking the pin (aka prefixes) button gave me a kind of shadowy Prefix options.

The restore previous query seems not to work on me. After having the query Cats, I picked the query Horses (both are from the example queries). However, I couldn't restore the Cats query with that button.TASK DETAILhttps://phabricator.wikimedia.org/T170279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FadirraCc: Fadirra, Pigsonthewing, Astinson, Lea_Lacroix_WMDE, Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T76391: Only load item in harvest_template.py when needed

2017-07-11 Thread matej_suchanek
matej_suchanek added a comment.

In T76391#800221, @jayvdb wrote:
page.get() is probably more expensive than item.get()


The bot now uses preloading generator, so page.get() is not expensive at all and even not necessary.TASK DETAILhttps://phabricator.wikimedia.org/T76391EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, Aklapper, jayvdb, pywikibot-bugs-list, Multichill, Pywikibugs, GoranSMilovanovic, Magul, QZanden, Tbscho, MayS, Vali.matei, Mdupont, JJMC89, Avicennasis, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Ricordisamoa, Dalba, Masti, Alchimista, Mbch331, Rxy, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170281: Raise PHP version requirement of Wikibase (and its related extensions) to 5.6

2017-07-11 Thread Reedy
Reedy added a comment.
But Zend PHP is still used for shell scripts etc (by default) on WMF servers. So Wikidata code being PHP 5.6+... Could cause wider problems

reedy@tin:~$ mwscript eval.php enwiki
> echo PHP_VERSION
5.6.30-0+deb8u1TASK DETAILhttps://phabricator.wikimedia.org/T170281EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Reedy, Lucas_Werkmeister_WMDE, aude, hoo, ArielGlenn, daniel, Lydia_Pintscher, Jonas, Aleksey_WMDE, WMDE-leszek, Aklapper, GoranSMilovanovic, QZanden, 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] T166586: Consistently check permission for entity creation

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 361889 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Use WikiPageEntityStorePermissionChecker as WikibaseRepo permission checker

https://gerrit.wikimedia.org/r/361889TASK DETAILhttps://phabricator.wikimedia.org/T166586EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, Aklapper, daniel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, 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] T170287: Make hierarchy more clear on Lexeme page

2017-07-11 Thread James_Budday
James_Budday added a comment.
Here is a quick mockup of what some elements/placings might look like.

F8705949: hierarchy.pngTASK DETAILhttps://phabricator.wikimedia.org/T170287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: James_BuddayCc: James_Budday, Aklapper, Jonas, Cinemantique, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170287: Make hierarchy more clear on Lexeme page

2017-07-11 Thread Jonas
Jonas created this task.Jonas added projects: Lexicographical data, Wikidata, CSS, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTION

Lemma Box
Edit button should be the same as others
Insert toggle to hide/show section (hidden by default)


Forms section
Rename title Forms to Morphology
Align with headline 'Forms'
Font size < headline
Form representation should not bold and also smaller font -size
Statements
Heading should be 'Statements about F1'
Smaller size and moved to right

Sense section
Move sense identifier to the left similar to what is done to the forms
The 'main clause' should is not bold just regular black and the others  are grey (#565a60 | opacity 0.7)
Statements
same as forms statements








Add buttons should be labeled with add 'Something'


TASK DETAILhttps://phabricator.wikimedia.org/T170287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Jonas, Cinemantique, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T165587: [Task] polish CSS of Lexeme page

2017-07-11 Thread Jonas
Jonas created subtask T170287: Make hierarchy more clear on Lexeme page .
TASK DETAILhttps://phabricator.wikimedia.org/T165587EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Lydia_Pintscher, Cinemantique, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T170232: mojibake when trying to download results on Wikidata Query Service

2017-07-11 Thread Esc3300
Esc3300 added a comment.
Here it is: T165228TASK DETAILhttps://phabricator.wikimedia.org/T170232EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: TerraCodes, Jay8g, Aklapper, Esc3300, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T133657: [Epic] Easy editing of SPARQL queries

2017-07-11 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subtask: T170279: Query editor toolbar.
TASK DETAILhttps://phabricator.wikimedia.org/T133657EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Yair_rand, abian, Sjoerddebruin, Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T170279: Query editor toolbar

2017-07-11 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a parent task: T133657: [Epic] Easy editing of SPARQL queries.
TASK DETAILhttps://phabricator.wikimedia.org/T170279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Astinson, Lea_Lacroix_WMDE, Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170279: Query editor toolbar

2017-07-11 Thread Pigsonthewing
Pigsonthewing added a comment.
To repeat my reply to your post on Wikidata's 'Project chat' page:


in the expanded view, there's no "play" button
there should be a "switch to 'embed' view" button.


generally a good step forward, though. Thank you.TASK DETAILhttps://phabricator.wikimedia.org/T170279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PigsonthewingCc: Pigsonthewing, Astinson, Lea_Lacroix_WMDE, Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170279: Query editor toolbar

2017-07-11 Thread Astinson
Astinson added a comment.
Love it, but a few things still causing me problems:


Its not clear how to exit the full screen mode (could be solved with a hint somewhere towards the top of the screen)
The ctrl+space shortcut is still impossible to find within the interface: I would love some type of hint to that, especially for new folks. It took me close to a year to figure out that it exists.


TASK DETAILhttps://phabricator.wikimedia.org/T170279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AstinsonCc: Astinson, Lea_Lacroix_WMDE, Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169531: Show invalid constraint parameters on constraint statement

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364459 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)):
[mediawiki/extensions/WikibaseQualityConstraints@master] Add methods to check constraint parameters

https://gerrit.wikimedia.org/r/364459TASK DETAILhttps://phabricator.wikimedia.org/T169531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, gerritbotCc: gerritbot, Jonas, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, 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] T169978: For nlwiki article Duitsland a change on the linked wikidata item shows as a change for the article and the talkpage of the article

2017-07-11 Thread Sjoerddebruin
Sjoerddebruin closed this task as "Invalid".Sjoerddebruin added a comment.
Talk page is using #property, intended behavior.TASK DETAILhttps://phabricator.wikimedia.org/T169978EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Aklapper, Mbch331, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170284: Create example Lexeme pages

2017-07-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Lexicographical data, Wikidata, Wikidata-Sprint.
TASK DESCRIPTIONThere should be Lexeme pages for lexeme listed as examples at https://www.wikidata.org/wiki/Wikidata:Wiktionary/Data_model_examples.

Each of lexeme pages should contain (at least) data specified on the example wiki page.

Lexeme pages should be available on the test system http://wikidata-lexeme.wmflabs.org/ and should be linked from the Main page of this wiki.TASK DETAILhttps://phabricator.wikimedia.org/T170284EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Jakob_WMDE, daniel, Aleksey_WMDE, Jonas, thiemowmde, Aklapper, WMDE-leszek, Cinemantique, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T168373: polish demo data

2017-07-11 Thread WMDE-leszek
WMDE-leszek created subtask T170284: Create example Lexeme pages .
TASK DETAILhttps://phabricator.wikimedia.org/T168373EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, thiemowmde, Jonas, Aleksey_WMDE, WMDE-leszek, daniel, Jakob_WMDE, Lydia_Pintscher, Cinemantique, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T170282: Grafana is not updated since 2017-07-09

2017-07-11 Thread Framawiki
Framawiki triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T170282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FramawikiCc: Framawiki, Aklapper, Bugreporter, GoranSMilovanovic, QZanden, 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] [Edited] T170282: Grafana is not updated since 2017-07-09

2017-07-11 Thread Bugreporter
Bugreporter updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONSee https://grafana.wikimedia.org/dashboard/db/wikidata-datamodel. I also see this in some other dashboards.

In https://grafana.wikimedia.org/dashboard/db/wikidata-api, the number of API calls becomes zero.TASK DETAILhttps://phabricator.wikimedia.org/T170282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, 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] [Created] T170282: Grafana is not updated since 2017-07-09

2017-07-11 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONSee https://grafana.wikimedia.org/dashboard/db/wikidata-datamodel. I also see this in some other dashboards.TASK DETAILhttps://phabricator.wikimedia.org/T170282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, 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] [Created] T170281: Raise PHP version requirement of Wikibase (and its related extensions) to 5.6

2017-07-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, MediaWiki-extensions-WikibaseClient.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWikibase developers are willing to raise the minimum PHP version requirement of Wikibase extension to PHP 5.6, and, in other words, stop official support of EOL PHP 5.5 by this extension.

In general this change should not affect the production environment where Wikibase runs on WMF environment (a.k.a. Wikidata and Wikipedias) as there it runs on HHVM machines.

However, several of Wikibase scripts are run on snapshots hosts which are running PHP 5.5, so this change cannot happen until those hosts are updated to at least PHP 5.6, or (more likely) switched to run HHVM (T94277).
In other words resolving T86081 would most likely allow version bump for Wikibase. But T94277 seems to be the "smallest" blocker for this.

This ticket is a tracking ticket for all activities involving Wikibase and surroundings required to do the actual change of PHP requirement. More action items will be created as subtasks when "precondition" changes on WMF infrastructure have happened.TASK DETAILhttps://phabricator.wikimedia.org/T170281EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: aude, hoo, ArielGlenn, daniel, Lydia_Pintscher, Jonas, Aleksey_WMDE, WMDE-leszek, Aklapper, GoranSMilovanovic, QZanden, 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] T169639: Make it possible to add Senses to the Lexeme

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364419 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Add browser test for adding senses.

https://gerrit.wikimedia.org/r/364419TASK DETAILhttps://phabricator.wikimedia.org/T169639EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Aleksey_WMDE, gerritbotCc: Jakob_WMDE, gerritbot, Lydia_Pintscher, daniel, Aklapper, Jonas, thiemowmde, WMDE-leszek, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T152465: Investigate options for "one site link per item limitation" problem

2017-07-11 Thread Nikki
Nikki added a comment.
It appears that T11360 has added support for setting the language for individual pages. One of the suggestions (first "contact the development team" link, timestamp "06:28, 22 June 2016") was to add support for that and then make it so that Wikidata allows multiple sitelinks as long as each page's language is different.

If something similar could be done for projects (so that Incubator and the 6 affected Wikipedias can correctly mark which project a page belongs to... most wikis would just set it site-wide), perhaps Wikidata could make it possible to allow multiple sitelinks as long as the page's language and project are different. That would cover all the cases I've documented (including Incubator, Beta Wikiversity and Multilingual Wikisource) with the exception of Commons namespaces.

For example, bar:Spruch:Neil Armstrong, despite being on barwiki, would have its project set to Wikiquote, which would distinguish it from bar:Neil Armstrong. Likewise, incubator:Wp/jut/Afrika would have its language set to jut and project set to Wikipedia and that would distinguish it from incubator:Wy/cs/Afrika (which would have its language set to cs and project to Wikivoyage).

Plus, since the page would tell us which project it belongs to, we could display the pages under the correct heading on Wikidata pages and include them for the right project when generating interwiki links (e.g. q:de:Neil Armstrong should have an interwiki link to bar:Spruch:Neil Armstrong).TASK DETAILhttps://phabricator.wikimedia.org/T152465EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, NikkiCc: Nikki, Aklapper, GoranSMilovanovic, QZanden, 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 Project Column] T169718: Fake statements that link to Forms and Senses

2017-07-11 Thread WMDE-leszek
WMDE-leszek moved this task from Review to Done on the Wikidata-Sprint board.WMDE-leszek added a comment.
The code mocking actual links has been prepared and ready to merged as https://gerrit.wikimedia.org/r/363582.
The team has decided not to merge immediately in order to avoid having such a confusing and unstable code in master branch for more time that absolutely needed. The code work has been finished though, therefore I'd consider this task Done.TASK DETAILhttps://phabricator.wikimedia.org/T169718WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, WMDE-leszekCc: WMDE-leszek, gerritbot, Jonas, Aklapper, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T165228: Query results are downloaded in wrong encoding

2017-07-11 Thread VIGNERON
VIGNERON reopened this task as "Open".VIGNERON added a comment.

In T165228#3285744, @abian wrote:
Definitely resolved. Thank you.


It seems that this bug is back... Or a very similar one at least (maybe not the same cause but clearly the same effect).

Today I did this query : http://tinyurl.com/yad7ah6w and it's apparently not UTF-8.TASK DETAILhttps://phabricator.wikimedia.org/T165228EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, VIGNERONCc: Stashbot, Gehel, Mbch331, Smalyshev, VIGNERON, Lea_Lacroix_WMDE, Lucas_Werkmeister_WMDE, Jonas, Ash_Crow, abian, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170279: Query editor toolbar

2017-07-11 Thread Jonas
Jonas created this task.Jonas added projects: Epic, Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery.
TASK DESCRIPTIONWe would like to have a toolbar for the controls of the query editor, so the controls are not scattered in the UI.
F8705465: image.pngTASK DETAILhttps://phabricator.wikimedia.org/T170279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170274: Context aware suggestions

2017-07-11 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, Discovery, Wikidata-Query-Service, Epic.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWe would like to have context aware suggestions, so  we can help users that are not familiar with our ontology to find the right Properties and Items.TASK DETAILhttps://phabricator.wikimedia.org/T170274EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T154426: [Epic] Query Helper

2017-07-11 Thread Jonas
Jonas created subtask T170274: Context aware  suggestions.
TASK DETAILhttps://phabricator.wikimedia.org/T154426EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jan_Dittrich, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Pasleim, Tpt, Jakob_WMDE, Aklapper, Jonas, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170273: Meta-bug: Usability Testing 2017-7

2017-07-11 Thread Jan_Dittrich
Jan_Dittrich created this task.Jan_Dittrich added projects: Wikidata, WMDE-Design.Herald added a subscriber: Aklapper.Herald added a project: Design.
TASK DESCRIPTIONIssues found in the Usability Testing of Wikidata:

Method


Qualitative, lightweight testing with small sample size
Think aloud while doing a task
5 People without Wikipedia editing experience, mixed sample (gender, age etc)


Research Questions:


How well do our input widgets work?
How well does entry creation work for first time users?


task: "You saw that there are already some entries for your birth city, some building already have entries but the tv-tower is still missing. Conveniently on the internet page you can find some facts about the tv-tower" (Some facts to be turned into name, descripton, statements"


Name/Bezeichnung ("Name", "Description") repeats labels inside the box, but should have examples:
Distinguish "add statements" buttons more:
Units are not parsed and block saving
Suggested units are not appropriate units or even units at all
Semantics: Make recognized property look different than unrecognized input
For brand new entries the “add statement” is the LEAST visible
"Malformed value" shows up during data input:
TASK DETAILhttps://phabricator.wikimedia.org/T170273EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jan_DittrichCc: James_Budday, Charlie_WMDE, Aklapper, Jan_Dittrich, GoranSMilovanovic, QZanden, JGirault, 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] T168189: Interlanguage links don't work on the Atikamekw Wikipedia

2017-07-11 Thread aude
aude added a comment.
took care of this 2 weeks agoTASK DETAILhttps://phabricator.wikimedia.org/T168189EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: hoo, aude, Reedy, Benoit_Rochon, jhsoby, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T168189: Interlanguage links don't work on the Atikamekw Wikipedia

2017-07-11 Thread aude
aude closed this task as "Resolved".aude claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T168189EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: hoo, aude, Reedy, Benoit_Rochon, jhsoby, Aklapper, GoranSMilovanovic, QZanden, 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] T102752: [RFC] Workaround for checking the format constraint

2017-07-11 Thread Esc3300
Esc3300 added a comment.
Alternatively, "string doesn't match expected form, see property constraint."TASK DETAILhttps://phabricator.wikimedia.org/T102752EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, Esc3300Cc: Jan_Dittrich, Lydia_Pintscher, gerritbot, Esc3300, Lucas_Werkmeister_WMDE, Smalyshev, Aklapper, Jonaskeutel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Luke081515, Wikidata-bugs, aude, fbstj, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T102752: [RFC] Workaround for checking the format constraint

2017-07-11 Thread Esc3300
Esc3300 added a comment.
Maybe the qualifier "syntax clarification" could be displayed.

Sample from local dialing code (P473):

"string combining digits, spaces, - (All else excluded, such as: ,/;()+ )"TASK DETAILhttps://phabricator.wikimedia.org/T102752EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, Esc3300Cc: Jan_Dittrich, Lydia_Pintscher, gerritbot, Esc3300, Lucas_Werkmeister_WMDE, Smalyshev, Aklapper, Jonaskeutel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Luke081515, Wikidata-bugs, aude, fbstj, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160868: Create Wikipedia Kabiye

2017-07-11 Thread aude
aude added a comment.
I updated the sites table for the new wiki (and to add it to the sites table for existing wikis). Interwiki links should work ok nowTASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: aude, Dcljr, QZanden, hoo, Meno25, Raymond, Nemo_bis, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, DatGuy, Devwaker, Urbanecm, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T102752: [RFC] Workaround for checking the format constraint

2017-07-11 Thread Jan_Dittrich
Jan_Dittrich added a comment.
@Lucas_Werkmeister_WMDE: 
Can you insert a screenshot of the gadget in the issue on top?

Note: In the current version, if the check is not satisfied, the user gets shown a regex.

Basic Problems:


We can't expect users to know regex (of our 5 example users/personas, only 1 or 2 know what it is.
Even if you know regex, they are hard to read even for experienced people


So, usability heuristics to apply here:


"Match between system and the real world" (we should use concepts familiar to the user)
"Consistency and standards" – our other constraint infos are pretty well to understand, this one is not
"Help users recognize, diagnose, and recover from errors: Error messages should be expressed in plain language (no codes), precisely indicate the problem, and constructively suggest a solution."


For the latter, we don't satisfy any of the user needs. We should:


Say that it did not match [whateveritchecksfor], so like "The check for a URL failed.
say what the problem is: It seems that your url does not have an "https://" in the begin
suggest a fix, like "Try to add http:// or https:// in the beginning, if the URLs are otherwise correct"


So  the error message would be: "Your input was checked and was not recognized as a URLTASK DETAILhttps://phabricator.wikimedia.org/T102752EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, Jan_DittrichCc: Jan_Dittrich, Lydia_Pintscher, gerritbot, Esc3300, Lucas_Werkmeister_WMDE, Smalyshev, Aklapper, Jonaskeutel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Luke081515, Wikidata-bugs, aude, fbstj, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169639: Make it possible to add Senses to the Lexeme

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 363625 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Make GlossWidget controlled by jquery.wikibase.senseview

https://gerrit.wikimedia.org/r/363625TASK DETAILhttps://phabricator.wikimedia.org/T169639EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Aleksey_WMDE, gerritbotCc: Jakob_WMDE, gerritbot, Lydia_Pintscher, daniel, Aklapper, Jonas, thiemowmde, WMDE-leszek, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169639: Make it possible to add Senses to the Lexeme

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 364419 had a related patch set uploaded (by Jakob; owner: Jakob):
[mediawiki/extensions/WikibaseLexeme@master] Add browser test for adding senses.

https://gerrit.wikimedia.org/r/364419TASK DETAILhttps://phabricator.wikimedia.org/T169639EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Aleksey_WMDE, gerritbotCc: Jakob_WMDE, gerritbot, Lydia_Pintscher, daniel, Aklapper, Jonas, thiemowmde, WMDE-leszek, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T166586: Consistently check permission for entity creation

2017-07-11 Thread gerritbot
gerritbot added a comment.
Change 361693 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Add WikiPageEntityStorePermissionChecker for consistent permission checks

https://gerrit.wikimedia.org/r/361693TASK DETAILhttps://phabricator.wikimedia.org/T166586EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, Aklapper, daniel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, 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] [Claimed] T169639: Make it possible to add Senses to the Lexeme

2017-07-11 Thread Aleksey_WMDE
Aleksey_WMDE claimed this task.Aleksey_WMDE added a subscriber: Jakob_WMDE.
TASK DETAILhttps://phabricator.wikimedia.org/T169639EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Aleksey_WMDECc: Jakob_WMDE, gerritbot, Lydia_Pintscher, daniel, Aklapper, Jonas, thiemowmde, WMDE-leszek, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170072: [Task] create new maps of Wikidata coverage

2017-07-11 Thread Addshore
Addshore added a comment.
Now on commons and added to https://commons.wikimedia.org/wiki/Category:Wikidata_geocodingTASK DETAILhttps://phabricator.wikimedia.org/T170072EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Sjoerddebruin, Esc3300, Addshore, Aklapper, Lydia_Pintscher, GoranSMilovanovic, QZanden, 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] T170072: [Task] create new maps of Wikidata coverage

2017-07-11 Thread Addshore
Addshore closed this task as "Resolved".Addshore added a comment.
Please take a look at the latest maps generated @ https://tools.wmflabs.org/wikidata-analysis/20170703/geo2png/

You cans ee maps for all dates @ https://tools.wmflabs.org/wikidata-analysis/

I will upload these maps to commons shortly and do a bit of analysis of them.

Good news is the script still works so come the birthday it should be easy to run another totally up to date map the week before.TASK DETAILhttps://phabricator.wikimedia.org/T170072EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Sjoerddebruin, Esc3300, Addshore, Aklapper, Lydia_Pintscher, GoranSMilovanovic, QZanden, 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] [Created] T170245: Skip loading the property if the datatype has already been provided

2017-07-11 Thread matej_suchanek
matej_suchanek created this task.matej_suchanek added projects: Wikidata, Performance, MediaWiki-extensions-WikibaseRepository.
TASK DESCRIPTIONWhen you click on a property in suggester, I makes an additional API call to query the property's datatype. Since T45069 got fixed, wbsearchentities (used to search for properties) returns the datatype as well. So this expensive API call (the whole entity is loaded) can be skipped if the datatype has been provided.

OTOH, wbsgetsuggestions (#mediawiki-extensions-propertysuggester) does not return the datatype.TASK DETAILhttps://phabricator.wikimedia.org/T170245EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: thiemowmde, Jonas, Lydia_Pintscher, Aklapper, matej_suchanek, GoranSMilovanovic, QZanden, Vali.matei, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T124783: [Task] Investigate how to improve loading time of individual widgets

2017-07-11 Thread matej_suchanek
matej_suchanek created subtask T170245: Skip loading the property if the datatype has already been provided.
TASK DETAILhttps://phabricator.wikimedia.org/T124783EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Aklapper, Lydia_Pintscher, adrianheine, Jonas, thiemowmde, GoranSMilovanovic, QZanden, Vali.matei, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T170126: Maintain information pages / portal about Structured Data on Commons

2017-07-11 Thread Qgil
Qgil edited projects, added Community-Liaisons (Jul-Sep 2017); removed Developer-Relations (Jul-Sep 2017).
TASK DETAILhttps://phabricator.wikimedia.org/T170126EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SandraF_WMF, QgilCc: SandraF_WMF, Aklapper, GoranSMilovanovic, Ivana_Isadora, QZanden, Acer, Jseddon, FloNight, Trizek-WMF, Izno, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Fabrice_Florin, Mbch331, Jay8g, Keegan, Elitre, Tgr, Qgil___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T164173: Cache invalidations coming from the JobQueue are causing lag on several wikis

2017-07-11 Thread aaron
aaron added a comment.

In T164173#3420723, @daniel wrote:
@aaron another question: does RefreshLinksJob also purge the CDN cache automatically? should it? It does update the parser cache...


It saves the cache as a convenience in some cases (since the relevant htmlCacheUpdate job uses the rootJobTimestamp in setting page_touched, so some cache misses can be avoided by doing so). The only CDN purges refreshLinks does is minor thinks like file description pages (since they list usage links).TASK DETAILhttps://phabricator.wikimedia.org/T164173EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, aaronCc: Agabi10, gerritbot, Krinkle, aaron, MZMcBride, daniel, Ladsgroup, hoo, Marostegui, Aklapper, jcrespo, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Minhnv-2809, Zppix, Maathavan, Izno, Luke081515, Wikidata-bugs, aude, faidon, Mbch331, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170237: Exact id match in suggester does not respect the current language

2017-07-11 Thread matej_suchanek
matej_suchanek created this task.matej_suchanek added projects: Wikidata, Mediawiki-extensions-PropertySuggester.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONSteps to reproduce:


go to an item with a few statements
change language to a different one from the default via uselang=
click "add" (new property)
you should see some suggestions in the chosen language
type the property id of the first (or another) suggestion


Expected:


you can see the suggestion in the chosen language


Actual:


the suggestion is in your default language


Example (provided that your default language is not English): https://www.wikidata.org/wiki/Q16270854?uselang=en (the first suggestion should be "category's main topic", type P301)

F8701405: Bez názvu.png
F8701402: Bez názvu2.pngTASK DETAILhttps://phabricator.wikimedia.org/T170237EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, Aklapper, GoranSMilovanovic, QZanden, 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] [Created] T170236: Newsletters about Structured Data on Commons

2017-07-11 Thread SandraF_WMF
SandraF_WMF created this task.SandraF_WMF added projects: Structured-Multimedia-Data, Community-Liaisons.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONUmbrella task for newsletters about Structured Data on Wikimedia Commons. https://commons.wikimedia.org/wiki/Commons:Structured_data/Newsletter_archiveTASK DETAILhttps://phabricator.wikimedia.org/T170236EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SandraF_WMFCc: Sadads, SandraF_WMF, Aklapper, GoranSMilovanovic, Ivana_Isadora, QZanden, Acer, Jseddon, FloNight, Trizek-WMF, Izno, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Fabrice_Florin, Mbch331, Keegan, Elitre, Tgr, Qgil, Quiddity___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T112112: [Task] Make api suggester use language fallback

2017-07-11 Thread matej_suchanek
matej_suchanek edited projects, added Mediawiki-extensions-PropertySuggester; removed MediaWiki-extensions-WikibaseRepository.
TASK DETAILhttps://phabricator.wikimedia.org/T112112EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Liuxinyu970226, Ricordisamoa, Aklapper, Lydia_Pintscher, GoranSMilovanovic, QZanden, 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] [Updated] T115942: Warning: Wikibase\Rdf\SimpleValueRdfBuilder::addValue: Unsupported data value type: bad

2017-07-11 Thread matej_suchanek
matej_suchanek added a project: TestMe.Herald added a subscriber: TerraCodes.
TASK DETAILhttps://phabricator.wikimedia.org/T115942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: TerraCodes, Aklapper, aude, GoranSMilovanovic, QZanden, Izno, Luke081515, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T170232: mojibake when trying to download results on Wikidata Query Service

2017-07-11 Thread Esc3300
Esc3300 created this task.Esc3300 added projects: Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery.
TASK DESCRIPTIONIt seems we had this before .. I can't find the ticket.TASK DETAILhttps://phabricator.wikimedia.org/T170232EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T170232: mojibake when trying to download results on Wikidata Query Service

2017-07-11 Thread Esc3300
Esc3300 triaged this task as "Unbreak Now!" priority.Herald added subscribers: Jay8g, TerraCodes.
TASK DETAILhttps://phabricator.wikimedia.org/T170232EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: TerraCodes, Jay8g, Aklapper, Esc3300, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170146: use symbol directly when manually entering numbers with units in quantity datatype of Wikidata

2017-07-11 Thread Esc3300
Esc3300 added a comment.
Thanks for merging it. It does cover the same.

On the other hand, it does provide a specific solution an Epic doesn't seem to have moved ahead. Maybe we should just make the other a parent task.TASK DETAILhttps://phabricator.wikimedia.org/T170146EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Jc3s5h, Aklapper, Esc3300, GoranSMilovanovic, QZanden, 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] T77977: [Epic] Unit support

2017-07-11 Thread Esc3300
Esc3300 added a subtask: T112075: [Story] When editing quantities, allow units to be entered directly into the text input field..
TASK DETAILhttps://phabricator.wikimedia.org/T77977EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Ash_Crow, Popcorndude, Darkdadaah, Mbch331, Jc3s5h, Mike_Peel, Luke081515, Wolfvoll, -jem-, Lucie, Izno, JanZerebecki, Smalyshev, Filceolaire, jeblad, Tobias1984, Kelson, Ricordisamoa, Sylvain_WMFr, DSGalaktos, AmaryllisGardener, Liuxinyu970226, Aklapper, Snipre, daniel, GoranSMilovanovic, QZanden, TerraCodes, Johan, Wikidata-bugs, aude, TheDJ, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T112075: [Story] When editing quantities, allow units to be entered directly into the text input field.

2017-07-11 Thread Esc3300
Esc3300 added a parent task: T77977: [Epic] Unit support .
TASK DETAILhttps://phabricator.wikimedia.org/T112075EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Esc3300, daniel, Aklapper, Jonas, Lydia_Pintscher, Jc3s5h, GoranSMilovanovic, QZanden, 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] [Edited] T112075: [Story] When editing quantities, allow units to be entered directly into the text input field.

2017-07-11 Thread Esc3300
Esc3300 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Another open question is the placement of units - are units to be entered after the number(s), or may the be entered before the number, too? Would that depend on the locale, or the unit? Some units are traditionally prepended, especially currency symbols.


Possible approach ( from T170146 , added July 2017) ;

When preferred units are defined on a property and the abbreviation given matches this, parse the units directly. Sample: 
- enter "10 m" in a statement for height ([[https://www.wikidata.org/wiki/Property:P2048|P2048]]) 
- https://www.wikidata.org/wiki/Property:P2048#P2273 lists Q11573 as one of the units for the property
- https://www.wikidata.org/wiki/Q11573#P558 has a couple of unit symbols, including "m"
- accordingly, "10 m" should result in 10 with unit Q11573TASK DETAILhttps://phabricator.wikimedia.org/T112075EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Esc3300, daniel, Aklapper, Jonas, Lydia_Pintscher, Jc3s5h, GoranSMilovanovic, QZanden, 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] T169221: Links to non-entity namespaces are localized on clients

2017-07-11 Thread matej_suchanek
matej_suchanek added a subscriber: Fomafix.matej_suchanek merged a task: T170202: Wrong namespace localization for comments on Wikidata changes in Wikipedia watchlist.
TASK DETAILhttps://phabricator.wikimedia.org/T169221EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Fomafix, gerritbot, matej_suchanek, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs