[01:31:22] [SemanticMediaWiki] mwjames force-pushed import-tests from db28939 to 72ef578: http://git.io/DigArA [01:31:22] SemanticMediaWiki/import-tests 72ef578 mwjames: Move additional tests [02:35:07] [SemanticMediaWiki] mwjames force-pushed import-tests from 72ef578 to 62cac36: http://git.io/DigArA [02:35:07] SemanticMediaWiki/import-tests 62cac36 mwjames: Move additional tests [03:03:39] [SemanticMediaWiki] mwjames closed pull request #549: Import tests (master...import-tests) http://git.io/DCMr9Q [03:24:57] [SemanticMediaWiki] mwjames created phpunit (+1 new commit): http://git.io/Y6iVhg [03:24:57] SemanticMediaWiki/phpunit f78081d mwjames: PHPUnit 4.2.6 / Remove assertTag with simpler validation [03:31:03] [SemanticMediaWiki] mwjames opened pull request #550: PHPUnit 4.2.6 / Remove assertTag with simpler validation (master...phpunit) http://git.io/pl2EZw [03:34:31] [SemanticMediaWiki] mwjames deleted phpunit at f78081d: http://git.io/-ZTUPA [03:51:46] [SemanticMediaWiki] mwjames created ren (+1 new commit): http://git.io/JwApgA [03:51:46] SemanticMediaWiki/ren 749f2de mwjames: Rename variable [03:56:55] [SemanticMediaWiki] mwjames opened pull request #551: Rename variable (master...ren) http://git.io/CXb6Pg [03:59:14] [SemanticMediaWiki] mwjames deleted ren at 749f2de: http://git.io/SbyF9A [12:33:51] what property type for wikitext? for use in a caption attribute in gallery [15:39:46] PJosepherum: just "Text", I would think. [15:45:34] thanks yaron, but text doesn't seem to parse [15:46:31] [[Caption::Some [http://something.org wikitext] here]] [15:49:02] converts [] to htmlchars =[ [15:55:42] PJosepherum: oh, okay - the issue there might be $smwgLinksInValues . [17:03:41] yaron; sounds like it should [17:03:42] http://psychonautwiki.org/w/index.php?title=Special%3AAsk&q=%5B%5BCategory%3AReplication%5D%5D+%5B%5BFeatured%3A%3Atrue%5D%5D%0D%0A&po=%3FTitle%0D%0A&eq=yes&p%5Bformat%5D=gallery&sort_num=&order_num=ASC&p%5Blimit%5D=&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Border%5D%5Brandom%5D=1&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bsearchlabel%5D=%E2%80%A6+further+results&p%5Bdefault%5D=&p%5Bclass%5D=&p%5Bwidget% [17:03:43] 5D=slideshow&p%5Bnavigation%5D=pager&p%5Boverlay%5D=1&p%5Bperrow%5D=&p%5Bwidths%5D=400&p%5Bheights%5D=300&p%5Bcaptionproperty%5D=&p%5Bimageproperty%5D=&p%5Bredirects%5D=&eq=yes [17:04:34] The URL got broken up... what's this query meant to show? [17:05:28] a slideshow gallery containing images in a category, with captionproperty=text [17:05:39] the links aren't parsed =/ [17:05:50] And you added that setting to LocalSettings.php? [17:05:52] yeah [17:06:40] http://psychonautwiki.org/wiki/Template_talk:RandomReplication [17:06:59] doesn't even render the captions with an embedded {{#ask lol [17:07:00] weird [17:07:31] PJosepherum0: what you're trying to do may not be possible with the "gallery" format. [17:09:07] :O [17:09:19] literally a caption with markup in it xD [17:09:31] not such an adventurous feature, surely? [17:10:18] perhaps a custom template will be necessary then [18:29:56] Is there anyone here familiar with using composer to install extensions in mediawiki? [18:35:14] some issues i am finding with the gallery format: Text properties containing wikitext are not parsed as expected when referred as captionproperty, autocaptions=no appears to be ignored. [20:50:31] I have a problem with a {{ifeq: | | }} [20:50:31] statement. [20:50:42] It reads: [20:51:16] {{#ifeq: {{{value}}} | Yes | | then not}} [20:51:53] But no matter what value is set to (including blank) it keeps sending [20:54:12] Kuu_Otava: including "Yes", presumably? [20:55:10] I mean, for a blank value, it sounds like it's doing the right thing. [21:38:37] Is this about the program Semantic that does outlining/mind mapping? [22:02:06] No. [22:02:10] Yaron, yes, including Yes [22:03:04] That's unexpected. [22:03:58] Yeah... Exactament. >.< [22:04:50] Are you using up-to-date versions of MediaWiki and ParserFunctions? [22:05:14] As far as I know, we obtained the most recent editions. [22:07:01] Kuu_Otava: could you include here the actual #ifeq call you're making? [22:07:27] (Though I should note that this is really a question for the #mediawiki channel.) [22:08:01] ... I was told there that it was a question for this channel. [22:08:17] [SemanticMediaWiki] JeroenDeDauw pushed 4 new commits to master: http://git.io/gGAaxg [22:08:17] SemanticMediaWiki/master c730de3 Translation updater bot: Localisation updates from https://translatewiki.net.... [22:08:18] SemanticMediaWiki/master 292c3bd Translation updater bot: Localisation updates from https://translatewiki.net.... [22:08:18] SemanticMediaWiki/master b33b0e9 Translation updater bot: Localisation updates from https://translatewiki.net.... [22:08:36] {{#ifeq: {{{Weapon}}} | Yes | }} [22:08:40] ... Wait. [22:08:50] I'm an idiot. [22:08:50] Thanks for having me do that. [22:08:55] It was immediately clear when Id id. [22:08:56] Aha! [22:09:10] Did you know that case counts? XD [22:10:00] weapon [22:10:00] not Weapon [22:10:16] Ah... [22:10:23] Fun with wikitext. [22:10:32] Wait, someone told you on the #mediawiki channel that a question about "#ifeq" belonged on the #semantic-mediawiki channel? [22:11:26] Also.. [22:11:26] {{#ifeq: {{{Weapon}}} | Yes | | }}} [22:11:26] Yes, because mediawiki doesn't use semantic-mediawiki's ParserFunctions [22:11:26] (Unless you install the Extension. >.>) [22:11:26] I dunno man. [22:11:28] Just what I was told. [22:11:40] Why? What's semantic-mediawiki for? [22:13:19] Got disconnected for a second there. [22:13:33] Kuu_Otava: Semantic MediaWiki is a MediaWiki extension, just like ParserFunctions is. [22:13:43] They're two separate extensions, with no connection to one another. [22:14:40] ... XD [22:14:40] Is there are a #ParserFunction? [22:15:07] No - #mediawiki is the place to ask about extensions other than SMW and its spinoffs. [22:15:14] XD [22:15:21] Why is Semantic Mediawiki special? [22:15:30] We got our own IRC channel. [22:15:41] Anyone can do that, but no one else did, as far as I know. [22:16:05] .... XD [22:16:09] Not what I meant, but I think you know that. [22:16:16] What did you mean? [22:16:41] Now I've just fot one more thing to puzzle out. [22:17:33] I meant how is Semantic Mediawiki different? [22:17:42] (From regular mediawiki) [22:17:55] Do you use Semantic MediaWiki? [22:18:06] Not to my knowledge. [22:18:20] I didn't hear about it, oddly enough, until I started looking for ParserFunctions [22:18:27] Right... well, not to dodge your question, but there's probably no reason for you to be on this channel. [22:18:47] Whoever originally told you about this channel probably misunderstood your question. [22:18:53] ... A polite offer to leave? [22:19:07] Feel free to stay; it doesn't bother me one way or the other. :) [22:19:18] Just saying that this is the place to discuss SMW stuff. [22:19:18] XD I just have no reason to be here. Got it.. Yer probably right. [22:19:44] I'd love to understand the difference, but that's probably involved. So.. I'll leave you to it.. Thanks for answering stuff. [22:23:10] [travis-ci] SemanticMediaWiki/SemanticMediaWiki#2389 (master - 09f9410 : jeroendedauw): The build has errored. [22:23:10] [travis-ci] Change view : https://github.com/SemanticMediaWiki/SemanticMediaWiki/compare/568686d8c160...09f9410a8825 [22:23:10] [travis-ci] Build details : http://travis-ci.org/SemanticMediaWiki/SemanticMediaWiki/builds/36097526 [22:41:33] [travis-ci] SemanticMediaWiki/SemanticMediaWiki#2389 (master - 09f9410 : jeroendedauw): The build has errored. [22:41:33] [travis-ci] Change view : https://github.com/SemanticMediaWiki/SemanticMediaWiki/compare/568686d8c160...09f9410a8825 [22:41:33] [travis-ci] Build details : http://travis-ci.org/SemanticMediaWiki/SemanticMediaWiki/builds/36097526 [22:49:43] !nyan [22:49:44] ~=[,,_,,]:3 [22:49:47] :)