[04:40:22] If I want to add a p-personal link, but don't want to give it a tooltip or keyboard shortcut, do I just specify the blank variables as ,'','','' ? e.g. : [04:40:35] mw.util.addPortletLink( 'p-personal', '/wiki/Special:PrefixIndex/User:Quiddity', 'Subpages', '', '', '', '#pt-preferences'); [04:41:03] (I'm deducing based on docs at https://www.mediawiki.org/wiki/ResourceLoader/Default_modules#addPortletLink and the code-hints given in the editor (which seems to be annoyed by just commas in a row)) [05:06:49] or perhaps I'm meant to use null, null, null, there? [06:22:19] hi, [06:22:21] I am facing "Database error" error while accessing Special:ListFiles page via auto-confirm user.... [06:22:48] whereas everything is working fine using Bureaucrats group users.... [06:24:55] Can anyone help me to resole this issues.... What permission need to give to "auto-confirm" group to access upload file list page.... [08:28:47] Hi [08:29:58] i need some help with LDAP authorization [08:30:08] is anybody here who can help me? [08:34:37] howdy doody day pplz [08:40:29] I'm setting up a new wiki, and I'm trying to remember how I got the serif headline fonts that I have in this wiki http://schwarze-flagge.de, can anyone help me? [08:41:44] It's not the VectorBeta extension [09:38:32] Hello, I'm trying to install Mediawiki on centos 7, I got to the stage of the wiki installation walkthrough over http.. on the Sql setting when I click continue, I get the following error [09:38:33] Unable to write to the directory "/var/www/data". Change its permissions so that the webserver can write to it, and try again. [09:38:57] Any guess what could be the problem? [10:13:05] hmm, upgraded parasoid and now get: [10:13:07] "Error loading data from server: parsoidserver-http-bad-status: 500. Would you like to retry?" [10:16:17] hello [10:16:48] I am looking for how to write doc in a language and translate after in english and others - I got the translate in a wrong way it seems [10:17:00] I read documentations in mediawiki.org without success [10:17:34] when I change $wgLanguageCode="fr" I got errors too but if it is the good way to do this I can move forward [10:59:10] How can I have the main menu column appear just below a logo image on left side of the wiki page as for now it is appearing from the middle left side part of the page below the logo image on the MediaWiki software which Wikipedia runs on? [11:27:41] how do I debug Instant commons not working? [11:27:58] images/ is writable by www-data (and there's some directory I didn't create in there, owned by www-data) [14:20:44] Hi cscott, are you around? I have three or four questions from OTRS about PDF creation/book export. [14:23:35] pajz: sure. Krenair has also handled a few of those. [14:24:52] cscott, thanks. Are there plans to re-enable the epub export? [14:26:04] pajz: https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2014-September/000955.html [14:26:40] the Kiwix team is interested in reimplementing ZIM export, and epub export ought to be not-too-hard after that's done. but it's not in the immediate future. volunteers welcome. [14:26:58] that is, no technical reason other than the code hasn't been written yet and no one's currently writing it. [14:29:49] cscott, what's the current status of re-implementing the export to pediapress for ordering a printed version of the book? [14:48:47] pajz: working on that now, testing pediapress' new server. assuming this work, say a week. probably mostly depends on pediapress, though, whether their new server can handle the load. [14:52:12] Hello people [14:52:51] There is a nasty bug in MediaWiki in Wikipedia. It has - again - lost an edit by me. [14:54:01] I am editing a section, as guest. In another tab, I log in. Then in my first tab I am still shown as guest. I press "Preview". My edit gets lost ! [14:54:15] cscott, ok. Is there any way to get a 1-column pdf when using the "direct" pdf export ("download as pdf")? (The workaround via the book function also doesn't seem to work, https://bugzilla.wikimedia.org/show_bug.cgi?id=72003)) [14:54:55] It would be nice to fix that. Thank you ! [14:54:56] yes, i'll give you an example. [14:59:03] pajz: https://en.wikipedia.org/w/index.php?title=Special:Book&bookcmd=render_article&arttitle=Moon&oldid=630518999&writer=rdf2latex&columns=1 [15:03:39] cscott, so, you have to manually manipulate the url? [15:03:50] or is there a link to that from the interface? [15:16:17] pajz: manually manipulating the url is a workaround; I've just pushed a fix for bug 72003 to gerrit. [16:03:50] Bye [16:06:48] cscott, all right, thanks for your help :). [18:36:17] pajz: the fix for bug 72003 should be live now. [18:50:52] cscott, cool, I'll give it a try :) [18:51:59] works :) [20:09:01] Can anyone help me...I am having a trouble in vagrant up [20:09:16] the error is in the link http://paste.ubuntu.com/8618208/ [20:10:56] * marktraceur looks [20:11:59] sushmareddy: Can you hit archive.ubuntu.com in your browser? [20:12:22] sushmareddy: Also, have you run sudo apt-get update recently? [20:12:50] yeah I have opened the link [20:13:18] and regarding update...i have done it just a few hours back [20:15:50] sushmareddy: Were there errors in the update? [20:17:56] no errors [20:18:14] Hm. [20:18:27] sushmareddy: What version of Vagrant and VirtualBox did you install? [20:19:11] vagrant 1.6.5 virtual box4.3 [20:22:30] 1That sounds OK [20:22:47] I dunno, who wants to help with a Vagrant issue? [20:24:36] sushmareddy: Are you behind an http proxy by any chance? Like on a university network or something where there is a global proxy that all http traffic has to go through? [20:24:58] "Unable to connect to archive.ubuntu.com" is either that (proxy config) or bad networking for the VM [20:25:55] yes behind proxy [20:26:57] sushmareddy: Ok. I think you will probably need to install https://github.com/tmatilai/vagrant-proxyconf on your host computer to help Vagrant tell the VM about the proxy settings. [20:31:12] ok I will try it [20:31:52] We should probably have a FAQ about that on https://www.mediawiki.org/wiki/MediaWiki-Vagrant [20:33:00] sushmareddy: Extra FOSS helpfulness bonus points to you if you document how to make things work for users behind a proxy when you figure it out. :) [20:34:32] oh then I will definitely do it :) [20:36:20] export HTTP_PROXY=http://foo.bar:3128 [20:36:29] IIRC that works for apt ;) [20:37:56] Proper way is probably something like [20:37:57] reedy@ubuntu64-web-esxi:~$ cat /etc/apt/apt.conf.d/00proxy [20:37:57] Acquire::http { Proxy "http://192.168.0.215:9999"; }; [23:11:11] so recently i noticed that Special:Preferences doesn't read Vector.css or Common.css [23:11:19] mw 1.23.5 [23:11:49] PJosepherum: https://bugzilla.wikimedia.org/show_bug.cgi?id=71621 [23:11:53] <3