[00:10:01] Hi [00:14:05] hi [00:24:41] Hello. I am trying to ssh the mediawiki core repo onto my system, but I am getting the error "ssh: connect to host gerrit.wikimedia.org port 29418: Network is unreachable" [00:25:12] Are you behind a proxy? [00:25:18] probably means you're behind a firewall (or using internet from a library or school that blocks high ports) [00:25:28] We seriously need to fix our documentation [00:26:20] Yes, I am behind a proxy which blocks ssh. I have installed corkscrew and made the edits to the /.ssh/config file, though. [00:27:57] darthbhyrava, just use https instead [00:28:58] Krenair, https to clone the repo? [00:29:55] yes [00:30:00] https://gerrit.wikimedia.org/r/p/mediawiki/core.git [00:30:51] But in the 'Download from Git' page, they have ssh under 'Download for Development'. I was assuming it made a difference? I have already git cloned using https. [00:31:20] It's reccommended, but not compulsory [00:32:41] Ah, fine. Thank you. :) [00:32:51] with SSH you can use keys to push [00:33:01] well, you have to use keys [00:33:08] with HTTPS you have to use passwords, which sucks [00:34:05] Krenair, well, I'll make do for now, and see if I can figure out why corkscrew isn't working, then. :P [00:35:10] Krenair, here's the /.ssh/config : http://paste.ubuntu.com/13108337/ [00:35:27] I don't think that's going to change anything [00:35:30] Could you kindly take a look at it and see if something's missing? [00:35:49] oh, I see, ProxyCommand [00:36:02] what is corkscrew? [00:36:46] http://agroman.net/corkscrew/ A tool for tunneling SSH through HTTP proxies. [00:42:11] darthbhyrava, I assume that is your actual path to corkscrew, right? [00:42:15] /home/user/bin/corkscrew ? [00:42:29] Yes. [00:46:35] Krenair, sorry. The path was just /bin/corkscrew. It worked. But I have a new error now: "Permission denied (publickey)" [00:47:13] have you put your public key in your gerrit settings? [00:48:08] No. [00:48:40] On it. :P [00:58:07] Krenair, successfully cloned using ssh. Thanks for your help! [00:58:46] yw [00:59:13] I'm on a network where I can SSH out, but pinging anything is obviously bad [02:32:17] I'm trying to put some JSON in a section, but the first and last curly braces get rendered outside the main gray box. [02:34:47] How do I fix that? [02:35:08] I can't use
 and  because I also want to bold certain lines in the JSON.
[02:36:49] 	 k_sze_:  is for inline code snippets only, you can't wrap multiline content with it. mediawiki will render lines starting with a space as preformatted text, though, and that's the gray box you're seeing.
[02:37:08] 	 k_sze_: remove the  tags and indent the whole thing by one space.
[02:41:07] 	 ah, I see. Thanks
[02:45:17] 	 !syntaxgeshi | k_sze_ 
[04:46:31] 	 o/ hi all.  What is the simplest way I can pull a raw page from a mediawiki site that requires a login/password via bash/php/python whatever?
[04:46:50] 	 Just need a clean insert login/password/site and page name sort of script
[05:22:14] 	 Hi there, having a bit of a problem with the inputbox extension, I'm trying to get it to preload a template I've set up, but it doesn't seem to want to pull it. I'm using the preload= parameter: 
[05:22:14] 	 type=create
[05:22:15] 	  preload=Character_Page
[05:22:15] 	  -- Am I mucking this up here somehow?
[05:37:26] 	 Hi everyone!
[05:37:51] 	 I'm very interested in volunteering for Foundation, by any chance someone here can give me some advice? :D
[05:40:25] 	 Hi Guest90905.
[05:40:29] 	 !hacker
[05:40:29] 	 http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker
[05:40:36] 	 You may be interested in that link.
[05:41:01] 	 It's really about figuring what you're interested in doing and then exploring that and surrounding opportunities.
[05:41:28] 	 Whether that's JavaScript, PHP, documentation, user support, editing articles, patrolling for vandalism, etc.
[05:48:00] 	 Thank you for your reply Katie! I'm not a very techy person at all so I probably wouldnt be able to offer any help in that area. 
[05:48:21] 	 You can fix small typos and other errors in wiki articles.
[05:48:25] 	 Or help out around the wikis.
[05:48:59] 	 Ahhh sounds great! Will you be able to point me to the right direction for that?
[05:49:31] 	 I must admit I'm struggling to navigate on the Foundation's volunteering metawiki
[05:49:33] 	 https://en.wikipedia.org/wiki/
[05:51:02] 	 So do I just find random articles and edit them, haha :P
[05:52:42] 	 I was looking for something more formal/systematic :3
[06:15:10] 	 hi, I setup mediawiki ad my environment is varnish:80+nginx:8001, I tried to enable the SEO url of mediawiki but it will display http://mysite:80001/wiki/pagename, does anyone know how to fix it?
[06:15:12] 	 thank you
[06:29:32] 	 david____: some good tips here: https://www.mediawiki.org/wiki/Manual:Short_URL/wiki/Page_title_--_nginx_rewrite--root_access
[06:30:32] 	 ori, yes, I followed the step to setup and it displays the url to http://mysite:80001/wiki/pagename
[06:31:07] 	 oh, you want https://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory
[06:50:10] 	 ori, thanks but it doesn't work and I open a ticket https://phabricator.wikimedia.org/T117844 to trace the problem.
[07:03:23] 	 did you try setting $wgServer or $wgCanonicalServer ?
[07:09:37] 	 Nikerabbit, thanks and it works
[07:12:55] 	 I use $wgServer and $wgCanonicalServer and my problem is solved
[07:12:57] 	 thank you.
[09:24:04] 	 Hello. I'd like to work on T106432: HTML entity (no-break space) escaped in  and 
[09:24:23] 	 I can't figure out which file is causing the error. It is a Special page, so /includes/specials/SpecialUserlogin.php might have a say, and so should /languages/i18n/fr.json, but I'm not sure. :/
[09:24:36] 	 This is my first attempt at contributing to wikimedia, hence the unfamiliarity. 
[09:25:23] 	 I've posted this on the i18n channel, but there seems to be no activity. Could I please have some help with the flow and files involved?
[10:57:49] 	 darthbhyrava: the channel seems active to me, do you mean the messages you left in the middle of the night?
[11:15:03] 	 Nemo_bis: wrong terminology, inactive as in having very few users. Guess I should have waited,oops. :P
[15:01:27] 	 hi guys. My client has a Page https://wiki.test.de/index.php?title=Jira and wants to be redirected there when he types in https://wiki.test.de/Jira Can I do that natively with mediawiki or do I have to write some custom nginx rules for this?
[15:02:36] 	 Needs to be done webserver side
[15:02:42] 	 I think we have examples for it
[15:02:45] 	 !shorturl
[15:02:45] 	 To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at  or try the new beta tool at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem
[15:03:46] 	 Cool, thank you :)
[18:43:22] 	 mmmm
[19:22:42] <|Rodejong|_>	 I seem to have lost connection between commons.wikimedia.org and my own wiki at http://www.rodejong.com/Wiki which shows that alle the images are shown as red links.
[19:22:58] 	 |Rodejong|_: you need to upgrade your MediaWiki version, because Wikimedia Commons is now HTTPS only
[19:23:17] 	 moin
[19:23:24] 	 |Rodejong|_: see https://lists.wikimedia.org/pipermail/mediawiki-announce/2015-October/000183.html
[19:24:19] 	 is there any option to insert CSS-code like "td { display:block; }" in combination with DIV or Span?
[19:25:32] 	 or where I’ve to put this CSS-code to use as class-parameter?
[19:26:34] 	 ToraxMalu: You can put that in MediaWiki:Common.css with a class, and then set that class in your div/span
[19:27:12] 	 i assume to require admin status to do so?
[19:27:12] <|Rodejong|_>	 Thanks Legoktm
[19:27:53] 	 ToraxMalu: Yes, you need the 'editinterface' permissions
[19:28:08] 	 that doesn’t help…
[19:28:55] 	 or is there a know way to format the result of {{Special:PrefixIndex/…}} in only one column?
[19:29:00] 	 (instead of 3)
[19:29:20] 	 know = known
[19:36:59] 	 Is it somehow possible to embed youtube videos without needing to install extensions?
[19:37:10] 	 I can't really install any since I don't own the wiki
[19:42:41] 	 sorry - pc crashed
[19:58:23] 	 sim642: no, you would need an extension.
[19:59:10] 	 Nevermind, I just created a link to the video with the image being also youtube thumbnail URL
[19:59:14] 	 kinda works I guess
[19:59:21] 	 Oh, okay.
[19:59:34] 	 Actually, I guess you could do it with this too, but it's a bad idea:
[19:59:40] 	 !wg RawHtml
[19:59:41] 	 https://www.mediawiki.org/wiki/Manual:%24wgRawHtml
[20:00:03] 	 I tried to, but it didn't seem to work on this wiki
[20:00:54] 	 Ah. That's probably for the best.
[20:01:25] 	 sim642: you can use JavaScript to embed youtube videos
[20:02:08] 	 in fact, I'm doing that in a wiki just with JavaScript and a Lua template (for sanitizing URLs)
[20:02:27] 	 how would I be able to have JS if I can't even use raw HTML
[20:02:36] 	 Oh yeah...
[20:02:45] 	 sim642: https://www.mediawiki.org/wiki/Manual:Interface/JavaScript
[20:03:25] 	 I said, I don't own the wiki, so I can't really change anything
[20:03:48] 	 oh, well, in that case there's nothing you can do
[20:04:55] 	 I slapped this together: http://digi.physic.ut.ee/mw/index.php?title=Mall:Youtube&action=edit
[20:05:07] 	 now I wonder if it's possible to make that link open in a new tab
[20:06:13] 	 Or actually have usual image possibilities like floating and captioning
[20:06:33] 	 because from what I read, embedding external images really lets you do none of that with them
[20:09:54] 	 saper: Could you have a look at https://gerrit.wikimedia.org/r/#/c/250007/ ive changed it with the feedback of @Siebrand.
[20:16:40] <|Rodejong|_>	  ►------------------------------------[Bye Bye]-----------------------------------------◄
[20:18:19] 	 sleep well all
[21:32:01] 	 hai
[21:32:10] 	 anyone know much about imagemagick thumbnailing
[21:32:17] 	 [questionmark]
[21:32:49] 	 since upgrading to debian stretch (for mysql 5.6) the thumbnailer is encountering issues
[21:32:55] 	 "There have been too many recent failed attempts (4 or more) to render this thumbnail. Please try again later."
[21:33:04] 	 i'll be proactive and look for logs
[21:35:23] 	 Could someone help me to fix echo in metrolook. A year ago it was split out of personal bar in metrolook and its location is to the left off it. Recent updates to echo seem to stop it working with the code. Code looks like https://dpaste.de/LgeO and repo located at https://git.wikimedia.org/summary/mediawiki%2Fskins%2FMetrolook
[21:51:27] 	 !debug | PJosepherum
[21:51:27] 	 PJosepherum: For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging
[21:51:58] 	 PJosepherum: it'S probably something simple, like file permissions (on the binary, or a temp dir, or something)
[21:52:32] 	 fixed it, i had taken ownership of the image directory. chowning back to www-data repaired. thanks anyway :)
[21:52:44] 	 any idea how to reset the counter for failed thumbnail attempts?
[21:53:16] 	 PJosepherum: no, but my guess would be that the counter is in the object cache. 
[21:53:26] 	 if you use memcached, restart that
[21:53:35] 	 thanks buddy
[21:53:55] 	 if you use accellerator cache, restart the apache or fcgi or whatever owns the php processes
[21:54:21] 	 PJosepherum: good luck! I'm off for now. at the office at 11pm...
[22:03:57] 	 thanks for your help brothaaa
[22:04:15] 	 i have sorted a whole load of bugs encountered since upgrading to stretch :)
[22:04:57] 	 next is updating SMW to see if they have finally resolved the issue where referenced properties are not updated in queries which refer to them upon alteration
[23:16:14] 	 One of those correct if I am wrong questions: Shouldn't this documentation include mysqli in the allowed values?  https://www.mediawiki.org/wiki/Manual:$wgDBtype
[23:19:58] 	 Trela: I don't think so
[23:20:06] 	 MW will just choose the driver to use
[23:21:02] 	 Read the code for a third time and I think I understand how it does it now.  Since mysqli is listed first as the possible drivers, as long as extension_loaded() returns true, it immediately chooses it.
[23:21:09] 	 https://github.com/wikimedia/mediawiki/blob/master/includes/db/Database.php#L699
[23:22:15] 	 Thanks.  :D
[23:22:19] 	 *I read
[23:22:29] 	 Trela: HOWEVER!
[23:22:38] 	 It might be worth a comment on the page about it can use the mysqli driver
[23:22:52] 	 I can definitely put that in there.
[23:24:36] 	 thanks