[06:46:54] I have setup the wiki page,but as of now anyone can edit the wiki page. how do I stop this [06:47:06] and like only the admins can add and edit the content [06:47:09] please help [06:55:39] devesh_verma: https://www.mediawiki.org/wiki/Manual:Preventing_access [06:58:59] legoktm: thankyou [06:59:06] no problem [06:59:11] I have facing issue with setting the favicon [06:59:18] not able to configure that [06:59:33] legoktm: can you help me with that? [07:03:09] devesh_verma: did you look at https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_icon_in_the_browser.27s_address_line_.28favicon.29.3F ? [07:09:21] legoktm: I have the same in my file [07:09:57] legoktm: but my ico file is not 32 x 32 pixels [07:10:02] does this effect? [07:10:34] I don't know how browsers will render it [07:45:31] where do I need to add these setting? https://www.mediawiki.org/wiki/Manual:$wgSMTP [07:49:11] devesh_verma: https://www.mediawiki.org/wiki/Manual:LocalSettings.php [07:49:54] andre__: okay [07:59:54] I was goinfg through this - https://www.mediawiki.org/wiki/Manual:User_rights#List_of_groups [08:00:10] I understood the logic of this but then how do I add people to sysops? [08:00:28] like I want to add 5-6 people to sysop how do I do that [08:00:33] please help with this [08:30:47] devesh_verma, see second sentence on that page that you linked to [08:30:57] devesh_verma, if that is not clear please explain why it is not clear [08:32:31] andre__: are you referring to `From MW 1.12, you can create your own groups into which users are automatically promoted (as with autoconfirmed and emailconfirmed) using $wgAutopromote. You can even create any custom group by just assigning rights to them. ` [08:32:56] devesh_verma, I refer to the beginning of the page that you linked to. [08:33:05] I start reading at the beginning. :P [08:33:22] andre__: ohh [08:33:28] https://www.mediawiki.org/wiki/Manual:User_rights [09:56:28] I'm trying to enable DLP3 on a wiki, when I post a page with the dlp tag, I get the following error: https://justpaste.it/6luvc "Call to undefined function DPL\wfProfileIn()" On the wiki where it works, the wiki has a file called /var/lib/mediawiki/includes/profiler/ProfilerFunctions.php [09:56:48] The wiki where it doesn't work doesn't have the file. Though they where installed the same way. [09:57:07] (That file has that function inside it) [09:57:22] What could be the cause/sollution please? [09:58:27] I'm on the latest stable. [10:01:00] finalbeta: "latest stable" isn't helpful [10:01:02] https://github.com/wikimedia/mediawiki-extensions-DynamicPageList [10:01:07] DynamicPageList/classes/Parse.php [10:01:11] That file doesn't exist in our repo [10:39:39] Reedy, I'm on DynamicPageList3 ( https://github.com/Alexia/DynamicPageList ) From what I read on "the web", that's the latest en meanest? [10:43:49] Reedy, ok, a sligtly older version works. (Perhaps something is broken, or I messed up a copy. [10:46:50] (If you recommend another plugin, I'm all open to suggestions) [10:52:25] https://github.com/Alexia/DynamicPageList/blob/master/classes/Parse.php#L132 [10:52:34] I don't see the same issue on master [10:52:58] https://github.com/Alexia/DynamicPageList/commit/1db77e976c94ce95b1724dfbd60306f6b3c46ad5#diff-e7ad7aae98bf8a839362496af0b4d988 [10:53:13] https://github.com/Alexia/DynamicPageList/releases [10:53:20] Guess you need >= 3.2.0 [10:53:31] finalbeta: "latest version" could be latest commit on some older branch, could be latest version packaged by your distribution instead of latest revision on git master, could be latest revision in some fork based on some old version, etc. That's why "latest version" means nothing. [14:31:34] finalbeta: https://github.com/Alexia/DynamicPageList [14:31:59] The latest should work with MediaWiki 1.27+. [14:32:39] * Trela derps. Reads more back log. [15:17:09] I'm running mediawiki on Ubuntu 18, using the Ubuntu packages. I migrated from ubuntu 16. I'm using sqlite and getting the message "(Cannot access the database: Cannot return last error, no db connection)". I have $wgShowExceptionDetails $wgShowSQLErrors and $wgShowDebug all true. I see nothing in the apache logs. Nothing seems to show anything regards excpetions or debugging. I can connect to the db directly from the command line [15:17:09] and have verified that $wgSQLiteDataDir is correct. What can I do to diagnose the problem? [15:39:09] Hello, do you have any tips on how to paste a long configuration file into a wiki page, so it looks nice? [15:51:05] !syntaxhighlight [15:51:05] 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 [15:53:00] I'm not talking about syntax highlighting [15:54:22] For example, indenting each line creates a kind of text box, right? But I can't really do that manually. Also, every # (comment) gets interpreted as numbered lists [15:58:21] Well, it won't do things like turning # into numbered lists in the syntaxhightlighting [15:59:05] Does it work without specifying a language? [16:00:21] I'll try it out [16:00:46] you can do just
[16:00:51] if you don't want to install the extension [16:01:15] (no syntax highlighting with this though, it just suppresses normal wikitext formatting) [16:01:35] YES that's exactly what I needed! [16:07:38] Thanks a lot, bye [17:56:02] Trela, thanks, downloaded the latest did fix it! [17:56:44] finalbeta: Perfect! I am working on a newer version on a development branch that should be released in one to two weeks. That will be 100% MediaWiki 1.31 reliant. [17:59:40] Trela, cool, that addon really makes mediawiki a lot more powerfull.