[Wikidata-bugs] [Maniphest] [Edited] T192198: Wikidata doesn't update recentchanges

2018-04-13 Thread eranroz
eranroz updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...```

(May beLikely related to T184791?): T192085TASK DETAILhttps://phabricator.wikimedia.org/T192198EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: eranrozCc: Aklapper, Ladsgroup, eranroz, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192198: Wikidata doesn't update recentchanges

2018-04-13 Thread eranroz
eranroz created this task.eranroz added projects: Wikidata, MediaWiki-extensions-WikibaseClient, MediaWiki-Recent-changes.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONOn hewik/cawiki (and probably many others) Wikidata doesn't update recentchanges, as it appears in the DB query below:

use hewiki_p;
select rc_timestamp, now() from recentchanges where rc_source='wb' order by rc_timestamp desc limit 5;
++-+
| rc_timestamp   | now()   |
++-+
| 20180412143955 | 2018-04-14 05:01:39 |
| 20180412143842 | 2018-04-14 05:01:39 |
| 20180412143811 | 2018-04-14 05:01:39 |
| 20180412143802 | 2018-04-14 05:01:39 |
| 20180412143756 | 2018-04-14 05:01:39 |
++-+

(May be related to T184791?)TASK DETAILhttps://phabricator.wikimedia.org/T192198EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: eranrozCc: Aklapper, Ladsgroup, eranroz, 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] T86923: Entity suggester should show the exact match as first result

2018-04-13 Thread Smalyshev
Smalyshev added a project: User-Smalyshev.
TASK DETAILhttps://phabricator.wikimedia.org/T86923EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: jhsoby, adrianheine, thiemowmde, Snaterlicious, Lydia_Pintscher, Sjoerddebruin, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192188: Format strings as links

2018-04-13 Thread Pasleim
Pasleim created this task.Pasleim added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONExternal identifiers are formatted as links. This feature should be extended to all values of type string if the property has an formatter URL (P1630).

For example, the properties FAA airport code (P240) and Commons category (P373) have value type string and a formatter URL, therefore in statements with any of these properties the values should be formatted as links.TASK DETAILhttps://phabricator.wikimedia.org/T192188EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PasleimCc: Aklapper, Pasleim, 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] T188924: Stack overflow in WikibaseRepo initialization on Wikidata Beta

2018-04-13 Thread EddieGP
EddieGP edited projects, added Beta-Cluster-reproducible; removed Beta-Cluster-Infrastructure.
TASK DETAILhttps://phabricator.wikimedia.org/T188924EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MoritzMuehlenhoff, EddieGPCc: MoritzMuehlenhoff, thcipriani, WMDE-leszek, daniel, hoo, aude, Ladsgroup, Addshore, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, Mbch331, greg, Bsandipan, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T189493: Domain 'sdwiki' is not recognized.

2018-04-13 Thread EddieGP
EddieGP added a comment.
I poked WMDE about what I found this morning on IRC:

2018-04-13 09:05:55	eddiegp	Hey, how is the wb_changes_dispatch table being populated?
 2018-04-13 09:06:24	eddiegp	In beta it seems to have quite a few rows for wikis that don't exist in beta.
 2018-04-13 09:06:38	eddiegp	And I think this is what causes T189493
 [...]
 2018-04-13 09:14:03	eddiegp	leszek_wmde: Yeah, I had a look at the dispatcher code - it seems maintenance script/dispatcher class itselfs loads the list of wikis from that table. I just don't know how things are added into there.
 2018-04-13 09:17:28	leszek_wmde	eddiegp: didn't really start looking yet, but i see sdwiki being listed in the interwiki config or so. Which might be where it is coming from. But I'll try to check better in a bit
 2018-04-13 09:17:54	leszek_wmde	eddiegp: also afaik interwiki/sites stuff is quite nasty at times :)

@WMDE-leszek Did you have any time to investigate this further?TASK DETAILhttps://phabricator.wikimedia.org/T189493EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EddieGPCc: EddieGP, WMDE-leszek, Stashbot, MarcoAurelio, Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread hoo
hoo claimed this task.hoo removed a project: Patch-For-Review.hoo added a comment.
This will (if nothing goes wrong) go live next Wednesday (April 18) night.TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Darkminds3113, 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] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 426052 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Show commons thumbnails in entity views

https://gerrit.wikimedia.org/r/426052TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T59774: Long qualifier name breaks layout

2018-04-13 Thread hoo
hoo closed this task as "Resolved".hoo claimed this task.hoo added a comment.
Fine now F16961130: image.png.TASK DETAILhttps://phabricator.wikimedia.org/T59774EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Wikidata-bugs, Manu1400, abian, Mbch331, Josve05a, StudiesWorld, Izno, matej_suchanek, Addshore, Aklapper, higimo, Ricordisamoa, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, Ltrlg, Raymond, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, LawExplorer, aude, TheDJ___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T54136: [Epic] Redesign Item UI for Wikidata repo

2018-04-13 Thread hoo
hoo closed subtask T59774: Long qualifier name breaks layout as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T54136EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Danwe, Charlie_WMDE, Ash_Crow, Agabi10, Aklapper, MGChecker, Bene, Nemo_bis, Yair_rand, thiemowmde, He7d3r, jayvdb, Denny, Micru, adrianheine, aude, SJu, Snaterlicious, Ricordisamoa, Yamaha5, Lydia_Pintscher, Danmichaelo, 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] T71456: [Story] Use MediaViewer on commonsMedia properties on Wikibase repo

2018-04-13 Thread hoo
hoo added a comment.
If T46727: [Story] Statement should show a thumbnail for image/video/audio properties is resolved, we will get this for free :)

(Someone needs to disable the gadget in that case, though)TASK DETAILhttps://phabricator.wikimedia.org/T71456EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: PokestarFan, Tgr, Aklapper, Matanya, Steinsplitter, Sjoerddebruin, Legoktm, Ricordisamoa, Lydia_Pintscher, hoo, Lahi, Gq86, GoranSMilovanovic, QZanden, V4switch, dachary, LawExplorer, Wong128hk, Wikidata-bugs, matthiasmullie, aude, Fabrice_Florin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T188211: Download WDQS results as a static HTML table

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 423339 merged by jenkins-bot:
[wikidata/query/gui@master] Add an option to download WDQS results in HTML table format

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


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

2018-04-13 Thread zeljkofilipin
zeljkofilipin renamed this task from "MediaWiki core's node selenium tests flaky when run as part of mwext-mw-selenium-node-composer-jessie job" to "MediaWiki core's selenium tests flaky when run as part of mwext-mw-selenium-node-composer-jessie job".
TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread zeljkofilipin
zeljkofilipin added a comment.
Having videos of test runs would help here. Feel free to get involved in T179188: Video recording for Selenium tests in Node.js. Reviews of 422933 are welcome.TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread zeljkofilipin
zeljkofilipin added a comment.
Looking at the few recent runs of the job:


104 Page should be deletable
103 Echo alerts and notices are visible after logging in
102 No failures
101 Page should be deletable, Echo alerts and notices are visible after logging in
100 Echo alerts and notices are visible after logging in
TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T165648: Add monolingual language codes nrf-gg (for Guernésiais), nrf-je (for Jèrriais)

2018-04-13 Thread Mbch331
Mbch331 added a comment.
@Lydia_Pintscher Considering GerardM's last comment is this still a go or is it now a no go? Just want to be sure, before I start making a patch with the result it will never be merged.TASK DETAILhttps://phabricator.wikimedia.org/T165648EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mbch331Cc: Mbch331, MF-Warburg, Liuxinyu970226, Lydia_Pintscher, Verdy_p, gerritbot, Amire80, jhsoby, GerardM, Baba_Tabita, Aklapper, Esc3300, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread zeljkofilipin
zeljkofilipin added a comment.
It's also useful to compare configuration for two jobs:

jenkins-jobs --conf etc/jenkins_jobs.ini test config/jjb/ -o output
cd output
diff mediawiki-core-qunit-selenium-jessie mwext-mw-selenium-node-composer-jessie

F16956138: mwext-mw-selenium-node-composer-jessie
F16956137: mediawiki-core-qunit-selenium-jessieTASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread zeljkofilipin
zeljkofilipin added a comment.
When one job is working and another is not, it's useful to compare their outputs. That works great when it's the same job, only different runs, but it should work reasonably well for two similar jobs, like in this case.

curl https://integration.wikimedia.org/ci/job/mediawiki-core-qunit-selenium-jessie/19157/consoleText > mediawiki-core-qunit-selenium-jessie-19157
curl https://integration.wikimedia.org/ci/job/mwext-mw-selenium-node-composer-jessie/11/consoleText > mwext-mw-selenium-node-composer-jessie-11
diff mediawiki-core-qunit-selenium-jessie-19157 mwext-mw-selenium-node-composer-jessie-11TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread zeljkofilipin
zeljkofilipin added a comment.
Sorry, this week was really busy. I am looking at this. Since this is more CI/Jenkins related, @hashar might know more.

It is probably not needed for this task, but it would be of great if I could run the tests locally. I don't know which mediawiki-vagrant role to enable to get WikibaseLexeme running.   wikibase_repo, wikidata...? I have took a look at the README.md file, but the required role is not mentioned.TASK DETAILhttps://phabricator.wikimedia.org/T191537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: hashar, Jakob_WMDE, Addshore, Pablo-WMDE, WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Liudvikas, Luke081515, thcipriani, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread valerio.bozzolan
valerio.bozzolan added a comment.
Thanks @hoo!.TASK DETAILhttps://phabricator.wikimedia.org/T185165EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, valerio.bozzolanCc: gerritbot, Aklapper, valerio.bozzolan, Lahi, Gq86, GoranSMilovanovic, lisong, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T192152: Unknown value for a geocoordinate returns geocoordinate for previous item in WDQS

2018-04-13 Thread Smalyshev
Smalyshev claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T192152EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Fnielsen, Aklapper, 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] [Triaged] T192152: Unknown value for a geocoordinate returns geocoordinate for previous item in WDQS

2018-04-13 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.Smalyshev triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T192152EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Fnielsen, Aklapper, 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] [Edited] T192158: Decomposed Indic characters at the start of lines in Wikidata-related contexts on mobile platforms

2018-04-13 Thread Aftabuzzaman
Aftabuzzaman updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...{F16954602} {F16954604}


From android 5.0.1 (browser: Opera Mini, latest version)
{F16955369}

From android 5.0.1 (browser: UC Browser, latest version)
{F16955379}TASK DETAILhttps://phabricator.wikimedia.org/T192158EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AftabuzzamanCc: Aklapper, Aftabuzzaman, Mahir256, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Bodhisattwa, Wikidata-bugs, aude, Pmlineditor, Praveenp, Mbch331, jayantanth___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T189479: Enforce permission checks on Special:NewLexeme

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 423737 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Special:NewLexeme: Enforce user permission

https://gerrit.wikimedia.org/r/423737TASK DETAILhttps://phabricator.wikimedia.org/T189479EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Pablo-WMDE, Addshore, Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T187215: [Bug] Undo of an edit on a form silently fails

2018-04-13 Thread WMDE-leszek
WMDE-leszek removed WMDE-leszek as the assignee of this task.WMDE-leszek moved this task from Doing to Peer Review on the Wikidata-Turtles-Sprint#3 board.
TASK DETAILhttps://phabricator.wikimedia.org/T187215WORKBOARDhttps://phabricator.wikimedia.org/project/board//EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, Pablo-WMDE, gerritbot, Addshore, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, Cinemantique, 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] [Created] T192158: Decomposed Indic characters at the start of lines in Wikidata-related contexts on mobile platforms

2018-04-13 Thread Mahir256
Mahir256 created this task.Mahir256 added projects: Bengali-Sites, Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONThere are instances when browsing Wikimedia sites on Android or iOS where, at the start of a line, the first two or three characters of a line in some context pertaining to Wikidata (whether within an entry from a user's contributions list or the start of a Wikidata item description on another wiki) appear in a decomposed form. This seems to affect Indic scripts more generally but not, for example, Arabic (another language where the composition of characters is imperative). This also does not appear to occur on other sites with Indic text, such as online newspapers and blogs.

The attached iOS screenshot (on my iPad running iOS 11.3 with the latest version of Firefox, which uses Safari's rendering engine) shows this occurring in RecentChanges, as highlighted. The attached Android screenshot (on my Android 7.0 phone running rebranded Firefox, which does not use Chrome's rendering engine) shows this occurring on an article in the Bengali Wikipedia, as highlighted.

F16954602: Android decomposition example.png F16954604: iOS decomposition example.pngTASK DETAILhttps://phabricator.wikimedia.org/T192158EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mahir256Cc: Aklapper, Aftabuzzaman, Mahir256, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Bodhisattwa, Wikidata-bugs, aude, Pmlineditor, Praveenp, Mbch331, jayantanth___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 426038 merged by jenkins-bot:
[mediawiki/extensions/Math@master] Fix MathFormatter failing on new SnakFormatter format MIME types

https://gerrit.wikimedia.org/r/426038TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T181486: Missing terms in wb_terms table

2018-04-13 Thread Edgars2007
Edgars2007 added a comment.
Somebody needs to do a grep in Toolforge folder probably for all users :) [I know, offtopic]TASK DETAILhttps://phabricator.wikimedia.org/T181486EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Edgars2007Cc: Edgars2007, Lucas_Werkmeister_WMDE, hoo, Pasleim, Tpt, Rical, Marostegui, Ladsgroup, jcrespo, Aklapper, Magnus, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 426038 had a related patch set uploaded (by Hoo man; owner: Thiemo Kreuz (WMDE)):
[mediawiki/extensions/Math@master] Fix MathFormatter failing on new SnakFormatter format MIME types

https://gerrit.wikimedia.org/r/426038TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread hoo
hoo edited projects, added Wikidata-Ministry-Of-Magic; removed Need-volunteer.
TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331, Soteriaspace, Jayprakash12345, JakeTheDeveloper, TheDJ___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 426052 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[mediawiki/extensions/Wikibase@master] Show commons thumbnails in entity views

https://gerrit.wikimedia.org/r/426052TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192152: Unknown value for a geocoordinate returns geocoordinate for previous item in WDQS

2018-04-13 Thread Fnielsen
Fnielsen created this task.Fnielsen added a project: Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery.
TASK DESCRIPTIONConsider this query:

SELECT ?distance ?work ?workLabel ?geo ?location ?locationLabel
WITH {
  SELECT ?work ?location ?geo ?distance WHERE {
?work wdt:P921 ?location . 
?location wdt:P625 ?other_geo . 
wd:Q791 wdt:P625 ?geo .
BIND(geof:distance(?other_geo, ?geo) AS ?distance)
  }
  ORDER BY ?distance
  LIMIT 100
} AS %results
WHERE {
  INCLUDE %results
  
  # Filter is expensive if earlier
  FILTER NOT EXISTS { ?work wdt:P31 wd:Q17329259 }
  
  # Label the result
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,cs,da,de,es,jp,nl,no,ru,sv,zh". }
}
ORDER BY ?distance

https://www.wikidata.org/wiki/Q18148249 (Abert Lake Petroglyphs) has unknown geocoordinates.

When used in the WDQS, a result with a geocoordinate shows up for Abert Lake Petroglyphs that is actually a geocoordinate for another returned item (New Zealand on the following line).

I would have expected it to either not show up or be blank.TASK DETAILhttps://phabricator.wikimedia.org/T192152EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FnielsenCc: Fnielsen, Aklapper, 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] T165648: Add monolingual language codes nrf-gg (for Guernésiais), nrf-je (for Jèrriais)

2018-04-13 Thread GerardM
GerardM added a comment.
Hoi,
The language committee is responsible for the use of the codes used. As it is, multiple members have indicated that it is wrong to add these codes. Please desist.
Thanks,

GerardMTASK DETAILhttps://phabricator.wikimedia.org/T165648EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GerardMCc: Mbch331, MF-Warburg, Liuxinyu970226, Lydia_Pintscher, Verdy_p, gerritbot, Amire80, jhsoby, GerardM, Baba_Tabita, Aklapper, Esc3300, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192149: Special:EntityPage should handle form IDs

2018-04-13 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added a project: Lexicographical data.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONGIVEN The lexeme L123 with form L123-F1 exists
WHEN I open Special:EntityPage/L123-F1 in the browser
THEN I am presented with the page of lexeme L123
AND the page is scrolled to the anchor of the form L123-F1

GIVEN The lexeme L123 with form L123-F1 exists
WHEN I open Special:EntityPage/L123-F1.json
THEN TBD: @Lydia_Pintscher  please define what should happen

GIVEN The lexeme L123 with form L123-F1 exists
WHEN I open Special:EntityPage/L123-F1.rdf
THEN I see the error message saying "RDF export is disabled for this type of entity: lexeme."TASK DETAILhttps://phabricator.wikimedia.org/T192149WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T191749: CSS issues in the WDQS Query Helper

2018-04-13 Thread abian
abian added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T191749EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: abianCc: abian, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Maathavan, Gehel, JGirault, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T191749: CSS issues in the WDQS Query Helper

2018-04-13 Thread abian
abian edited projects, added Wikidata Query UI; removed Wikidata-Query-Service.
TASK DETAILhttps://phabricator.wikimedia.org/T191749EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: abianCc: abian, Aklapper, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, JGirault, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T170610: Add “no bounds” constraint

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher moved this task from Test (Product Review) to Done on the Wikidata-Ministry-Of-Magic board.Lydia_Pintscher added a comment.
\o/TASK DETAILhttps://phabricator.wikimedia.org/T170610WORKBOARDhttps://phabricator.wikimedia.org/project/board/3273/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lydia_PintscherCc: Lydia_Pintscher, gerritbot, Lucas_Werkmeister_WMDE, Aklapper, MisterSynergy, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T190970: Implement wbsearchentities search for Lexemes

2018-04-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.31-release-notes (WMF-deploy-2018-04-17 (1.31.0-wmf.30)).
TASK DETAILhttps://phabricator.wikimedia.org/T190970EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, ReleaseTaggerBotCc: gerritbot, Lydia_Pintscher, daniel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Avner, Lewizho99, Maathavan, Gehel, FloNight, 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] T190970: Implement wbsearchentities search for Lexemes

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 422579 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Make Entity search flexible and dispatching on entity type.

https://gerrit.wikimedia.org/r/422579TASK DETAILhttps://phabricator.wikimedia.org/T190970EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Lydia_Pintscher, daniel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Avner, Lewizho99, Maathavan, Gehel, FloNight, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T180296: API should report why the merge failed, just like Special:MergeItems does

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from incoming to ready to go on the Wikidata board.Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T180296WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Tacsipacsi, matej_suchanek, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170610: Add “no bounds” constraint

2018-04-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
It’s live on https://wikidata-constraints.wmflabs.org/index.php/Item:Q217#P106 now.TASK DETAILhttps://phabricator.wikimedia.org/T170610EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lucas_Werkmeister_WMDECc: Lydia_Pintscher, gerritbot, Lucas_Werkmeister_WMDE, Aklapper, MisterSynergy, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T190022: Separate the CirrusSearch/Elastic-specific code from Wikibase code base

2018-04-13 Thread WMDE-leszek
WMDE-leszek added a comment.
Thanks @Smalyshev for requesting the repo. We'll start moving some code next month, hopefully.TASK DETAILhttps://phabricator.wikimedia.org/T190022EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: thiemowmde, RazShuty, WMDE-leszek, Lydia_Pintscher, Aklapper, Smalyshev, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.31-release-notes (WMF-deploy-2018-04-17 (1.31.0-wmf.30)).
TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReleaseTaggerBotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
@hoo, @Ladsgroup and I sat down together and talked it through. I updated the task description accordingly with what I believe is the minimum requirement to keep the infrastructure sane.TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Edgars2007, Daniel_Mietchen, Pasleim, Magnus, abian, Lucas_Werkmeister_WMDE, ArtixKreiger, Multichill, Mahir256, Framawiki, hoo, Sjoerddebruin, Addshore, Ladsgroup, gerritbot, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T184948: limit page creation and edit rate on Wikidata

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWe've repeatedly had issues because too many pages were being created and/or edited in a short time. We shouldWe need to limit this to keep the infrastructure sane.

Suggested config edit by Daniel with modification by Lydia:

 	'+wikidatawiki' => [=Why is this a problem?=
When people create or edit items too fast on Wikidata it causes problems in various parts of the infrastructure:
		'edit' => [* dispatching changes to the clients (Wikipedias etc) so they show up there in recent changes and watchlist is delayed
			// 8 ed./min per each non-autoconfirmed, or group thereof from same IP* job queue on the clients gets overloaded due to page purges and reparsings
			'ip' => [ 8, 60 ],* the recent changes table on the clients grows too big
			'newbie' => [ 8, 60 ],* the replication lag between the database servers grows to unacceptable sizes
			// 100 ed./min for regular users (including bots and sysops)* the query service misses updates
			'user' => [ 100, 60 ],* assignment of new entity IDs gets locked
		],* ORES scoring can't keep up

		'create' => [ 
			// 4 creations/min per each non-autoconfirmed, or group thereof from same IP=Current monitoring=
			'ip' => [ 4, 60 ],* replication lag (already taken into account by a lot of tools/bots)
			'newbie' => [ 4, 60 ],
			// 20 creations/min for regular users (including bots and sysops)* dispatch lag (often not taken into account yet)

=Next steps=
			'user' => [ 20, 60 ],* limit max page creation rate to 40/min per account
		],* limit max edit rate to 80/min per account
 	],* Add an API parameter analogue to "maxLag" for dispatch lag: T192026TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Edgars2007, Daniel_Mietchen, Pasleim, Magnus, abian, Lucas_Werkmeister_WMDE, ArtixKreiger, Multichill, Mahir256, Framawiki, hoo, Sjoerddebruin, Addshore, Ladsgroup, gerritbot, Aklapper, Lydia_Pintscher, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T191975: Change the i18n messages of datatypes for referencing forms and senses

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 425794 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Fix i18n string for Form and Sense datatype

https://gerrit.wikimedia.org/r/425794TASK DETAILhttps://phabricator.wikimedia.org/T191975EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tarrow, gerritbotCc: gerritbot, Lydia_Pintscher, Aklapper, WMDE-leszek, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, Cinemantique, 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] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 426001 merged by jenkins-bot:
[mediawiki/core@master] Make ImageGallery more flexible for use in Wikibase

https://gerrit.wikimedia.org/r/426001TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T192145: Update users of serialization/serialization to use version 4.0 of the library

2018-04-13 Thread WMDE-leszek
WMDE-leszek triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T192145EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192145: Update users of serialization/serialization to use version 4.0 of the library

2018-04-13 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Wikidata-Turtles-Tech-Debt, Wikidata, Wikidata-Ministry-Of-Magic-Tech-Debt.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONUsers of the library (list might not be complete):


wikibase/data-model-serialization
data-values/serialization
WikibaseLexeme extension (BTW: does it need to directly depend on this library?)
TASK DETAILhttps://phabricator.wikimedia.org/T192145WORKBOARDhttps://phabricator.wikimedia.org/project/board/3337/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T165648: Add monolingual language codes nrf-gg (for Guernésiais), nrf-je (for Jèrriais)

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from needs discussion or investigation to ready to go on the Wikidata board.Lydia_Pintscher added a comment.
I've tried to make sense of the discussion and for all I can tell the objections are unrelated to adding the codes to the list of allowed monolingual text languages on Wikidata. So let's do it now.TASK DETAILhttps://phabricator.wikimedia.org/T165648WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, MF-Warburg, Liuxinyu970226, Lydia_Pintscher, Verdy_p, gerritbot, Amire80, jhsoby, GerardM, Baba_Tabita, Aklapper, Esc3300, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T179916: Migrate browser tests of WikibaseLexeme to nodejs framework

2018-04-13 Thread WMDE-leszek
WMDE-leszek removed a project: Wikidata-Ministry-Of-Magic-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T179916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: thiemowmde, zeljkofilipin, Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, Addshore, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T180228: Port Wikibase Selenium tests from Ruby to Node.js

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T180228EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, zeljkofilipin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170610: Add “no bounds” constraint

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
@Lucas_Werkmeister_WMDE @Ladsgroup would be <3 if you could show me on a test system.TASK DETAILhttps://phabricator.wikimedia.org/T170610EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lydia_PintscherCc: Lydia_Pintscher, gerritbot, Lucas_Werkmeister_WMDE, Aklapper, MisterSynergy, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192143: feedback to the user when adding a second representation with an identical language code

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher created this task.Lydia_Pintscher added a project: Lexicographical data.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONWe need to give the user feedback when he tries to enter an additional representation with a language code that was already used for one of the other representations.TASK DETAILhttps://phabricator.wikimedia.org/T192143EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2018-04-13 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Good point. Not yet. Will create one.TASK DETAILhttps://phabricator.wikimedia.org/T190060EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Pablo-WMDE, Lydia_Pintscher, Aklapper, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192142: Property suggester python scripts do not scale to the amount of Wikidata data that needs to be processed

2018-04-13 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Epic, Wikidata, MediaWiki-extensions-PropertySuggester.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONCurrently running scripts takes approx. two days, and it is bound to take more as the amount of Wikidata data keeps growing.
Scripts cannot be run in parallel, which might be the easier way to make their work finish faster.

Please @Ladsgroup and/or @hoo provide more details, or add already existing tasks if there are any.TASK DETAILhttps://phabricator.wikimedia.org/T192142WORKBOARDhttps://phabricator.wikimedia.org/project/board/3338/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, WMDE-leszek, hoo, Ladsgroup, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Sjoerddebruin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

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


[Wikidata-bugs] [Maniphest] [Commented On] T46727: [Story] Statement should show a thumbnail for image/video/audio properties

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 426001 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[mediawiki/core@master] Make ImageGallery more flexible for use in Wikibase

https://gerrit.wikimedia.org/r/426001TASK DETAILhttps://phabricator.wikimedia.org/T46727EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Aklapper, Ricordisamoa, Micru, revi, Ainali, Lydia_Pintscher, Stryn, Raymond, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, LawExplorer, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T154914: Add .nt to DCAT-AP for Wikidata dumps

2018-04-13 Thread Lokal_Profil
Lokal_Profil added a comment.
The patch doesn't add any new formats (truthy-nt is handled by T163328: Add the truthy nt dump to dcat-AP) but it allows for multiple .nt flavours in the future per T154914#3883832TASK DETAILhttps://phabricator.wikimedia.org/T154914EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lokal_ProfilCc: gerritbot, hoo, Smalyshev, Lokal_Profil, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T190933: Reduce duplicated service instantiations in WBQC

2018-04-13 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T190933EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T179916: Migrate browser tests of WikibaseLexeme to nodejs framework

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T179916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: thiemowmde, zeljkofilipin, Aklapper, Lydia_Pintscher, WMDE-leszek, Lahi, Gq86, Cinemantique, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, Addshore, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T179007: make cut-off for dispatching changes for highly used pages smarter

2018-04-13 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T179007EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Addshore, Elitre, Jdforrester-WMF, Bawolff, Aklapper, thiemowmde, daniel, hoo, 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] T186514: Track number of downloads of wikibase docker images from docker hub / store over time

2018-04-13 Thread Addshore
Addshore closed this task as "Resolved".Addshore claimed this task.Addshore added a comment.Herald added a project: User-Addshore.
https://gerrit.wikimedia.org/r/#/c/425996/

https://grafana-admin.wikimedia.org/dashboard/db/wikibase-docker-images?orgId=1TASK DETAILhttps://phabricator.wikimedia.org/T186514EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Abbe98, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88258: [Task] Convert WikibaseClient, WikibaseLib and WikibaseRepository to use extension registration

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T88258EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Tobi_WMDE_SW, gerritbot, Ricordisamoa, Sumit, Jdlrobson, JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, Legoktm, Liuxinyu970226, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T167432: Run Wikibase daily browser tests on Jenkins

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T167432EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Stashbot, Ladsgroup, hoo, Addshore, aude, gerritbot, PokestarFan, Tobi_WMDE_SW, Jonas, thiemowmde, WMDE-leszek, zeljkofilipin, hashar, Aleksey_WMDE, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Liudvikas, Luke081515, Wikidata-bugs, Mbch331, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T181486: Missing terms in wb_terms table

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T181486EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lucas_Werkmeister_WMDE, hoo, Pasleim, Tpt, Rical, Marostegui, Ladsgroup, jcrespo, Aklapper, Magnus, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T113034: RFC: Overhaul Interwiki map, unify with Sites and WikiMap

2018-04-13 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T113034EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, WMDE-leszekCc: Ladsgroup, kchapman, Lucas_Werkmeister_WMDE, PokestarFan, Koavf, Billinghurst, dcausse, cscott, Jakob_WMDE, WMDE-leszek, Lydia_Pintscher, Liuxinyu970226, MarcoAurelio, RobLa-WMF, gerritbot, Quiddity, Bene, hoo, zhuyifei1999, jayvdb, Spage, Isarra, Smalyshev, Ltrlg, GWicke, Purodha, Ricordisamoa, MZMcBride, Krenair, MrStradivarius, Legoktm, TTO, Anomie, ori, aaron, Aklapper, daniel, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, TomT0m, SBisson, Wong128hk, Luke081515, Wikidata-bugs, aude, fbstj, santhosh, Jdforrester-WMF, Mbch331, Rxy, Jay8g, bd808___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T188011: [Task] Use PHPUnit 6 forward compatibility aliases in all Wikibase code bases

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T188011EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Legoktm, gerritbot, Jonas, Lucas_Werkmeister_WMDE, WMDE-leszek, Ladsgroup, thiemowmde, Aklapper, Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, RazeSoldier, Jayprakash12345, JakeTheDeveloper, QZanden, Zoranzoki21, LawExplorer, TerraCodes, MuhammadShuaib, SimmeD, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, TheDJ, Addshore, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T86530: Replace wb_terms table with more specialized mechanisms for terms (tracking)

2018-04-13 Thread WMDE-leszek
WMDE-leszek added projects: Wikidata-Ministry-Of-Magic-Tech-Debt, Wikidata-Turtles-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T86530EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: jcrespo, Ricordisamoa, Lydia_Pintscher, adrianheine, thiemowmde, Tobi_WMDE_SW, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, daniel, hoo, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, Volker_E, Wikidata-bugs, GWicke, Addshore, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T188279: Investigate optimzing wb_terms

2018-04-13 Thread WMDE-leszek
WMDE-leszek removed a project: Wikidata-Ministry-Of-Magic-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T188279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Stashbot, gerritbot, jcrespo, Marostegui, Nikerabbit, Edgars2007, thiemowmde, Lucas_Werkmeister_WMDE, Aklapper, WMDE-leszek, RazShuty, daniel, Lydia_Pintscher, Ladsgroup, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Minhnv-2809, Maathavan, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T154914: Add .nt to DCAT-AP for Wikidata dumps

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


[Wikidata-bugs] [Maniphest] [Commented On] T154914: Add .nt to DCAT-AP for Wikidata dumps

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 425993 had a related patch set uploaded (by Lokal Profil; owner: Lokal Profil):
[operations/dumps/dcat@master] Allow format to be overridden in mediatype object

https://gerrit.wikimedia.org/r/425993TASK DETAILhttps://phabricator.wikimedia.org/T154914EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lokal_Profil, gerritbotCc: gerritbot, hoo, Smalyshev, Lokal_Profil, 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] T188279: Investigate optimzing wb_terms

2018-04-13 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic-Tech-Debt.
TASK DETAILhttps://phabricator.wikimedia.org/T188279EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Stashbot, gerritbot, jcrespo, Marostegui, Nikerabbit, Edgars2007, thiemowmde, Lucas_Werkmeister_WMDE, Aklapper, WMDE-leszek, RazShuty, daniel, Lydia_Pintscher, Ladsgroup, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Minhnv-2809, Maathavan, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T188502: Implement multilingual captions in UploadWizard

2018-04-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.31-release-notes (WMF-deploy-2018-04-17 (1.31.0-wmf.30)).
TASK DETAILhttps://phabricator.wikimedia.org/T188502EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matthiasmullie, ReleaseTaggerBotCc: kaldari, matmarex, Base, Cparle, Ramsey-WMF, PDrouin-WMF, gerritbot, matthiasmullie, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, E1presidente, Darkminds3113, Sksvdbvd, SandraF_WMF, Youssefalli1, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, V4switch, LawExplorer, Lewizho99, Maathavan, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, PKM, 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] T163328: Add the truthy nt dump to dcat-AP

2018-04-13 Thread Lokal_Profil
Lokal_Profil added a comment.
I realised the truthy dump is named differently (it does not start with -all) so had to do another patch.TASK DETAILhttps://phabricator.wikimedia.org/T163328EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lokal_ProfilCc: gerritbot, ArielGlenn, Lucie, Lydia_Pintscher, Smalyshev, Hadyelsahar, hoo, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, gnosygnu, 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] T188502: Implement multilingual captions in UploadWizard

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 415332 merged by jenkins-bot:
[mediawiki/extensions/UploadWizard@master] Add caption input fields

https://gerrit.wikimedia.org/r/415332TASK DETAILhttps://phabricator.wikimedia.org/T188502EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matthiasmullie, gerritbotCc: kaldari, matmarex, Base, Cparle, Ramsey-WMF, PDrouin-WMF, gerritbot, matthiasmullie, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, E1presidente, Darkminds3113, Sksvdbvd, SandraF_WMF, Youssefalli1, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, V4switch, LawExplorer, Lewizho99, Maathavan, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, PKM, 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] T163328: Add the truthy nt dump to dcat-AP

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 425987 had a related patch set uploaded (by Lokal Profil; owner: Lokal Profil):
[operations/dumps/dcat@master] Allow prefix to override "all"

https://gerrit.wikimedia.org/r/425987TASK DETAILhttps://phabricator.wikimedia.org/T163328EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lokal_Profil, gerritbotCc: gerritbot, ArielGlenn, Lucie, Lydia_Pintscher, Smalyshev, Hadyelsahar, hoo, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, gnosygnu, 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] T188502: Implement multilingual captions in UploadWizard

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 415331 merged by jenkins-bot:
[mediawiki/extensions/UploadWizard@master] Make uw.Description(s)DetailsWidget.js more generic

https://gerrit.wikimedia.org/r/415331TASK DETAILhttps://phabricator.wikimedia.org/T188502EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matthiasmullie, gerritbotCc: kaldari, matmarex, Base, Cparle, Ramsey-WMF, PDrouin-WMF, gerritbot, matthiasmullie, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, E1presidente, Darkminds3113, Sksvdbvd, SandraF_WMF, Youssefalli1, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, V4switch, LawExplorer, Lewizho99, Maathavan, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, PKM, 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] T188502: Implement multilingual captions in UploadWizard

2018-04-13 Thread gerritbot
gerritbot added a comment.
Change 419403 merged by jenkins-bot:
[mediawiki/extensions/UploadWizard@master] Improve upload error handling

https://gerrit.wikimedia.org/r/419403TASK DETAILhttps://phabricator.wikimedia.org/T188502EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matthiasmullie, gerritbotCc: kaldari, matmarex, Base, Cparle, Ramsey-WMF, PDrouin-WMF, gerritbot, matthiasmullie, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, E1presidente, Darkminds3113, Sksvdbvd, SandraF_WMF, Youssefalli1, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, V4switch, LawExplorer, Lewizho99, Maathavan, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, PKM, 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] T191928: Add grammatical cases of Wikidata for Belarusian ('be')

2018-04-13 Thread Aklapper
Aklapper changed the task status from "Stalled" to "Open".
TASK DETAILhttps://phabricator.wikimedia.org/T191928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AklapperCc: Aklapper, Artsiom91, 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] T191928: Add grammatical cases of Wikidata for Belarusian ('be')

2018-04-13 Thread Aklapper
Aklapper added a project: MediaWiki-extensions-WikibaseClient.Aklapper added a comment.Herald added a project: Wikidata.
https://translatewiki.net/wiki/MediaWiki:Connected-redirect-category/be shows Message definition (Wikibase - Client) hence adding that project tag.TASK DETAILhttps://phabricator.wikimedia.org/T191928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AklapperCc: Aklapper, Artsiom91, 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] T189493: Domain 'sdwiki' is not recognized.

2018-04-13 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-releng) [2018-04-13T08:48:40Z]  debugging T189493 on betaTASK DETAILhttps://phabricator.wikimedia.org/T189493EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: StashbotCc: Stashbot, MarcoAurelio, Aklapper, Reedy, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192136: Supporting PGN chess notation data

2018-04-13 Thread eranroz
eranroz created this task.eranroz added projects: Wikidata, Commons-Datasets.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWe are seeking for option to store chess games (PGN format; without comments) to be shared between wikis.

Example:

1. e4 e5 2. f4 exf4 3. Bc4 Qh4 4. Kf1 b5 5. Bxb5 Nf6 6. Nf3 Qh6 7. d3 Nh5 8. Nh4 Qg5 9. Nf5 c6 10. g4 Nf6 11. Rg1 cxb5 12. h4 Qg6 13. h5 Qg5 14. Qf3 Ng8 15. Bxf4 Qf6 16. Nc3 Bc5 17. Nd5 Qxb2 18. Bd6 Bxg1 19. e5 Qxa1 20. Ke2 Na6 21. Nxg7 Kd8 22. Qf6 Nxf6 23. Be7

See relevant discussion here: Wikidata:Property proposal/Portable Game Notation.

Wikidata


Assuming each move takes 8-12 chars, and a common game takes 30-40 moves, and long game takes 60 moves => a string of 720 chars is probably safe enough for most games.
Current limitation for Wikidata string (hardcoded defined in ValidatorBuilders::getCommonStringValidators)  is 400 =>which supports 33-50 moves


Hence to support it in wikidata, we need to have a new type (medium/long length string) with different validator

Alternatives
If we believe it is (technical) abuse of wikidata to store medium length strings, it might be possible to store it in Commons, and refer it from Wikidata.


This mean Commons support for pgn (maybe somewhat similar to Tabular Data/Map data) and once we have such option, to add a new property type for linking it similar to tabular/map data


(maybe @Yurik can give good comments regarding this alternative)TASK DETAILhttps://phabricator.wikimedia.org/T192136EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: eranrozCc: Kipod, eranroz, Aklapper, Yurik, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, debt, Reasno, Wikidata-bugs, Base, aude, jayvdb, zhuyifei1999, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs