[07:26:57] Is it possible to change the default signature for all users? [09:40:19] yeah, you can change [[Mediawiki:Signature]] [14:04:16] Hi [16:16:32] saper: Could you review https://gerrit.wikimedia.org/r/#/c/247085/ it is to do with adding support for renaming tables in mediawiki. [16:47:50] paladox: [16:48:08] saper: yes. [16:48:09] I am reading emails from gerrit, thanks. [16:48:14] saper: Ok. [18:42:25] Hi guys, I got a newbie question. I am trying to configure a mediawiki server. Everything works fine until I finished configured it. It keep saying that the LocalSettings.php is missing. But, I putted the file in /usr/share/mediawiki (in the same folder that index.php file.) I did a chmod 777 on this file to be sure it can run. I really don't get what I am doing wrong :/ [18:43:28] Are you using an os package for mediawiki? [18:44:22] Yes, I am on ubuntu, I followed this guide : https://help.ubuntu.com/community/MediaWiki [18:44:49] we really don't recommend using apt-get install mediawiki [18:44:51] !package [18:44:51] Many Linux distributions provide MediaWiki in a packaged format for that distro. These packages typically contain obsolete & unsupported versions of MediaWiki; they also like to move around & change files, & do other super-counterproductive things. You'll get the best support here if you install MediaWiki directly from one of our tarballs - https://www.mediawiki.org/ - or Git https://www.mediawiki.org/wiki/Download_from_Git [18:45:50] Ok, should I unistall the old version ? [18:55:43] Dabless: it might be looking for the file somewhere else [18:55:55] Dabless: distros like splitting things all over the filesystem [18:56:42] (heh, somebody removed "batshit insane" from !packages.) [18:57:24] Yeah, I am trying to reinstall it form the tar.gz thing but it look much more complicated [18:57:39] I am trying to figure out where to put it for apache [19:01:11] Dabless: just unzip it in /var/www/html/w/ [19:01:28] (assuming that /var/www/html is the default path for apache) [19:01:36] (it is on recent ubuntus, at least) [19:03:18] Ok, I will check first if there is some old file in that [19:06:28] nice, it work, I'll try to setup the LocalSettings.php :) [19:09:16] Dude. [19:09:17] It [19:09:23] Works. You're the best [19:09:58] I love you guys <3 maybe I will not fail my technical support class. (yes I need to make a wikimedia server in my technical support class, I have no idea why) [19:41:52] Hey an other question, how do I change (all) permission? I tryed to add $wgGroupPermissions['(all)']['createtalk'] = false; But it just created a new group called (all) [19:42:19] use * instead of (all) [19:43:07] Oh snap [19:43:10] Thanks ! [19:55:19] An other one, how do I change the right to the group Users ? [20:33:54] Ohnoes, Peter Suber bring down his own MediaWIki https://plus.google.com/+PeterSuber/posts/c1ZBxBvJhaT [20:38:33] * Trela blinks, reads, in unsure where it says that. [20:39:00] I guess because he's posted a link [20:39:48] Ah, I do not use Google+ so it looked like a bunch of computer generated keyboard smashing. [20:41:49] Also confused because I was reading it from the context of Nemo_bis' post on the Hitcounters talk page. [20:54:17] Bump, I'd like to know how to change the default group "users" right. What I want is really simple : If you don't have an account, you can't see anything, if you are in the group "work" you can only read, and only the group "editor" can edit. I can't figure out how to do that [20:54:42] Exactly the same way [20:55:10] Dabless: https://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_viewing_of_all_pages [20:55:40] $wgGroupPermissions['user']['whatever'] = false; [20:57:07] Well, I'll retry that, because when I did that it created a new group call user [20:57:26] Maybe I typed it wrong [21:00:36] Oh thanks, I tryed to typer Users [21:00:40] the right thing is user [21:12:55] The things is, if I remove the right to edit to the group "user", every one lose the right to edit (even root) and if I set $wgGroupPermissions['work']['edit'] = false; it keep the right to true, probably because that every group is in user group [21:18:32] I used the block function it works for what I want! [22:14:23] hello anybody know how to get redis jobrunner working? [22:14:24] https://github.com/wikimedia/mediawiki-services-jobrunner