[00:05:58] I need help I must of configured my mediawiki sites url wrong in nginx.conf and/or LocalSettings. [00:06:44] short url I might add. [00:10:08] http://pastebin.com/tU43TcSp [00:10:38] My nginx.conf is on the top of that and the localsettings setup is underneath. [00:11:48] for some reason my media wiki site is not showing content. If I click 'Edit' I can see the content? [00:11:51] Any ideas? [00:12:46] ofaq, https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#You_see_a_Blank_Page [00:16:11] pcre issue [00:17:12] MagicWord.php [00:18:02] how do I tell which version I have? [00:18:31] what's the error? [00:19:09] preg_match(): Compilation failed: group name must start with a non-digit at offset 8 [00:19:20] bunch of warnings [00:19:22] no content showing [00:25:39] it was update to pcre package [00:43:32] hello hello [00:52:40] hello [02:17:08] Can a revision id (rev_id) be used multiple times? [02:17:32] The question may sound kind of funny, but I see exactly that: [02:18:08] I have a revision in the revision table and I have a deleted revision in the archive table, both having the rev_id = ar_rev_id. [02:19:04] Before I investigate how this happened, I have this question: [02:19:27] Is it to be expected that the same revision ID is used multiple times? [02:19:30] Or is that a bug? [03:10:18] https://test2.wikipedia.org/wiki/Help:Lua_development_environment suggests a non existent TestUtils.lua to provide 'toframe' . Google's not finding it either. Can anyone help me to get this so I have a semi-decent environment to test some mediawiki lua code [03:12:56] I apologize, I can't help you that much since I haven't worked with Lua before :( Have you tried reading https://www.mediawiki.org/wiki/Extension:Scribunto at least? [03:13:48] that module looks like it used to exist on scribunto.wmflabs.org which is now defunct [03:14:16] you can ask a labs admin if they can get it back i guess [03:14:22] in #wikimedia-labs [09:03:21] hey guys, my "Main Page" title is showing as "

My_Page_Title

" [09:03:31] how do i get rid of the

's??? [09:05:23] i think it's because I installed the "MarkdownSyntax" extension [09:09:52] got it [09:25:02] Wow Cenarium. :) https://gerrit.wikimedia.org/r/#/c/272916/ [10:06:09] /join #openstack-opw [10:06:29] #openstack-opw [10:21:14] is there a way to completely disable the job queue? [10:31:58] Is there a way to calculate estimate of size of mariadb(mysql) db files based on estimated number of pages in wiki, their average size and expected number of edits per page? Thanks. [11:57:04] is it possible to disable RC patrol for pages that FlaggedRevs is not active on (such as userspace)? [16:22:32] Why ditch "edit" https://www.mediawiki.org/w/index.php?title=Help_talk:Talk_pages&diff=0&oldid=1946130 [16:46:12] how do i get a direct link to an uploaded file from it's name? [16:46:41] like, [[Media:]] makes all i need is just the link [16:53:01] do mediawiki parser tags no longer support unvalued attributes in 1.25+ ? [16:53:42] my monaco skin comes with an old extension that adds a parser tag and it supported a "with-box" or "withbox" attribute that took no value [16:54:00] just (or withbox) [16:54:28] this doesn't work in MW 1.26.2; attribute isn't being found at all. [16:55:48] it does work if I set it to any value though [16:55:51] withbox anyway [16:55:56] with-box never works [16:56:46] scratch that it works suddenly [16:56:50] cache I guess. [16:58:19] I'll just have to change the docs for this [17:05:07] Is using Tidy($wgTidyConfig) more performant than MW's built in HTML sanitizer? [17:07:45] atomizer: you mean you just want to show the image link on the wiki page? [17:08:00] i want to use it in a template [17:08:29] specifically... i want to use webm videos in place of gifs in a clean way [17:09:07] i thought using HTMLTags extension and using a direct link in a