[13:14:08] how could i make a totally private wiki so that no page and content is visible to anonymous users. no i have the mandatory login, but the left sidebar with the categories is still visible. how could i make it go for anonymous users, or even better, redirect every page to a login page? [13:18:00] @tibyke you may start looking here for possible solutions: http://www.mediawiki.org/wiki/Manual:Administrators [13:18:40] Also, you can set the type of wiki during the installation process. This can always be changed in the LocalSettings.php file of your mediawiki isntall [13:19:02] Therefore i kindly refer you to the administrators manual page :-) [13:19:41] thanks, checking. do you know the name of the variable to change wiki type? its a legacy version upped to the latest, and it doesnt have anything like that. [13:20:38] !access | tibyke [13:20:38] tibyke: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [13:21:03] ty Gloria :-) [13:21:09] thx! [13:21:20] The login page still has a left sidebar. ;-) [13:22:15] But that can be removed i believe by access of the special pages... [13:22:23] But taht's more for mediawiki-dev i believe [13:22:38] You generally shouldn't ever change MediaWiki core files. [13:22:42] It makes upgrades painful. [13:23:05] Indeed, it's best to make customizations to a wiki by writing an extension [13:23:16] But that's not an easy task, especially for ebginners like me :-) [13:24:36] Gloria, so the sidebar has some categories and other info which i dont want to be available for non-privileged users, anonymous,e tc. [13:28:21] Gotta run, sorry. [13:39:03] I edited includes/Skin.php function() buildSidebar to only return anything if a user is logged in. [13:41:24] i pretty new to mediawiki, so what i did is checking session: if (!empty($_SESSION['wsUserID']) && !empty($_SESSION['wsToken'])) {....} [13:41:36] should that be ok? it works for sure :) [13:45:02] and also !empty($_COOKIE['wikidb_session']) [14:28:19] I wonder if you could just add display:none to everything [15:22:39] Withoutaname: You could but the site would be a little boring [16:41:29] greetings. Is there anyway to mass import all of the help documentation of mediawiki to a wiki? [17:03:47] !seen Tpt [17:03:47] Did you mean @seen Tpt? [17:04:04] @seen Tpt [17:04:05] rohit-dua: Last time I saw Tpt they were quitting the network with reason: Quit: Tpt N/A at 5/6/2014 7:28:19 PM (21h35m45s ago) [17:12:17] hi [17:12:24] how would i import a .txt to mediawiki? [17:13:04] plese [17:14:21] found it i believe [18:06:27] Hey guys [18:07:53] If I have an existing Bitnami stack running on port 80, and I want to add another port 80 MediaWiki (I'm excited to get it running correctly!) I would have to use the same VM instance to be able to use 2 different Domains with the same IP [18:08:13] sorry if that was drawn out, but I either need help, or to find another way :/ [18:09:02] aka use apache virtual hosts on the same VM [18:27:37] any ideas [18:54:51] is safeQuery() still used? [19:50:23] Hi [19:51:22] When a system message like searchemenu-new receives the current search as the variable $1, is this variable is encoded? [19:55:22] It depends on the message and how it was implemented [20:00:43] Do you know any way to look at the implementation of the "searchmenu-new" message? [20:03:24] <^d> Automatik: You'd want to have a look in SpecialSearch.php. It's implemented in showCreateLink() [20:03:44] <^d> The first param happens to be: [20:03:44] <^d> wfEscapeWikiText( $title->getPrefixedText() ) [20:27:58] Thank you! And if we want to create a link containing the title in a URL like this: .../index.php?title=$1&action=edit , and the title contains a ' for example, then the URL will be ...?title=...'... then MW won't like the sign # in the title, and the title of the page to create is truncated after the # sign. Is there a solution to avoid this? [20:30:47] Automatik: you should be using {{fullurl:$1|action=edit}} for things like that [20:31:07] Thanks, I'll try it [21:22:24] hello, i have a question that has to do with templates and {{tag:pre|}} ; and i want to assign a class to it ... If this is not the place to ask, please forward me where i can ask ... [21:24:18] so i have a template to customize the
 tag using a class, in a template , doing 
{{{1}}}
would not make {{{1}}} interpritted as the first parameter, so i used {{tag:pre}} instead, but now i'm unable to figure out how to pass a class attribute to it ... [21:25:01] uwe: {{#tag:pre|content|class=something}} [21:25:20] https://www.mediawiki.org/wiki/Help:Magic_words#Miscellaneous [21:28:42] thanks Vulpix !! [21:32:42] yw ;) [21:33:18] Vulpix: do you know any good converter from doc to mediawiki format? [21:33:27] one that could select individual pages? [21:33:52] uh, no [21:34:01] damn :| [22:10:19] is there any way to suppress addition of

tags in a given context, such as a template's transclusion? [22:10:41] I have a template that's a div with some text in it but when the template is transcluded, magic

tags are getting added around the textual content. [22:10:57] that'd be fine except that causes Extension:Description2 to decide that's part of the article content :> [22:11:43] whereas it's actually a stub header. [22:23:39] putting the content in its own p tag works fine :> [22:51:26] So this is more of a php/mySQL question than MediaWiki. I noticed that sometimes timestamps are CHAR (14) rather than DATETIME in Mediawiki's database tables. Is that because it's better for performance? [22:53:16] hello all! [22:53:24] hi eebbrr [22:53:45] I'm trying to find Nik Everett, the guy who created this: https://github.com/wikimedia/search-highlighter [22:54:10] does anyone have an email address for him? I'd like to ask him questions about that project [22:54:13] eebbrr: he goes by "manybubbles" when he is on IRC - you could email wikitech-l and he is on there [22:54:15] !lists | eebbrr [22:54:16] eebbrr: mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [22:55:07] sumanah: thanks so much. I'll join wikitech-1 asap. shanks! [22:55:17] :) [22:55:37] jazzorius: sorry I do not know [22:55:54] sumanah: OK. Thanks [22:56:19] jazzorius: you may want to ask on wikitech-l or in a more MariaDB-centric channel [22:56:52] sumanah: OK. Thanks [23:15:13] https://sh.wikipedia.org/wiki/Korisnik:Kolega2357/userinfo.js How to fix java with toolserver to wmflabs? [23:27:55] ok, ori, I have asked for more examples, and am gonna go to sleep. bad decision Sumana staying up too late [23:28:00] hope your flight works out [23:28:02] thank you again