[04:12:37] hi [04:13:10] hi k-man [04:13:28] i need a way of highlighting Windows paths in my wiki. i'm tyring to use syntaxhighlight but i'm getting an error on a page with the path. i suspect because I'm not specifying a language [04:13:31] hi Sveta [04:14:01] the page is categorised as "Pages with syntax highlighting errors" [04:14:50] yeah, if i add a lang= then it works. however i don't seen an approrpiate langauge for just a path [04:15:21] oh. nm, text works [04:15:30] for some reason I couldn't find "text" as a valid option [04:15:37] but trying it it works [04:29:05] ok [09:37:33] Anyone familiar with moving a wiki from SQLite to MySQL? [11:53:53] Hey there, has anyone been experiencing any downtime on their mediawiki run sites lately? Ours is run by a company that occasionally has some flaws so don't worry if you have not [11:58:28] not at all [11:59:23] all right, then it's likely on our staff's side [11:59:34] something with cloudflare locations [12:46:33] i'm trying to enable a questycaptcha on libreplanet.org. i've got it enabled in the config, but i see no captcha. any ideas? [12:50:58] using SQLite was the biggest mistake I've made with this wiki [14:14:27] Hi , I'm look at the db schema - https://upload.wikimedia.org/wikipedia/commons/9/94/MediaWiki_1.28.0_database_schema.svg and trying to get a field that would tell me the timestamp of page creation [14:15:20] rev_timestamp is the revision timestamp, but that would be beneficial if i retrieve the oldest revision of a page [14:15:38] codezee: min( revision.rev_timestamp ) for given page [14:16:17] Danny_B: but how can i retrieve all pages created in a specific time window? [14:17:37] i can use a subquery to check if any revision before that timestamp exists, but that seems hacky [14:19:07] btw, figured it out about the captcha. misconfiguration [14:19:34] the poor man's solution: use subquery in which you return min timestamp grouped by page, then in outer query specify the window [14:20:15] i guess i'll have to go with it :P [14:20:22] if you don't want subquery try having clause [14:51:04] Hi all, I'm currently installing mediawiki-1.29.0 but after completing the Languages part of the install process, the page .../w/mw-config/index.php?page=Welcome is "loading" (for almost half an hour now) but not showing anything. I've checked all the dependencies and have not been able to figure out what's going on. Any help would be appreciated. [14:59:30] pyrogenum: web server logs? [15:01:55] Neither the apache2 error nor access log contains anything. [15:02:46] no idea [15:06:41] The puzzling bit is this: https://pastebin.com/gm12FcUS [15:07:55] this reminds me of T169668 [15:07:56] T169668: CLI installer results in ServiceDisabledExcepion - https://phabricator.wikimedia.org/T169668 [15:09:22] the fix did not land in MediaWiki 1.29 [15:11:35] Why not? Is there something wrong with the environment or is it actually a bug? [15:12:49] nothing wrong with the environment, just a bug in the install.php script that breaks when using --env-checks [15:14:26] okay thanks. unfortunately, that still doesn't explain why the installation via mw-config/ fails. [15:15:00] Can you check if is there something in php error logs? [15:23:24] Checked {access,error}_log again but the only thing unusual is that there's no "GET /w/mw-config/index.php?page=Welcome HTTP/1.1", only "GET /w/mw-config/index.php?page=ExistingWiki HTTP/1.1" in the access log. [15:26:30] Do you have a working LocalSettings.php already? [15:26:41] no. [16:07:49] hello [16:09:57] https://drive.google.com/file/d/0BwHDEzzUC1a-bGJyb3g2d1FZSEE/view?usp=sharing [16:12:13] laaz: no spam here please [16:14:13] who said that its spam its not spam [16:15:03] who said that its not spam [16:17:59] lool [16:20:58] laaz: pasting links without providing any context before is likely spam. [16:22:34] :) [16:23:57] in your case, it clearly is. Noted. [16:49:26] hi [16:52:51] yyy [16:53:43] who is from russia here? [22:36:40] Hello! Any idea to deal with a "Welcome {{{1}}}" template? (Some usernames may start with "*"...) [22:37:55] (I think that a nowiki can sanitize the username, but obviusly prevents also the {{{1}}} ) [22:39:41] iddle of a line, so it will not be treated as a special character [22:40:23] err [22:40:52] * in this particular example, * is in the middle of a line, so it will not be treated as a special character [22:56:33] OK. So my problem is that before the {{{1}}} MediaWiki insert a newline (but in the template there are not newlines before it!) [23:01:41] mw shouldn't be automatically inserting newlines anywhere -- double check your templates [23:05:24] what Skizzerz said [23:05:36] something else is adding that newline [23:06:12] I'm going crazy, I cannot replicate. I will share our it.wiki template link [23:08:27] OK I can replicate [23:08:39] The #titleparts: insert a newline if it contains "*" [23:09:13] interesting... [23:09:49] does {{#tag:nowiki|{{{1}}}}} work? [23:09:50] probably not [23:10:01] why not use {{BASEPAGENAME}} instead of titlkeparts? [23:11:27] hmmm, seems it should be {{ROOTPAGENAME}}, not BASE [23:11:57] https://it.wikipedia.org/w/index.php?title=Utente:Valerio_Bozzolan/Sandbox6&oldid=90544733 [23:14:56] Can I report this titleparts bug? [23:15:35] sure [23:15:51] I guess there's some hidden reason for this, though [23:16:44] what about this workaround? https://it.wikipedia.org/w/index.php?title=Utente%3AValerio_Bozzolan%2FSandbox6&action=historysubmit&type=revision&diff=90544758&oldid=90544733 [23:22:30] <3 [23:35:54] :) [23:57:20] Another question. I've just discovered that meta user pages provocates rot links if you link meta pages [23:57:51] E.g. (sorry Platonides) :D [23:58:26] https://it.wikipedia.org/wiki/Utente:Platonides [23:59:46] ...and using [[:meta:Whatever]] upstream, provocates rot link upstream but I think not locally