[01:22:21] (03PS8) 10Hoo man: Add on option to dumpJson for outputting json snippets [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 [01:24:33] (03PS9) 10Hoo man: Add on option to dumpJson for outputting json snippets [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 [01:25:11] (03CR) 10Hoo man: "Changed to a boolean --snippet option now (per Daniel and Thiemo)." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 (owner: 10Hoo man) [01:33:28] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 (owner: 10Hoo man) [01:38:00] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 (owner: 10Hoo man) [02:45:59] Should 2 brothers (in one item) be tagged as human, duo, or brothers? and should a gender-property be added? [08:52:15] (03CR) 10Thiemo Mättig (WMDE): [C: 031] "Just a few suggestions that are no reason to block this further." (034 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 (owner: 10Hoo man) [09:46:02] Lydia_WMDE, aude: daily? [09:46:31] DanielK_WMDE: maybe [09:46:45] no one seems interested yet [09:48:20] hm, ok. not too keen either :P [09:48:46] hi! [09:52:18] (03CR) 10Daniel Kinzler: Force EditFilterMergedHook to be registered in EditEntity (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140722 (https://bugzilla.wikimedia.org/65727) (owner: 10Aude) [10:00:34] (03PS1) 10WikidataBuilder: New Wikidata Build - 23/06/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/141387 [10:11:06] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/141387 (owner: 10WikidataBuilder) [10:13:38] [travis-ci] wmde/WikibaseQueryEngine/dv-forward/07adb41 : Thiemo Mättig The build was broken. http://travis-ci.org/wmde/WikibaseQueryEngine/builds/28210624 [11:03:24] JeroenDeDauw, Thiemo_WMDE, aude, Lydia_WMDE: I just sent a mail to the list regarding redirect resolution. Feedback would be very welcome. [11:33:58] (03CR) 10Daniel Kinzler: [C: 04-1] "Some points to discuss." (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 (owner: 10Thiemo Mättig (WMDE)) [11:40:03] (03CR) 10Daniel Kinzler: "What Jeroen said." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141239 (https://bugzilla.wikimedia.org/62546) (owner: 10Hoo man) [11:43:05] (03CR) 10Daniel Kinzler: Refactor EntityContentTest and related (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140960 (owner: 10Thiemo Mättig (WMDE)) [11:49:11] hi :) [11:52:12] (03CR) 10Daniel Kinzler: [C: 032] Test that non-legacy JSON is not recoded (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140961 (owner: 10Thiemo Mättig (WMDE)) [12:00:27] (03CR) 10Daniel Kinzler: [C: 031] "I agree with Thiemo's comments, and added a few. This is ok to be merged, but documentation & naming could be improved." (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/139367 (owner: 10Hoo man) [12:27:52] [travis-ci] wmde/WikibaseQueryEngine/indexes/edb44e5 : Thiemo Mättig The build passed. http://travis-ci.org/wmde/WikibaseQueryEngine/builds/28218225 [13:11:24] (03CR) 10Daniel Kinzler: "Thiemo: if you want to get rid of this class completely, please explain how you plan to encapsulate the knowledge of *how* notifications a" (035 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140719 (https://bugzilla.wikimedia.org/66831) (owner: 10Daniel Kinzler) [13:11:40] Thiemo_WMDE: --^ [13:12:27] Thiemo_WMDE: background: we may change to using redis for this directly. The notification mechanism needs to be opaque. [13:12:54] we do [13:20:20] aude: for now, we'd be using redies job queue to queue the dispatch runs... we'd still be queueing notifications locally in the DB. But that could also be switched to redis eventually. [13:21:24] we want to avoid db entirely for htis, [13:21:26] ideally [13:36:44] hi, Does anyone know about this error? happens when I run wbcreateclaim (for geo coordinates) [13:36:45] {u'servedby': u'mw1131', u'error': {u'info': u'$2 instead of $1', u'code': u'modification-failed', u'messages': [{u'html': {u'*': u'$2 instead of $1'}, u'name': u'wikibase-validator-bad-type', u'parameters': []}]}} [13:38:41] hmmmm, informative :/ [13:41:18] Hi there I try to make a HTTP request on wikidata using Javascript [13:41:21] but I get : No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. [13:41:32] how do I avoid that? [13:42:19] aude: seems like using php variables inside ' quotes instead " [13:42:34] amazingly, I have seen a lot of that [13:44:12] Amir1: aude: https://translatewiki.net/wiki/MediaWiki:Wikibase-validator-bad-type/qqq [13:44:53] dabbelingWikidat: https://www.mediawiki.org/wiki/API:Cross-site_requests [13:45:37] lazowik: I can't understand: basically the error is "wrong type" [13:45:57] but I checked several times, and P625 has geo coordinate type [13:46:22] aude: thanks! [13:46:23] can you paste stuff that you are submitting? [13:46:43] well, if the error was shown ok, you'd see what it is complaining about [13:47:44] hmm, it's not a thing with quotes [13:47:48] msg params are missing [13:48:07] aude: this is the url: /w/query.php?format=json&bot=1&value=%7B%22latitude%22%3A33.06666667%2C%22longitude%22%3A-117.1166667%2C%22globe%22%3A%22http%3A//www.wikidata.org/entity/Q2%22%7D&entity=Q5801603&token=21d996b34cc1bceead3d500e5f576f93%2B%5C&snaktype=value&action=wbcreateclaim&property=P625 [13:48:34] value is '{\"latitude\":%s,\"longitude\":%s,\"globe\":\"http://www.wikidata.org/entity/Q2\"}' % (lat, longti) [13:48:49] no precision? [13:49:12] as here I determined no precision: http://www.wikidata.org/w//api.php [13:49:24] (search for "longit") [13:49:34] think it's required so the docs might be wrong [13:49:52] bah [13:49:54] bad example [13:50:04] if it's required please be informative [13:50:20] * aude making patch [13:50:22] and validtor compares null against precision… [13:50:24] say something like "lack of required parameter $1" [13:50:37] another issue is the useless error info [13:50:57] $1 and $2 _should_ be replaced with types [13:51:29] lazowik: but it doesn't [13:51:30] so it'd say something like null instead of whateverTypeForPrecisionIs [13:51:44] Amir1: yep, and I don't know why [13:51:49] https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/0240e358e3977d9338aba5ba25b288f3b94b05f6/lib/includes/Validators/TypeValidator.php [13:51:50] looks ok [13:52:02] aude: thank you :) [13:52:03] (line 58) [13:52:14] lolwat Belgian government, I need to pay an extra 6k for 2012?! >_> rage [13:55:21] hmm [13:55:46] are this message params even added for errors displayed in api request? [13:55:50] aude: ^ ? [13:56:10] (03PS1) 10Aude: Improve example in CreateClaim... precision required [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141421 [13:56:20] i think DanielK_WMDE last touched the code, he might know [13:56:29] i have to look at the code [14:01:23] aude: https://www.wikidata.org/wiki/Special:Contributions/Dexbot [14:01:39] yay [14:01:54] imporitng kolossos's coordinates? [14:02:05] gahh!!!! [14:02:13] Cannot contact the database server: Too many connections (10.64.16.10)) [14:02:57] aude: yes :) [14:03:09] works again [14:03:32] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141421 (owner: 10Aude) [14:03:35] lazowik: hm? [14:04:03] DanielK_WMDE: are mediawiki msg params added to errors if displayed in api result? [14:04:08] JeroenDeDauw: Belgium has a government now? [14:04:40] DanielK_WMDE: Amir1 got a not-so-helpful '$2 instead of $1' [14:04:41] lazowik: i'll say "yes" though i'm not quite sure what you mean by "added" or "displayed". [14:04:53] :p [14:04:58] DanielK_WMDE: now yes. Not back then. Hmmm... [14:05:01] if $1 $2 $whatever are replaced [14:05:02] they should be substituted, yes [14:05:08] so that's a bug [14:05:09] and they should also be contained as separate strings [14:05:14] lazowik: i guess so. [14:05:40] DanielK_WMDE: I can send you the exact ways to reproduce it [14:06:27] coordinate w/o precision [14:06:36] DanielK_WMDE: and this replacing happens together with localizing? [14:06:40] in ValidatorErrorLocalizer [14:07:05] lazowik: yes. Via a MessageParameterLocalizer used by the ValidatorErrorLocalizer. [14:07:22] Validator Errors are unlocalized and may contain complex objects as message parameters. [14:07:59] it tries to stringify them [14:08:00] ValidatorErrorLocalizer picks a message key and uses a MessageParameterLocalizer to turn the parameters into strings if they arn't strigns yet. [14:08:05] yes. [14:08:24] Would be good to know whether the parameters are missing, get lost, or are somehow ignored [14:08:54] or some msgs are not passed through localizer [14:09:25] that wouldn't work, because then they would be Validators\Error objects [14:09:41] ValidatorErrorLocalizerTest has a test with parameters. so the general mechanism works. [14:09:50] mhm [14:09:51] the quest6ion is then - why doesn't it work in this case? [14:09:56] https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/0240e358e3977d9338aba5ba25b288f3b94b05f6/lib/includes/Validators/TypeValidator.php [14:09:58] ^ that look ok [14:10:11] (line 58) [14:11:27] hmm [14:11:29] {u'servedby': u'mw1131', u'error': {u'info': u'$2 instead of $1', u'code': u'modification-failed', u'messages': [{u'html': {u'*': u'$2 instead of $1'}, u'name': u'wikibase-validator-bad-type', u'parameters': []}]}} [14:11:33] that was the error [14:11:54] DanielK_WMDE: 'parameters': [] <- here should be the message parameters? [14:11:57] it's also not a abad type [14:12:00] btw [14:12:08] just missing precision (one of the reqiured params) [14:12:13] ideally the error says that [14:12:23] aude: I think it tries comparing null [14:16:23] lazowik: yes [14:16:30] for some reason, they get lost somewhere? [14:16:57] aude: well, internally, "missing" turns into "null" at some point. [14:17:06] would be nice to catch this earlier, or with a more meaningful message [14:17:12] *technically* the message is correct [14:17:50] lazowik: just added a test case that explicitly checks whether the parameter make it through localization. they do. [14:18:00] mhm [14:18:06] No idea when and how they get lost... [14:18:39] lazowik: can you tell me how to reproduce? try to add a claim with a value that is missing a precision? [14:18:48] i can poke at that I guess [14:18:56] that's what Amir1 tried to do [14:19:01] and got that error then [14:20:50] (03CR) 10Thiemo Mättig (WMDE): Test that non-legacy JSON is not recoded (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140961 (owner: 10Thiemo Mättig (WMDE)) [14:22:48] hmm [14:22:51] https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/bd676ac8e4a8226159b6d86c60a204cd897a71a5/repo/includes/api/ClaimModificationHelper.php [14:23:10] errorReporter definition missing? [14:23:44] Lydia_WMDE: DanielK_WMDE https://github.com/Wikidata-lib/PropertySuggester/issues/81 [14:23:57] not required for deployment but nice to have in the future [14:24:59] (03CR) 10Thiemo Mättig (WMDE): "I suggest to merge this first for the argument given in the comments. I will rebase Daniels change, no problem." (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140960 (owner: 10Thiemo Mättig (WMDE)) [14:28:39] lazowik: yea, that'S missing, but PHP doesn't care. it'S essentially a documentation flaw. [14:30:34] I belive that Q6700069 & Q3839796 is about the same person, but I am not 100% sure...can someone give a second opinion? [14:30:59] (03CR) 10Thiemo Mättig (WMDE): Clean-up EntityHandler (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 (owner: 10Thiemo Mättig (WMDE)) [14:34:32] Josve05a: looking at http://viaf.org/viaf/90735203/#Luciani,_Luigi,_1840-1919 , I tend to agree [14:36:01] thank whym_away! [14:37:31] JeroenDeDauw: replied to your mail [14:42:53] HA [14:42:56] DanielK_WMDE: https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/0240e358e3977d9338aba5ba25b288f3b94b05f6/lib/includes/Validators/NumberValidator.php [14:43:07] or not [14:44:04] (03PS2) 10Thiemo Mättig (WMDE): Clean-up EntityHandler [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 [14:45:11] aude: there is another error: [14:45:14] lazowik: a, seems like the parameters are indeed missing there [14:45:20] {"latitude": 65.038936, "globe": "http://www.wikidata.org/entity/Q2", "precision": 0.0001, "longitude": -147.655993} [14:45:21] Getting a token. [14:45:23] Creating claim in item Q802101 [14:45:24] Traceback (most recent call last): [14:45:26] File "coords.py", line 68, in [14:45:27] data.editclaim(625,value= value, refs={(143, langid[lang])}, raw_value = True) [14:45:29] File "/data/project/dexbot/pywikipedia-git/wikipedia.py", line 4395, in editclaim [14:45:30] raise RuntimeError("API query error: %s" % data) [14:45:32] RuntimeError: API query error: {u'servedby': u'mw1205', u'error': {u'info': u'Invalid snak (array expected)', u'code': u'invalid-snak', u'messages': [{u'html': {u'*': u'Invalid snak'}, u'name': u'wikibase-api-invalid-snak', u'parameters': []}]}} [14:45:33] Amir1: pastebin! [14:45:53] DanielK_WMDE: but that's a different message [14:45:53] (03PS3) 10Thiemo Mättig (WMDE): Clean-up EntityHandler [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 [14:46:06] lazowik: sorry, I'm a little bit tired right now [14:46:10] I'll do next time [14:46:23] DanielK_WMDE: it doesn't even have parameters [14:46:24] does anyone what's wrong with the snak, it seems okay to me [14:47:07] lazowik: how is it a different message? [14:47:27] DanielK_WMDE: I mean, that one says directly Bad ”type, expected an integer or float value” [14:47:36] *bad quote position :p [14:48:30] or that is not displayed? [14:49:49] hmm, right, that'd be that [14:51:43] lazowik: yea, fixing. [14:51:59] it would be nice to report missing fields in a better way. thinking about that. [14:52:28] mhm [14:53:27] aude: ^ haha DanielK_WMDE hasn't touched that code :p [14:53:31] actually, you did :D [14:53:45] that code -> https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/0240e358e3977d9338aba5ba25b288f3b94b05f6/lib/includes/Validators/NumberValidator.php [14:54:33] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 (owner: 10Thiemo Mättig (WMDE)) [14:55:25] * aude hides :) [14:56:17] Amir1: thanks for reporting that lousy error :) [14:56:40] lazowik: you are welcome :) [14:57:30] lazowik: do you what's wrong with the second error? [14:57:41] haven't looked yet [14:57:48] (Invalid snak: array excepted) [14:58:02] this is the snak: {"latitude": 65.038936, "globe": "http://www.wikidata.org/entity/Q2", "precision": 0.0001, "longitude": -147.655993} [14:58:12] what can be wrong? [14:58:17] i can try it [14:58:24] looks good to me [14:58:35] (03PS1) 10Daniel Kinzler: Add params to bad-type error in NumberValidator. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141431 [14:59:06] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 (owner: 10Thiemo Mättig (WMDE)) [15:06:10] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141431 (owner: 10Daniel Kinzler) [15:16:13] (03PS1) 10Daniel Kinzler: Make DataFieldValidator require the field to be set. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 [15:17:13] aude, lazowik, Amir1: have a look at the patches above. [15:17:31] Amir1: are you able to add the above to other items? [15:17:34] or similar? [15:18:14] aude: No I couldn't [15:18:25] but you're adding other coordinates? [15:18:27] aude: there is currenly no good way to include the context of an error in the message... [15:19:00] (03CR) 10Michał Łazowik: [C: 04-1] "Fix whitesapce, please." (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 (owner: 10Daniel Kinzler) [15:19:07] aude: the Error object actually supports that (via the somewhat awkward "property" field), but the code that create the Error object doesn't know about that. [15:19:49] * lazowik off for a while [15:19:51] Maybe the context should be accumulated in the Result object, on its way up the stack via return statements. [15:20:23] aude: http://paste.ubuntu.com/7690846/ [15:20:55] I changed "precision": 1e-05 to "precision": 0.001 nothing changed [15:21:19] it worked for me [15:21:46] {"latitude":65.038936,"longitude":-147.655993,"altitude":null,"precision":0.0001,"globe":"http://www.wikidata.org/entity/Q2"} [15:21:51] ignore the altitude, not needed [15:22:14] (03CR) 10Ladsgroup: "besides the \t and space thing, looks okay to me" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 (owner: 10Daniel Kinzler) [15:22:47] aude: maybe it's because it's not in the right order [15:22:52] is it important for API? [15:22:57] should be irrelevant [15:23:57] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 (owner: 10Daniel Kinzler) [15:24:18] (03PS2) 10Daniel Kinzler: Make DataFieldValidator require the field to be set. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 [15:25:34] oh I see, it an issue in parsing it in and sending it to API [15:25:46] * aude cloning pywikibot [15:26:08] i should learn how to use it to see what / how it does [15:28:08] [13Diff] 15JeroenDeDauw 04deleted 062 at 1439d4e6a: 02http://git.io/Wo-kKQ [15:31:52] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 (owner: 10Daniel Kinzler) [15:31:57] Amir1: looks good now [15:32:04] yes [15:32:21] I used json.dumps(value) twice [15:32:24] i fixed it [15:32:27] :) [16:12:58] (03PS1) 10Aude: Pass parameters to bad-type validator error [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141455 [16:13:23] (03CR) 10Aude: "looks good and verified, though one nitpick" (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 (owner: 10Daniel Kinzler) [16:13:38] (03CR) 10Aude: [C: 04-1] "to get your attention" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141440 (owner: 10Daniel Kinzler) [16:20:28] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141455 (owner: 10Aude) [16:39:35] Lydia_WMDE: please test https://wikidata-dev-repo.wmflabs.org/wiki/Q2 :) [16:39:48] added all the wikidata properties, cleaned the old stuff [16:40:10] now to put on beta [17:08:04] * Stryn still feels like being a noob with Wikidata [17:08:32] Stryn :p [17:09:27] I was doing some tests, and couldn't change a property value from 108±1 to 108 [17:09:38] "Precision higher than "DAY" is not yet supported" Is it not porrible to add time at day too? When (if) will this be implemented? E.g. +00000002011-09-17T16:30:00Z [17:09:43] possible* [17:10:04] Josve05a: yes not implemented because conversion will need to be taken into account [17:10:30] right...timezones! (stupid me...) [17:10:41] :) [17:11:58] ah, I need to change it from 108±1 to 108±0 and then I get rid of this stupid number and ± [17:12:04] Lydia_WMDE: How do I add dates that are "born 1989 or 1990"? I can't just choose 'decade', since it is not the same decade... [17:12:25] Josve05a: probably add both values [17:12:29] and add references [17:13:17] is it not possible to add precition +/-1year or Before 0 After 1 [17:13:46] i think not currently but might be [17:14:10] okey, good to know! [17:15:32] :) [17:26:18] what're you guys talking about? it sounds interesting :) [17:32:13] nikki: Looks like number/date precision…certainly something interesting to us as well, eh? [17:32:45] well, I guessed it was something like that :P I was hoping for more details [17:33:17] I know Wikidata allows setting numeric precision, though I never remember the syntax. [17:33:23] Apparently not dates though. [17:33:27] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] Add params to bad-type error in NumberValidator. (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141431 (owner: 10Daniel Kinzler) [17:33:28] huh, I guess I never tried [17:33:47] I know you can do decade-level imprecision as well (i.e. "1980s") [17:33:53] I'm mostly just envious of the unknown/no value stuff [17:34:16] For me it’s the flexible query system [17:34:51] what... daniel made same patch!? [17:35:58] (03Abandoned) 10Aude: Pass parameters to bad-type validator error [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141455 (owner: 10Aude) [17:36:46] At least MB can work around the unknown/no value with fake entities. [17:37:14] (03CR) 10Aude: [C: 04-1] Add params to bad-type error in NumberValidator. (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141431 (owner: 10Daniel Kinzler) [17:37:54] (03CR) 10Aude: Add params to bad-type error in NumberValidator. (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141431 (owner: 10Daniel Kinzler) [18:06:49] aude: haha, yes :p [18:13:47] aude: you ate Thiemo_WMDE1? [18:14:05] ... what??? [18:14:29] Thiemo_WMDE1: are you at the evil German talk thing? [18:14:53] yes. it's not good unfortunatelly. [18:15:42] das ist verboten! :) [18:16:03] what is forbidden? ;) [18:16:15] das deutsche sprachen [18:16:16] to say a WMDE event is bad? ;) [18:16:47] Silke just asked what the guys on the front are talking about. ;))) [18:17:41] Thiemo_WMDE: Lydia_WMDE will come punish you for saying something negative [18:18:13] its about privacy so lydia probably doesn't care. *evilgrin* [18:23:05] wow, this talk is going in a bad direction... :((( [18:23:15] how so?> [18:23:23] sorry, wrong channel, switching to #wikimedia-de-intern. [18:23:38] :p [18:23:43] omg [18:47:26] [13WikidataBuilder] 15filbertkm created 06phar (+1 new commit): 02http://git.io/U3QyvA [18:47:26] 13WikidataBuilder/06phar 14ecbd416 15aude: Update composer.phar [18:47:46] [13WikidataBuilder] 15filbertkm opened pull request #21: Update composer.phar (06master...06phar) 02http://git.io/zKHbJw [18:52:04] [13WikidataBuilder] 15filbertkm created 06git (+1 new commit): 02http://git.io/nldxew [18:52:04] 13WikidataBuilder/06git 1438ba33c 15aude: Allow cloning build resources from git [19:00:26] [13WikidataBuilder] 15filbertkm 04force-pushed 06git from 1438ba33c to 14c824bdd: 02http://git.io/cxGSAQ [19:00:26] 13WikidataBuilder/06git 14c824bdd 15aude: Allow cloning build resources from git [19:34:28] [travis-ci] wmde/WikidataBuilder/phar/ecbd416 : aude The build passed. http://travis-ci.org/wmde/WikidataBuilder/builds/28249682 [20:05:22] (03CR) 10WikidataJenkins: "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141548 (owner: 10L10n-bot) [21:41:40] (03CR) 10Thiemo Mättig (WMDE): "> Writing a follow up would be a good way to explain" (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140719 (https://bugzilla.wikimedia.org/66831) (owner: 10Daniel Kinzler) [22:20:03] (03PS3) 10Thiemo Mättig (WMDE): Refactor TermIndex::getEntityIdsForLabel [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/119302 [22:24:06] [13WikidataBuilder] 15addshore closed pull request #21: Update composer.phar (06master...06phar) 02http://git.io/zKHbJw [22:26:11] (03Abandoned) 10Addshore: New Wikidata Build - 18/06/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/140325 (owner: 10WikidataBuilder) [22:26:13] (03Abandoned) 10Addshore: New Wikidata Build - 20/06/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/140902 (owner: 10WikidataBuilder) [22:26:15] (03Abandoned) 10Addshore: New Wikidata Build - 21/06/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/141117 (owner: 10WikidataBuilder) [22:26:18] (03Abandoned) 10Addshore: New Wikidata Build - 22/06/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/141285 (owner: 10WikidataBuilder) [22:26:52] (03CR) 10Addshore: [C: 032] Improve example in CreateClaim... precision required [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141421 (owner: 10Aude) [22:27:48] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/119302 (owner: 10Thiemo Mättig (WMDE)) [22:29:58] (03CR) 10Addshore: "No problems with this" [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/141268 (owner: 10Ori.livneh) [22:33:02] [13WikidataBuilder] 15addshore pushed 1 new commit to 06master: 02http://git.io/HszOxw [22:33:02] 13WikidataBuilder/06master 1465a7701 15addshore: Use !empty() to check wmf config vars, in case they are undefined... [22:34:15] (03CR) 10Addshore: [C: 04-1] "This has been added to all of the relevant places:" [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/141268 (owner: 10Ori.livneh) [22:37:11] (03PS4) 10Thiemo Mättig (WMDE): Don't use unchecked global jQuery variable in non-critical JavaScript [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123092 [22:37:57] (03CR) 10Addshore: [C: 031] Clean-up EntityHandler [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/140958 (owner: 10Thiemo Mättig (WMDE)) [22:43:13] (03PS4) 10Thiemo Mättig (WMDE): Reduce loading spinner toggle to a single 'loading' CSS class name [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123298 [22:47:31] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123092 (owner: 10Thiemo Mättig (WMDE)) [22:50:46] (03PS1) 10Thiemo Mättig (WMDE): Move uncompressed JavaScript comment out [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141593 [22:53:38] (03PS5) 10Thiemo Mättig (WMDE): Don't use unchecked global jQuery variable in non-critical JavaScript [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123092 [22:55:16] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123298 (owner: 10Thiemo Mättig (WMDE)) [22:57:09] (03PS5) 10Thiemo Mättig (WMDE): Reduce loading spinner toggle to a single 'loading' CSS class name [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123298 [23:05:10] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141593 (owner: 10Thiemo Mättig (WMDE)) [23:07:30] (03PS2) 10Thiemo Mättig (WMDE): Move uncompressed JavaScript comment out [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141593 [23:07:49] (03PS6) 10Thiemo Mättig (WMDE): Don't use unchecked global jQuery variable in non-critical JavaScript [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123092 [23:07:54] (03PS6) 10Thiemo Mättig (WMDE): Reduce loading spinner toggle to a single 'loading' CSS class name [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123298 [23:15:45] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123092 (owner: 10Thiemo Mättig (WMDE)) [23:24:03] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123298 (owner: 10Thiemo Mättig (WMDE)) [23:28:44] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/141593 (owner: 10Thiemo Mättig (WMDE)) [23:33:06] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123092 (owner: 10Thiemo Mättig (WMDE)) [23:37:16] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/123298 (owner: 10Thiemo Mättig (WMDE))