[01:12:19] hi anyone around? [01:12:45] I am trying to design a skin on my mediawiki [01:12:55] but I am having issues trying to link to the logo. [01:13:25] I already got the path to the LocalSettings.php wgLogo variable. [01:13:36] but I am not sure how to insert it in the theme [01:13:57] I look for it on the Vector theme but I couldnt see that variable. [01:15:44] anyone know how to call it from CSS? [01:16:30] anyone? [02:36:11] Hi bluesilver. [02:37:43] bluesilver: Did you search the file "VectorTemplate.php" for the "logo" HTML? [03:39:28] how do I alias a pagfe [03:39:37] so 2 pages show the same content? [04:46:28] mnathani: instead of aliasing, you should just have one page redirect to the other. [04:46:54] You do that with the #REDIRECT call. [05:08:40] Yaron: thanks [11:54:17] hi [11:58:50] Hello people [12:01:07] Im using {{template}} and every \n in template body transforms to


html in the page body. Can I use pure HTML in template ? [13:22:34] Im getting this error when installing the wiki "/mediawiki/mw-config/index.php Error from line 653 of /var/lib/mediawiki/includes/cache/LocalisationCache.php: Class 'DOMDocument' not found" [13:24:26] sup [13:29:48] Qwertie: you need the dom extension for php [13:29:55] it's usually build it [13:30:06] but it seems it's available as a separate module for your system [13:30:12] perhaps it's called php5-dom? [13:30:25] alternatively, use the Hash Preprocessor [14:22:25] Platonides: I tried to run "sudo apt-get install apache2 mysql-server php5 php5-mysql libapache2-mod-php5" like the install guide said but most of the packages were missing [14:22:33] This was on ubuntu 16.04 [14:26:36] Looks like ubuntu has upgraded to php7 [16:14:44] hi [16:15:10] hi [16:16:04] can i ask a question ? [16:17:08] guest2: Sure. [16:17:37] how can i change register for open ? [16:18:02] guest2: Open what? [16:18:25] Hey, I have a quick question about uploading a "remixed" scheme to Wikimedia. Can somebody help? [16:18:37] now other people can't register [16:19:33] guest2: Oh you mean how you can open your wiki for everyone to be able to create an account? [16:19:40] yes [16:24:09] !access [16:24:09] For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [16:24:18] basically, do what these pages say, except in reverse :P [16:24:55] guest2: https://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation find lines like these in your LocalSettings.php and delete them [16:25:20] thanks [16:25:37] Thanks MatmaRex. I was looking in all the wrong places, apparently. [16:25:59] another question .. how delete account ? [16:39:02] !nuke [16:39:03] http://www.mediawiki.org/wiki/Extension:Nuke [16:39:35] Nah. [16:40:32] guest2: I think https://www.mediawiki.org/wiki/Extension:UserMerge is your best bet [16:41:26] but will change new name [16:41:48] anyway...thanks [16:46:32] Guest2: See also the hideuser feature [18:07:39] !blame [18:07:40] Whatever happened, it's Domas' fault. For everything else, there's `git blame`. [19:18:54] mediawiki.org Special:Notifications is throwing a Exception encountered, of type "BadMethodCallException" [19:19:38] Sounds fun [19:20:12] Just copy pasted that into #wikimedia-collaboration [19:20:31] thx [19:27:27] wmat: onwiki username? [19:31:11] Someone just shared me this... http://i1101.photobucket.com/albums/g423/C_F_Z/wikipedia.png a bit "sutile" :) [19:48:29] Reedy: what's that? [19:56:26] Hello, does anyone here have any experience with the MsCalendar extension? It seems like overnight it just stopped working. Instead of the calendar apprearing on the page I just get text "<><>Today" [20:00:11] wmat, just your username on MediaWiki.org? [20:00:35] In case we have to do more debugging later. [20:03:18] matt_flaschen: it's wmat [20:03:47] Thanks, wmat. [20:04:38] it errors on clicking the small notifications icon in the User tool bar as well [20:06:24] wmat, yeah, it would break regardless of where it showed. I think I fixed it, it's pending review: https://gerrit.wikimedia.org/r/#/c/285448/1 [20:06:38] matt_flaschen: thx! [21:27:00] is there a magic word/lua that can translate language to language code (e.g Spanish => es). The best I can find is the opposite direction (https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.language.fetchLanguageNames) [21:34:29] eranroz: yes, use that function you found, and then iterate through the pairs returned; once you find a case where the value matches, return the key [22:02:18] hi, i'm looking since a few days for some css code to print a good looking gallery. has someone an exemple or a site to help me. i have basis knowing about css, but i can't resolve this problem. (i'm french). [23:33:37] wmat, should be fixed in production now. Can you retest? [23:35:00] matt_flaschen: done. It's working now. Thx for the quick fix. [23:36:09] wmat, no problem. RoanKattouw, thanks for reviewing and deploying.