[07:25:44] is it guarunteed [07:26:30] is it guaranteed that items in http://dumps.wikimedia.org/wikidatawiki/20130922/wikidatawiki-20130922-pages-meta-current.xml.bz2 are sorted? [08:29:18] I wrote two different blog posts ... one is about research and Wikidata, the other about how to categorise in Wikidata ... [10:01:30] [travis-ci] JeroenDeDauw/WikidataBuilder#45 (directRun - 305a937 : jeroendedauw): The build passed. [10:01:30] [travis-ci] Change view : https://github.com/JeroenDeDauw/WikidataBuilder/commit/305a937b9233 [10:01:30] [travis-ci] Build details : http://travis-ci.org/JeroenDeDauw/WikidataBuilder/builds/12001843 [10:04:09] what is wrong I try to add Q15020481 directly and it does not accept it in a statement ? [10:04:31] now it does .. [10:04:43] hi all, I need some help for a technical thing [10:04:55] since we're running a Wikibase on an external wiki [10:05:08] I noticed that the string items have a limit of 400 characters [10:05:20] is it possible to raise the limit? [10:11:12] Sannita: yes it is possible - but i am not entirely sure where in the code this is defined [10:11:33] Sannita: for labels and descriptions i think it is a setting [10:11:57] Lydia_WMDE: aude: thanks [10:11:58] for string items/properties, i think it is handled somewhere else [10:12:05] Hi. Is there a way to find items at wikidata with only links to one wikipedia (i.e ones that may need to be merged into others) [10:12:12] cool, can you tell me where? [10:12:25] it's a todo to have them handled in the same way / same code [10:12:58] Sannita: in Wikibase/lib/includes/WikibaseDataTypeBuilders there are validators defined for each data type [10:13:14] there is probably a string length validator and i don't know where it gets the size limit from [10:13:21] a setting or not, don't know [10:13:30] DanielK_WMDE: do you know? ^ [10:18:18] Sannita: i see setting for multilang-limits in Wikibase/repo/config/Wikibase.default.php [10:18:53] ok, thank you :) [10:19:34] Sannita: aude is right, it's set in WikibaseDataTypeBuilders - not sure if hardcoed or from a setting [10:20:10] Sannita: note though that the constraints for labels, descriptions and aliases are handled separately (this is nasty and needs to be consolidated, but that's how it is right now) [10:20:53] Sannita: it's hardcoded. if you think that's bad, please file a feature request. [10:21:30] Sannita: ideally, instead of patchign your installation to change the limit, add a new data type to your wiki (e.g. long string) [10:21:36] DanielK_WMDE: no problem for lables/descriptions/aliases, just for the string thing [10:21:43] btw, the string data type is intended for identifiers, not for text [10:21:59] types for monolingual and multilingual text are on the todo list [10:22:13] DanielK_WMDE: I know, but for the moment this has to work [10:22:19] later we'll convert them [10:22:44] we need to start working on them, later we'll fix the problems [10:23:01] DanielK_WMDE: anyway, how can we add another data type? [10:24:38] Sannita: by doing what WikibaseDataTypeBuilders does. It's not as complicated as it may look at first. [10:24:51] ok, we'll try [10:25:20] hm... actually... it may be necessary to add a hook point there, so you can inject your own types easily. [10:25:45] file a feature request for that (or supply a patch) if that becomes necessary [10:41:37] (03PS1) 10Addshore: Fix api example in SetReference module [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86829 [10:41:46] DanielK_WMDE: aude there is an easy +2 there ^^ :) [10:41:49] also Lydia_WMDE :) [10:46:23] (03CR) 10Lydia Pintscher: [C: 032] Fix api example in SetReference module [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86829 (owner: 10Addshore) [10:46:27] :D [10:48:34] DanielK_WMDE: I'm not the one who actually work on the software side, I work on the content side, but I'll send them all the infos, thanks a lot! [10:49:24] Lydia_WMDE: https://gerrit.wikimedia.org/r/#/c/86646/ [10:49:27] REVIEWWWW [10:49:34] (03Merged) 10jenkins-bot: Fix api example in SetReference module [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86829 (owner: 10Addshore) [10:49:58] addshore: https://bugzilla.wikimedia.org/show_bug.cgi?id=54768 [10:50:13] :O [10:50:57] well thats just odd... [10:52:30] liangent: do you have the exact queries your bot sent to the api? or anything else that might help me dig into this? :) [10:54:07] addshore: I don't think so [10:54:35] addshore: I can just provide the original script [10:54:54] go for it :) it could help, this seems quite bizare :D [10:56:05] (03CR) 10Addshore: [C: 032] Remove clutter comments [extensions/DataTypes] - 10https://gerrit.wikimedia.org/r/86646 (owner: 10Jeroen De Dauw) [10:58:24] [travis-ci] wikimedia/mediawiki-extensions-Wikibase#910 (master - c81dfe6 : addshore): The build is still failing. [10:58:24] [travis-ci] Change view : https://github.com/wikimedia/mediawiki-extensions-Wikibase/compare/197c503a9ce6...c81dfe6bb348 [10:58:24] [travis-ci] Build details : http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/12003277 [10:58:31] .. [10:59:02] oh yay, the random ones :P [11:00:49] addshore: it's weird that http://tools.wmflabs.org/liangent-py/wikidata.txt doesn't work [11:01:03] got the permissions right? :) [11:01:41] addshore: I don't know. just go to tools-login and get /tmp/wikidata.txt [11:04:17] addshore: got it? [11:04:48] mhhm, laptop just crashed... need to get a new one, give me a few mins to check! [11:11:39] addshore: addref(wikidata._apiRequest( action = 'wbcreateclaim', entity = wbitemid, snaktype = 'value', property = 'p107', token = lambda: wikidata._token('edit'), value = '{"entity-type":"item","numeric-id":618123}', bot = True, )) [11:11:48] the only relevant api call [11:11:52] okay :) [11:36:25] (03PS1) 10Addshore: Change the order of params displayed in api.php [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86835 [11:46:01] liangent: I am not sure I follow https://bugzilla.wikimedia.org/show_bug.cgi?id=54529 [11:47:10] addshore: the way (params) it's used is different from the one described in qqq message doc [11:50:45] (03PS1) 10Addshore: (bug 54529) Fix message doc for wblinktitles-* [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86839 [11:50:50] liangent: ^^? :P [11:59:49] addshore: is the new doc correct? [11:59:50] https://www.wikidata.org/w/index.php?limit=50&tagfilter=&title=Special%3AContributions&contribs=user&target=Liangent-bot&namespace=0&tagfilter=&year=2013&month=-1&uselang=qqx [12:02:36] $summary->addAutoSummaryArgs( $fromSite->getGlobalId() . ":$fromPage", $toSite->getGlobalId() . ":$toPage" ); [12:03:06] addshore, liangent: still working on a big patch for autosummary stuff. got pushed back by more urgent issues [12:05:46] (03CR) 10Jeroen De Dauw: [C: 032] Change the order of params displayed in api.php [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86835 (owner: 10Addshore) [12:06:29] (03PS1) 10Daniel Kinzler: Remove use of EntityContent from EntityView. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86840 [12:07:29] aude: ---^ [12:09:45] ok [12:17:24] [travis-ci] wikimedia/mediawiki-extensions-Wikibase#911 (master - 40ab65a : addshore): The build was fixed. [12:17:24] [travis-ci] Change view : https://github.com/wikimedia/mediawiki-extensions-Wikibase/compare/c81dfe6bb348...40ab65a8df4c [12:17:24] [travis-ci] Build details : http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/12005383 [12:22:02] (03PS1) 10Daniel Kinzler: Fix other tests interfering EntityViewTest [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86844 [12:49:02] (03CR) 10Jeroen De Dauw: [C: 032] Fix other tests interfering EntityViewTest [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86844 (owner: 10Daniel Kinzler) [12:59:04] DanielK_WMDE: why does bumping item id fix the test? [12:59:44] [travis-ci] JeroenDeDauw/WikidataBuilder#51 (directRun - 1bd7c8c : jeroendedauw): The build was broken. [12:59:44] [travis-ci] Change view : https://github.com/JeroenDeDauw/WikidataBuilder/compare/5117285968dd...1bd7c8ce3a11 [12:59:44] [travis-ci] Build details : http://travis-ci.org/JeroenDeDauw/WikidataBuilder/builds/12007193 [13:07:34] Abraham_WMDE: where the smag are you? [13:15:13] [travis-ci] JeroenDeDauw/WikidataBuilder#53 (directRun - 42834a1 : jeroendedauw): The build was fixed. [13:15:13] [travis-ci] Change view : https://github.com/JeroenDeDauw/WikidataBuilder/compare/1bd7c8ce3a11...42834a1bf98f [13:15:13] [travis-ci] Build details : http://travis-ci.org/JeroenDeDauw/WikidataBuilder/builds/12007703 [13:15:18] Lydia_WMDE: Heja! Do you think that papercuts Bugzilla tickets are also "easy" tickets for beginners? or are they slightly advanced? [13:15:33] (we want to try having a "bug of the week to fix for newcomers) [13:15:34] andre__: some of both [13:15:43] ideally they are easy [13:16:10] hmm, in that case I'd love to see someone who knows(TM) adding an "easy" keyword to those papercut issues that actually could be solved by "first contributors" [13:16:24] andre__: ok :) [13:17:05] aude, the idea is to have a "bug of the week for newbies" exposed (social media blah) and then circulate each week among teams [13:17:15] or between instead of among? My English sucks [13:17:20] anyway :) [13:17:20] oooh [13:17:49] it's just an idea in the Engineering Community Team... [13:18:39] sounds good [13:19:00] some depend on the skill level of the volunteer [13:19:11] we've had volunteers tackle some more complicated stuff [13:21:24] yeah... Mozilla also had "mentored bugs" (higher skillset required than "easy" ones for starters) as a second idea, but it wasn't that successful so far, as far as I know... [13:24:46] andre__: perhaps also work on improving gadgets is good [13:24:49] or maintaining them [13:25:16] uh, hmm. [13:25:24] * aude doesn't know if any would be good to become part of wikibase itself [13:25:36] if we find mentors and if I find a way how to find easy gadget bugs, yes :P [13:25:44] yeah :) [13:36:06] so, what's the easiest way to find out what's happened on wikidata over the past two weeks or so? [13:37:11] YairRand: weekly status updates [13:37:15] * aude gets a link [13:37:23] yeah, I read those [13:37:30] otherwise, project chat [13:37:57] * aude not sure where else [13:38:31] hm [13:39:45] status update #76 says "Paper Cut: Display the ID of an item or property page next to the label (bugzilla:53462)". did that happen and then get undone or something? [13:39:56] not deployed yet [13:40:00] oh [13:40:01] it is done [13:40:25] should be deployed ~oct 14 [13:40:33] cool [13:41:23] (03CR) 10Siebrand: [C: 032] (bug 54529) Fix message doc for wblinktitles-* [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86839 (owner: 10Addshore) [13:44:33] (03Merged) 10jenkins-bot: (bug 54529) Fix message doc for wblinktitles-* [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86839 (owner: 10Addshore) [14:09:35] andre__: sorry - was in a meeting - as katie said not all of them are easy for a newcomer [14:09:49] andre__: i will try to go through them but a bit too busy atm [14:11:28] alright, no hurry :) [14:25:57] (03CR) 10Addshore: [C: 04-1] "(2 comments)" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86840 (owner: 10Daniel Kinzler) [14:35:43] (03PS1) 10Daniel Kinzler: Update EasyRdf for for serialization fix. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86858 [14:36:03] (03CR) 10jenkins-bot: [V: 04-1] Update EasyRdf for for serialization fix. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86858 (owner: 10Daniel Kinzler) [14:43:16] https://integration.wikimedia.org/ci/job/mwext-Wikibase-repo-tests/None/console is lovely [14:48:27] aude: what is that? [14:49:54] YairRand: supposed to show our tests are passing [14:50:04] shows nothing there :o [14:50:24] (03PS1) 10Daniel Kinzler: Update to EasyRdf 0.8.0 [extensions/Wikibase/easyrdf] - 10https://gerrit.wikimedia.org/r/86861 [14:51:00] (03PS2) 10Daniel Kinzler: Update EasyRdf for for serialization fix. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86858 [14:51:17] (03CR) 10jenkins-bot: [V: 04-1] Update EasyRdf for for serialization fix. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86858 (owner: 10Daniel Kinzler) [14:51:49] (03PS7) 10Addshore: add sqlite tableDefinitaionReader funcionality [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/83411 [14:52:17] (03PS3) 10Addshore: Implement MysqlDefinitionreader [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/84317 [14:52:47] (03PS4) 10Addshore: Implement MysqlDefinitionreader [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/84317 [15:15:15] (03CR) 10Jeroen De Dauw: [C: 032] add sqlite tableDefinitaionReader funcionality [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/83411 (owner: 10Addshore) [15:17:48] (03CR) 10Jeroen De Dauw: [C: 04-1] "(2 comments)" [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/84317 (owner: 10Addshore) [15:27:13] hi!!!11!!!http://www.youtube.com/watch?v=ftjEcrrf7r0!!!1 [15:29:30] DanielK_WMDE: but will the summaries support sth like "/* Changed sitelink to [enwiki]: */ Warsaw, /* badges: */ Q42, Q149" ? [15:33:55] (03PS5) 10Addshore: Implement MysqlDefinitionreader [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/84317 [15:34:01] JeroenDeDauw: ^^ [15:37:38] Hi, I just wanted to complete label and description of Q5496666 but got a message "your rights are insufficient"… [15:37:44] is there a pb ? [15:39:23] hsarrazin: perhaps it is protected item [15:39:38] i can't imagine why, though and why it doesn't work [15:39:41] hello aude - is it ? [15:39:58] does not look protected [15:40:19] what language are you editing? [15:40:33] French [15:40:37] ok [15:40:38] and English [15:40:44] * aude can try german [15:41:02] hmmmm it works [15:41:15] logged in? [15:41:26] can you edit other items? [15:54:42] <_zilch> What are the guidelines to add aliases ? are the suppose to be in en only ? [16:07:10] _zilch: every language [16:07:28] you can adjust your language in the top right corner [16:13:42] legoktm: hi, are you there? [16:13:47] in class [16:13:53] congrats on massmessage [16:13:57] great work [16:14:01] thanks :D [16:14:32] but you need to do bugs right now [16:14:36] :P [16:15:05] yes :| [16:15:08] i will today [16:15:15] * aude keeps reading it as mass massage :) [16:15:15] morning legoktm :> [16:15:24] morning addshore [16:15:35] aude: heheh i've been considering adding that as an alias [16:15:41] :D [16:16:32] (03PS1) 10Addshore: Split code into FieldSqlBuilder [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86871 [16:16:37] (03CR) 10jenkins-bot: [V: 04-1] Split code into FieldSqlBuilder [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86871 (owner: 10Addshore) [16:16:41] ;_; [16:18:20] (03PS2) 10Addshore: Split code into FieldSqlBuilder [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86871 [16:18:51] do we have any code guide for frontend javascript? [16:19:07] I feel them much more difficult to understand than backend code [16:19:44] liangent: unfortunately i don't think so and it's an issue we are aware of [16:20:07] best is to read the code comments, as the javascript is well documented [16:21:59] aude: the biggest problem is, when I want to change something, I can't find a file easily to start with [16:22:56] * aude nods [16:26:52] <_zilch> legoktm: Thanks for the heads up. [16:27:25] <_zilch> liangent: aude : shouldn't the guideline set for other mediawiki projects suffice ? [16:29:44] (03PS1) 10Addshore: add logic to SchemaBuilders [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86876 [16:46:59] (03CR) 10Jeroen De Dauw: [C: 032] add logic to SchemaBuilders [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86876 (owner: 10Addshore) [16:59:59] Lydia_WMDE: The proposal on how Wikidata should be linked to Wikisource https://www.wikidata.org/wiki/Wikidata:Wikisource have been reviewed by a lot of people. Is it possible to plan phase 1 support for Wikisource in a not so long scope? As I've some free time this fall, I'll be very happy to help if needed. [17:16:11] (03CR) 10Jeroen De Dauw: [C: 032] Implement MysqlDefinitionreader [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/84317 (owner: 10Addshore) [17:20:01] (03CR) 10Jeroen De Dauw: [C: 032] Split code into FieldSqlBuilder [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86871 (owner: 10Addshore) [17:20:02] (03Merged) 10jenkins-bot: add logic to SchemaBuilders [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86876 (owner: 10Addshore) [17:21:09] (03PS1) 10Jeroen De Dauw: Consistency fixes for 15361a7ea6232a4493beef87809247c770b1cbf3 [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86882 [17:21:14] (03CR) 10jenkins-bot: [V: 04-1] Consistency fixes for 15361a7ea6232a4493beef87809247c770b1cbf3 [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86882 (owner: 10Jeroen De Dauw) [17:32:07] [travis-ci] wikimedia/mediawiki-extensions-WikibaseDatabase#70 (master - 0f22550 : Jeroen De Dauw): The build has errored. [17:32:07] [travis-ci] Change view : https://github.com/wikimedia/mediawiki-extensions-WikibaseDatabase/compare/cfdc1660413a...0f22550b7d7a [17:32:07] [travis-ci] Build details : http://travis-ci.org/wikimedia/mediawiki-extensions-WikibaseDatabase/builds/12018941 [17:34:38] * JeroenDeDauw hides from Lydia_WMDE [17:39:41] i don't get wikidata - what is it? Cant fid anything useful - lots of Q########## numbers [17:40:33] (03CR) 10Jeroen De Dauw: [C: 032 V: 032] Update to EasyRdf 0.8.0 [extensions/Wikibase/easyrdf] - 10https://gerrit.wikimedia.org/r/86861 (owner: 10Daniel Kinzler) [17:40:40] (03PS3) 10Jeroen De Dauw: Update EasyRdf for for serialization fix. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86858 (owner: 10Daniel Kinzler) [17:41:24] (03PS2) 10Daniel Kinzler: Remove use of EntityContent from EntityView. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86840 [17:41:27] (03CR) 10jenkins-bot: [V: 04-1] Update EasyRdf for for serialization fix. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86858 (owner: 10Daniel Kinzler) [17:41:46] (03CR) 10jenkins-bot: [V: 04-1] Remove use of EntityContent from EntityView. [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86840 (owner: 10Daniel Kinzler) [17:42:17] ooooo: make sure you have javascript enabled [17:43:03] ooooo: we'll improve the non-js output soon - at the moment it's rather bleak. [17:44:31] DanielK_WMDE: have you seen my question? [17:44:42] (03PS2) 10Jeroen De Dauw: Make EntityView use EntityRevision [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/86676 (owner: 10Daniel Kinzler) [17:44:51] "DanielK_WMDE: but will the summaries support sth like "/* Changed sitelink to [enwiki]: */ Warsaw, /* badges: */ Q42, Q149" ?" [17:45:59] lazowik: yes. the user-defined summary replaces everythign after the first */. so you can but there whatever you like. [17:46:06] However, no magic translation will be applied to it [17:46:22] (we may support that at some point, but it's all a bit tricky) [17:46:35] s/but/put/ [17:46:57] DanielK_WMDE: yep, that's what I'd need [17:47:31] another part in grey and italics [17:47:41] lazowik: file a feature request [17:48:08] or some clerver way to put the info that badges were changed in what exists now [17:48:36] DanielK_WMDE: I'd rather discuss it first [17:48:58] to have some overview how it should look like [17:49:44] lazowik: /* Add badges for sitelink to [enwiki]: [[Q42]] */ [17:49:48] that would be possible. [17:50:06] ask addshore about what ChangeOp you'd need to extend. or let's dicuss it tomorrow [17:50:15] i'm about to leave the office [17:50:24] DanielK_WMDE: yep, but badges and pageName can be changed in one edit [17:50:34] DanielK_WMDE: the api editing patch is already on gerrit [17:51:06] DanielK_WMDE: https://gerrit.wikimedia.org/r/#/c/82637/ [17:51:17] we usually do it this way: if only one thing changed, genrate a specific message. otherwise, use a generic message and hope the client supplied a good summary [17:51:43] hmm [17:51:46] that's an idea [17:51:49] will try to review tomorrow [17:51:54] got my plate quite full atm [17:52:02] DanielK_WMDE: no hurry [17:52:39] I wouldn't change too much until weekend [17:52:56] (even if you reviewed) [17:52:59] but thanks [17:53:10] (03PS2) 10Jeroen De Dauw: Consistency fixes for 15361a7ea6232a4493beef87809247c770b1cbf3 [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86882 [17:54:00] (03CR) 10Jeroen De Dauw: [C: 032] Consistency fixes for 15361a7ea6232a4493beef87809247c770b1cbf3 [extensions/WikibaseDatabase] - 10https://gerrit.wikimedia.org/r/86882 (owner: 10Jeroen De Dauw) [17:54:15] addshore: ^ see the discussion [17:54:58] maybe just add newly set badges after page name? [17:55:11] (drop "badges, ") [17:55:53] and set comment to "changed badges and page name of [enwiki] sitelink" [17:56:01] or something along the lines [18:08:39] do we have any other components besides Wikibase using Extension:DataValues? [19:00:06] [travis-ci] wikimedia/mediawiki-extensions-WikibaseDatabase#71 (master - b840082 : jeroendedauw): The build passed. [19:00:06] [travis-ci] Change view : https://github.com/wikimedia/mediawiki-extensions-WikibaseDatabase/compare/0f22550b7d7a...b8400826a4e3 [19:00:06] [travis-ci] Build details : http://travis-ci.org/wikimedia/mediawiki-extensions-WikibaseDatabase/builds/12019888 [20:55:44] Tpt_: hey :) thx for the link - i will try to publish theorder in which i intend to tackle the next projects very soon [20:56:59] Lydia_WMDE: Thanks :-). It'll be very helpful. [20:57:54] :) [21:11:24] Lydia_WMDE: btw, congrats! [21:11:41] legoktm: thanks! [21:20:11] [[User:Yair rand/International Project Chat]] < I find this to be an amusing concept [21:20:15] 10[4] 10https://www.wikidata.org/wiki/User:Yair_rand/International_Project_Chat [21:23:50] YairRand: that's a neat module [21:23:57] yep, congrats Lydia_WMDE! [21:24:06] why are some commented out? [21:24:07] lazowik: thanks! :) [21:24:31] some what? [21:27:04] legoktm: do you mean in the list of project chats? [21:27:09] yes [21:27:16] like ru [21:27:25] those are all either duplicates or pages that haven't been created yet [21:27:55] ru seems to share a page with bg. I'm not sure why.