[Wikidata-bugs] [Maniphest] [Commented On] T157811: Wikidata reference URIs have become too many to search with WDQS SPARQL

2017-03-27 Thread Smalyshev
Smalyshev added a comment.
Yes, it uses B-trees. But what is stored in these trees is not strings. It's not actually hashes, it's term values I think. Not sure about how it is encoded, but I don't see an easy way to do prefix matches there.TASK DETAILhttps://phabricator.wikimedia.org/T157811EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Esc3300, Smalyshev, Aklapper, Jheald, QZanden, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161577: OOM(?) problems with snapshot1007

2017-03-27 Thread EBernhardson
EBernhardson added a comment.
It looks like long running cirrussearch dumps, such as enwiki, might have a similar problem although not as pronounced. In monitoring over about 20 minutes the CirrusSearch dump jump grew from 1.1G to 1.2G, and the wikidata dumps grew from 4.7G to 7.3G. Randomly guessing, this could be logs and stats generation that isn't being regularly flushed, because it was designed for web requests that end after a few hundred ms.TASK DETAILhttps://phabricator.wikimedia.org/T161577EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EBernhardsonCc: ArielGlenn, Gehel, EBernhardson, Lunewa, QZanden, D3r1ck01, Izno, 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] T161577: OOM(?) problems with snapshot1007

2017-03-27 Thread EBernhardson
EBernhardson added a comment.
I dont know if its part of the plan for the new dumps infrastructure, but some way to isolate dumps would be nice, such that one dump can't take up all the resources and break other dumps.TASK DETAILhttps://phabricator.wikimedia.org/T161577EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EBernhardsonCc: ArielGlenn, Gehel, EBernhardson, Lunewa, QZanden, D3r1ck01, Izno, 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] [Created] T161577: OOM(?) problems with snapshot1007

2017-03-27 Thread EBernhardson
EBernhardson created this task.EBernhardson added projects: Dumps-Generation, Wikidata.
TASK DESCRIPTIONWas looking into why a number of cirrus dumps this week came out with 0 size (well, 20 but thats just the compression header). From snapshot1007.eqiad.wmnet:/var/log/cirrusdump/cirrusdump-alswiki-20170327-cirrussearch-content.log:

could not allocate 218103807 bytes for translation cache
[Mon Mar 27 16:16:46 2017] [hphp] [24518:7f1008f43100:0:01] [] Lost parent, LightProcess exiting
[Mon Mar 27 16:16:46 2017] [hphp] [24515:7f1008f43100:0:01] [] Lost parent, LightProcess exiting

dmesg doesn't have that specific entry, but i see dmesg logs for killing hhvm, php5 and python throughout the day.
Pastie of one such event: P5145

The dmesg output unfortunately only says the program, and not the various command line flags used to run the script. Looking at the machine right now there are a few processes using whats seems like an outsized amount of memory:

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND 
10045 datasets  20   0 8191576 4.729g   3948 R  91.9  7.5  57:09.34 php 
10038 datasets  20   0 8162064 4.726g   3960 R  90.1  7.5  57:19.45 php 
10047 datasets  20   0 8146932 4.714g   3960 R  86.4  7.5  56:59.44 php 
10036 datasets  20   0 8144216 4.714g   3948 S  93.8  7.5  57:33.15 php 
10042 datasets  20   0 8081348 4.645g   3952 S  80.9  7.4  57:15.63 php

Those all belong to this process tree:

root 10021  0.0  0.0  59760   460 ?SMar27   0:00  \_ CRON
datasets 10022  0.0  0.0   4440   548 ?Ss   Mar27   0:00  \_ /bin/sh -c /usr/local/bin/dumpwikidatattl.sh
datasets 10023  0.0  0.0  12436   920 ?SMar27   0:00  \_ /bin/bash /usr/local/bin/dumpwikidatattl.sh
datasets 10034  0.0  0.0  12432   320 ?SMar27   0:00  \_ /bin/bash /usr/local/bin/dumpwikidatattl.sh
datasets 10038 87.0  7.7 8334096 5127396 ? RMar27  58:41  |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 0 --sharding-factor 5 --format ttl
datasets 10056  0.0  0.0 381892 43760 ?Ss   Mar27   0:00  |   |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 0 --sharding-factor 5 --format ttl
datasets 10063  0.0  0.0 381892 43760 ?Ss   Mar27   0:00  |   |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 0 --sharding-factor 5 --format ttl
datasets 10069  0.0  0.0 381892 43760 ?Ss   Mar27   0:00  |   |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 0 --sharding-factor 5 --format ttl
datasets 10074  0.0  0.0 381892 43760 ?Ss   Mar27   0:00  |   |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 0 --sharding-factor 5 --format ttl
datasets 10078  0.0  0.0 381892 43760 ?Ss   Mar27   0:00  |   |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 0 --sharding-factor 5 --format ttl
datasets 10040  3.6  0.0   4596   788 ?SMar27   2:29  |   \_ gzip
datasets 10035  0.0  0.0  12432   320 ?SMar27   0:00  \_ /bin/bash /usr/local/bin/dumpwikidatattl.sh
datasets 10036 87.4  7.7 8316248 5115320 ? RMar27  58:55  |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 1 --sharding-factor 5 --format ttl
datasets 10054  0.0  0.0 382448 43764 ?Ss   Mar27   0:00  |   |   \_ php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --shard 1 --sharding-factor 5 --format ttl
datasets

[Wikidata-bugs] [Maniphest] [Updated] T43103: initialization of the Language object is very heavy

2017-03-27 Thread Krinkle
Krinkle added a comment.
I think this comment from @tstarling at T85461 is also relevant here:


In T85461#3100878, @tstarling wrote:
Somewhat off topic, but speaking of lightweight Language object construction, I think having $wgLangObjCacheSize = 10 by default is actually bit rot, I don't think there's any reason for that anymore. Language objects used to hold message arrays, presumably that is the reason for it being so low.


TASK DETAILhttps://phabricator.wikimedia.org/T43103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: KrinkleCc: Krinkle, Rical, Liuxinyu970226, Ltrlg, Elitre, Agabi10, adrianheine, gerritbot, Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, Logicwiki, tstarling, bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, SPQRobin, jayvdb, Denny, DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Vali.matei, Lewizho99, Maathavan, MuhammadShuaib, Psychoslave, GWicke, Gryllida, Shizhao, Arrbee, KartikMistry, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread daniel
daniel added a comment.
@Smalyshev Oh, I was just trying to clarify the semantics of the URI. I wasn't trying to argue against your point. In fact, I agree with everything you wrote above :)TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread Smalyshev
Smalyshev added a comment.
. In Wikidata, each entity has two URIs associated with it: the concept URI (.../data/Q12345) for the actual thing and the data URI (.../wiki/Special:EntityData/Q12345)

ITYM .../entity/Q12345. 
Yes, the first one is the canonical entity URI and the second is data access URI and also entity dataset URI. We probably don't need both for Commons, since we do not plan to represent this kind of commons data in RDF, we only need to refer to it.

When referencing datasets on commons, we really mean the data, so we should use the URI of the data.

Again, since we don't have both wd:Q1234 and wdata:Q1234, it could be the same URI (or, alternatively, the only URI is the "URI of the data"). In Wikidata, it's different URIs because we have two different things. But for Commons, we don't need to represent these things, so we can just have one URI, since we don't really define what this URI is - it's never a subject for any RDF predicate as I understand, at least for .tab/.map data.

I understand you are arguing for having something like wdata: URI to be used. I am not against it, though as I said above practically there is not much difference. But I'd prefer nicer URI than wdata: - we didn't have a choice in Wikidata since we had to have two URIs and only one of them got to be "nice", but here we have only one, it may as well look like https://commons.wikimedia.org/data/Avignon_City_Wall.map. We could also use direct link but that IMHO is a) less nice and b) creates unnecessary binding to namespaces, which are also internationalized and it becomes kinda messy. I'd rather have clean static URL on the front and have it resolve to different things as needed on the back. And I'm very much for the URI in RDF not having any query params, etc. - it looks less nice and creates unnecessary dependency IMO.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160989: Revisit Jenkins jobs being triggered for Wikibase

2017-03-27 Thread Krinkle
Krinkle added a comment.

Current For gate-and-submit we end up triggering:





Job nameDescription
npm-node-6-jessie_javascript_ lint/style and others
composer-php55-trustylint/style
composer-hhvm-jessielint/style
php55lintLint on permanent slave. Composer already run parallel-lint
mwext-testextension-php55-composer-trustyPHPUnit
mwext-testextension-hhvm-composer-jessiePHPUnit
mwext-qunit-composer-jessieQUnit tests with Karma
mwext-mw-selenium-composer-jessieBrowser tests based on ruby/selenium





Job nameAppDB PHP
mwext-Wikibase-repo-tests-sqlite-php55-trustyReposqlite php55
mwext-Wikibase-repo-tests-sqlite-hhvm-jessieReposqliteHHVM
mwext-Wikibase-client-tests-mysql-php55-trustyClientMySQLphp55
mwext-Wikibase-client-tests-sqlite-php55-trustyClient sqlitephp55
mwext-Wikibase-client-tests-mysql-hhvm-jessieClientMysqlHHVM
mwext-Wikibase-client-tests-sqlite-hhvm-jessieClientsqliteHHVM


Propose to change:


mwext-testextension-php55-composer-trusty include composer test (for lint/style)
mwext-testextension-hhvm-composer-trusty include composer test (for lint/style)
Merge mwext-Wikibase-repo-* and mwext-Wikibase-client-* tests.


Propose to remove:


php55lint (redundant with composer-php55-trusty)
composer-php55-trusty (redundant with mwext-testextension-php55-composer-trusty)
composer-hhvm-jessie (redundant with mwext-testextension-hhvm-composer-trusty)
all 6 mwext-Wikibase-*-tests-* jobs. Redunant with mwext-testextension-*-composer-*.


Propose to add:


mwext-testextension-hhvm-sqlite-composer-trusty to ensure sqlite is covered in addition to mysql. No need to cover it with both hhvm and php55.


Questions:


What is the difference between mwext-Wikibase-*-tests-* and mwext-testextension-*-composer-*? It seems like the latter already runs all PHPUnit tests (both client and repo). It also varies by PHP flavour already, but not by RDBMS. It would make sense to add a third variation to sqlite with one of the PHP flavours.



Job nameDescription
npm-node-6-jessie_javascript_ lint/style and others
mwext-Wikibase-tests-php55-mysqlComposer test (lint, style, PHPUnit)
mwext-Wikibase-tests-hhvm-mysqlComposer test (lint, style, PHPUnit)
mwext-Wikibase-tests-hhvm-sqliteComposer test (lint, style, PHPUnit)
mwext-qunit-composer-jessieQUnit tests with Karma
mwext-mw-selenium-composer-jessieBrowser tests based on ruby/selenium


This means a small amount is duplicated (2x lint/style for HHVM) but that seems marginal and unimportant, given they run in parallel anyway.TASK DETAILhttps://phabricator.wikimedia.org/T160989EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: KrinkleCc: Krinkle, Paladox, Ladsgroup, greg, Tobi_WMDE_SW, daniel, Lydia_Pintscher, Addshore, thcipriani, hashar, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread daniel
daniel added a comment.

In T161527#3135290, @Smalyshev wrote:
Well, if we plan to refer to it in RDF, we need some URI. RDF does not make distinction between real concept URIs and "just" URIs which don't mean anything special, and we could kind of pretend that this is "just" URI. But why do it if we do have an identifyable dataset which can be (and in many contexts is) treated as its own entity? We might as well have proper concept URI for it. May come handy later.


We do not plan to refer to the thing that is described by the data set. We plan to refer to the data set.

Maybe we are misunderstanding each other. In Wikidata, each entity has two URIs associated with it: the concept URI (.../data/Q12345) for the actual thing and the data URI (.../wiki/Special:EntityData/Q12345) for the  description of the thing. When referencing datasets on commons, we really mean the data, so we should use the URI of the data. We don't know what thing the data describes (maybe the item that contains the reference? maybe not?), and we have no reason to define a URI for the thing that the data describes.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread Smalyshev
Smalyshev added a comment.
for commons data, we may not need a canonical object (concept) URI.

Well, if we plan to refer to it in RDF, we need some URI. RDF does not make distinction between real concept URIs and "just" URIs which don't mean anything special, and we could kind of pretend that this is "just" URI. But why do it if we do have an identifyable dataset which can be (and in many contexts is) treated as its own entity? We might as well have proper concept URI for it. May come handy later.

we cannot drop the file extension. In some cases, both Data:Foo.map and Data:Foo.tab exist.

OK, it's not a problem to keep the extension. However, it won't be efficient to make all redirects in PHP, so redirect should happen before content handlers come into play, which means redirects should be uniform across all data types.

I'm not sure what should happen if we ask, say, for text/csv and this content handler has no CSV representation. Error page?

csv should not be the default format,

I assume all handlers would support at least HTML (as redirect to wiki page) and some default representation, probably type-dependent, does not have to be CSV. They can support CSV additionally if the type is appropriate.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160522: [Story] List for Forms

2017-03-27 Thread gerritbot
gerritbot added a comment.
Change 344409 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Add LexemeForms class and render it in LexemeFormsView

https://gerrit.wikimedia.org/r/344409TASK DETAILhttps://phabricator.wikimedia.org/T160522EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Jan_Dittrich, Aklapper, Jonas, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread daniel
daniel edited the task description. (Show Details)
EDIT DETAILS...Note that specifying the format makes no sense for a "pure" URI, this is only relevant when resolving the URI as a URL and fetching the associated data.


Useful reading for URI design:
* https://www.w3.org/TR/cooluris/
* https://www.w3.org/TR/dwbp/#UniqueIdentifiers
* https://www.w3.org/TR/ld-bp/#HTTP-URIS
* https://data.gov.uk/resources/uris
* http://philarcher.org/diary/2013/uripersistence/#minimal
* https://www.w3.org/Provider/Style/URI.htmlTASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread daniel
daniel added a comment.
@GWicke:


I'd rather not use a REST URL as the URI. A good REST API exposes version, api method, etc. It's as explicit as possible. A good URI is minimal. It's purpose is to identify a resource on an abstract level, not (in general) a particular version or serialization, not a particular access API. A URI shoudl be short and mnemonic.
We can resolve the URI to a REST URL instead of action="" I'd actually like that better. Maybe we can kill action="" some day.


@Smalyshev:
I agree with what you said. I'd like to mention a few things:


for commons data, we may not need a canonical object (concept) URI. At least, we don't need it for the Wikidata use case. Wikidata wants to reference a data set, not the thing described by that data set.
we cannot drop the file extension. In some cases, both Data:Foo.map and Data:Foo.tab exist.
csv should not be the default format, since we lose information when mapping to csv, and csv itself is under-specified.
TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread Smalyshev
Smalyshev added a comment.
I think we have several concepts there that needs to be refined.


Canonical object URI - this is the URI that uniquely identifies an object in Wikimedia world, and, by extension, in the whole world of linked data. Note that in theory that URI does not have to produce any content when accessed (in fact, it may not even use any accessible scheme like http:). However, it is common and beneficial to link it with:
Data access URI - this is the address one can use to retrieve some representation of the object identified above. The kind of representation varies a lot, sometimes it is a text description, sometimes it is some kind of RDF, sometimes it may be negotiated page, etc. I suggest we use content negotiation as much as we can and choose sane defaults when we can't. I also suggest that we link alternative representations to this data URI.
Human-readable URI - since we are in the wiki world, our content is meant to be edited by humans, and thus have human-readable (at least to certain extent :) representation, where you can interpret and edit it. Not every object would have these (e.g. individual values in Wikidata don't) but many interesting ones would.


I would suggest to design a scheme that supports each of the above, and allows to go between them in automatic way - i.e. having one of them, it is easy for a simple script to get to the others. I'd also suggest to use redirects and content negotiation to reconcile the differences between how we represent things in Wiki and how we want external URLs to look like.

/api/rest_v1/page/{type}/{title}{/revision} pattern

I do not think we should include revisions in data URIs, not unless we intend to represent our revision structure in linked data formats (which I hope we don't, 99.99% of intended usage won't need it). Also, api/rest_v1 part should not be part of the canonical data URI. api part because canonical URI should be the same, however you access it - via specific API or not, it identifies the object, not specific way of retrieving it, and rest_v1 - for the same reason, plus canonical URI should not change if we change our API version. Basically, unless we radically change the whole data structure, the URI should be forever (and even if we do there's an argument for preserving an old one, so even more basically, canonical URIs are forever).

I would propose the following scheme for Commons:

https://commons.wikimedia.org/data/Avignon_City_Wall as canonical URI (we can add .map if it's important, but if we can avoid it, it looks nicer without it). This URI would be redirected to the following places:


if accessed with Accept type known to us and having representation, either produces this representation directly or redirects to https://commons.wikimedia.org/wiki/Data:Avignon_City_Wall.map?action="">
if Accept suggests it is a browser asking for HTML, redirected to https://commons.wikimedia.org/wiki/Data:Avignon_City_Wall.map
if there is no Accept, choose a sane default for it - e.g. JSON or something - and proceed as if this were the requested type.


Relying on redirects for canonical URI should solve the caching problem, at the (supposedly minimal) cost of extra HTTP request in some cases. Of course, tools that care about it could access target URLs directly.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158108: Incorrect display of Special:ListProperties (regression)

2017-03-27 Thread matej_suchanek
matej_suchanek added a comment.
I do not rely on that page much, maybe I sometimes look for how many properties we have for rare datatypes. Anyway, now I'm trying to work out either how the ordering by id, which is just internal stuff, could be useful.

I would appreciate having it ordered by the date the property was created, newest first, or by usage (which I'm afraid isn't possible).TASK DETAILhttps://phabricator.wikimedia.org/T158108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, matej_suchanekCc: matej_suchanek, gerritbot, TerraCodes, Ladsgroup, hoo, aude, Aleksey_WMDE, thiemowmde, Lydia_Pintscher, Aklapper, Bugreporter, Soteriaspace, Jrbranaa, JakeTheDeveloper, QZanden, DatGuy, Abbe98, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158108: Incorrect display of Special:ListProperties (regression)

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
@Bugreporter @matej_suchanek: can you quickly say what you use the page for? That'd help me in figuring out the desired behaviour.TASK DETAILhttps://phabricator.wikimedia.org/T158108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Lydia_PintscherCc: matej_suchanek, gerritbot, TerraCodes, Ladsgroup, hoo, aude, Aleksey_WMDE, thiemowmde, Lydia_Pintscher, Aklapper, Bugreporter, Soteriaspace, Jrbranaa, JakeTheDeveloper, QZanden, DatGuy, Abbe98, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread GWicke
GWicke added a project: Services (watching).
TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GWickeCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread GWicke
GWicke added a comment.
However, URIs by nature should not include interface version information, because they identify the resource independently of representation.

The REST API versioning policy explicitly describes how representation concerns are hadled through content negotiation, and not by incrementing major API versions. Changes in major API versions are expected to be extremely rare. The major API version is basically an insurance policy for the case that we'd want to introduce a fundamentally different URL layout, without breaking existing users and resource references.

What URI structure would you propose?

Within the REST API, data associated with pages is typically exposed using the /api/rest_v1/page/{type}/{title}{/revision} pattern. Examples: HTML, summary, data-parsoid, PDF.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GWickeCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T57549: [Story] Add a new datatype for geoshapes

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created subtask T161543: Enable geoshape datatype on Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T57549EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, Lydia_PintscherCc: WMDE-leszek, Pasleim, LikeLifer, jmac, TheDJ, Jonas, Micru, gerritbot, mxn, Yurik, abian, Evad37, Abbe98, daniel, RolandUnger, Boshomi, Susannaanas, Christopher, Yair_rand, Kopiersperre, putnik, StudiesWorld, esbranson, DixonD, Aklapper, Sannita, Ricordisamoa, Cavila, Rits, Kolossos, El_Grafo, Wikidata-bugs, Tobias1984, aude, Rschen7754, Ainali, Lydia_Pintscher, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T161543: Enable geoshape datatype on Wikidata

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created this task.Lydia_Pintscher added projects: MediaWiki-extensions-WikibaseRepository, Wikidata, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONThe new datatype for linking to geoshapes on Wikimedia Commons is ready. We should enable it on Wikidata so people can actually make use of it.TASK DETAILhttps://phabricator.wikimedia.org/T161543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread daniel
daniel added a comment.
@GWicke REST URLs and canonical URIs are quite different conceptually, though it's nice when they coincide. However, URIs by nature should not include interface version information, because they identify the resource independently of representation.

What URI structure would you propose?TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160522: [Story] List for Forms

2017-03-27 Thread gerritbot
gerritbot added a comment.
Change 344969 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
[mediawiki/extensions/WikibaseLexeme@master] Add LexemeFormId and render it via LexemeFormsView

https://gerrit.wikimedia.org/r/344969TASK DETAILhttps://phabricator.wikimedia.org/T160522EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Jan_Dittrich, Aklapper, Jonas, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread GWicke
GWicke added a comment.
The description of the requirements seems to fit the REST API:


API versioning & content negotiation.
REST URL structure.
Integration with CDN layer.
Machine and user readable API specs & documentation.


The REST URL hierarchy makes it quite easy to route specific end points directly to specialized backends, while still presenting a consistent & well-documented API to end users. In other words, exposing functionality through the REST API does not imply the use of RESTBase where that does not make sense.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GWickeCc: Dzahn, GWicke, tstarling, Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Wikidata-bugs, aude, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T154590: Concept URIs of foreign entities should be based on URL of the repo entity belongs to, and not be including a prefixed entity ID

2017-03-27 Thread daniel
daniel added a comment.
I don't know if this can be closed, since the scope of the ticket is unclear. From the title, it seems this includes the RDF mapping, which still needs doing. But the description only mentions the search API, which is done.TASK DETAILhttps://phabricator.wikimedia.org/T154590EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, danielCc: Aleksey_WMDE, gerritbot, daniel, WMDE-leszek, thiemowmde, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T155103: Create a truthy nt dump

2017-03-27 Thread Smalyshev
Smalyshev added a comment.
It should include all the statements ttl dump includes, i.e. flavor=dump. So, RdfProducer::PRODUCE_TRUTHY_STATEMENTS should be in. Property/entity resolution is not necessary for the dump, since all entities/properties are included anyway, by virtue of it being full dump.TASK DETAILhttps://phabricator.wikimedia.org/T155103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, SmalyshevCc: Smalyshev, Lydia_Pintscher, hoo, Lucie, Lunewa, QZanden, D3r1ck01, Izno, gnosygnu, Wikidata-bugs, Hydriz, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T158108: Incorrect display of Special:ListProperties (regression)

2017-03-27 Thread thiemowmde
thiemowmde moved this task from Done to Proposed on the Wikidata-Sprint board.thiemowmde added a comment.
page_id is the internal number MediaWiki uses, and very different from Wikibase's entity ID. It might be that the order is the same, because both numbers increase every time a new entity is created. So this might indeed be a possible workaround, but not a clean solution.

Moving back to proposed for the team to pick up.TASK DETAILhttps://phabricator.wikimedia.org/T158108WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: matej_suchanek, gerritbot, TerraCodes, Ladsgroup, hoo, aude, Aleksey_WMDE, thiemowmde, Lydia_Pintscher, Aklapper, Bugreporter, Soteriaspace, Jrbranaa, JakeTheDeveloper, QZanden, DatGuy, Abbe98, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151194: Apply WikimediaUI color palette to Wikibase

2017-03-27 Thread gerritbot
gerritbot added a comment.
Change 344880 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Convert badge and entity/rank selector icons to conform WikimediaUI color palette

https://gerrit.wikimedia.org/r/344880TASK DETAILhttps://phabricator.wikimedia.org/T151194EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: Volker_E, gerritbot, Jonas, thiemowmde, Lydia_Pintscher, Jan_Dittrich, Aklapper, Ladsgroup, QZanden, SamanthaNguyen, Iniquity, JGirault, D3r1ck01, Izno, Psychoslave, Wikidata-bugs, aude, Ricordisamoa, Mbch331, Jay8g, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T154590: Concept URIs of foreign entities should be based on URL of the repo entity belongs to, and not be including a prefixed entity ID

2017-03-27 Thread thiemowmde
thiemowmde moved this task from Review to Done on the Wikidata-Sprint board.thiemowmde removed a project: Patch-For-Review.thiemowmde added a comment.
Nothing to review any more. Please close if you are sure this is done, or move back to proposed.TASK DETAILhttps://phabricator.wikimedia.org/T154590WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, thiemowmdeCc: Aleksey_WMDE, gerritbot, daniel, WMDE-leszek, thiemowmde, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T18976: Wikis waiting for creation (tracking)

2017-03-27 Thread MF-Warburg
MF-Warburg added a subtask: T161529: Create Wikipedia Doteli.
TASK DETAILhttps://phabricator.wikimedia.org/T18976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MF-WarburgCc: StevenJ81, Acer, Danny_B, TerraCodes, JEumerus, greg, Krenair, Aklapper, Meno25, Matanya, Arseny1992, aude, brion, Amire80, Ebe123, SPQRobin, mxn, TTO, Az1568, Pathoschild, Merl, Petrb, Steinsplitter, revi, Glaisher, Rschen7754, Kanjy, Snowolf, Hkjacksonhk, Liuxinyu970226, jeremyb, MF-Warburg, Stryn, zhuyifei1999, Dcljr, Dereckson, JohnLewis, QZanden, Urbanecm, D3r1ck01, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Mbch331, Rxy, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T151194: Apply WikimediaUI color palette to Wikibase

2017-03-27 Thread thiemowmde
thiemowmde moved this task from Review to Done on the Wikidata-Sprint board.thiemowmde removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T151194WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, thiemowmdeCc: Volker_E, gerritbot, Jonas, thiemowmde, Lydia_Pintscher, Jan_Dittrich, Aklapper, Ladsgroup, QZanden, SamanthaNguyen, Iniquity, JGirault, D3r1ck01, Izno, Psychoslave, Wikidata-bugs, aude, Ricordisamoa, Mbch331, Jay8g, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T161359: WikidataBuildResources not installable

2017-03-27 Thread thiemowmde
thiemowmde triaged this task as "High" priority.thiemowmde assigned this task to aude.thiemowmde added projects: Wikidata-Sprint, Patch-For-Review.thiemowmde edited the task description. (Show Details)
EDIT DETAILS...```

#patch-for-review:
* [x] https://github.com/Wikidata-lib/PropertySuggester/pull/193
* [x] https://github.com/Wikidata-lib/PropertySuggester/pull/195
* [ ] https://github.com/Wikidata-lib/PropertySuggester/pull/196 updates the version number
* [ ] Tag the new versionTASK DETAILhttps://phabricator.wikimedia.org/T161359EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, thiemowmdeCc: aude, thiemowmde, Aklapper, Mattflaschen-WMF, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Acer, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Base, matthiasmullie, Deskana, Ricordisamoa, Fabrice_Florin, Mbch331, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T159517: [RFC] RDF mapping for geo-shape / URIs for commons data pages

2017-03-27 Thread daniel
daniel created subtask T161527: Canonical data URIs and URLs for machine readable page content.
TASK DETAILhttps://phabricator.wikimedia.org/T159517EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Lydia_Pintscher, daniel, mkroetzsch, Smalyshev, Jonas, Aklapper, QZanden, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, Luke081515, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, fbstj, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-27 Thread daniel
daniel created this task.daniel added projects: Wikidata, ArchCom-RfC (ArchCom-Approved), Wikimedia-Apache-configuration.
TASK DESCRIPTIONWikimedia is managing a growing amount of machine readable data as wiki page content. The latest addition is the Data namespace on commons, which hosts tabular data like Data:Dolmens_of_the_Preseli_Hills.tab and geographic data like Data:Avignon_City_Wall.map.

Problem:
There is currently no canonical URI/URL for referring to and retrieving these data sets.

Concrete need:
Wikidata can reference geo-shape data from the Data namespace on Commons. To represent such references in RDF, the data set needs a canonical URI. See T159517: [RFC] RDF mapping for geo-shape / URIs for commons data pages

Current solutions:


A way to get raw page data for most data types, using action="" with the "ugly" URL form: https://commons.wikimedia.org/w/index.php?title=Data:Avignon_City_Wall.map="">. However, this is not supported for data types that have "direct editing " disabled. E.g. https://www.wikidata.org/w/index.php?title=Q23=""> does not work.
Wikidata uses https://www.wikidata.org/entity/Q23 as the canonical URI of concepts, and https://www.wikidata.org/wiki/Special:EntityData:Q23 as the canonical URI of the description. Both apply content negotiation and trigger a 303 redirect. The canonical URL for a specific serialization has the form https://www.wikidata.org/wiki/Special:EntityData:Q23.ttl.


Proposed URIs for data:


Special case for the data namespace: https://commons.wikimedia.org/data/Avignon_City_Wall.map
...or with the namespace, so other kinds of data can be added: https://commons.wikimedia.org/data/Data:Avignon_City_Wall.map
...or bind it to action="" explicity: https://commons.wikimedia.org/raw/Data:Avignon_City_Wall.map


Note that in contrast to Wikidata concept URIs, the above URIs identify descriptions (data), not the thing described by the data.

Also note that these would return the "internal" serialization of the data (with the appropriate MIME type in the response header). They do not support custom serialization or apply content negotiation.

Question:
Do we need to plan for supporting custom serialization and content negotiation? Is it sufficient to later add a query parameter to specify an alternative serialization?

Example: to get .tab data as CSV instead of JSON, one would use a URL like https://commons.wikimedia.org/data/Avignon_City_Wall.map?format=text/csv.

Note that specifying the format makes no sense for a "pure" URI, this is only relevant when resolving the URI as a URL and fetching the associated data.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: Aklapper, Jonas, Smalyshev, mkroetzsch, Lydia_Pintscher, daniel, QZanden, D3r1ck01, Izno, suriyaa, Wikidata-bugs, aude, GWicke, jayvdb, Southparkfan, fbstj, RobLa-WMF, santhosh, Mbch331, Jay8g, Ltrlg, Glaisher, bd808, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T161523: [Story] Section header for Senses

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created this task.Lydia_Pintscher added projects: Wikidata, Lexicographical data.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWe would like to have a section called 'Senses' below the Forms section of every Lexeme page, so we can better differentiate between Senses and Forms of a Lexeme.

This Senses section header should have the exact styling as the section header for Forms.
F6592339: pasted_file

Acceptance criteria:


on every Lexeme page there is a section header called "Senses"
this section header comes after the Forms section header
TASK DETAILhttps://phabricator.wikimedia.org/T161523EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T161522: [Epic] Senses of a Lexeme (UI)

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created subtask T161523: [Story] Section header for Senses.
TASK DETAILhttps://phabricator.wikimedia.org/T161522EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T161522: [Epic] Senses of a Lexeme (UI)

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created this task.Lydia_Pintscher added projects: Wikidata, Lexicographical data, Epic.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONAs a Wikidata user on a Lexeme page I would like see and edit the Senses of a Lexeme.TASK DETAILhttps://phabricator.wikimedia.org/T161522EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T160053: [Epic] support for Senses

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created subtask T161522: [Epic] Senses of a Lexeme (UI).
TASK DETAILhttps://phabricator.wikimedia.org/T160053EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Jan_Dittrich, Aklapper, daniel, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T145819: Jobs invoking SiteConfiguration::getConfig cause HHVM to fail updating the bytecode cache due to being filesize limited to 512MBytes

2017-03-27 Thread hashar
hashar added a comment.
Might be surfacing again  from CirrusSearch related web requests (that shell out to mwscript getConfig): T161520TASK DETAILhttps://phabricator.wikimedia.org/T145819EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: thcipriani, Anomie, aaron, MZMcBride, Tobi_WMDE_SW, FastLizard4, JJMC89, zeljkofilipin, Lydia_Pintscher, daniel, aude, Addshore, Aklapper, greg, Legoktm, demon, gerritbot, Stashbot, hashar, QZanden, D3r1ck01, Izno, MGChecker, Luke081515, Wikidata-bugs, ArielGlenn, Mbch331, Jay8g, Joe, jeremyb, mmodell___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T159205: List of openstreetmap items with Wikidata id

2017-03-27 Thread Izno
Izno added a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T159205EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: IznoCc: Pnorman, Sabas88, Abbe98, MaxSem, Yurik, Deskana, JGirault, Zache, Aklapper, QZanden, EBjune, Orienteerix, Avner, Ddproxy, debt, Gehel, D3r1ck01, phabyogi, FloNight, GAllegre, Susannaanas, Izno, ferdbold, lxbarth, Planemad, Wikidata-bugs, Ryasmeen, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T127959: Write Learning Pattern on Community Communication for Wikidata

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from "Lowest" to "Low".
TASK DETAILhttps://phabricator.wikimedia.org/T127959EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Esc3300, Lydia_Pintscher, Lea_Lacroix_WMDE, ChrisPins, Aklapper, Juscwmde, johl, StudiesWorld, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T158108: Incorrect display of Special:ListProperties (regression)

2017-03-27 Thread matej_suchanek
matej_suchanek removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T158108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, matej_suchanekCc: matej_suchanek, gerritbot, TerraCodes, Ladsgroup, hoo, aude, Aleksey_WMDE, thiemowmde, Lydia_Pintscher, Aklapper, Bugreporter, Soteriaspace, Jrbranaa, JakeTheDeveloper, QZanden, DatGuy, Abbe98, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T123804: Several wikidata property list pages are broken

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.org.Lydia_Pintscher moved this task from incoming to monitoring on the Wikidata board.
TASK DETAILhttps://phabricator.wikimedia.org/T123804WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lea_Lacroix_WMDE, Lydia_Pintscher, Aklapper, StudiesWorld, Smalyshev, Soteriaspace, JakeTheDeveloper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158108: Incorrect display of Special:ListProperties (regression)

2017-03-27 Thread matej_suchanek
matej_suchanek added a comment.
Order by page_id?TASK DETAILhttps://phabricator.wikimedia.org/T158108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, matej_suchanekCc: matej_suchanek, gerritbot, TerraCodes, Ladsgroup, hoo, aude, Aleksey_WMDE, thiemowmde, Lydia_Pintscher, Aklapper, Bugreporter, Adik2382, Soteriaspace, Jrbranaa, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, DatGuy, Abbe98, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T118498: Rename "DataType" to "PropertyType" across the code base and documentation.

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Need-volunteer.
TASK DETAILhttps://phabricator.wikimedia.org/T118498EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: thiemowmde, Liuxinyu970226, Lydia_Pintscher, Aklapper, StudiesWorld, daniel, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T155103: Create a truthy nt dump

2017-03-27 Thread hoo
hoo added a comment.
Shall this just include RdfProducer::PRODUCE_TRUTHY_STATEMENTS?

We potentially at least also want RdfProducer::PRODUCE_PROPERTIES ("Add entity definitions for properties used in the dump"), RdfProducer::PRODUCE_VERSION_INFO ("Produce metadata header containing software version info and copyright.") and RdfProducer::PRODUCE_NORMALIZED_VALUES ("Produce normalized values for values with units."). Possibly we also want RdfProducer::PRODUCE_RESOLVED_ENTITIES ("Produce definitions for all entities used in the dump"), although I'm not sure what the indications of that exactly are.

Maybe interesting: EntityDataSerializationService::getFlavor (although that doesn't have a "truthy" flavor).TASK DETAILhttps://phabricator.wikimedia.org/T155103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Lydia_Pintscher, hoo, Lucie, Lunewa, QZanden, D3r1ck01, Izno, gnosygnu, Wikidata-bugs, Hydriz, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160924: Add goransm to ldap/wmde group

2017-03-27 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.
If this helps here, I have an WMDE e-mail account now: goran.milovanovic_...@wikimedia.deTASK DETAILhttps://phabricator.wikimedia.org/T160924EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MoritzMuehlenhoff, GoranSMilovanovicCc: MoritzMuehlenhoff, Abraham, Tobi_WMDE_SW, GoranSMilovanovic, Addshore, Aklapper, Th3d3v1ls, Hfbn0, QZanden, Zppix, elukey, D3r1ck01, Izno, Wikidata-bugs, aude, faidon, Jdforrester-WMF, Mbch331, Jay8g, Krenair, fgiunchedi, demon, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160656: Build EntityDiffViewFactory for different entity types and use it in EntityDiffVisualizer

2017-03-27 Thread Ladsgroup
Ladsgroup added a comment.
Given that gerritbot still doesn't want to add comment when I make a patch:


https://gerrit.wikimedia.org/r/344943 Add $entity attribute to EntityContentDiff
TASK DETAILhttps://phabricator.wikimedia.org/T160656EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: gerritbot, WMDE-leszek, daniel, Aklapper, Ladsgroup, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160865: Create Wikipedia Khowar

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T13:20:44Z]  Synchronized static/images/project-logos/: Add khw.wikipedia logos to static resources (T160865) (duration: 00m 43s)TASK DETAILhttps://phabricator.wikimedia.org/T160865EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: StashbotCc: Nemo_bis, StevenJ81, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Rschen7754, Dereckson, TerraCodes, gerritbot, Aklapper, MF-Warburg, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Urbanecm, D3r1ck01, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, 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] T160865: Create Wikipedia Khowar

2017-03-27 Thread gerritbot
gerritbot added a comment.
Change 343585 merged by jenkins-bot:
[operations/mediawiki-config@master] Add khw.wikipedia logos to static resources

https://gerrit.wikimedia.org/r/343585TASK DETAILhttps://phabricator.wikimedia.org/T160865EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Nemo_bis, StevenJ81, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Rschen7754, Dereckson, TerraCodes, gerritbot, Aklapper, MF-Warburg, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Urbanecm, D3r1ck01, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, 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] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread matej_suchanek
matej_suchanek added a project: User-notice.
TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, matej_suchanekCc: Nemo_bis, Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Johan, Izno, Luke081515, Wikidata-bugs, TheDJ___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Mbch331
Mbch331 added a comment.

In T161263#3133567, @Ladsgroup wrote:
@Mbch331 It seems you were able to add the label in the second (or more) try: https://www.wikidata.org/w/index.php?title=Q352940=prev=470697022 Same happens to me too. Sometimes it works sometimes it doesnt.


I was talking about the label and the linked edit is an update of the description.
Just tested Q352940 and I could add the label now.TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Mbch331Cc: Nemo_bis, Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Ladsgroup
Ladsgroup added a comment.
Okay, I manually logged in into one random mediawiki node and saw it wasn't sync'ed there. It seems sync-dir in scap is not as fun as it looks. I manually tested it several times now and it works just fine but please test again and tell me if anything is not correct.TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: Nemo_bis, Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T12:21:09Z]  Synchronized php-1.29.0-wmf.17/extensions/Wikidata/vendor/composer/installed.json: Third try for Update Wikidata - fix term validation (T161263) Part III (duration: 00m 43s)TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Nemo_bis, Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T12:19:40Z]  Synchronized php-1.29.0-wmf.17/extensions/Wikidata/extensions/Wikibase/: Third try for Update Wikidata - fix term validation (T161263) Part II (duration: 01m 32s)TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Nemo_bis, Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T12:17:33Z]  Synchronized php-1.29.0-wmf.17/extensions/Wikidata/composer.lock: Third try for Update Wikidata - fix term validation (T161263) Part I (duration: 00m 44s)TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T12:16:57Z]  start of ladsgroup@tin:/srv/mediawiki-staging$ scap sync-file php-1.29.0-wmf.17/extensions/Wikidata/composer.lock 'Third try for Update Wikidata - fix term validation (T161263) Part I'TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T154590: Concept URIs of foreign entities should be based on URL of the repo entity belongs to, and not be including a prefixed entity ID

2017-03-27 Thread Aleksey_WMDE
Aleksey_WMDE added a comment.
Is it "Done"?TASK DETAILhttps://phabricator.wikimedia.org/T154590EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, Aleksey_WMDECc: Aleksey_WMDE, gerritbot, daniel, WMDE-leszek, thiemowmde, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Ladsgroup
Ladsgroup added a comment.
@Mbch331 It seems you were able to add the label in the second (or more) try: https://www.wikidata.org/w/index.php?title=Q352940=prev=470697022 Same happens to me too. Sometimes it works sometimes it doesnt.TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T157965: [Task] Release Wikibase DataModel 7.0.0

2017-03-27 Thread Aleksey_WMDE
Aleksey_WMDE removed a project: Patch-For-Review.Aleksey_WMDE edited the task description. (Show Details)
EDIT DETAILS...* [x] Tag the release.
* [ * [x] https://gerrit.wikimedia.org/r/342817 updates Wikibase to use DataModel 7.0TASK DETAILhttps://phabricator.wikimedia.org/T157965EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Aleksey_WMDECc: gerritbot, Lydia_Pintscher, WMDE-leszek, hoo, aude, daniel, thiemowmde, JeroenDeDauw, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Mbch331
Mbch331 added a comment.
Just tried to add the label Λουδοβίκος του Εβρέ to Q352940 and I get a pop-up saying invalid input.
ApiSandbox fails as well: Malformed input: \u039b\u03bf\u03c5\u03b4\u03bf\u03b2\u03af\u03ba\u03bf\u03c2 \u03c4\u03bf\u03c5 \u0395\u03b2\u03c1\u03adTASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Mbch331Cc: Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Ladsgroup
Ladsgroup added a comment.
I just tried again and it worked: https://www.wikidata.org/w/index.php?title=Q37617=470696095=470516941. @Mr.Ibrahem Can you provide more details? Most importantly, when was the last time you tried and can you try again?TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Mr.Ibrahem
Mr.Ibrahem added a comment.
I always got error "Malformed input" when I tray to add Arabic labels/aliases/descriptionsTASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Mr.IbrahemCc: Mr.Ibrahem, Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T161201: Run browser tests in CI

2017-03-27 Thread Aleksey_WMDE
Aleksey_WMDE moved this task from Review to Done on the Wikidata-Sprint board.Aleksey_WMDE lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T161201WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, Aleksey_WMDECc: Aleksey_WMDE, gerritbot, Jonas, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T158108: Incorrect display of Special:ListProperties (regression)

2017-03-27 Thread Aleksey_WMDE
Aleksey_WMDE moved this task from Review to Done on the Wikidata-Sprint board.Aleksey_WMDE lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T158108WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, Aleksey_WMDECc: gerritbot, TerraCodes, Ladsgroup, hoo, aude, Aleksey_WMDE, thiemowmde, Lydia_Pintscher, Aklapper, Bugreporter, Adik2382, Soteriaspace, Jrbranaa, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, DatGuy, Abbe98, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Ladsgroup
Ladsgroup removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Jrbranaa, QZanden, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Ladsgroup
Ladsgroup added a comment.
Now it works. https://www.wikidata.org/w/index.php?title=Q211760=470686073=470531099. If you can't do it, it might be because of varnish caching or something similar. Give it another try in several minutes. If it persists, feel free to reopen this task.TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Adik2382, Jrbranaa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Ladsgroup
Ladsgroup closed this task as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Adik2382, Jrbranaa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T10:16:30Z]  Synchronized php-1.29.0-wmf.17/extensions/Wikidata: Second try for Update Wikidata - fix term validation (T161263) (duration: 02m 05s)TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Adik2382, Jrbranaa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T10:15:00Z]  start of ladsgroup@tin:/srv/mediawiki-staging/php-1.29.0-wmf.17$ scap sync-dir php-1.29.0-wmf.17/extensions/Wikidata "Second try for Update Wikidata - fix term validation (T161263)"TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Adik2382, Jrbranaa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160903: Embedding the Query Service in Medium

2017-03-27 Thread johl
johl added a comment.
I think @Jonas can explain that better.TASK DETAILhttps://phabricator.wikimedia.org/T160903EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: johlCc: Lea_Lacroix_WMDE, Jonas, Lydia_Pintscher, johl, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160903: Embedding the Query Service in Medium

2017-03-27 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a comment.
@johl : can you describe a bit more the steps that would be to do? I'd like to add the ticket as need-volunteer but we should clarify it first.TASK DETAILhttps://phabricator.wikimedia.org/T160903EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: johl, Lea_Lacroix_WMDECc: Lea_Lacroix_WMDE, Jonas, Lydia_Pintscher, johl, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T09:54:03Z]  Synchronized php-1.29.0-wmf.17/extensions/Wikidata: Update Wikidata - fix term validation (T161263) (duration: 02m 22s)TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Adik2382, Jrbranaa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions

2017-03-27 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-03-27T09:52:12Z]  start of ladsgroup@tin:/srv/mediawiki-staging/php-1.29.0-wmf.17$ scap sync-dir php-1.29.0-wmf.17/extensions/Wikidata "Update Wikidata - fix term validation (T161263)"TASK DETAILhttps://phabricator.wikimedia.org/T161263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, StashbotCc: Stashbot, DmitTrix, Esc3300, Mbch331, Liuxinyu970226, revi, Infovarius, Vachovec1, Emijrp, thiemowmde, Lydia_Pintscher, aude, gerritbot, Ladsgroup, Lea_Lacroix_WMDE, Drbug, MaxBioHazard, Mahir256, TerraCodes, Jay8g, Aklapper, Base, NickK, Adik2382, Jrbranaa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T161491: list of larger re-users of our data

2017-03-27 Thread Lydia_Pintscher
Lydia_Pintscher created this task.Lydia_Pintscher added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONRight now we don't have a nice list of reusers of our data here: https://www.wikidata.org/wiki/Wikidata:Data_access#Examples_and_showcases

We should have something similar to https://www.wikidata.org/wiki/Wikidata:Data_donation#Organisations_who_have_worked_with_Wikidata

It should be a well-curated list of 5 to 10 big institutions, projects, companies using our data.TASK DETAILhttps://phabricator.wikimedia.org/T161491WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: johl, Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151186: Add monolingual language code fr-ca

2017-03-27 Thread GerardM
GerardM added a comment.
Hoi,
When you want a technical point, the code is a combination of two parts, to
standards. It is fr, the ISO 639 -1 code for Francais, the French language
and CA, the ISO 3166-2 code for Canada. Both should be spelled correctly so
the code should be fr-CA
Thanks,

GerardMTASK DETAILhttps://phabricator.wikimedia.org/T151186EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GerardMCc: Lea_Lacroix_WMDE, MF-Warburg, VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151186: Add monolingual language code fr-ca

2017-03-27 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a comment.
@MF-Warburg & others
Hello :) Do you have any update regarding this topic? The ticket is open for a while now, we should be able to move on.
If you have any specific technical issue about Wikidata, let me know.
Thanks!TASK DETAILhttps://phabricator.wikimedia.org/T151186EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Lea_Lacroix_WMDE, MF-Warburg, VIGNERON, Esc3300, Lydia_Pintscher, GerardM, Fralambert, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-03-27 Thread Nemo_bis
Nemo_bis added a comment.
how to print French translation too, as English isn't always understood

The answer is to enable French as assistant language in their preferences.TASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Nemo_bisCc: Nemo_bis, StevenJ81, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Urbanecm, D3r1ck01, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, 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] T151993: Implement ChangeDispatchCoordinator based on RedisLockManager

2017-03-27 Thread jcrespo
jcrespo added a comment.
It just occurred to me an extra reason to avoid using a db master- master failover is a relative frequent operation: it will happen every time the master mysql is upgraded, or when there is a datacenter failover (2 of those will happen on April/May)- probably there wasn't any safe guard to avoid issues when that happened.TASK DETAILhttps://phabricator.wikimedia.org/T151993EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, jcrespoCc: gerritbot, Ladsgroup, hoo, Lydia_Pintscher, Jonas, Aklapper, jcrespo, Marostegui, daniel, aaron, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Minhnv-2809, Maathavan, D3r1ck01, Izno, Luke081515, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T43451: ULS causes pages to be cached with random user language

2017-03-27 Thread Nemo_bis
Nemo_bis changed the task status from "Resolved" to "Declined".
TASK DETAILhttps://phabricator.wikimedia.org/T43451EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Nemo_bisCc: Logicwiki, liangent, Wikidata-bugs, Amire80, Krenair, siebrand, jeblad, Nemo_bis, SPQRobin, He7d3r, ori, santhosh, aude, faidon, tstarling, MZMcBride, mark, GWicke, DanielFriesen, RobLa-WMF, Bawolff, wikibugs-l-list, Pginer-WMF, Lydia_Pintscher, jeremyb, Eloquence, Nikerabbit, daniel, hoo, Th3d3v1ls, Hfbn0, Zppix, MuhammadShuaib, Psychoslave, Gryllida, Shizhao, Arrbee, KartikMistry, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs