[00:02:33] maybe CentralAuth has its own newFromId-ish function.. [00:13:30] got it! [00:13:35] it is CentralAuthUser [00:13:42] but... Echo does nothing with it D: [00:32:56] Hi I installed Widgets and I got this error: Fatal error: Cannot redeclare widgetParserFunctions() (previously declared in /home/u478654314/public_html/wiki/extensions/Widgets/Widgets.php:75) in /home/u478654314/public_html/wiki/extensions/Widgets/Widgets.php on line 79 [00:35:37] Agent_Isai, maybe you added it twice in the config? [00:36:50] I looked at Widgets.php and I saw it also had the line where it adds Widgets as a namespace but MediaWiki.org says to add it on LocalSettings.php so I think it contradicts [00:37:28] I removed define('NS_WIDGET', 274); [00:37:28] require( "$IP/extensions/Widgets/Widgets.php" ); and now my wiki loaded [00:39:45] Ok so my problem was that I added require( "$IP/extensions/Widgets/Widgets.php" ); twice [00:46:28] Right. :-) [00:50:39] Has anyone seen Fatal error: Call to undefined function wfMessage () in Generic.php on line 669 [02:26:23] Is it possible to restrict the access to a special page to users with a verified email? [02:53:53] legoktm, MatmaRex: it's not a bug in Scribunto or in Module:Arguments. the reason it's growing so fast is that the category's brand-new and the job queue is filling it up [02:53:59] [02:54:15] * legoktm nods [11:34:54] I was just reading a Wikipedia article on a BASH exploit (http://en.wikipedia.org/wiki/Shellshock_%28software_bug%29) and was interested to see that the code examples have been colour syntax highlighted. [11:35:10] Editing the page source reveals env x='() { :;}; echo vulnerable' bash -c "echo this is a test" [11:36:21] I have installed a MediaWiki wiki on my local machine (for maintaining my research). What do I need in order to get code formatting like this? [12:04:39] !syntaxgeshi | pi- [12:04:46] !syntax | pi- [12:04:46] pi-: For help with MediaWiki's Wikitext syntax, please see . For an (incomplete) formal specification, see . [12:05:02] !geshi | pi- [12:05:02] pi-: There are several extensions for syntax highlighting, see http://www.mediawiki.org/wiki/Category:Syntax_highlighting - the most popular one is at http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi [12:05:18] ^ pi- thats the bot responce you want [12:18:44] Thanks p858snake|l [15:09:11] Is it not possible to show a diff for a new page creation? It seems you cannot compare rc_last_oldid = 0 with rc_this_oldid [15:09:20] I posted this here https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Show_diff_if_page_is_new%3F [15:18:44] you can't, that's correct [15:29:36] That's bad. Extension:Patroller displays the diffs so can... patrol it [15:29:46] ** so you can [15:30:52] if it's a new page, you don't need to display a diff. You can simply output the page contents directly [15:32:16] Sure, I'm not sure how to do it unparsed using $wgOut->addWikiText() and $title [15:34:27] sadly, I can't help you with this :( [15:37:42] MediaWiki is great. Until you have a problem :D [15:38:48] np, looking into it. I have parsed output already which is an acceptable workaround as well [17:40:36] how can I "disable" a HTMLForm? [17:40:46] (making it read-only and not "sendable") [17:57:10] Polsaker: 'readonly' => true [17:57:30] Glaisher, But that is for a element [17:57:42] you are talking about? [17:57:44] I want the _whole_ form to be read only (maybe by deletting the send button?) [18:02:40] how do you edit the links at the bottom of the wiki pages [18:03:41] also how do you make a sub-title like on the Wikipedia where on the page under the title it say 'From the Wikipedia, the free editable encyclopedia [18:09:26] !qqq | Agent_Isai [18:09:32] !qqx | Agent_Isai [18:09:32] Agent_Isai: If you want to find a particular system message being used on a page, you can append the uselang=qqx parameter to the URL. That will replace all system messages used on the page by their message names. See https://www.mediawiki.org/wiki/Qqx [18:09:51] Thank you [21:17:55] hey anyone managed to get glyph icons working on chameleon/bootsrtap? [21:17:58] bootstrap* [21:23:22] hello, my mediawiki (1.21) www.papageienhandbuch.de have a problem. It looks like it had no style, but I use the vector-style since a long time as defaultskin. Someone here who knows whats wrong? [21:29:03] page doesn't load for me [21:29:39] seems you have a conflicting extension? [21:29:44] what have you changed recently? [21:30:00] also it's not ideal to install your wiki into the root of your webserver [21:32:42] I doesent chance anything at the script since a long time. The last months it works perfect [21:33:45] what happened then? [21:33:56] it didn't stop loading for no reason :) [21:34:05] something in your localsettings? [21:34:44] https://www.mediawiki.org/wiki/Manual:How_to_debug#Turning_display_startup_errors_on [21:46:57] hello, is this the correct channel to report worng info in an article? (more likely a typo) [21:48:23] Not unless it's on a protected page on mediawiki.org... [21:48:47] it's not on a protected page [21:49:00] nevertheless i don't have a wiki account nor do i want to create one [22:22:55] Hey [22:23:03] anyone here know about jquery-uls? [23:26:42] Cydrobolt: probably people in #mediawiki-i18n do