[Wikidata-bugs] [Maniphest] [Commented On] T173214: Support GraphQL Queries on Wikidata

2018-08-20 Thread dbarratt
dbarratt added a comment.
@Tpt

I've been making a somewhat complex query and I've run into a pretty big performance issue. The query takes about 12-13 seconds to execute. :(

I do have some time to work on this, so I'm really looking for what you think is the best option.

Here's some ideas I have on how to resolve this:


Collect all of the concurrent requests and execute them simultaneously with Guzzle (or the like). This relies on curl_multi_exec() to execute the requests in parallel. The problem with doing this, is that the requests have to be "collected" on each level of the hierarchy and then the result must be put back where it was. I can't think of an easy way to do this with the GraphQL resolvers (unless the library can accept something like a Guzzle promise and do the collection for us?)
Run Wikibase Client on Toolforge and use the Client to access Wikidata's database directly. I suppose the code would be moved into a MediaWiki extension so it could define the routes within MediaWiki. I don't know if this is actually possible to do. It doesn't bring concurrency, but it would speed up the requests substantially (to the point where concurrency is not needed). I'm not sure if Wikidata's repository is available in the replicas (I imagine it is?). This also doesn't fix anything with SPARQL (i.e. if you have multiple SPARQL queries they are not going to run concurrently), although, fetching the entities after the query would at least be quick. I suppose if there's a chance that this could one day operate on Wikidata then this is a good option, otherwise I don't really like it because it requires the software to be run on Toolforge (i.e. I can't just run the GraphQL server on my own server).
Rewrite in _javascript_ (node.js) and (use Apollo Server or the like). This would naturally allow the requests to run concurrently and asynchronously (i.e. a group of requests would be resolved individually rather than as a whole group). As a plus, all of the requests would continue to execute on production. This seems like it might be the most amount of work, but has the biggest amount of benefit. Also, if we wanted to run this as a production service, it could use the API over the local network. Or if someone wants to run it on their own server they'd be able to do that as well.


What do you think? I'm leaning towards Option #3 as it gives the most bang for the buck, but I wanted to make sure you were good with that option before I go rewriting everything. :)TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dbarrattCc: Smalyshev, Lydia_Pintscher, Addshore, larsgw, Saerdnaer, simon04, bearND, Siznax, Tpt, Jonas, Ricordisamoa, hoo, Lucas_Werkmeister_WMDE, Aklapper, dbarratt, PokestarFan, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, He7d3r, Jdforrester-WMF, Mbch331, Jay8g, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202032: Duplicate ar_rev_id values in several wikis

2018-08-20 Thread Anomie
Anomie added a comment.
Notes for self: MySQL (since 5.5, maybe earlier) will update the auto-increment value on insert with an explicit value for the ID column (but not update). So we'll do that to fix the value when the problem is detected, and have the deduplicate script do it too. Then re-run the deduplicator and then the populator.TASK DETAILhttps://phabricator.wikimedia.org/T202032EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: gerritbot, Aklapper, daniel, aude, Addshore, Anomie, Abit, jcrespo, tstarling, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, Anooprao, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reassigned] T202032: Duplicate ar_rev_id values in several wikis

2018-08-20 Thread tstarling
tstarling reassigned this task from tstarling to Anomie.
TASK DETAILhttps://phabricator.wikimedia.org/T202032EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, tstarlingCc: gerritbot, Aklapper, daniel, aude, Addshore, Anomie, Abit, jcrespo, tstarling, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, Anooprao, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202065: Interface administrators in Wikidata

2018-08-20 Thread Bugreporter
Bugreporter added a comment.
This is not my intention: "Allow add or remove interface-admin group by wikidata-staff" should only apply to their own account, not to arbitary accounts. However I'm not certain whether status quo is bad.TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, BugreporterCc: Stashbot, gerritbot, MarcoAurelio, Aklapper, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T195043: [Task] Implement RDF serialization for lexemes and forms

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454182 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[mediawiki/extensions/Wikibase@master] Refactor entity resolution to allow more flexibility

https://gerrit.wikimedia.org/r/454182TASK DETAILhttps://phabricator.wikimedia.org/T195043EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Lydia_Pintscher, Aklapper, gerritbot, Lucas_Werkmeister_WMDE, Smalyshev, Tpt, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T201216: Categories daily diff dump has repetitions

2018-08-20 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-08-21 (1.32.0-wmf.18)).
TASK DETAILhttps://phabricator.wikimedia.org/T201216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, ReleaseTaggerBotCc: gerritbot, Aklapper, Smalyshev, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T202346: Change in Wikidata localisation is causing JavaScript errors

2018-08-20 Thread stjn
stjn created this task.stjn added projects: Wikidata, Russian-Sites.Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTIONApparently, after changing a translation for ‘edit’ in Russian from ‘редактировать’ to ‘править’ users with Russian interface enabled have started to experience errors with _javascript_. Old parts of the interface (left side) work with ‘редактировать’ in their text work as intended, and new ‘править’ ones (that are present in the same interface alongside headings) are redirecting users to non-_javascript_ versions.

Is this some very crude caching issue? Can it be fixed for end-users without changing the translation back (since new one is more correct)? I don’t really see what might’ve caused something like this.


My edit on Translatewiki: https://translatewiki.net/w/i.php?title=MediaWiki:Wikibase-edit/ru=prev=8282855
Reports by users: https://ru.wikipedia.org/wiki/Википедия:Форум/Викиданные#Править_и_редактировать
Reproduce: https://www.wikidata.org/wiki/Q5129530?uselang=ru
TASK DETAILhttps://phabricator.wikimedia.org/T202346EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: stjnCc: Aklapper, stjn, OlegCinema, Lahi, Gq86, GoranSMilovanovic, Abiyoyo, QZanden, LawExplorer, Jack_who_built_the_house, Iniquity, Wikidata-bugs, Base, aude, putnik, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T202065: Interface administrators in Wikidata

2018-08-20 Thread Rxy
Rxy closed this task as "Resolved".Rxy updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION... [x] Users in "wikidata-staff" group to add and remove interface adminship from their own account. ...TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RxyCc: Stashbot, gerritbot, MarcoAurelio, Aklapper, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T202065: Interface administrators in Wikidata

2018-08-20 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2018-08-20T23:08:45Z]  Synchronized wmf-config/InitialiseSettings.php: SWAT https://gerrit.wikimedia.org/r/#/c/operations/mediawiki-config/+/454083/ Phab Task: T202065 (duration: 00m 51s)TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, StashbotCc: Stashbot, gerritbot, MarcoAurelio, Aklapper, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T202065: Interface administrators in Wikidata

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454083 merged by jenkins-bot:
[operations/mediawiki-config@master] Allow add or remove interface-admin group by wikidata-staff

https://gerrit.wikimedia.org/r/454083TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, gerritbotCc: gerritbot, MarcoAurelio, Aklapper, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T168101: Wikidata on beta is getting too many edits

2018-08-20 Thread Addshore
Addshore added a comment.

In T168101#4515938, @Reedy wrote:
Deleting periodically would be fine too.


A delete within mediawiki,
or a "real" delete / removal?TASK DETAILhttps://phabricator.wikimedia.org/T168101EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T55652: Special:Search doesn't use labels and descriptions for suggestions but just the item ID

2018-08-20 Thread Smalyshev
Smalyshev added projects: User-Smalyshev, Discovery-Search.
TASK DETAILhttps://phabricator.wikimedia.org/T55652EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Wikidata-bugs, Yair_rand, Lydia_Pintscher, daniel, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Status] T123213: User i18n@wikidata getting 503 when viewing filtered watchlist

2018-08-20 Thread Catrope
Catrope changed the task status from "Open" to "Stalled".
TASK DETAILhttps://phabricator.wikimedia.org/T123213EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: CatropeCc: Mattflaschen-WMF, TTO, I18n, Aklapper, Reedy, StudiesWorld, Analytics.mediafiles, kostajh, MMiller_WMF, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, RHo, 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] T200983: Language fallbacks for referenced Senses in statements

2018-08-20 Thread Addshore
Addshore added a comment.
Currently the formatter formats the values with fallback as the following:

F25188114: image.png

If I just shove the current version of the fallback indicator in the brackets we end up with something like this:

F25188140: image.png

Thoughts by @Lydia_Pintscher & #wmde-design ?TASK DETAILhttps://phabricator.wikimedia.org/T200983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Lucas_Werkmeister_WMDE, gerritbot, Ladsgroup, Bugreporter, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T201216: Categories daily diff dump has repetitions

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 451230 merged by jenkins-bot:
[mediawiki/core@master] Fix handling categorization changes

https://gerrit.wikimedia.org/r/451230TASK DETAILhttps://phabricator.wikimedia.org/T201216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Aklapper, Smalyshev, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T202223: WikibaseLexeme LexemeSpecialWhatLinksHereTest tests fail on Math CI

2018-08-20 Thread Addshore
Addshore added a project: Quibble.
TASK DETAILhttps://phabricator.wikimedia.org/T202223EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, AddshoreCc: hashar, gerritbot, MarcoAurelio, Pablo-WMDE, Addshore, WMDE-leszek, Aklapper, Physikerwelt, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Maosef, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Debenben, Izno, Wikidata-bugs, aude, fredw, Pkra, Darkdadaah, scfc, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T202223: WikibaseLexeme LexemeSpecialWhatLinksHereTest tests fail on Math CI

2018-08-20 Thread Addshore
Addshore added a subscriber: hashar.Addshore added a comment.
installdbs in the mediawiki-docker-dev setup does install.php and then update.php

quibble does install.php with the --with-extensions parameter.

I remember there being some issues with some extensions and --with-extensions for install.php before, so I imagine this is something similar.TASK DETAILhttps://phabricator.wikimedia.org/T202223EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, AddshoreCc: hashar, gerritbot, MarcoAurelio, Pablo-WMDE, Addshore, WMDE-leszek, Aklapper, Physikerwelt, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Maosef, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Debenben, Izno, Wikidata-bugs, aude, fredw, Pkra, Darkdadaah, scfc, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T111231: Page previews for Wikidata

2018-08-20 Thread alexhollender
alexhollender edited projects, added Readers-Web-Backlog (Design); removed Readers-Web-Backlog (Tracking).
TASK DETAILhttps://phabricator.wikimedia.org/T111231EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: alexhollenderCc: RodrigoTavares, Salgo60, Jhernandez, WMDE-leszek, bearND, hoo, Vibhabamba, Jdforrester-WMF, Wikidata-bugs, JanZerebecki, Se4598, SamB, Raymond, Quiddity, pizzzacat, gerritbot, Bdjwiki, Trizek-WMF, Jakob_WMDE, Pablo-WMDE, Smalyshev, ovasileva, Lucas_Werkmeister_WMDE, Mholloway, Sjoerddebruin, Pchelolo, pmiazga, aude, Nirzar, Tbayer, CKoerner_WMF, Yurik, phuedx, Jdlrobson, Liuxinyu970226, Yair_rand, JKatzWMF, Ricordisamoa, Bene, Aklapper, Lydia_Pintscher, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Winter, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, Jdrewniak, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Snowolf, Dcljr, Shizhao, 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] T167700: Add button to automatically fix certain constraint violations

2018-08-20 Thread Pigsonthewing
Pigsonthewing added a comment.
It seems to me that new/ low activity users are those most likely to need to be guided like this.

Then again, if we can use a script to tell people that an inverse item should be added, we may as well let a bot add it.

The meta issue is that we currently do not distinguish sufficiently between warnings that "you did something that is clearly wrong; please fix it ASAP" and hints that "there is something else that you might like to do, if you have a minute".TASK DETAILhttps://phabricator.wikimedia.org/T167700EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PigsonthewingCc: Pigsonthewing, Sjoerddebruin, PokestarFan, Nikki, Lydia_Pintscher, Jan_Dittrich, Ivan_A_Krestinin, Aklapper, Lucas_Werkmeister_WMDE, Lahi, Gq86, GoranSMilovanovic, QZanden, dachary, merbst, LawExplorer, Agabi10, Wikidata-bugs, aude, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T202184: Allow Wikinews sites as MediaWiki API endpoints in Wikidata Query Service

2018-08-20 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev claimed this task.Smalyshev added a comment.
wikinews added to allowed services, query works now.TASK DETAILhttps://phabricator.wikimedia.org/T202184EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Liuxinyu970226, Aklapper, Smalyshev, Daniel_Mietchen, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Sethakill, dg711, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, jayvdb, Anomie, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202065: Interface administrators in Wikidata

2018-08-20 Thread Rxy
Rxy added a comment.
I scheduled for deploy in Monday, August 20 23:00–00:00 UTCTASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RxyCc: gerritbot, MarcoAurelio, Aklapper, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T202065: Interface administrators in Wikidata

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454083 had a related patch set uploaded (by Rxy; owner: Rxy):
[operations/mediawiki-config@master] Allow add or remove interface-admin group by wikidata-staff

https://gerrit.wikimedia.org/r/454083TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, gerritbotCc: gerritbot, MarcoAurelio, Aklapper, Bugreporter, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] [Updated] T202065: Interface administrators in Wikidata

2018-08-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, gerritbotCc: gerritbot, MarcoAurelio, Aklapper, Bugreporter, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T168101: Wikidata on beta is getting too many edits

2018-08-20 Thread Reedy
Reedy added a comment.
Deleting periodically would be fine too.

https://wikidata.beta.wmflabs.org/wiki/Special:Statistics doesn't look bad atm with just under 200K pagesTASK DETAILhttps://phabricator.wikimedia.org/T168101EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Addshore, Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201310: Prefill the representation when adding the first Form

2018-08-20 Thread Daimona
Daimona removed a project: Patch-For-Review.Daimona added a comment.
Wrong taskTASK DETAILhttps://phabricator.wikimedia.org/T201310EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DaimonaCc: Daimona, gerritbot, Micru, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T201217: Load daily diffs to WDQS instead of weekly dumps

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 452569 merged by Gehel:
[operations/puppet@production] Add ability to load daily category dumps.

https://gerrit.wikimedia.org/r/452569TASK DETAILhttps://phabricator.wikimedia.org/T201217EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Aklapper, Smalyshev, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T145531: [feature request] allow calculated properties, derived properties

2018-08-20 Thread C933103
C933103 added a comment.
The wikidata property proposal https://www.wikidata.org/wiki/Wikidata:Property_proposal/coordinate_location_GCJ02 would depend on this property datatype.TASK DETAILhttps://phabricator.wikimedia.org/T145531EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: C933103Cc: C933103, Jarekt, Yair_rand, Liuxinyu970226, Aklapper, Esc3300, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T63958: Use existing $dateFormats to format dates on Wikidata

2018-08-20 Thread C933103
C933103 added a comment.
If there's no way to fix the internationalized format now then please change the format into ISO date format as a temporary fix. There's currently no way for me to tell which day a date value actually represent without trying to edit it and see the calendar pop up.TASK DETAILhttps://phabricator.wikimedia.org/T63958EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, C933103Cc: C933103, Capankajsmilyo, jeblad, PokestarFan, revi, Phreelance, KTC, Samat, deryckchan, Nikki, Snaevar, Agabi10, gerritbot, thiemowmde, RP88, Aklapper, Mbch331, Ricordisamoa, Liuxinyu970226, Wikidata-bugs, Addshore, He7d3r, PiRSquared17, Lydia_Pintscher, Stryn, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, aude, Gryllida, Shizhao, Arrbee, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Blocker] T201966: When WikibaseMediaInfo is installed in MCR mode, don't register namespaces for the wiki

2018-08-20 Thread Jdforrester-WMF
Jdforrester-WMF changed the status of subtask T200903: Have MediaInfo store its entities in an MCR slot on the associated file page from "Stalled" to "Open".
TASK DETAILhttps://phabricator.wikimedia.org/T201966EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jdforrester-WMFCc: Aklapper, Jdforrester-WMF, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, LawExplorer, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Status] T200903: Have MediaInfo store its entities in an MCR slot on the associated file page

2018-08-20 Thread Jdforrester-WMF
Jdforrester-WMF changed the task status from "Stalled" to "Open".Jdforrester-WMF added a comment.
No longer stalled, I believe.TASK DETAILhttps://phabricator.wikimedia.org/T200903EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Cparle, Jdforrester-WMFCc: Jdforrester-WMF, Ramsey-WMF, Aklapper, MarkTraceur, Lahi, PDrouin-WMF, Gq86, E1presidente, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, LawExplorer, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T201310: Prefill the representation when adding the first Form

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454070 had a related patch set uploaded (by Daimona Eaytoy; owner: Daimona Eaytoy):
[mediawiki/extensions/AbuseFilter@master] [WIP] Make searched filters highlighting multibyte safe

https://gerrit.wikimedia.org/r/454070TASK DETAILhttps://phabricator.wikimedia.org/T201310EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Micru, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] T201310: Prefill the representation when adding the first Form

2018-08-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T201310EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Micru, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Pcoombe
Pcoombe added a comment.
Just to point out that QRpedia (wiki article) does something similar.TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PcoombeCc: Pcoombe, TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T201217: Load daily diffs to WDQS instead of weekly dumps

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454067 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[operations/puppet@production] Enable daily category diffs on test

https://gerrit.wikimedia.org/r/454067TASK DETAILhttps://phabricator.wikimedia.org/T201217EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Aklapper, Smalyshev, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202223: WikibaseLexeme LexemeSpecialWhatLinksHereTest tests fail on Math CI

2018-08-20 Thread Pablo-WMDE
Pablo-WMDE added a comment.
This looks like getValidModes is called before the ExtensionRegistration stuff sets the configs / globals, hence $wgMathValidModes is not an array

It is works for me locally when running through docker-compose exec --user root "web" bash //var/www/mediawiki/.docker/installdbs default

array(3) {
  [0] =>
  string(3) "png"
  [1] =>
  string(6) "source"
  [2] =>
  string(6) "mathml"
}TASK DETAILhttps://phabricator.wikimedia.org/T202223EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: gerritbot, MarcoAurelio, Pablo-WMDE, Addshore, WMDE-leszek, Aklapper, Physikerwelt, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Maosef, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Debenben, Izno, Wikidata-bugs, aude, fredw, Pkra, Darkdadaah, scfc, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T110022: Create a library with HTTP related functions/code

2018-08-20 Thread Krinkle
Krinkle added a comment.

In T110022#4508947, @Legoktm wrote:

In T110022#4502131, @Krinkle wrote:



I think this can also work backwards, like if upstream doesn't add support for newer PHP versions, then we're stuck.


I agree that's a general concern to be aware of when comparing vendors. WordPress specifically, though, has no precedent for being slow to support new PHP versions. They've been as fast or faster than us. (PHP7.0 both in late 2015, PHP 7.2 also on par, or arguably we're behind if we also consider warnings).TASK DETAILhttps://phabricator.wikimedia.org/T110022EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: KrinkleCc: Imarlier, BPirkle, Nikerabbit, Dereckson, Ladsgroup, Krinkle, PokestarFan, Tgr, Lydia_Pintscher, Ricordisamoa, Legoktm, Addshore, Aklapper, Arch2all, Lahi, Gq86, dmaza, GoranSMilovanovic, DFelten, QZanden, LawExplorer, HakanIST, Abbe98, Hannolans, Samwilson, Wikidata-bugs, aude, Dinoguy1000, fbstj, Tpt, Mbch331, bd808___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202223: WikibaseLexeme LexemeSpecialWhatLinksHereTest tests fail on Math CI

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454064 had a related patch set uploaded (by Pablo Grass (WMDE); owner: Pablo Grass (WMDE)):
[mediawiki/extensions/Math@master] phpunit: relish MediaWikiTestCase db setup

https://gerrit.wikimedia.org/r/454064TASK DETAILhttps://phabricator.wikimedia.org/T202223EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, gerritbotCc: gerritbot, MarcoAurelio, Pablo-WMDE, Addshore, WMDE-leszek, Aklapper, Physikerwelt, Mringgaard, Lahi, Gq86, GoranSMilovanovic, Maosef, QZanden, LawExplorer, Debenben, Izno, Wikidata-bugs, aude, fredw, Pkra, Darkdadaah, scfc, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T202223: WikibaseLexeme LexemeSpecialWhatLinksHereTest tests fail on Math CI

2018-08-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T202223EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, gerritbotCc: gerritbot, MarcoAurelio, Pablo-WMDE, Addshore, WMDE-leszek, Aklapper, Physikerwelt, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Maosef, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Debenben, Izno, Wikidata-bugs, aude, fredw, Pkra, Darkdadaah, scfc, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202223: WikibaseLexeme LexemeSpecialWhatLinksHereTest tests fail on Math CI

2018-08-20 Thread Addshore
Addshore added a comment.

In T202223#4514118, @Pablo-WMDE wrote:
by-catch when running (quibble) set-up with the math extension => T202266

Creating tables for enabled extensions
PHP Warning:  array_map(): Argument #2 should be an array in /workspace/src/extensions/Math/src/MathRenderer.php on line 671
PHP Warning:  in_array() expects parameter 2 to be array, null given in /workspace/src/extensions/Math/src/MathHooks.php on line 322
PHP Warning:  array_map(): Argument #2 should be an array in /workspace/src/extensions/Math/src/MathRenderer.php on line 671
PHP Warning:  in_array() expects parameter 2 to be array, null given in /workspace/src/extensions/Math/src/MathHooks.php on line 334


This looks like getValidModes is called before the ExtensionRegistration stuff sets the configs / globals, hence $wgMathValidModes is not an arrayTASK DETAILhttps://phabricator.wikimedia.org/T202223EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDE, AddshoreCc: MarcoAurelio, Pablo-WMDE, Addshore, WMDE-leszek, Aklapper, Physikerwelt, Mringgaard, Lahi, Gq86, GoranSMilovanovic, Maosef, QZanden, LawExplorer, Debenben, Izno, Wikidata-bugs, aude, fredw, Pkra, Darkdadaah, scfc, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T201615: Wikibase on Vagrant: Class 'Wikibase\DataModel\Entity\ItemId' not found

2018-08-20 Thread Smalyshev
Smalyshev added a comment.
I think if we want to support this pattern (working only via parent composer)  there should be some class or option in Vagrant that does it. But if enabling local composer on Wikibase is not too much trouble, I think this should be an option too, at least for now.TASK DETAILhttps://phabricator.wikimedia.org/T201615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: bd808, Smalyshev, WMDE-leszek, Aklapper, Tgr, Lahi, jgleeson, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T141622: Delete/undelete the MediaInfo page automatically when delete/undelete the file

2018-08-20 Thread Ramsey-WMF
Ramsey-WMF assigned this task to Cparle.
TASK DETAILhttps://phabricator.wikimedia.org/T141622EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Cparle, Ramsey-WMFCc: Aklapper, Bugreporter, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, LawExplorer, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T200903: Have MediaInfo store its entities in an MCR slot on the associated file page

2018-08-20 Thread Ramsey-WMF
Ramsey-WMF assigned this task to Cparle.
TASK DETAILhttps://phabricator.wikimedia.org/T200903EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Cparle, Ramsey-WMFCc: Ramsey-WMF, Aklapper, MarkTraceur, Lahi, PDrouin-WMF, Gq86, E1presidente, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, LawExplorer, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T193180: Clean up archive rows with duplicate revision IDs

2018-08-20 Thread CCicalese_WMF
CCicalese_WMF edited projects, added Multi-Content-Revisions (MCR Deployment); removed Multi-Content-Revisions (MCR-SDC Storage Layer - phase 1).
TASK DETAILhttps://phabricator.wikimedia.org/T193180EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, CCicalese_WMFCc: Aklapper, gerritbot, greg, Stashbot, CCicalese_WMF, daniel, Addshore, aude, Jdforrester-WMF, Abit, Anomie, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, JJMC89, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T95899: MediaWiki core PHPUnit tests do not pass on MediaWiki-Vagrant

2018-08-20 Thread brion
brion added a comment.
PHP 5 is obsolete; use PHP 7.

cd /vagrant/mediawiki
sudo -u www-data php tests/phpunit/phpunit.php --wiki wiki

TASK DETAILhttps://phabricator.wikimedia.org/T95899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: brionCc: brion, zeljkofilipin, Addshore, Krinkle, Aklapper, JanZerebecki, bd808, Lahi, jgleeson, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T95899: MediaWiki core PHPUnit tests do not pass on MediaWiki-Vagrant

2018-08-20 Thread zeljkofilipin
zeljkofilipin added a comment.
I'm not sure how to reproduce this:

$ vagrant ssh

vagrant@vagrant:~$ cd /vagrant/mediawiki

vagrant@vagrant:/vagrant/mediawiki$ php5 phpunit.php
-bash: php5: command not found

vagrant@vagrant:/vagrant/mediawiki$ which php5

vagrant@vagrant:/vagrant/mediawiki$ which php
/usr/bin/php

vagrant@vagrant:/vagrant/mediawiki$ php --version
PHP 7.0.30-0+deb9u1 (cli) (built: Jun 14 2018 13:50:25) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.30-0+deb9u1, Copyright (c) 1999-2017, by Zend Technologies
with Xdebug v2.5.0, Copyright (c) 2002-2016, by Derick Rethans

I've tried installing php5 in stretch, but looks like it's not available. 樂TASK DETAILhttps://phabricator.wikimedia.org/T95899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: zeljkofilipin, Addshore, Krinkle, Aklapper, JanZerebecki, bd808, Lahi, jgleeson, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reassigned] T194043: Replace usages of Content::getSecondaryDataUpdates

2018-08-20 Thread CCicalese_WMF
CCicalese_WMF reassigned this task from daniel to Anomie.
TASK DETAILhttps://phabricator.wikimedia.org/T194043EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Anomie, CCicalese_WMFCc: gerritbot, Aklapper, daniel, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, Anooprao, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, JJMC89, Maathavan, Agabi10, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reassigned] T181458: Prototype new File page functionality for Structured Data on Commons

2018-08-20 Thread Ramsey-WMF
Ramsey-WMF reassigned this task from MarkTraceur to Cparle.Ramsey-WMF added a subscriber: MarkTraceur.
TASK DETAILhttps://phabricator.wikimedia.org/T181458EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Cparle, Ramsey-WMFCc: MarkTraceur, PDrouin-WMF, Ramsey-WMF, Aklapper, Lahi, Gq86, E1presidente, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, LawExplorer, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Johan
Johan added a comment.
Yeah, indicating a specific wiki as a source would be a good solution.TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JohanCc: TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T118106: [Bug] On mobile wikidata, there is brief display of language/term box and then it is removed

2018-08-20 Thread Greta_Doci_WMDE
Greta_Doci_WMDE added a comment.
I think I could capture the problem that @aude is reporting. 
Check the screenshot: F25178651: language_termbox.PNG it is only shown for less than a second. And it happens every time you open a new item.TASK DETAILhttps://phabricator.wikimedia.org/T118106EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Greta_Doci_WMDECc: Greta_Doci_WMDE, aude, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T196962: Module prefix 'wbeu' is shared between Wikibase\Client\Api\ApiListEntityUsage and Wikibase\Client\Api\ApiPropsEntityUsage

2018-08-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T196962EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Lea_Lacroix_WMDE, Aklapper, gerritbot, Lydia_Pintscher, Ladsgroup, hashar, WMDE-leszek, Anomie, Legoktm, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, 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] T196962: Module prefix 'wbeu' is shared between Wikibase\Client\Api\ApiListEntityUsage and Wikibase\Client\Api\ApiPropsEntityUsage

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454049 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[mediawiki/core@master] ApiPrefixUniquenessTest: Drop wbeu hack

https://gerrit.wikimedia.org/r/454049TASK DETAILhttps://phabricator.wikimedia.org/T196962EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Lea_Lacroix_WMDE, Aklapper, gerritbot, Lydia_Pintscher, Ladsgroup, hashar, WMDE-leszek, Anomie, Legoktm, 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] T200884: Integrate new MergeInteractor with Special:MergeLexemes

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 451640 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Make lexemes redirectable

https://gerrit.wikimedia.org/r/451640TASK DETAILhttps://phabricator.wikimedia.org/T200884EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDE, gerritbotCc: Liuxinyu970226, gerritbot, Jakob_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread TJones
TJones added a comment.
While Wikidata items would be unambiguous, I think referencing a particular wiki as source is better, because it provides a better fallback than English if no article in the user's target language is available. Of course, using Wikidata as the intermediate stage to go from one language to another makes perfect sense.

Oh, and as long as Chris gets to ask for a pony, I want to ask for a notice on the target page that shows the original link, like a redirect notice, such as "(Shared from German Wikipedia Gift)" or "(Shared from English Wikipedia Gift)"—or whatever wording makes sense.TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TJonesCc: TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Trizek-WMF
Trizek-WMF added a comment.

In T202299#4515323, @Johan wrote:
Wikidata items could solve it, but few know how to use them.


We need a "Share that page to anyone" link. :)TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Trizek-WMFCc: TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-08-20 Thread hoo
hoo claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, PokestarFan, Sjoerddebruin, daniel, aude, WMDE-leszek, hoo, Lydia_Pintscher, Halfak, Glorian_WD, Aklapper, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Sethakill, Lewizho99, Maathavan, dg711, Wikidata-bugs, jayvdb, Anomie, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454043 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[mediawiki/extensions/PropertySuggester@master] Add wbsgetsuggestions include parameter

https://gerrit.wikimedia.org/r/454043TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Glorian_WD, gerritbotCc: gerritbot, PokestarFan, Sjoerddebruin, daniel, aude, WMDE-leszek, hoo, Lydia_Pintscher, Halfak, Glorian_WD, Aklapper, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Sethakill, Lewizho99, Maathavan, dg711, Wikidata-bugs, jayvdb, Anomie, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Trizek-WMF
Trizek-WMF updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...wikipedia.org/wiki/Goat

But while that link is not the best option due to homonymies, we could use Wikidata: wikipedia.org/wiki/Q2934 that redirects to the matching article in the targeted language.

**Note**: The individual who submitted this task is not a programmer. I do not know if this is feasible. I also want a ponyTo keep this from causing false-positives/confusion, perhaps a subdomain could be used for purposefully sharing links of this nature. An idea from @Trizek-WMF would be something like share.wikipedia.org/Goat

Perhaps something similar to Special:MyLanguage for pages marked for translation?...TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Trizek-WMFCc: TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Johan
Johan added a comment.
Would this default to the English meaning, then? https://en.wikipedia.org/wiki/Barn is about an agricultural building. https://sv.wikipedia.org/wiki/Barn is about children. If I write https://wikipedia.org/wiki/Barn, how is the software to determine which one to link to?

Wikidata items could solve it, but few know how to use them.TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JohanCc: TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread TJones
TJones added a comment.
It might make sense to specify an initial language (ie., en.share.wikipedia.org/wiki/Goat or en.wikipedia.org/wiki/Special:MyLanguage/Goat or whatever), otherwise the intent can be ambiguous. e.g., should share.wikipedia.org/Gift go to English "Gift" or German "Gift" ("poison")?

Perhaps something similar to what the wikipedia.org portal does to determine language?

That's the Accept-Language header, I believe. For users who are not logged in, that would be a great fallback for determining the user's language.

Speaking of fallbacks, specifying an initial language also makes it the fallback, and mitigates the problem of "(ugh) English as a last resort". If I send the link from German Wikipedia to someone who speaks Italian but no Italian version is available, then the original German link is a better last resort than an unexpected English link. (Also, there may not be an English version for, say, a minor German celebrity or historical figure or small German town, so falling back to English won't always work.)

So my suggested revision to the initial rough logic would be:

Use some URL element to indicate that this is a "share-in-your-language" link, coming from some specific source language (e.g., any of share.en.wikipedia.org, en.share.wikipedia.org, share.wikipedia.org/en, en.wikipedia.org/wiki/Special:MyLanguage, etc.).

Is this user logged in to Wikipedia? If yes, what is their language preference? Show the article if available in that language, use fallback languages if possible, and use the original language as a last resort.

Is the user logged out? Then take a guess via browser settings, location, or some other known identifier (or combination via confidence scoring). Show the article in that language if available, use fallback languages if possible, and use the original language as a last resort.

A random thought: it would probably be best to redirect to a specific article page, and not to a second share/MyLanguage link on the best-guess target wiki. Otherwise you could set up a redirect loop. For example, if on English Wikipedia I have my language pref set to Spanish, but on Spanish Wikipedia I'm not logged in and my browser language pref is English, then a share-in-your-language link on English would send me to Spanish, but a link on Spanish would send me back to English, rinse and repeat. It's a weird case, but I can see myself having such settings as a result of doing testing.TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TJonesCc: TJones, Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T53172: OpenSearch API for Wikidata returns no results

2018-08-20 Thread Addshore
Addshore added a project: Discovery-Search.
TASK DETAILhttps://phabricator.wikimedia.org/T53172EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Ricordisamoa, Aklapper, Wikidata-bugs, Denny, JeroenDeDauw, Lydia_Pintscher, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, EBjune, merbst, LawExplorer, D3r1ck01, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T40971: API: Access old versions of entities

2018-08-20 Thread Addshore
Addshore renamed this task from "API: Access old versions of items" to "API: Access old versions of entities".Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONExtend the API to provide access to old versions of an item.

--
**Version**: unspecified
**Severity**: enhancemententityTASK DETAILhttps://phabricator.wikimedia.org/T40971EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Liuxinyu970226, Ladsgroup, Aklapper, Wikidata-bugs, Legoktm, Addshore, jayvdb, Denny, Ricordisamoa, daniel, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T53172: OpenSearch API for Wikidata returns no results

2018-08-20 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...See e.g. http://www.wikidata.org/wiki/Special:ApiSandbox#action="" style="padding: 0 2px; color: #33; background: rgba(251, 175, 175, .7);">

--
**Version**: unspecified
**Severity**: normalTASK DETAILhttps://phabricator.wikimedia.org/T53172EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Ricordisamoa, Aklapper, Wikidata-bugs, Denny, JeroenDeDauw, Lydia_Pintscher, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, EBjune, merbst, LawExplorer, D3r1ck01, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T173818: [Epic] Kill the Wikidata build step

2018-08-20 Thread Addshore
Addshore closed subtask T176408: Run MediaInfo tests on jenkins (post-merge job for Wikibase) as "Declined".
TASK DETAILhttps://phabricator.wikimedia.org/T173818EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: bd808, Stashbot, gerritbot, Izno, Smalyshev, Ladsgroup, Ricordisamoa, Jrbranaa, demon, VColeman, Jdforrester-WMF, Lucas_Werkmeister_WMDE, Agabi10, aude, hoo, Jonas, Aleksey_WMDE, WMDE-leszek, thiemowmde, daniel, Lydia_Pintscher, greg, Legoktm, Addshore, Aklapper, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Liudvikas, Luke081515, Wikidata-bugs, zeljkofilipin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T176408: Run MediaInfo tests on jenkins (post-merge job for Wikibase)

2018-08-20 Thread Addshore
Addshore closed this task as "Declined".Addshore added a comment.Restricted Application removed a subscriber: Liuxinyu970226.
MediaInfo tests now run as part of the Wikibase CI.

Done in T202066: Run WikibaseMediaInfo with Wikibase CITASK DETAILhttps://phabricator.wikimedia.org/T176408EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, WMDE-leszek, aude, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, Mbch331, Liuxinyu970226___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201000: Show Gloss in entity selector when entering Sense as a value in a statement

2018-08-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
@Lydia_Pintscher I assume the gloss should use language fallbacks, but what if there’s no gloss in the user’s language or any fallbacks? My current patch falls back to any other language (and a sense is guaranteed to have at least one gloss, so there’ll always be a gloss in some language), but T200983: Language fallbacks for referenced Senses in statements specifies that the sense ID should be shown instead.TASK DETAILhttps://phabricator.wikimedia.org/T201000EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Denny, Lucas_Werkmeister_WMDE, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T114690: [Task] Wikibase: Set up Jenkins to run unit tests also against repo without client

2018-08-20 Thread Addshore
Addshore added a project: User-Addshore.
TASK DETAILhttps://phabricator.wikimedia.org/T114690EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Liuxinyu970226, daniel, Aklapper, JanZerebecki, gerritbot, A.S.Kochergin, God, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T87768: [Task] trigger packagist.org from repo on gerrit.w.o

2018-08-20 Thread Addshore
Addshore added a comment.

In T87768#4183211, @demon wrote:
Eh, one less job to waste an executor over -- no delay, etc.


Now that most of the jenkins nodes are docker nodes (rather than node pool) and don't require an excessive amount of time to get thrown away are rebuilt running a script that only takes a few ms there wouldn't really take much of the executors time.
It would of course still probably have some delay.TASK DETAILhttps://phabricator.wikimedia.org/T87768EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, demon, Liuxinyu970226, Tobi_WMDE_SW, hoo, Dereckson, Lydia_Pintscher, MZMcBride, aude, JanZerebecki, JeroenDeDauw, Legoktm, GPHemsley, Aklapper, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, jayvdb, Paladox, Mbch331, Jay8g, Krenair, QChris, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T88434: generate Wikibase.git code coverage on Jenkins

2018-08-20 Thread Addshore
Addshore renamed this task from "jenkins job to generate wikibase.git coverage" to "generate Wikibase.git code coverage on Jenkins".
TASK DETAILhttps://phabricator.wikimedia.org/T88434EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Ricordisamoa, Addshore, Legoktm, hashar, JanZerebecki, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, thcipriani, Wikidata-bugs, aude, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88434: jenkins job to generate wikibase.git coverage

2018-08-20 Thread Addshore
Addshore added a comment.
We have jobs running for a collection of our extensions now:


WikibaseLexeme
WikibaseQuality
WikibaseQualityConstraints
WikibaseQualityExternalValidation


But still not Wikibase.git yet..TASK DETAILhttps://phabricator.wikimedia.org/T88434EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Ricordisamoa, Addshore, Legoktm, hashar, JanZerebecki, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, thcipriani, Wikidata-bugs, aude, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Status] T99530: [Task] improve documentation of wikiba.se infrastructure

2018-08-20 Thread Addshore
Addshore changed the task status from "Open" to "Stalled".Addshore added a comment.
Marking as stalled as this hasn't moved in 8+ monthsTASK DETAILhttps://phabricator.wikimedia.org/T99530EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JeroenDeDauw, AddshoreCc: Addshore, Liuxinyu970226, Jan_Dittrich, Abraham, JeroenDeDauw, JanZerebecki, 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] [Unblock] T196263: Reference a Sense in a statement

2018-08-20 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T196264: View a referenced Sense as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T196263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, WMDE-leszek, RazShuty, Mringgaard, Lahi, Gq86, 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] [Blocker] T108946: [Epic] Improve the development infrastructure

2018-08-20 Thread Addshore
Addshore changed the status of subtask T99530: [Task] improve documentation of wikiba.se infrastructure from "Open" to "Stalled".
TASK DETAILhttps://phabricator.wikimedia.org/T108946EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: PokestarFan, Ricordisamoa, Aklapper, Lydia_Pintscher, 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] T196264: View a referenced Sense

2018-08-20 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher moved this task from Test (Product Review) to Done on the Wikidata-Senses-Iteration3 board.Lydia_Pintscher added a comment.
\o/TASK DETAILhttps://phabricator.wikimedia.org/T196264WORKBOARDhttps://phabricator.wikimedia.org/project/board/3527/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, Lydia_PintscherCc: Addshore, Liuxinyu970226, hoo, gerritbot, Charlie_WMDE, Lydia_Pintscher, WMDE-leszek, RazShuty, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T95899: MediaWiki core PHPUnit tests do not pass on MediaWiki-Vagrant

2018-08-20 Thread Addshore
Addshore added a comment.
Is this still the case?

Can someone running vagrant confirm this?TASK DETAILhttps://phabricator.wikimedia.org/T95899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Krinkle, Aklapper, JanZerebecki, bd808, Lahi, jgleeson, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, zeljkofilipin, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201226: Investigate whether Wikidata.org extension can be merged into other extensions

2018-08-20 Thread Addshore
Addshore added a project: wikidata-tech-focus.
TASK DETAILhttps://phabricator.wikimedia.org/T201226EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, Addshore, Legoktm, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 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] T188717: Move Wikibase to using the normal mediawiki extension (quibble) jobs

2018-08-20 Thread Addshore
Addshore added a comment.
I gave this task a bit of love as the description was out of date, although the task itself is still relevant.TASK DETAILhttps://phabricator.wikimedia.org/T188717EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, WMDE-leszek, Legoktm, Aklapper, A.S.Kochergin, God, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T188717: Move Wikibase to using the normal mediawiki extension (quibble) jobs

2018-08-20 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...So we'd drop:
 - mwext-Wikibase-repo-tests-sqlite-hhvm-jessie
 - mwext-Wikibase-client-tests-mysql-hhvm-jessie...TASK DETAILhttps://phabricator.wikimedia.org/T188717EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: WMDE-leszek, Legoktm, Aklapper, A.S.Kochergin, God, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T188717: Move Wikibase to using the normal mediawiki extension (quibble) jobs

2018-08-20 Thread Addshore
Addshore renamed this task from "Move Wikibase to using the normal mwext-testextension-* jobs" to "Move Wikibase to using the normal mediawiki extension (quibble) jobs".Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION+#wikidata as a heads up.

Wikibase has aWikibase has a small custom CI setup that is fairly outdated now, and we should migrate it to use the standard jobs that nearly all other extensions use.

So we'd add:drop:
* mwext-testextension-(php55|hhvm|php70)-(Wikibase-repo-tests-sqlite-hhvm-jessie|docker)e
And drop:mwext-Wikibase-client-tests-mysql-hhvm-jessie
* mwext-Wikibase-*And add quibble equivalent jobs that do the same thing.

The only thing I think we want to keep is that tests currently run against sqlite. We want to do that for all extensions anyways, so we should integrate that into the standard jobsis requires being able to load slightly different config into quibble jobs & being able to have extra quibble jobs defined for runs with this extra config.TASK DETAILhttps://phabricator.wikimedia.org/T188717EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: WMDE-leszek, Legoktm, Aklapper, A.S.Kochergin, God, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T188717: Move Wikibase to using the normal mwext-testextension-* jobs

2018-08-20 Thread Addshore
Addshore added a project: User-Addshore.
TASK DETAILhttps://phabricator.wikimedia.org/T188717EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: WMDE-leszek, Legoktm, Aklapper, A.S.Kochergin, God, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T200983: Language fallbacks for referenced Senses in statements

2018-08-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
I think the text formatter is used when you start editing the value, for example, to populate the input.TASK DETAILhttps://phabricator.wikimedia.org/T200983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, gerritbot, Ladsgroup, Bugreporter, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Whatamidoing-WMF
Whatamidoing-WMF added a comment.
I think that this is the use case that interests me the most:  At mediawiki.org, it should be possible to write, "TechCom has a weekly meeting in [[magic-language:IRC]]." and have everyone who clicks that link be able to figure out what IRC is.TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Whatamidoing-WMFCc: Whatamidoing-WMF, Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T170745: Document InterwikiSortOrders.php

2018-08-20 Thread Addshore
Addshore added a project: wikidata-tech-focus.
TASK DETAILhttps://phabricator.wikimedia.org/T170745EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Peachey88, Aklapper, Reedy, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Dinoguy1000, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T170745: Document InterwikiSortOrders.php

2018-08-20 Thread Addshore
Addshore added a project: User-Addshore.Addshore added a comment.
I guess this now applies to https://github.com/wikimedia/operations-mediawiki-config/blob/master/wmf-config/InterwikiSortOrders.php ?

Maybe we should go and add a largeish comment at the top of the file explaining what it does?TASK DETAILhttps://phabricator.wikimedia.org/T170745EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Peachey88, Aklapper, Reedy, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Dinoguy1000, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T168104: Periodically delete old items from beta wikidatawiki

2018-08-20 Thread Addshore
Addshore added a project: User-Addshore.
TASK DETAILhttps://phabricator.wikimedia.org/T168104EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T168101: Wikidata on beta is getting too many edits

2018-08-20 Thread Addshore
Addshore added a comment.
@Reedy Is this still seen as being an issue?

Looks like our browser tests still make suite some edits.

https://wikidata.beta.wmflabs.org/wiki/Special:RecentChanges?hidebots=1=1=250=30=2

Indeed, perhaps T168104  is the solution, we could just mass delete a bunch of entities made by browser tests.TASK DETAILhttps://phabricator.wikimedia.org/T168101EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T168101: Wikidata on beta is getting too many edits

2018-08-20 Thread Addshore
Addshore added a project: User-Addshore.
TASK DETAILhttps://phabricator.wikimedia.org/T168101EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T123213: User i18n@wikidata getting 503 when viewing filtered watchlist

2018-08-20 Thread Addshore
Addshore moved this task from incoming to monitoring on the Wikidata board.Restricted Application added a project: Growth-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T123213WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Mattflaschen-WMF, TTO, I18n, Aklapper, Reedy, StudiesWorld, Analytics.mediafiles, MMiller_WMF, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, RHo, 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] T202299: Create a system to create language-agnostic wiki links

2018-08-20 Thread Whatamidoing-WMF
Whatamidoing-WMF added projects: Wikidata, I18n, MediaWiki-General-or-Unknown.
TASK DETAILhttps://phabricator.wikimedia.org/T202299EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Whatamidoing-WMFCc: Aklapper, CKoerner_WMF, Trizek-WMF, Johan, Phukettaxigroup, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T173967: Links to report card dashboards from main wikidata grafana dashboard are broken

2018-08-20 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...The three links to reportcard dashboard that used to work are now broken and give us a 404TASK DETAILhttps://phabricator.wikimedia.org/T173967EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, 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] T173965: Fix links to vitalsigns dashboards from main wikidata grafana dashboard

2018-08-20 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONDashboard: https://grafana-admin.wikimedia.org/dashboard/db/wikidata...TASK DETAILhttps://phabricator.wikimedia.org/T173965EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, Addshore, 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] T199662: Contact wikidata bot owners & script runners not passing maxlag

2018-08-20 Thread Addshore
Addshore added a project: wikidata-tech-focus.
TASK DETAILhttps://phabricator.wikimedia.org/T199662EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Framawiki, Lydia_Pintscher, Addshore, 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] T110022: Create a library with HTTP related functions/code

2018-08-20 Thread Imarlier
Imarlier added a comment.
Made this suggestion in T201409 but figured it should be repeated here: whatever the implementation ends up being, it should be easy (or possibly required?) to set the User Agent string, with the goal that any caller will use that to specify what job/service/etc is making a call.  It makes it much, much easier to debug cross-service calls when you have that info.TASK DETAILhttps://phabricator.wikimedia.org/T110022EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ImarlierCc: Imarlier, BPirkle, Nikerabbit, Dereckson, Ladsgroup, Krinkle, PokestarFan, Tgr, Lydia_Pintscher, Ricordisamoa, Legoktm, Addshore, Aklapper, Arch2all, Lahi, Gq86, dmaza, GoranSMilovanovic, DFelten, QZanden, LawExplorer, HakanIST, Abbe98, Hannolans, Samwilson, Wikidata-bugs, aude, Dinoguy1000, fbstj, Tpt, Mbch331, bd808___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T202065: Interface administrators in Wikidata

2018-08-20 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONPer https://www.wikidata.org/wiki/Wikidata:Interface_administrators, please allow 1.

 [x] bureaucrats to remove interface adminship; 2.
 [] Users in "wikidata-staff" group to add and remove interface adminship from their own account. ...TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, AddshoreCc: MarcoAurelio, Aklapper, Bugreporter, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] [Closed] T183096: Use ExtensionRegistry instead of class_exists to check for enabled extensions

2018-08-20 Thread Addshore
Addshore closed this task as "Resolved".Addshore added a comment.
T87892 remains open for for CirrusSearch.TASK DETAILhttps://phabricator.wikimedia.org/T183096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: TheDJ, gerritbot, Ebe123, Aklapper, TerraCodes, aude, hoo, Addshore, WMDE-leszek, Ladsgroup, thiemowmde, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Asad_Ali_Palijo, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, RazeSoldier, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lea_WMDE, Lewizho99, Maathavan, D3r1ck01, MuhammadShuaib, KasiaWMDE, Izno, SimmeD, Wikidata-bugs, Dinoguy1000, jayvdb, Tobi_WMDE_SW, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202065: Interface administrators in Wikidata

2018-08-20 Thread MarcoAurelio
MarcoAurelio added a comment.
Bureaucrats across Wikimedia sites are now allowed to remove interface-admin. Only point 2 of the request is pending.TASK DETAILhttps://phabricator.wikimedia.org/T202065EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Rxy, MarcoAurelioCc: MarcoAurelio, Aklapper, Bugreporter, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 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] T200983: Language fallbacks for referenced Senses in statements

2018-08-20 Thread Addshore
Addshore added a comment.
The patch only alters the HTML output which as far as I can tell meets the acceptance criteria of this ticket.
If we also want to change the text formatting of the sense value then either we need to spec what that should look like in this ticket or open another ticket.
I'm not actually sure where the text formatter is used..TASK DETAILhttps://phabricator.wikimedia.org/T200983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: gerritbot, Ladsgroup, Bugreporter, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T200983: Language fallbacks for referenced Senses in statements

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 454036 had a related patch set uploaded (by Addshore; owner: Addshore):
[mediawiki/extensions/WikibaseLexeme@master] Add language fallback to SenseIdHtmlFormatter

https://gerrit.wikimedia.org/r/454036TASK DETAILhttps://phabricator.wikimedia.org/T200983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, gerritbotCc: gerritbot, Ladsgroup, Bugreporter, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Lahi, Gq86, 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] T200983: Language fallbacks for referenced Senses in statements

2018-08-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T200983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, gerritbotCc: gerritbot, Ladsgroup, Bugreporter, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] T183096: Use ExtensionRegistry instead of class_exists to check for enabled extensions

2018-08-20 Thread gerritbot
gerritbot added a comment.
Change 453941 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Use ExtensionRegistry check for Echo in tests instead of class_exists

https://gerrit.wikimedia.org/r/453941TASK DETAILhttps://phabricator.wikimedia.org/T183096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, gerritbotCc: TheDJ, gerritbot, Ebe123, Aklapper, TerraCodes, aude, hoo, Addshore, WMDE-leszek, Ladsgroup, thiemowmde, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Asad_Ali_Palijo, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, RazeSoldier, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lea_WMDE, Lewizho99, Maathavan, D3r1ck01, MuhammadShuaib, KasiaWMDE, Izno, SimmeD, Wikidata-bugs, Dinoguy1000, jayvdb, Tobi_WMDE_SW, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201000: Show Gloss in entity selector when entering Sense as a value in a statement

2018-08-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T201000EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, gerritbotCc: gerritbot, Denny, Lucas_Werkmeister_WMDE, RazShuty, WMDE-leszek, Addshore, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >