[Wikidata-bugs] [Maniphest] [Commented On] T177453: Add wikibase client support for searching wikidata items

2018-04-11 Thread Smalyshev
Smalyshev added a comment.
@hoo I am still not sure what would be a good way to get search configs to the client... Maybe extension to cirrus-config-dump API is needed. It is also confounded by the fact that Cirrus and Wikibase use different configs (which feed from the same globals, normally, but they do not cooperate in any way AFAIK) which makes it kind of hard to inject stuff. How urgent is this? If it's important near term, I can allocate specific time to work on it closely and find solution, otherwise I'll think about it and get to it a bit later.TASK DETAILhttps://phabricator.wikimedia.org/T177453EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: dcausse, hoo, Addshore, daniel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, cmadeo, LawExplorer, Avner, Gehel, FloNight, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T132839: [RfC] Property suggester suggests human properties for non-human items

2018-04-11 Thread hoo
hoo added a comment.
Just to give an idea of what I was working on last:

Right now we take the correlation based on all properties that are present on an Item (just by their presence!). Also we take the the correlation based on the instance of/ subclass of values. This is when being aggregated by taking the average probability (equally ranking the property presence and the instance of/ subclass of derived probabilities). This usually leads to the instance of/ subclass of correlations having very little influence, as they are outweighed by the sheer number of other properties used on an Item fast.

My suggestion now (and I already had some code for that on GitHub) was to make it possible to weight these types of correlation, so that for example the instance of/ subclass of correlations have the same (0.5) weight than all property presence based correlations.

From where we could take further (still simple) steps like discrimTASK DETAILhttps://phabricator.wikimedia.org/T132839EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Liuxinyu970226, PokestarFan, aude, Jonas, Esc3300, AnjaJentzsch, Ladsgroup, Tobi_WMDE_SW, daniel, mkroetzsch, Stashbot, thiemowmde, JanZerebecki, Lydia_Pintscher, hoo, Sjoerddebruin, Nikki, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, TomT0m, Wong128hk, Luke081515, Wikidata-bugs, fbstj, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192026: Add an API parameter analogue to "maxLag" for dispatch lag

2018-04-11 Thread hoo
hoo created this task.hoo added projects: MediaWiki-extensions-WikibaseRepository, Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONAdditionally to the measure discussed in T184948, we should have parameter like "maxLag", which acts on replication lag.

With that a bot can specify that they don't want to edit if the dispatch lag is over a certain number of seconds.

This parameter might be called "maxDispatchLag" and should apply to at least all Wikibase api actions… but probably just for everything, like "maxLag" does.TASK DETAILhttps://phabricator.wikimedia.org/T192026EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Ladsgroup, Addshore, daniel, Lydia_Pintscher, Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T191531: Create Lua module to expose local short descriptions of pages to Lua

2018-04-11 Thread RexxS
RexxS added a comment.
We may be considering different things here. As I understood it, Mike's suggestion was to be able to display English short descriptions in a page on Commons. That would be what you're thinking of as "where it's used". If the code on the Commons page pulled the value of the short description via the API every time the page was reloaded (but not otherwise), I can't see where we would need to notify the Commons page of any potential changes to the value. That's merely the reciprocal of the situation where we don't see that a Commons image has changed until we refresh a Wikipedia page that contains that image.

I can understand the value in centralising complexity and I agree that taking the short description from Wikidata was always going to be the simplest route, as Wikidata was designed for that sort of application. But the lack of policy meshing between Wikidata and the English Wikipedia has left us with no choice but to decentralise the sourcing of those descriptions.

Perhaps I underestimate the difficulties of exposing some of the API to Lua. However, the API provides functionality beyond what can be easily provided on a Wikipedia page to the reader using current tools. It would be worth having.TASK DETAILhttps://phabricator.wikimedia.org/T191531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RexxSCc: RexxS, TheDJ, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T192020: Use newer versions of binaries from WDQS deploy binaries

2018-04-11 Thread Smalyshev
Smalyshev created this task.Smalyshev added a project: Wikibase-Containers.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONWe may want to have an option take binaries from latest deploy binaries, since WDQS releases are not frequent and some relevant issues can be fixed between releases.

To fetch the binaries the process is:


Get git-fat installed as per instructions in https://wikitech.wikimedia.org/wiki/Archiva#Setting_up_git-fat_for_your_project
Clone https://github.com/wikimedia/wikidata-query-deploy
Run git fat init
Run git fat pull


Use blazegraph-service-$VERSION-SNAPSHOT.war and lib/wikidata-query-tools-$VERSION-SNAPSHOT-jar-with-dependencies.jar as Blazegraph and Updater binaries. Current VERSION is 0.3.1TASK DETAILhttps://phabricator.wikimedia.org/T192020EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Addshore, Aklapper, Smalyshev, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Abbe98, 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] T192014: Packagist is not picking up data-values/number 0.10.0

2018-04-11 Thread Smalyshev
Smalyshev added subscribers: daniel, Smalyshev.Smalyshev added a comment.
I think the package needs to be manually updated on packagist. I am not sure automatic update there works properly (or whether it is enabled at all). Unfortunately, it looks like only the owners can see auto-update status.
@daniel and @thiemowmde are the owners, so one of them needs to push the button.TASK DETAILhttps://phabricator.wikimedia.org/T192014EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, daniel, Addshore, JeroenDeDauw, Lydia_Pintscher, thiemowmde, Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425587 merged by jenkins-bot:
[mediawiki/extensions/WikimediaBadges@master] Add "goodlist" badge css for the sidebar

https://gerrit.wikimedia.org/r/425587TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.31-release-notes (WMF-deploy-2018-04-17 (1.31.0-wmf.30)).
TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, ReleaseTaggerBotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425586 merged by jenkins-bot:
[mediawiki/extensions/Wikidata.org@master] Add 'goodlist' badge styles

https://gerrit.wikimedia.org/r/425586TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T191531: Create Lua module to expose local short descriptions of pages to Lua

2018-04-11 Thread TheDJ
TheDJ added a comment.
The problem is not the reading. Its tracking where it is used and being able to inform those uses of any potential changes to the value. And since there is no change event bus between english wikipedia and Commons seems complex to me. (there is a reason we centralized this complexity)TASK DETAILhttps://phabricator.wikimedia.org/T191531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TheDJCc: RexxS, TheDJ, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T192014: Packagist is not picking up data-values/number 0.10.0

2018-04-11 Thread hoo
hoo updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONEven though the configuration for Packagist on GitHub is there, Packagist is not picking up the new [[https://github.com/DataValues/Number/releases/tag/0.10.0|`0.10.0`]] release of the component (https://packagist.org/packages/data-values/number)TASK DETAILhttps://phabricator.wikimedia.org/T192014EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Addshore, JeroenDeDauw, Lydia_Pintscher, thiemowmde, Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425589 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[operations/mediawiki-config@master] Add badge for good lists

https://gerrit.wikimedia.org/r/425589TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T192014: Packagist is not picking up data-values/number 0.10.0

2018-04-11 Thread hoo
hoo added a parent task: T155910: Erroneous digits in QuantityValue.
TASK DETAILhttps://phabricator.wikimedia.org/T192014EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Addshore, JeroenDeDauw, Lydia_Pintscher, thiemowmde, Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T155910: Erroneous digits in QuantityValue

2018-04-11 Thread hoo
hoo added a subtask: T192014: Packagist is not picking up data-values/number 0.10.0.
TASK DETAILhttps://phabricator.wikimedia.org/T155910EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, hooCc: hoo, matej_suchanek, Lydia_Pintscher, daniel, Smalyshev, thiemowmde, Pasleim, Bugreporter, Magnus, Daniel_Mietchen, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T192014: Packagist is not picking up data-values/number 0.10.0

2018-04-11 Thread hoo
hoo created this task.hoo added projects: Wikidata, DataValues.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONEven though the configuration for Packagist on GitHub is there, Packagist is not picking up the new 0.10.0 release of the component.

I already deleted the release once and re-tagged it, but that also didn't have any effect.TASK DETAILhttps://phabricator.wikimedia.org/T192014EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Addshore, JeroenDeDauw, Lydia_Pintscher, thiemowmde, Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425587 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/WikimediaBadges@master] Add "goodlist" badge css for the sidebar

https://gerrit.wikimedia.org/r/425587TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T191631: Add maintenance script to wipe term_search_key and term_weight columns

2018-04-11 Thread hoo
hoo added a comment.

In T191631#4120568, @Lucas_Werkmeister_WMDE wrote:
Does the script need an option to stop after a certain amount of work has been done? So far I’m following rebuildTermSqlIndex and adding --from-id and --batch-size options, but no --limit options or anything like that.


We probably don't want one script to just run forever, so it will need some way to stop and continue. Stopping can usually just be done with timeout… but it then needs to be able to pick up the work again.

Also I wonder, why we even bothering clearing out term_weight… having 0.0 probably has very little/ no benefit compared to just having something in there.TASK DETAILhttps://phabricator.wikimedia.org/T191631EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, hooCc: hoo, gerritbot, Lucas_Werkmeister_WMDE, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425586 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/Wikidata.org@master] Add 'goodlist' badge styles

https://gerrit.wikimedia.org/r/425586TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, LawExplorer, 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] T163642: Index Wikidata strings in statements in the search engine

2018-04-11 Thread Multichill
Multichill added a comment.
Viaf part is probably covered by T99899TASK DETAILhttps://phabricator.wikimedia.org/T163642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Liuxinyu970226, Smalyshev, debt, aude, Lydia_Pintscher, Aklapper, Multichill, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Avner, Gehel, FloNight, Wikidata-bugs, jayvdb, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T192011: If Item creation fails with a label+description collision, Special:NewItem's creation form points to "NewItem"

2018-04-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T192011EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: gerritbot, Aklapper, hoo, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T192011: If Item creation fails with a label+description collision, Special:NewItem's creation form points to "NewItem"

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425581 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[mediawiki/extensions/Wikibase@master] EditFilterHookRunner should never alter the given context

https://gerrit.wikimedia.org/r/425581TASK DETAILhttps://phabricator.wikimedia.org/T192011EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: gerritbot, Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T185165: Incomplete error message in Wikibase api wbeditentity when omitting title or site parameters

2018-04-11 Thread hoo
hoo added a project: Wikidata-Ministry-Of-Magic.
TASK DETAILhttps://phabricator.wikimedia.org/T185165EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, Aklapper, valerio.bozzolan, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T191963: New constraint: properties with identical values

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikibase-Quality.
TASK DETAILhttps://phabricator.wikimedia.org/T191963EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Hsarrazin, Pigsonthewing, Liuxinyu970226, Pintoch, Aklapper, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, 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] T192011: If Item creation fails with a label+description collision, Special:NewItem's creation form points to "NewItem"

2018-04-11 Thread hoo
hoo created this task.hoo added projects: MediaWiki-extensions-WikibaseRepository, Wikidata, Wikidata-Ministry-Of-Magic.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONSteps to reproduce:


Go to Special:NewItem
Enter the label and description of an existing Item (Note: the language has to match)
Submit and get an error ("Item Q123 already has label …")
Now submit the form again and you will end on the "NewItem"-Item


This is because of EditFilterHookRunner sometimes modifying the context it was given (instead of creating a new one).TASK DETAILhttps://phabricator.wikimedia.org/T192011EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Aklapper, hoo, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
I think fullscreen-toggle makes sense anyways, so I don’t think we need to revert your change or anything.TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Rammanojpotla, Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Smalyshev
Smalyshev added a comment.
Yeah generally it's a Bad Thing (TM) to hog something as generic as class name fullscreen to one library. But we may as well have additional line of defense...TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Rammanojpotla, Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T190060: Allow to store multiple form representations using the same language code

2018-04-11 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Cool!
Can we close this then?TASK DETAILhttps://phabricator.wikimedia.org/T190060EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Pablo-WMDE, Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T185165: Incomplete error message in Wikibase api wbeditentity when omitting title or site parameters

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 425572 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[mediawiki/extensions/Wikibase@master] Fix ModifyEntity/EditEntity parameter validation

https://gerrit.wikimedia.org/r/425572TASK DETAILhttps://phabricator.wikimedia.org/T185165EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, valerio.bozzolan, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T185165: Incomplete error message in Wikibase api wbeditentity when omitting title or site parameters

2018-04-11 Thread hoo
hoo claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T185165EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, Aklapper, valerio.bozzolan, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T185165: Incomplete error message in Wikibase api wbeditentity when omitting title or site parameters

2018-04-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T185165EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, valerio.bozzolan, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T190022: Separate the CirrusSearch/Elastic-specific code from Wikibase code base

2018-04-11 Thread Smalyshev
Smalyshev added a comment.
The current plan is to start with this after first WikibaseLexeme release. I also requested creation of mediawiki/extensions/WikibaseCirrusSearch	repo where the work will be done.TASK DETAILhttps://phabricator.wikimedia.org/T190022EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: thiemowmde, RazShuty, WMDE-leszek, Lydia_Pintscher, Aklapper, Smalyshev, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T150290: add CORS to all redirects in chain from https://www.wikidata.org/entity/{Q...}

2018-04-11 Thread hoo
hoo renamed this task from "add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...}" to "add CORS to all redirects in chain from https://www.wikidata.org/entity/{Q...}".
TASK DETAILhttps://phabricator.wikimedia.org/T150290EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Lucas_Werkmeister_WMDE, thiemowmde, gerritbot, hoo, daniel, Aklapper, elf-pavlik, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Rammanojpotla
Rammanojpotla merged a task: T189471: Fullscreen toggle button displayed in wrong place.
TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RammanojpotlaCc: Rammanojpotla, Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T189471: Fullscreen toggle button displayed in wrong place

2018-04-11 Thread Rammanojpotla
Rammanojpotla closed this task as a duplicate of T191993: Fullscreen button broken with newer version of bootstrap-table.
TASK DETAILhttps://phabricator.wikimedia.org/T189471EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RammanojpotlaCc: Aklapper, Rammanojpotla, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T99899: [Story] Looking up entities by external identifiers

2018-04-11 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Yeah agreed. Let's just go with returning all matches if there are more than one. And yes it makes sense to index all IDs unless there is a technical reason not to.

As for accessing it: With a search keyword on special:search should be fine imho.TASK DETAILhttps://phabricator.wikimedia.org/T99899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, PokestarFan, Josve05a, Herzi.Pinki, hoo, Jarekt, Multichill, Acer, Liuxinyu970226, Agabi10, -jem-, thiemowmde, Magnus, Jane023, Spage, Smalyshev, Bene, Ricordisamoa, Addshore, jeremyb, Aklapper, daniel, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T147798: Wikibase repo UI is sometimes not properly starting up (on Firefox)

2018-04-11 Thread hoo
hoo closed this task as "Invalid".
TASK DETAILhttps://phabricator.wikimedia.org/T147798EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: TerraCodes, Gilles, ori, Aklapper, aude, thiemowmde, Jonas, Lydia_Pintscher, Tobi_WMDE_SW, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-04-11 Thread Addshore
Addshore created this task.Addshore added a project: Wikibase-Containers.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONCurrently the wdqs-frontend docker image builds from master, but only when manually triggered.

Instead some jenkins / github hook should hit the docker cloud building api etc to trigger a build.TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Abbe98, 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] T180216: Can I populate a new wikibase-docker container with a previous populated wikibase instance?

2018-04-11 Thread Addshore
Addshore added a comment.
So, https://github.com/filbertkm/WikibaseImport is probably a good place to start.

We will try to incorporate this soon / document & fix this upTASK DETAILhttps://phabricator.wikimedia.org/T180216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: DarTar, K4-713, Gstupp, Addshore, Andrawaag, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Abbe98, 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] T191952: 404 errors on new WDQS container for style.css

2018-04-11 Thread Smalyshev
Smalyshev added a comment.
New image shows broken GUI due to T191993 (which is already fixed in master but somehow still present in the image). Do I need to do something beyond docker pull to fix it?TASK DETAILhttps://phabricator.wikimedia.org/T191952EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Addshore, Aklapper, Smalyshev, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Abbe98, 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] T191952: 404 errors on new WDQS container for style.css

2018-04-11 Thread Addshore
Addshore added a comment.
@Smalyshev I rebuilt the image, could you pull and try again?

Apparently the latest build pulled in master when it was in a slightly broken state.TASK DETAILhttps://phabricator.wikimedia.org/T191952EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Smalyshev, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Abbe98, 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] T192002: Adjust definition of the wikibase-form datatype

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "Normal" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONDefined in WikibaseLexeme.datatypes.php.
Includes:


value type should be change to be wikibase-entityid
validator callback should be added
formatter callback should be adjusted to use formatters created in T192000
TASK DETAILhttps://phabricator.wikimedia.org/T192002EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Retitled] T192000: Create formatters for displaying a form as a statement value

2018-04-11 Thread WMDE-leszek
WMDE-leszek renamed this task from "Create a formatter for displaying a form as a statement value" to "Create formatters for displaying a form as a statement value".
TASK DETAILhttps://phabricator.wikimedia.org/T192000EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T190060: Allow to store multiple form representations using the same language code

2018-04-11 Thread WMDE-leszek
WMDE-leszek added a comment.
Having thought about it again, I've changed my mind again  and I recommend to not change any of data structure. In other words, to use a "map" in both "internal" and "external" data structure.

Some notes:


if willing to assure extensibility of the external data structure, it could use a list of "serialized representations"/"serialized terms" instead of language-code-indexed map. As for now there is only a single representation per language code allowed, for the time being there would need to be a validator in place disallowing storing objects with duplicate language keys. If change in the data model would happen, the validator would be dropped, and there would be no need for changing other code as the data structure would not change.
only changing the internal structure, no matter whether from map to list, or from list to the map, would always involve adding B/C code for reading the data in the wrong format. While meaning the extra code to maintain, it does not seem to be too much of a burden to maintain. Still, the general hygiene would suggest to not change the internal data structure too often.
the limitation of the representation list to only allow one entry per language code is based on the assumption, that in general (tm) there will be the obvious distinctive criterion between two variants, and it would be reflected in the language code. It could be there are case where such distinctive factor is difficult to recognize, or name. In such cases modeler might end up using the arbitrary language code just for the sake of making the distinction. My gut feeling is that such cases might happen to be more often then in cases of labels of items or properties, where they're rare if not close to non existing. But this being only gut feeling, and me failing to come up with any "real" counter examples to the map approach, that seems to be overly cautious/conservative thinking. Therefore, I decided to not pursue change to any of the data structures discussed here.
Following the above point, it seems that sticking to the TermSerializer/Deserializer as a service for reading/writing the data structure is a reasonable choice. Introducing custom serializers seems to be an effort not justified by the value it would bring (given there are no objective reasons to assume the data structure is going to be changed to less restrictive).


The decision documented here is to be remember as mine, made with my free will, on April, 11th 2018.TASK DETAILhttps://phabricator.wikimedia.org/T190060EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Pablo-WMDE, Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T190906: Add & Edit Forms via wbeditentity

2018-04-11 Thread WMDE-leszek
WMDE-leszek added a comment.
As it came out in the discussion documented in T190060 I note that it was decided that single representation should be represented using a structure: { "language": "en", "value": "colour" }. Note the "value" property being used instead of "representation".
That structure is intended to be used in all API dealing with doing changes to a form, i.e. not only wbeditentity, but also wbladdform, and wbleditformelements.TASK DETAILhttps://phabricator.wikimedia.org/T190906EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Addshore, WMDE-leszek, Jakob_WMDE, Aklapper, Pablo-WMDE, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191531: Create Lua module to expose local short descriptions of pages to Lua

2018-04-11 Thread RexxS
RexxS added a comment.
It was Mike Peel who asked for the capability, not I, but the result is the same.

I was under the impression that calling the API like this:

https://en.wikipedia.org/w/api.php?action="">

was completely cross-wiki compatible. After all, it defines the language of the wiki, the article, the query action and the property (as well as the format if required). If the API could be interrogated from Lua, then I would have expected that sort of functionality to become available.

In Lua I can read all sorts of properties from Wikidata for other language wikis into the English wiki, including monolingual text in other languages that is stored in claims, as well as sitelinks, but that's because Wikidata already has this cross-wiki capability.

It may be that the simplest solution for now is to run a bot every once in a while to import short descriptions from each language that uses them into Wikidata to replace the corresponding description when it differs. The we could go back to pulling the short description from Wikidata for Mike's cross-wiki jobs, secure in the knowledge that the information is up-to-date (more or less :-) .TASK DETAILhttps://phabricator.wikimedia.org/T191531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RexxSCc: RexxS, TheDJ, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T192000: Create a formatter for displaying a form as a statement value

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "Normal" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONThe text formatter should display the representation of the form. If the representation has multiple variants, it should display all of them, separated with a translatable separator (for English forward slash).
The HTML formatter should display the link, with its text being the representation of the form, and the link target leading to the appropriate form section of the relevant lexeme page. As in the case of the text formatter, if the representation has multiple variants, it should display all of them, separated with a translatable separator (for English forward slash).TASK DETAILhttps://phabricator.wikimedia.org/T192000EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191638: Security review of symfony/validator library

2018-04-11 Thread Pablo-WMDE
Pablo-WMDE added a comment.
@Reedy If it helps we can certainly look into adding validator's /tests to .gitignore - so it does not make it onto disk.TASK DETAILhttps://phabricator.wikimedia.org/T191638EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Reedy, Aklapper, Pablo-WMDE, Addshore, Jakob_WMDE, RazShuty, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, EBjune, LawExplorer, dpatrick, Luke081515, Wikidata-bugs, aude, JanZerebecki, Darkdadaah, csteipp, Mbch331, Jay8g, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191638: Security review of symfony/validator library

2018-04-11 Thread Reedy
Reedy added a comment.

In T191638#4123735, @Pablo-WMDE wrote:
The test files are excluded from class map and should not be reachable by autoloading.


Doesn't stop things like happened in T180231 if the files are on disk and accessible.

It's a minor concern FWIWTASK DETAILhttps://phabricator.wikimedia.org/T191638EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Reedy, Aklapper, Pablo-WMDE, Addshore, Jakob_WMDE, RazShuty, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, EBjune, LawExplorer, dpatrick, Luke081515, Wikidata-bugs, aude, JanZerebecki, Darkdadaah, csteipp, Mbch331, Jay8g, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
I’ve submitted a pull request for bootstrap-table, let’s see what happens.TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191638: Security review of symfony/validator library

2018-04-11 Thread Pablo-WMDE
Pablo-WMDE added a comment.
@Reedy We are not using the translation functionality but rather pass in/through i18n keys and translate them using mediawiki core technology once the occur.

The test files are excluded from class map and should not be reachable by autoloading.TASK DETAILhttps://phabricator.wikimedia.org/T191638EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Reedy, Aklapper, Pablo-WMDE, Addshore, Jakob_WMDE, RazShuty, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, EBjune, LawExplorer, dpatrick, Luke081515, Wikidata-bugs, aude, JanZerebecki, Darkdadaah, csteipp, Mbch331, Jay8g, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Well, quite frankly I think it’s the library authors who should use prefixes for their classes – it shouldn’t be our job to tiptoe around them any time we upgrade our dependencies.TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Smalyshev
Smalyshev added a comment.
We could switch to doing it by ID, not by class, and use reasonably prefixed IDs. Shouldn't that fix the issue with libraries stepping on our toes with their classes? Or just add wdqs- prefix to our classes - I don't think any library would use that.TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Yeah, I just saw that… I assume it works (I just hadn’t pulled that commit yet), but I don’t like it: it might still break at any time if another library decides that it wants to restyle fullscreen-toggle as well. So I’m still not sure what to do now, to be honest.TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T173578: langlinks surfaces non-existent language version

2018-04-11 Thread Amire80
Amire80 closed this task as a duplicate of T89903: Wikidata changes do not propagate to the local langlinks table, according to props=langlinks in the API.
TASK DETAILhttps://phabricator.wikimedia.org/T173578EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Amire80Cc: Amire80, Nikerabbit, santhosh, Aklapper, Jdlrobson, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T89903: Wikidata changes do not propagate to the local langlinks table, according to props=langlinks in the API

2018-04-11 Thread Amire80
Amire80 added subscribers: Jdlrobson, Nikerabbit, santhosh.Amire80 merged a task: T173578: langlinks surfaces non-existent language version.
TASK DETAILhttps://phabricator.wikimedia.org/T89903EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, Amire80Cc: santhosh, Nikerabbit, Jdlrobson, TerraCodes, Amire80, gerritbot, Wikidata-bugs, Florian, Anomie, Lydia_Pintscher, daniel, hoo, Ricordisamoa, Sjoerddebruin, Lazowik, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Winter, aude, Mbch331, Niedzielski___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T151269: Add English names for languages which don't yet have one

2018-04-11 Thread Nikerabbit
Nikerabbit removed a project: Language-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T151269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Raymond, NikerabbitCc: gerritbot, jhsoby-WMNO, PokestarFan, santhosh, Nemo_bis, abian, Pigsonthewing, Lydia_Pintscher, jhsoby, Nikerabbit, thiemowmde, Liuxinyu970226, Lea_Lacroix_WMDE, Aklapper, revi, Nikki, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, RazeSoldier, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Taiwania_Justo, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Fuzheado, Cwek, Wikidata-bugs, aude, Gryllida, zhuyifei1999, Shizhao, Arrbee, KartikMistry, Mbch331, Jay8g, Soum213___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T173578: langlinks surfaces non-existent language version

2018-04-11 Thread Amire80
Amire80 added a comment.
If I understand the description correctly, this is most likely a dupe of T89903.

Please reopen if you can still reproduce it.TASK DETAILhttps://phabricator.wikimedia.org/T173578EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Amire80Cc: Amire80, Nikerabbit, santhosh, Aklapper, Jdlrobson, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, 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] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Smalyshev
Smalyshev added a comment.
I think I fixed it in https://gerrit.wikimedia.org/r/c/425099/ but it may not be the correct fix. It fixes the issue for me.TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T151269: Add English names for languages which don't yet have one

2018-04-11 Thread Pginer-WMF
Pginer-WMF triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T151269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Raymond, Pginer-WMFCc: gerritbot, jhsoby-WMNO, PokestarFan, santhosh, Nemo_bis, abian, Pigsonthewing, Lydia_Pintscher, jhsoby, Nikerabbit, thiemowmde, Liuxinyu970226, Lea_Lacroix_WMDE, Aklapper, revi, Nikki, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, RazeSoldier, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Soum213, Taiwania_Justo, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Fuzheado, Cwek, Wikidata-bugs, aude, Gryllida, zhuyifei1999, Shizhao, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T173578: langlinks surfaces non-existent language version

2018-04-11 Thread Nikerabbit
Nikerabbit edited projects, added MediaWiki-Interwiki, Wikidata; removed Language-Team.Nikerabbit added a comment.
In the query results there is also \ufffd – truncation or other issue?TASK DETAILhttps://phabricator.wikimedia.org/T173578EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: NikerabbitCc: Nikerabbit, santhosh, Aklapper, Jdlrobson, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g, Krenair, Soum213, KartikMistry___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T191993: Fullscreen button broken with newer version of bootstrap-table

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata Query UI.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONThe bootstrap-table folks added the following rule to bootstrap-table.css:

.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%!important;
background: #FFF;
}

