[01:30:31] (03PS6) 10Hoo man: Catch EntityIdParsingExceptions in wbgetclaims [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) [01:36:28] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) (owner: 10Hoo man) [01:36:42] (03PS7) 10Hoo man: Catch EntityIdParsingExceptions in wbgetclaims [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) [01:42:18] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) (owner: 10Hoo man) [01:42:21] (03CR) 10Hoo man: "Fixed the tests (trick was to not create the Entity in the dataProvider, but only within the testGetInvalidIds function)" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) (owner: 10Hoo man) [03:09:57] H [03:10:50] New [06:56:05] (03CR) 10Adrian Lang: "Although it's already merged I still have some questions." (034 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133096 (https://bugzilla.wikimedia.org/64293) (owner: 10Daniel Kinzler) [08:04:58] hi ! how can I get a list of all the wikibase items ? (they aren't listed in Special:AllPages) [08:06:22] olivd: they are listed in Special:allPages. [08:06:56] olivd: if you want to look at the database, use the table wb_entity_per_page [08:07:29] DanielK_WMDE: oops I missed the namespace dropdown [08:07:35] :P [08:10:38] And is there a way to have some simple sparql-like queries, listing results right in the wiki ? or is wikibase more thought to be accessed externally through the API ? [08:14:06] olivd: queries are planned, but not yet implemented [08:14:47] you can not yet ask for items by a property. you can only search for labels and aliases at the moment [08:15:20] the first basic queries will hopefully be available soon. in fact, Adrian_WMDE is working on that Right Now (tm). [08:17:16] DanielK_WMDE: ok... also I read in wikidata's doc that there's currently no way to dumb the complete base, is this true for wikibase too ? (I'd need some complete xml or rdf dump so to be able to run queries with other tools) [08:19:50] olivd: repo/maintenance/dumpJson will give you a complete JSON dump. [08:21:23] olivd: the RDF mapping is still incomplete. you can make an XML dump with MediaWiki's standard dumpBackup, but it will give you bad-json-wrapped-in-xml, which doesn't help you much, i supposed. better to use the JSON dump that uses a sane representation [08:22:21] olivd: for processing such dumps, consider using the WikidataToolkit https://www.mediawiki.org/wiki/Wikidata_Toolkit [08:22:58] (afaik that currently uses the json-in-xml dumps - we only fixed the json dump script last weekend) [08:37:21] DanielK_WMDE: great thanks a lot ! [08:48:53] DanielK_WMDE: it seems all the scripts in /extensions/Wikidata/extensions/Wikibase/ fail, because they try to include other stuff using a broken relative link [08:49:01] Failed opening required '/var/www/html/wikibase/extensions/Wikidata/extensions/Wikibase/repo/maintenance/../../../../maintenance/Maintenance.php' [08:49:28] it seems they expect to be in the main extensions folder [08:50:34] olivd: Wikibase expects to be in ../extensions/... yes [08:51:26] on http://www.mediawiki.org/wiki/Wikibase/Installation, I followed the "Wikidata build" method [08:51:48] so I ended up with a structure like mediawiki/extensions/wikidata/extensions/wikibase [08:51:57] *sigh* [08:52:35] olivd: set MW_INSTALL_PATH to the path of your mediawiki install. [08:52:47] * DanielK_WMDE wonders why we don't use $IP, that should work. [08:53:17] DanielK_WMDE: We switched from $IP to manual path parsing in most components earlier this year [08:53:24] At least for resources [08:53:30] But that's maybe something different [08:53:31] ah, no, it doesn't. i'm confused now :P [08:53:42] Adrian_WMDE: yeam, different issue [08:53:52] Still bad for my setup :D [08:53:57] but still. *what*. [08:55:31] olivd: ok, got myself confused for a minute. but yes, just set the environemnt variable MW_INSTALL_PATH to your install path, that is, to /var/www/html/wikibase [08:56:29] (assuming that is where your mediawiki lives - the name "wikibase" is somewhat confusing) [09:03:54] (03PS1) 10Daniel Kinzler: Fix escapign of wikitext in monolingual values. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 [09:06:21] Adrian_WMDE: --^ [09:07:32] DanielK_WMDE: thanks it works ;) [09:09:45] (03PS2) 10Daniel Kinzler: Fix escapign of wikitext in monolingual values. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 [09:10:00] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 (owner: 10Daniel Kinzler) [09:15:30] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 (owner: 10Daniel Kinzler) [09:24:10] and one more question : is it possible to alter a property's data type after creation ? and what would be a good strategy to define custom property type with custom interface (geojson with a smal javascript widget to edit them graphically for instance) ? [09:28:09] olivd: no, it's not possible. at least not currently. [09:29:28] adding custom data types is not as easy as it should be I suppose... we are probably m,issing some hook points or registration functions to allow 3rd parties to register data types nicely. [09:30:54] it's not a big problem in theory (at least nto for the php code, the JS part may be more work). it's just that we don't have a nice interface for 3rd parties to register data types [09:32:10] olivd: now i'm interested in hearing what you're working on ;-) [09:32:45] Lydia_WMDE: hehe, I talked too much :D [09:33:19] olivd: lol no. but honestly i'd be interested. always good to hear how others are using our software [09:33:41] (03PS1) 10Daniel Kinzler: Factor common string validators into common methiod [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133216 [09:33:54] Lydia_WMDE: http://dhlab.epfl.ch/page-91073.html [09:34:21] or as a ted talk : http://www.ted.com/talks/frederic_kaplan_how_i_built_an_information_time_machine [09:35:15] olivd: cool! we've been looking for someone to help with the geoshape datatype. so if you are working on that please do upstream it :) [09:35:29] the community will be super happy [09:35:38] https://bugzilla.wikimedia.org/show_bug.cgi?id=55549 [09:36:11] that bug has some ideas about how to do it [09:36:20] olivd: yea, the geoshape datatype should go into the wikibase main line. do you have an account on wikimedia gerrit? you could contribute to wikibase directly [09:36:46] (03PS2) 10Daniel Kinzler: Factor common string validators into common method [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133216 [09:37:12] the thing is that I'm completely new to wikimedia/wikibase, I'm not sure at how easy it is to dive into it [09:37:31] you've been doing pretty well so far ;-) [09:37:36] and we're here to help [09:38:11] well I only installed it so far :) (and after 2 days) [09:38:14] (03PS3) 10Daniel Kinzler: Fix escapin of wikitext in monolingual values. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 [09:38:26] but it's nice to know you're interested into geofeatures as well [09:38:41] and we'll of course upstream any work which is worth it [09:38:54] cool [09:42:19] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133216 (owner: 10Daniel Kinzler) [09:45:01] haha, we added another wiki* word people can confuse. two actually [09:46:29] (03CR) 10Daniel Kinzler: [C: 032] Catch EntityIdParsingExceptions in wbgetclaims [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) (owner: 10Hoo man) [09:46:47] (03Merged) 10jenkins-bot: Catch EntityIdParsingExceptions in wbgetclaims [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133160 (https://bugzilla.wikimedia.org/65095) (owner: 10Hoo man) [09:47:12] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133216 (owner: 10Daniel Kinzler) [09:50:48] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 (owner: 10Daniel Kinzler) [10:00:22] (03PS1) 10WikidataBuilder: New Wikidata Build - 14/05/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/133217 [10:09:02] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/133217 (owner: 10WikidataBuilder) [10:34:41] (03CR) 10Tobias Gritschacher: [C: 032] New Wikidata Build - 14/05/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/133217 (owner: 10WikidataBuilder) [10:38:02] (03Merged) 10jenkins-bot: New Wikidata Build - 14/05/2014 10:00 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/133217 (owner: 10WikidataBuilder) [10:40:05] (03PS1) 10Christopher Johnson (WMDE): modified badge links for compatibility with Doxygen Markdown [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133220 [10:45:40] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133220 (owner: 10Christopher Johnson (WMDE)) [11:50:23] (03CR) 10WikidataJenkins: "Build Successful" [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/133217 (owner: 10WikidataBuilder) [12:43:07] [13ValueView] 15tobijat closed pull request #49: Remove i18n compatibility shim (06master...06noI18nCompat) 02http://git.io/IvTJnA [12:59:55] (03PS3) 10Tobias Gritschacher: Removed AutocompleteInterface [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/124619 (owner: 10Henning Snater) [13:05:37] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/124619 (owner: 10Henning Snater) [13:07:30] Henning_WMDE: \o/ [13:07:32] [13ValueView] 15tobijat 04deleted 06suggesterrefactoring at 1457ef9c7: 02http://git.io/13N-RA [13:08:15] Henning_WMDE: rebased the vv 0.6 compat patch on gerrit. only one conflict in composer.json :) [13:08:18] (03PS1) 10Daniel Kinzler: Prevent import of entities to avoid ID conflicts [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133227 (https://bugzilla.wikimedia.org/63228) [13:08:39] reality seems to trip on me [13:08:40] (03CR) 10jenkins-bot: [V: 04-1] Prevent import of entities to avoid ID conflicts [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133227 (https://bugzilla.wikimedia.org/63228) (owner: 10Daniel Kinzler) [13:10:06] (03PS2) 10Daniel Kinzler: Prevent import of entities to avoid ID conflicts [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133227 (https://bugzilla.wikimedia.org/63228) [13:11:55] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133227 (https://bugzilla.wikimedia.org/63228) (owner: 10Daniel Kinzler) [13:16:42] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133227 (https://bugzilla.wikimedia.org/63228) (owner: 10Daniel Kinzler) [13:21:48] [13ValueView] 15snaterlicious pushed 1 new commit to 06master: 02http://git.io/AKJmNA [13:21:48] 13ValueView/06master 144238f76 15snaterlicious: Update README.md [13:24:34] (03PS1) 10Christopher Johnson (WMDE): updated links in README [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133231 [13:25:08] (03Abandoned) 10Christopher Johnson (WMDE): modified badge links for compatibility with Doxygen Markdown [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133220 (owner: 10Christopher Johnson (WMDE)) [13:30:20] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133231 (owner: 10Christopher Johnson (WMDE)) [13:32:41] (03CR) 10Daniel Kinzler: [C: 032] Avoid SiteSQLStore::newInstance and the deprecated Sites class (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133179 (https://bugzilla.wikimedia.org/64743) (owner: 10Hoo man) [13:33:00] (03Merged) 10jenkins-bot: Avoid SiteSQLStore::newInstance and the deprecated Sites class [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133179 (https://bugzilla.wikimedia.org/64743) (owner: 10Hoo man) [13:46:45] (03CR) 10Tobias Gritschacher: [C: 032] updated links in README [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133231 (owner: 10Christopher Johnson (WMDE)) [13:47:06] (03Merged) 10jenkins-bot: updated links in README [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133231 (owner: 10Christopher Johnson (WMDE)) [14:03:39] hey Tpt! :P [14:04:41] Thought I would let you know https://github.com/addwiki/wikibase-api has been moving forward :) lots of TODOs in classes, most of the structure is there now! :D [14:27:21] DanielK_WMDE: My question about the json dumps yesterday? [14:27:27] * Saw my [14:31:57] hoo: hm, no [14:32:19] DanielK_WMDE: Ok... I wondered whether we should have 4 individual dump json files, or merge them into one [14:32:24] I would prefer the later [14:32:38] * latter [14:33:00] hoo: yes, one. you'll have to write a small script to stitch them [14:34:27] mh [14:34:52] Ok... could do that in bash, I guess [14:35:26] Shall we implement that the dumps no longer start with [ or shall I remove that using some string manipulation tool? [14:40:26] addshore: uh, nice! [14:40:48] Tobi_WMDE: feel free to throw code at it ;p [14:40:55] it all works rather nicely [14:41:11] :) [14:42:39] well it all worksl, I havnt actually used it enough yet to determine if it is nicely or not :P [14:42:53] corners need to be rounded and such [14:44:34] Lydia_WMDE: squeee https://www.google.de/search?q=squeee&client=ubuntu&hs=h8b&channel=fs&tbm=isch&tbo=u&source=univ&sa=X&ei=Q4FzU5HfBvCV7AbQ-ICoDA&ved=0CDwQsAQ&biw=1440&bih=838 [14:44:58] wtf? [14:45:31] * DanielK_WMDE wibbles [14:45:31] Tobi_WMDE: don't ask :P [14:45:39] Lydia_WMDE: don't tell! [14:45:45] (03CR) 10Thiemo Mättig (WMDE): [C: 032] (bug 64309) Introducing ChangeOp::validate (032 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/129244 (owner: 10Daniel Kinzler) [15:04:42] Tobi_WMDE: are you there? [15:09:36] DanielK_WMDE: Shall we implement that the dumps no longer start with [ or shall I remove that using some string manipulation tool [15:25:10] (03CR) 10Thiemo Mättig (WMDE): [C: 032] "None of the string length constants (240, 400) is explained. There should be at least a one-line comment that explains the limits." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133216 (owner: 10Daniel Kinzler) [15:25:28] (03Merged) 10jenkins-bot: Factor common string validators into common method [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133216 (owner: 10Daniel Kinzler) [15:28:58] (03Draft4) 10Henning Snater: Adapted to changes of ValueView version 0.6 [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/126208 [15:31:23] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/126208 (owner: 10Henning Snater) [15:46:36] Thiemo_WMDE: stop creating work for us but thanks for https://www.wikidata.org/wiki/MediaWiki_talk:Gadget-CommonsMedia.js#Edit_Request :) [15:55:02] haha :p [16:16:18] hoo: either just strip the first and last line for stitching, or give the dump script a --snippet option. [16:16:52] or just omit the [ and ] in sharding mode? that would be a bit "magic", but generally the right thing [16:18:14] that might make sense, yes [16:22:58] hoo: perhaps write something like "using snipped mode" to the reporter, to give *some* indication that the output format is different [16:23:47] DanielK_WMDE: That makes sense... that's a minor thing compared to the operations aspect of this, which I still also have to solve [16:24:19] already talked to Ariel briefly, but that's not enough for me to write a puppet patch [16:24:59] (03PS1) 10Thiemo Mättig (WMDE): Add documentation to WikibaseDataTypeBuilders [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133264 [16:26:36] DanielK_WMDE: Squeee? :p [16:30:32] JohnLewis: indeed! [16:30:48] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133264 (owner: 10Thiemo Mättig (WMDE)) [16:30:51] DanielK_WMDE: How did you come up with such an interesting name? :D [16:32:25] JohnLewis: well, it's an app to notify fans about things they might find exciting. So it's named after the sound they generally make when receiving such news. Try an image search for squeee... [16:33:40] DanielK_WMDE: How did I miss that? xD [16:34:19] DanielK_WMDE / Lydia_WMDE: http://img545.imageshack.us/img545/5421/squeee.jpg - got to be the logo :p [16:34:22] JohnLewis: http://img545.imageshack.us/img545/5421/squeee.jpg is a good representation... [16:34:34] JohnLewis: ha! [16:34:36] exactly! [16:34:37] :D [16:34:38] =0 [16:34:42] guys!!! [16:34:49] Squeee by Wikidataaa :p [16:34:58] wikisquee [16:35:03] weekeesqueee [16:35:18] Wikisqueeata [16:35:21] WeSqueee [16:36:09] !squeee is http://img545.imageshack.us/img545/5421/squeee.jpg [16:36:09] Key was added [16:36:15] :P [16:36:18] !nyan [16:36:18] ~=[,,_,,]:3 [16:37:10] !bignyan is ~~~~=~=~====[ , , ____ , , ] :3 [16:37:10] Key was added [16:37:33] addshore: rename that to 'hoonyan' [16:37:42] hoonyan? :P [16:38:00] Yeah - the nyan but for hoo only :D [16:38:06] addshore: that's longnyan! [16:38:16] !longnyan is ~~~~=~=~====[ , , ____ , , ] :3 [16:38:17] Key was added [16:38:33] !hoo is What? Where? When? Why? [16:38:33] You are not authorized to perform this, sorry [16:38:34] :p [16:38:37] urg [16:38:47] !hoo is What? Where? When? Why? [16:38:47] Key was added [16:39:13] :P [16:39:14] So I can't interact with the bot but I can kickban it? k :p [16:40:08] @trusted [16:40:08] I trust: .*@wikimedia/IWorld (2admin), .*@wikimedia/DangSunM (2admin), .*@quassel\.jefferai\.org (2admin), .*@unaffiliated/jeroendedauw (2admin), .*@wikipedia/Liangent (2trusted), .*@wikimedia/Vogone (2admin), .*@wikipedia/rschen7754 (2admin), .*@wikimedia/Hym411 (2admin), [16:41:16] addshore: @whoami [16:41:24] How does it match you? :p [16:41:28] @trustadd .*@wikimedia/John-F-Lewis admin [16:41:28] Successfuly added .*@wikimedia/John-F-Lewis [16:41:34] matches me as amazing ;p [16:41:50] fair play :p [16:42:16] but seriously, do @whoami [16:42:20] @whoami [16:42:21] You are root identified by name .*@wikimedia/addshore [16:42:30] oh root :p [16:42:35] :> [16:42:47] * JohnLewis disapproves of this abuse then [16:43:12] @disapprove JohnLewis [16:44:28] @whoami [16:44:29] You are unknown to me :) [16:44:30] @trustadd .*@wikidata/Lydia-Pintscher-WMDE admin [16:44:31] Successfuly added .*@wikidata/Lydia-Pintscher-WMDE [16:44:38] Lydia_WMDE: There :p [16:44:51] and addshore has unleashed the cabal to the channel >:D [16:44:58] \o/ [16:45:04] :P [16:45:28] technically all ops were always the cabal though... but technicalities ;P [16:46:17] stewards are the cabal :P [16:46:18] :D [16:46:28] hoo: Not on IRC :D [16:46:39] On IRC, GC are the cabal! [16:46:40] all gcs are stewards iirc [16:46:50] ajr: Correct [16:46:54] oh, nvm, one is a former steward :P [16:46:56] Wait, 1 isn't IIRC :p [16:47:08] close enough :P [16:47:46] did someone say almost perfect nommy code? :> https://scrutinizer-ci.com/g/addwiki/mediawiki-api-base/?branch=master [16:47:46] but poor ajr can't change the rights of 'Ajraddatz@IRC' to 'group_contact' :( [16:47:57] poor me [16:48:06] how will I survive :'( [16:48:10] addshore: MediawikiApi::__construct() got worse [16:48:13] need I say more? [16:48:25] meh, why dont you go make it better then JohnLewis ;p [16:48:45] 1. cba 2. cba 3. cba and 4. don't wanna use my push access [16:49:13] 5. will use my push access when necessary so... don't remove it! pls :'( [16:50:00] lol [16:57:36] Hello everyone, I want to know if there is a place where I can get list of all properties [16:57:57] https://www.wikidata.org/wiki/Wikidata:List_of_properties/all [17:00:21] Why is that page broken btw? I don't see all the names. [17:01:22] too larger perhaps? [17:01:25] too larger... [17:01:26] too large? [17:02:35] perhaps [17:04:03] Is it available as a JSON file or something? [17:34:26] (03CR) 10Daniel Kinzler: [C: 032] Add documentation to WikibaseDataTypeBuilders [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133264 (owner: 10Thiemo Mättig (WMDE)) [17:34:48] (03Merged) 10jenkins-bot: Add documentation to WikibaseDataTypeBuilders [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133264 (owner: 10Thiemo Mättig (WMDE)) [17:39:05] apsdehal, ajr: not nice, but working: https://www.wikidata.org/wiki/Special:AllPages/Property [17:39:17] https://bugzilla.wikimedia.org/show_bug.cgi?id=53618 [17:39:25] thanks Lydia_WMDE :) [17:39:30] apsdehal, ajr: --^^ [17:39:57] ajr: json dumps are not available yet, but will be Really Sooon Now [17:40:26] hoo: on a related note: we should have a separate json dump just properties. and oen for all entities. i don't think we need one with items but no properties. [17:40:33] hm [17:40:33] Thanks, I need them for my GSoC project, so kindly make them available in time [17:40:52] apsdehal: we see what we can do, but we don't control the operations side of things. [17:41:13] no problem [17:41:27] apsdehal: you can get the json from the api using wbgetentities, once you have a list [17:41:46] so... [17:41:56] addshore: quick review? https://gerrit.wikimedia.org/r/#/c/133215/3 [17:42:16] I am using that already, but software I am building upon needs dumps :) [17:44:00] DanielK_WMDE: Ok, good to know [17:44:40] apsdehal: You'll have dumps available very soonish ;) [17:45:52] Thanks everyone [17:46:23] apsdehal: if we don't manage to get them published in time, bug hoo to just make you one [17:46:40] in fact... hoo, do you feel making a dump of all the properties for apsdehal? [17:47:54] DanielK_WMDE: All properties, sure [17:48:19] I know more or less figured the whole infrastructure side, just need to talk about some detail stuff with Ariel [17:48:34] hoo: cool! [17:59:20] (03PS1) 10Daniel Kinzler: Handle DVs that mismatch a prop's expected type [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) [18:00:24] apsdehal: DanielK_WMDE: https://noc.wikimedia.org/~hoo/properties.json [18:00:53] don't want to put the full dumps on fenari, as I don't want to kill it [18:01:10] if you really need them now (rather than by the end of the week or early next week), we can probably arrange taht still [18:01:35] Thanks a lot hoo [18:05:21] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [18:07:41] duh. [18:15:11] (03PS1) 10Christopher Johnson (WMDE): update links in release notes [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133287 [18:17:33] (03CR) 10Hoo man: "These release notes are border to useless... sahll we maybe just delete them?" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133287 (owner: 10Christopher Johnson (WMDE)) [18:18:20] Christopher is not on IRC, is he? [18:20:52] hoo: don't think so [18:20:54] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133287 (owner: 10Christopher Johnson (WMDE)) [18:21:18] hoo: any idea why this fails? the respective messages are defined in lib, as far as i can tell [18:22:14] (03PS2) 10Daniel Kinzler: Handle DVs that mismatch a prop's expected type [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) [18:23:53] ah, no, they arn't [18:23:59] hoo: sorry, i'm just confused [18:24:17] they're in repo [18:24:29] just grepped for them myself [18:27:53] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [18:29:56] hoo: yea, didn't find them via the ide. must have mistyped. getting tired. [18:30:06] ack-grep found them for me [18:36:19] (03PS3) 10Daniel Kinzler: Handle DVs that mismatch a prop's expected type [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) [18:36:51] (03CR) 10jenkins-bot: [V: 04-1] Handle DVs that mismatch a prop's expected type [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [18:36:58] gah! [18:37:05] ffs! [18:37:40] (03PS4) 10Daniel Kinzler: Handle DVs that mismatch a prop's expected type [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) [18:42:47] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [18:42:53] \o/ [18:43:00] ttfn! [18:45:25] (03CR) 10WikidataJenkins: [V: 04-1] "Build Failed" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [18:48:55] (03CR) 10Hoo man: "Test failures are unrelated." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [19:42:26] (03CR) 10WikidataJenkins: "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133345 (owner: 10L10n-bot) [19:50:38] (03PS1) 10Thiemo Mättig (WMDE): Fix mismatching @covers tags in Formatters [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133349 [19:57:05] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133349 (owner: 10Thiemo Mättig (WMDE)) [19:59:44] (03CR) 10Hoo man: [C: 032] Fix mismatching @covers tags in Formatters [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133349 (owner: 10Thiemo Mättig (WMDE)) [20:00:02] (03Merged) 10jenkins-bot: Fix mismatching @covers tags in Formatters [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133349 (owner: 10Thiemo Mättig (WMDE)) [20:13:46] (03PS1) 10Thiemo Mättig (WMDE): Fix regex in HTML injection test [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133352 [20:15:56] (03CR) 10Thiemo Mättig (WMDE): [C: 032] "Tests make sense, tests succeed, all good." (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 (owner: 10Daniel Kinzler) [20:16:14] (03Merged) 10jenkins-bot: Fix escapin of wikitext in monolingual values. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133215 (owner: 10Daniel Kinzler) [20:18:28] (03CR) 10Hoo man: [C: 032] Fix regex in HTML injection test [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133352 (owner: 10Thiemo Mättig (WMDE)) [20:18:46] (03Merged) 10jenkins-bot: Fix regex in HTML injection test [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133352 (owner: 10Thiemo Mättig (WMDE)) [20:19:30] (03CR) 10WikidataJenkins: "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133352 (owner: 10Thiemo Mättig (WMDE)) [20:19:37] (03CR) 10Thiemo Mättig (WMDE): "Wow, that was fast! :-) I just wanted to put an other patch set on top of this. Seems I have to start a new one. ;-)" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133349 (owner: 10Thiemo Mättig (WMDE)) [20:21:18] hoo: git --merge-fast ;) [20:22:19] Merge all the cahnges :) [20:34:14] (03PS1) 10Thiemo Mättig (WMDE): Fix test provider names and namespaces in Formatters [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133355 [20:39:37] (03CR) 10WikidataJenkins: [V: 032] "Build Successful" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133355 (owner: 10Thiemo Mättig (WMDE)) [20:43:01] (03CR) 10Hoo man: [C: 032] Fix test provider names and namespaces in Formatters [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133355 (owner: 10Thiemo Mättig (WMDE)) [20:43:19] (03Merged) 10jenkins-bot: Fix test provider names and namespaces in Formatters [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133355 (owner: 10Thiemo Mättig (WMDE)) [21:06:15] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] "Is it possible to have a test for this? Is it worth the effort? Maybe not. My problem is: How to make sure this does not block imports we " (033 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133227 (https://bugzilla.wikimedia.org/63228) (owner: 10Daniel Kinzler) [21:30:23] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] "Looks good overall. Makes a lot of sense. Just a few thinks to, well, to discuss. ;-)" (035 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/133286 (https://bugzilla.wikimedia.org/63299) (owner: 10Daniel Kinzler) [22:25:15] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] "Not passing the "ignore conflicts" array around is a good idea. It's so much easier to read now. And really not worth the trouble. It's on" (039 comments) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/131055 (owner: 10Daniel Kinzler)