[05:31:40] MaxSem: well we are setting up a new version of the wiki with no data of the old. So only new versions should be installed [05:34:15] for a given user on my mediawiki install, is there some way i can tell what email address is registered on their account? [08:39:10] is it possible to pass a dynamic condition in a db select query? [08:39:25] (using the MW ORM) [08:40:22] this is what I'm trying to do - https://pastebin.com/CyTQdzxC [08:40:27] any clues? :s [09:14:37] tkore: it is, but wfTimestamp( TS_UNIX, 'ads.ad_date_end' ) is not really meaningful [09:16:35] you'll have to use an SQL function (or just leave it as is and make sure the other timestamp is in the right format) [09:17:25] if you have used MW-native time formats in the DB, that would be 'ads.ad_date_end > ' . $dbr->timestamp() [12:31:46] @seen yurik [12:31:46] petan: Last time I saw yurik they were joining the channel, but they are not in the channel now and I don't know why, in #wikimedia-operations at 3/11/2018 12:57:01 AM (72d11h34m45s ago) [12:32:02] hi, is this the right channel to ask about mediawiki extension development? [12:32:28] janku: yes? [12:32:59] thx, petan [12:36:27] i want to build a tag extension. does the parser also extend tag attributes (args) if i do somehing like ? [16:05:43] apparently there's this https://github.com/Wikia/app/tree/dev/extensions/wikia/DownloadYourData noq. [16:05:46] now [19:40:35] When installing MediaWiki, if you tell it to "ask you more questions", it presents a list of extensions to click. One of the choices is "SyntaxHighlight_GeSHi" but that extension was renamed to "SyntaxHighlight". [19:46:00] Banaticus: yes, and...? [19:46:59] So shouldn't the installation mention "SyntaxHighlight" instead of using the old name? [19:47:04] The current extension name? [19:51:10] yes, probably [19:51:24] I think it currently uses the directory path [20:10:23] legoktm: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi redirects to https://www.mediawiki.org/wiki/Extension:SyntaxHighlight [23:22:14] Hello, if anyone knows in {{#ask}} queries, template= can use parser function like #switch or #ifeq to change the template in different pages?