It’s not scoped or anything, so it breaks our fullscreen button – the position: fixed yanks it out of the query helper toolbar:
F16917255: Screen Shot 2018-04-11 at 17.45.35.png

For now we can exclude that bootstrap-table version in package.json, but how do we proceed after that? File a bug report against bootstrap-table? (I would be surprised if we’re the only people whose website this breaks…)TASK DETAILhttps://phabricator.wikimedia.org/T191993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Addshore, johl, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T190060: Allow to store multiple form representations using the same language code

2018-04-11 Thread Pablo-WMDE
Pablo-WMDE added a comment.
T190906 duplicates the problem mentioned here in that the structure exposed to / expected from the users in wbeditentity (a, no doubt, public end point) will thereafter also not "Allow to store multiple form representations using the same language code", and cement it in a way not resolvable in a backwards-compatible fashion.TASK DETAILhttps://phabricator.wikimedia.org/T190060EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Pablo-WMDE, Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T191986: Create an Expert for the form datatype

2018-04-11 Thread Pablo-WMDE
Pablo-WMDE updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...No data of the except the ID should be displayed in the search results.

e.g. `resources/experts/Form.js`TASK DETAILhttps://phabricator.wikimedia.org/T191986EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T165579: New data type to allow linking to Forms

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* Once saved the value shows the derived label for the referenced Formrepresentation of the the referenced Form.

In case there are multiple representation variants, "the representation" should be interpreted as all representation variants separated by the i18n-zable seperator. In English, the separator is going to be a forward slashTASK DETAILhttps://phabricator.wikimedia.org/T165579EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aleksey_WMDE, PokestarFan, Jonas, WMDE-leszek, thiemowmde, Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T149666: Next steps for machine translation

2018-04-11 Thread Pginer-WMF
Pginer-WMF removed a project: Language-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T149666EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: cscott, Pginer-WMFCc: srishakatux, WMDE-leszek, Basvb, Zack, Lydia_Pintscher, Sebastian_Berlin-WMSE, Addshore, Siznax, Psychoslave, Nikerabbit, Qgil, Halfak, Amire80, cscott, Aklapper, Lahi, Gq86, GoranSMilovanovic, chapulina, QZanden, LawExplorer, Nizil, Ixocactus, Wikidata-bugs, aude, RobLa-WMF, Jsahleen, Arrbee, santhosh, KartikMistry, Mbch331, Jay8g, Quiddity, Soum213___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191531: Create Lua module to expose local short descriptions of pages to Lua

2018-04-11 Thread TheDJ
TheDJ added a comment.
I'm reading this as wanting to have a Lua module so that on Commons you can retrieve the description of a english wikipedia page...  ?

I'm not sure if the new descriptions have the cross wiki capabilities of Wikidata... Remember that for cross wiki functionality, the change event has to propagate to all the other wikis. Currently only Wikidata and Commons have infrastructure in place for that (and both very dedicated towards their own use case).

Now that the descriptions are local, I suspect they cannot be used by other wikis in the same way, similarly to how other wiki's have no idea if an interwiki page even exists, they cannot know it's local description as they cannot know their local interwiki links either.TASK DETAILhttps://phabricator.wikimedia.org/T191531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TheDJCc: RexxS, TheDJ, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T191981: Enable finding forms using wbsearchentities API

2018-04-11 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Turtles-Sprint#3.
TASK DETAILhttps://phabricator.wikimedia.org/T191981EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191986: Create an Expert for the form datatype

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "Normal" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONShould pass the input to searchentities API.
The default behaviour of the search API is considered the correct one.
No data of the except the ID should be displayed in the search results.TASK DETAILhttps://phabricator.wikimedia.org/T191986EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T149666: Next steps for machine translation

2018-04-11 Thread Pginer-WMF
Pginer-WMF triaged this task as "Normal" priority.Pginer-WMF moved this task from Backlog to Other teams on the Language-Team board.
TASK DETAILhttps://phabricator.wikimedia.org/T149666WORKBOARDhttps://phabricator.wikimedia.org/project/board/18/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: cscott, Pginer-WMFCc: srishakatux, WMDE-leszek, Basvb, Zack, Lydia_Pintscher, Sebastian_Berlin-WMSE, Addshore, Siznax, Psychoslave, Nikerabbit, Qgil, Halfak, Amire80, cscott, Aklapper, Lahi, Gq86, GoranSMilovanovic, chapulina, QZanden, LawExplorer, Soum213, Nizil, Ixocactus, Wikidata-bugs, aude, RobLa-WMF, Jsahleen, Arrbee, santhosh, KartikMistry, Mbch331, Jay8g, Quiddity___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T165579: New data type to allow linking to Forms

2018-04-11 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Turtles-Sprint#3.
TASK DETAILhttps://phabricator.wikimedia.org/T165579EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aleksey_WMDE, PokestarFan, Jonas, WMDE-leszek, thiemowmde, Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191983: WDQS headers doesn't get updated everytime

2018-04-11 Thread Rammanojpotla
Rammanojpotla created this task.Rammanojpotla added a project: Wikidata Query UI.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONIn the tabular display of WDQS results. The headers don't get updated on changing the filter.
Initially, I searched for subclass of the computer then the headers are in the following format
F16916399: Wikidata Query Service - Mozilla Firefox_018.png

Then, I changed the filter to "processor" instead of "computer".
F16916402: Wikidata Query Service - Mozilla Firefox_019.png

These are not even getting updated in SPARQL query.TASK DETAILhttps://phabricator.wikimedia.org/T191983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RammanojpotlaCc: Rammanojpotla, Aklapper, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191963: New constraint: properties with identical values

2018-04-11 Thread Pigsonthewing
Pigsonthewing added a comment.
More recent discussion is at: https://www.wikidata.org/wiki/Wikidata:Project_chat#New_constraint_to_enforce_that_two_properties_have_the_same_value_on_a_given_itemTASK DETAILhttps://phabricator.wikimedia.org/T191963EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PigsonthewingCc: Pigsonthewing, Liuxinyu970226, Pintoch, Aklapper, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, 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] T191981: Enable finding forms using wbsearchentities API

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "Normal" priority.WMDE-leszek added projects: Wikidata, Lexicographical data.
TASK DESCRIPTIONIncludes:


allowing "form" as the value of "type" parameter
adding an information that searching using IDs is also possible with this API module
adding an example using Q123 as a search term
TASK DETAILhttps://phabricator.wikimedia.org/T191981EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, thiemowmde, Jonas, PokestarFan, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T165579: New data type to allow linking to Forms

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* Once saved the value shows the derived label for the referenced Form.

Needs to be broken down into:
* Defining the data type
* Adding a new statement linking to a form (just by ID) via the UI
* {T175030}

**//`BDD Happy Path:`//**...TASK DETAILhttps://phabricator.wikimedia.org/T165579EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aleksey_WMDE, PokestarFan, Jonas, WMDE-leszek, thiemowmde, Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T165579: New data type to allow linking to Forms

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* Once saved the value shows the representationderived label for the referenced Form.

In case there are multiple representation variants, "the representation" should be TBCrm**And** The representation to"text" of the referenced form is displayed 
**And** The representation "text" links to thee target form section on thee target Lexeme page ...**And** The Property and linked to to the Form is linkedare leading to the property and Form respectively in the edit summaryTASK DETAILhttps://phabricator.wikimedia.org/T165579EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aleksey_WMDE, PokestarFan, Jonas, WMDE-leszek, thiemowmde, Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T165579: New data type to allow linking to Forms

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* Once saved the value shows the derived labelrepresentation for the referenced Formrm.

In case there are multiple representation variants, "the representation" should be TBCTASK DETAILhttps://phabricator.wikimedia.org/T165579EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aleksey_WMDE, PokestarFan, Jonas, WMDE-leszek, thiemowmde, Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T188899: [Task] Remove hard-coded demo data from Lexeme code base

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION... * The formatter should just display the ID (as a string).
 * resources/experts/Form.js and resources/experts/Sense.js contain the same demo data.TASK DETAILhttps://phabricator.wikimedia.org/T188899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: RazShuty, Ladsgroup, Jonas, Aleksey_WMDE, WMDE-leszek, Lydia_Pintscher, thiemowmde, Aklapper, Lahi, Gq86, Cinemantique, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T191976: Change the datatypes IDs of datatypes for referencing forms and senses

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "High" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONDefined in WikibaseLexeme.datatypes.php as 'PT:wikibase-lexeme-form' and 'PT:wikibase-lexeme-sense'TASK DETAILhttps://phabricator.wikimedia.org/T191976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191975: Change the i18n messages of datatypes for referencing forms and senses

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "High" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONWikibase Form => Form
Wikibase Sense => SenseTASK DETAILhttps://phabricator.wikimedia.org/T191975EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191974: Create tests ensuring that sense-related input to APIs is ignored

2018-04-11 Thread Addshore
Addshore removed the point value for this task.
TASK DETAILhttps://phabricator.wikimedia.org/T191974EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T177453: Add wikibase client support for searching wikidata items

2018-04-11 Thread hoo
hoo added a comment.
@Smalyshev What's the status here? Say we want to get rid of the wb_terms table…TASK DETAILhttps://phabricator.wikimedia.org/T177453EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: dcausse, hoo, Addshore, daniel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, cmadeo, LawExplorer, Avner, Gehel, FloNight, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T191974: Create tests ensuring that sense-related input to APIs is ignored

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "Normal" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONAs defined in A/C of T187198.TASK DETAILhttps://phabricator.wikimedia.org/T191974EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T187198: Disable Senses in the API for the initial version of the WikibaseLexeme extension

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* If the API input contains senses, the API should generate an error message: "Support for Signore this input. In case of wbeditentity API, only the senses is not yet available."part of the input is expected to be ignored.TASK DETAILhttps://phabricator.wikimedia.org/T187198EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Story, Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T191973: Response of getentities API should not contain "senses" property

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONIt is likely that adjusting wbgetentities API also the JSON output of Special:EntityData page will also be changed to not include the senses property (which is good)TASK DETAILhttps://phabricator.wikimedia.org/T191973EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Edited] T191973: Response of getentities API should not contain "senses" property

2018-04-11 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONIt is likely that adjusting wbgetentities API also the JSON output of Special:EntityData page will also be changed to not include the senses property (which is gooda requirement)TASK DETAILhttps://phabricator.wikimedia.org/T191973EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191973: Response of getentities API should not contain "senses" property

2018-04-11 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek triaged this task as "Normal" priority.WMDE-leszek added projects: Wikidata, Lexicographical data, Wikidata-Turtles-Sprint#3.
TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T191973EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T173594: Add support for “separators” parameter of “single value” constraint type

2018-04-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
In the interest of moving this task forward, I’ll try to make up some reasonable answers to the questions asked in the task description:



What happens if one value has a statement qualifier for the separating property and one doesn’t?

Acceptable. I can imagine, for example, one main “official website” (preferred rank, supports multiple languages) and then another language- or region-specific one (with qualifier).

Are two unknown values for the separating property considered different?

Considered different, following the semantics of our RDF export (where unknown value maps to different, unique blank nodes, which are all different from each other).

What happens if values have multiple qualifiers for the separating properties?

Be lenient and accept the values as long as the sets of qualifiers are different, even if they partially overlap.

Should this also extend to the “multi value” constraint (e. g. must have multiple values with different values qualifiers for the separating property)?

No such constraint currently defined on Wikidata, so let’s not bother with that for now.



Does anyone disagree with any of those answers? :)TASK DETAILhttps://phabricator.wikimedia.org/T173594EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Agabi10, Jonaskeutel, Marsupium, Lucas_Werkmeister_WMDE, Esc3300, Ivan_A_Krestinin, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T190976: Add badge for good lists to Wikidata

2018-04-11 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup moved this task from User Stories to In Progress on the Wikidata-Ministry-Of-Magic board.Herald added a project: User-Ladsgroup.
TASK DETAILhttps://phabricator.wikimedia.org/T190976WORKBOARDhttps://phabricator.wikimedia.org/project/board/3273/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, MrFulano, Aklapper, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, LawExplorer, 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] T191531: Create Lua module to expose local short descriptions of pages to Lua

2018-04-11 Thread RexxS
RexxS added a comment.
There have already been requests for short descriptions to be available within the text of a wiki-page, especially for Commons, where a page or category may be linked to an article on a Wikipedia. I can imagine the same functionality being of use in other projects as well.

Since directly querying the API for article text would normally be done client-side using _javascript_, that would imply having a piece of script that would need to be installed in the common _javascript_ for every project that wanted this feature. It seems to me to be far cleaner to expose the API's prop=description value to Lua, which moves the processing server-side. That would also allow the flexibility of integrating short descriptions into existing modules or creating new ones as required.

I agree there's no great urgency in this, but it would be useful to implement at some point.TASK DETAILhttps://phabricator.wikimedia.org/T191531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RexxSCc: RexxS, TheDJ, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T184948: limit page creation and edit rate on Wikidata

2018-04-11 Thread hoo
hoo added a comment.
Actually, it seems we could also have only specific limits that are not bypassable. While this is not documented (as far as I can tell), one can add '' => false to a specific rate limit action, like the following:

> print_r($wgRateLimits);

Array
( 
…
[badoath] => Array
(
[] => 
[user] => Array
(
[0] => 10
[1] => 60
)

)

)

(for details, see User::pingLimiter)

That would mean that we can limit only the number of edits… if we find reasonable numbers.TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Edgars2007, Daniel_Mietchen, Pasleim, Magnus, abian, Lucas_Werkmeister_WMDE, ArtixKreiger, Multichill, Mahir256, Framawiki, hoo, Sjoerddebruin, Addshore, Ladsgroup, gerritbot, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, 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] T163724: persistently addable/editable/removable statements on a Form via the UI (L)

2018-04-11 Thread gerritbot
gerritbot added a comment.
Change 398838 abandoned by Thiemo Kreuz (WMDE):
Rename FormSet::add to set

https://gerrit.wikimedia.org/r/398838TASK DETAILhttps://phabricator.wikimedia.org/T163724EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, gerritbotCc: Jonas, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T184948: limit page creation and edit rate on Wikidata

2018-04-11 Thread hoo
hoo added a comment.
Note: We currently also have dispatch problems while no one is going faster than 75 edits per minute (as far as I can tell)TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Edgars2007, Daniel_Mietchen, Pasleim, Magnus, abian, Lucas_Werkmeister_WMDE, ArtixKreiger, Multichill, Mahir256, Framawiki, hoo, Sjoerddebruin, Addshore, Ladsgroup, gerritbot, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, 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] T99899: [Story] Looking up entities by external identifiers

2018-04-11 Thread daniel
daniel added a comment.
Why is uniqueness even an issue? Just provide a way to search items by the value associated with a property. The result will be a ranked list, potentially incomplete if there are many matches. If the client just wants the "best" match, it should just use the top match.TASK DETAILhttps://phabricator.wikimedia.org/T99899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Lydia_Pintscher, PokestarFan, Josve05a, Herzi.Pinki, hoo, Jarekt, Multichill, Acer, Liuxinyu970226, Agabi10, -jem-, thiemowmde, Magnus, Jane023, Spage, Smalyshev, Bene, Ricordisamoa, Addshore, jeremyb, Aklapper, daniel, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T184948: limit page creation and edit rate on Wikidata

2018-04-11 Thread hoo
hoo added a comment.
If we make sysop and bot subject to rate limits, the "user"-limits from the following apply (unless we set a higher limit for them specifically):
P6982 Wikidata: Effective $wgRateLimits

Potential problems I could see:


move 8 per minute (although not relevant to entity namespaces),
emailuser 20 per day (can be problematic when reaching out to users)
rollback 10 per minute -> should probably be set equal to (or slightly higher than) the edit limits
purge 30 per minute -> maybe set equal to edit limits?
linkpurge 30 per minute -> maybe set equal to edit limits?
TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Edgars2007, Daniel_Mietchen, Pasleim, Magnus, abian, Lucas_Werkmeister_WMDE, ArtixKreiger, Multichill, Mahir256, Framawiki, hoo, Sjoerddebruin, Addshore, Ladsgroup, gerritbot, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, 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] T99899: [Story] Looking up entities by external identifiers

2018-04-11 Thread Multichill
Multichill added a comment.

In T99899#4121954, @Smalyshev wrote:
make the index assume the entries are distinct and unique, so when it encounters a second Wikidata item with the same external ID, it just overwrites it

Index can't do that unfortunately. I don't even think there's such thing as unique field in ElasticSearch - the only field that is unique is the document ID.

So if you have two items with the same external ID, the search will find them both. Now if you build some service on top of it (like special page) it can interpret the search results and resolve the collision. But I see no way to not have duplicates in the search index if they are in the data.


I would do a really simple and stupid resolving approach: Take the top result and maybe do some sorting of the results by something like popularity_score .
Might be good to avoid making yet another special page and just use the API ( https://www.mediawiki.org/wiki/Special:MyLanguage/API:Search / https://www.wikidata.org/w/api.php?action=""> ). That way you probably only need a bit of _javascript_ to glue everything together. Now the _javascript_ is just hitting https://www.wikidata.org/w/api.php?action=""> , could be changed to hit the search if someone starts with P:something . Or you could expand wbsearchentities to do the dirty work for you, but I think you'll get a bit of code mix up.

Probably best to split this task up in two parts:


Get the ExternalId's indexed
Figure out a way for the user to access it


First part is probably clear now (just index all ExternalId's), second part probably needs a bit more thought.TASK DETAILhttps://phabricator.wikimedia.org/T99899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Lydia_Pintscher, PokestarFan, Josve05a, Herzi.Pinki, hoo, Jarekt, Multichill, Acer, Liuxinyu970226, Agabi10, -jem-, thiemowmde, Magnus, Jane023, Spage, Smalyshev, Bene, Ricordisamoa, Addshore, jeremyb, Aklapper, daniel, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T190906: Add & Edit Forms via wbeditentity

2018-04-11 Thread Pablo-WMDE
Pablo-WMDE closed subtask T190930: Forms via wbeditentity: Discuss constraint strategy as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T190906EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Addshore, WMDE-leszek, Jakob_WMDE, Aklapper, Pablo-WMDE, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] [Closed] T190930: Forms via wbeditentity: Discuss constraint strategy

2018-04-11 Thread Pablo-WMDE
Pablo-WMDE closed this task as "Resolved".Pablo-WMDE removed Pablo-WMDE as the assignee of this task.
TASK DETAILhttps://phabricator.wikimedia.org/T190930EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: Aklapper, Jakob_WMDE, Pablo-WMDE, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, 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] T191537: MediaWiki core's node selenium tests flaky when run as part of mwext-mw-selenium-node-composer-jessie job

2018-04-11 Thread zeljkofilipin
zeljkofilipin triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T191537: MediaWiki core's node selenium tests flaky when run as part of mwext-mw-selenium-node-composer-jessie job

2018-04-11 Thread zeljkofilipin
zeljkofilipin claimed this task.Herald added a project: Release-Engineering-Team (Kanban).
TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >