[00:10:04] Shirayuki here? [00:12:16] never seen him [00:20:08] Mlpearc: What was the issue? [00:27:52] * wmat works his way through deprecated functions in extensions [00:43:39] Nemo_bis: http://archiveteam.org/index.php?title=Special:Version 1.18.1 [00:44:02] And there's more, it used to be on DreamHost [00:44:09] Not much I can do [00:48:27] anyone know who can review the ApiExplorer extension changes in Gerrit? Sean Colombo doesn't turn up in the Users. [00:48:56] it's a simple swap of wfMsg* functions for wfMessage [01:06:16] wmat, have you tested that change? [01:06:45] It's been a while since I did a load of wfMsg->wfMessage changes [01:07:05] But I'm pretty sure wfMessage('apiexplorer-intro', array('parse', 'content') ) isn't going to do the same thing [01:07:22] I think you want wfMessage( 'apiexplorer-intro' )->inContentLanguage()->parse() [01:07:52] Krenair: I didn't yet. But I thought wfMessage replace all wfMsg* functions? [01:08:36] They got deprecated in favour of wfMessage, which works differently [01:08:40] https://www.mediawiki.org/wiki/WfMsg#Help_with_replacing_deprecated_wfMsg.2A_functions [01:09:09] awesome, thanks [01:09:20] i'm going to just fix the extensions i care about for now [01:09:43] is apiexplorer actually maintained at wikia? [01:09:45] I hate seeing deprecated functins everywhere though [01:09:47] it looks sorta abandoned [01:09:49] Might be wfMessage( 'apiexplorer-intro' )->inContentLanguage()->parseAsBlock() looking at that table [01:09:52] (in our repo at least) [01:10:07] https://gerrit.wikimedia.org/r/#/q/project:mediawiki/extensions/ApiExplorer+-owner:l10n-bot,n,z [01:10:09] Reedy: I don't think so. The maintainer left wikia, i think. [01:10:25] Yeah, I'm fairly sure he did [01:10:49] hmmm, i may have 'fixed' a few of these wrong [01:11:01] Never quite understood what that did that ApiSandbox didn't do already [01:11:47] Krenair: is there a similar help page for fixing getSkin()? [01:12:28] I don't know the details of every deprecation off by heart, sorry wmat. :P [01:12:31] getSkin from what class? [01:15:04] it errors in JSBreadCrumbsHooks::enableBreadCrumbs [01:16:29] wmat, um. Is what class somewhere in ApiExplorer? [01:17:05] oh sorry, this is the JSBreadcrumbs extension [01:17:18] ApiExplorer doesn't call that function [01:17:46] i'm just trying to clean up my wiki's debug console [01:42:55] wmat: Why are you putting "Signed-off-by: Bill Traynor " in your commit messages? [01:43:46] <^demon|brb> So you know who signed off on it :p [01:44:51] And you want everyone to send you spam email? [01:45:09] fischma01, his email is attached to it anyway [01:45:48] ^demon|brb, but that's the change's owner... [01:46:38] <^demon|brb> Krenair: Well then we know he was extra careful! [01:46:43] heh [01:46:52] habit [01:47:25] wmat, uh... where/why is that used? [01:49:09] Krenair: linux kernel [01:49:18] you sign off your own patches? [01:50:10] perhaps it was openocd, i can't remember' [01:50:33] but yes, you had to sign-off your own patches [01:51:34] yeah but... why? [01:52:40] accreditation, i'd think [01:53:18] it assists maintainers, i believe [01:54:54] <^demon|brb> Bunch of projects use Signed-off-by [01:55:03] <^demon|brb> In fact, gerrit has support for requiring it like we do change-ids. [01:55:15] <^demon|brb> But yeah, it originated from kernel practices. [02:12:57] ^demon|brb: Is there a bug about making Special:Search more AJAXy? [02:13:52] <^demon|brb> Maybe. [02:14:06] Hmm. [02:14:10] There's a bug for Special:Contributions. [02:14:23] <^demon|brb> UI work would be nice, I like the work Brandon's done in winter already. [02:14:49] hrm? [02:15:03] <^demon|brb> search UI [02:15:12] There's https://bugzilla.wikimedia.org/show_bug.cgi?id=59895 [02:15:26] I clicked "Advanced" today to search the project namespace and noticed the whole page reloaded. [02:15:35] And that seemed kind of silly. [02:15:47] <^demon|brb> That whole tab thing is silly. [02:15:57] Yeah, a bit. [02:16:57] Krenair: that Help page for fixing wfMsg* is slightly misleading in that adding _>inContentLanguage() is usually a good thing, isn't it? Why wouldn't it be added? [02:18:54] Did we kill the search suggestions user preference? [02:20:02] <^demon|brb> Yep, they're folded into the advanced tab now. [02:20:08] <^demon|brb> They're gone from special:prefs [02:22:51] wmat, I... what? [02:24:19] ^demon|brb: https://bugzilla.wikimedia.org/show_bug.cgi?id=13848 eh. [02:25:14] Looks I was the scoundrel to re-open that bug. [02:25:18] <^demon|brb> Not the most compelling case for anonymous prefs ever. [02:25:25] Heh. [02:26:05] <^demon|brb> Didn't we remove that preference? [02:26:58] Yeah. [02:27:01] I just found it. [02:27:01] https://bugzilla.wikimedia.org/show_bug.cgi?id=52812 [02:27:03] I'll close it. [02:28:13] ^demon|brb: Did you hear bug 1 celebrates its tenth birthday at the start of Wikimania this year? [02:30:05] <^demon|brb> We should make a cake. [02:30:07] <^demon|brb> Srsly. [02:31:10] :-) [08:13:05] legoktm: midas> http://ldd.lego.com/en-us/subpages/designbyme Design by me is shutting down [08:46:55] Hello! Is there any extension that provides a magic word to access $wgLang? [09:51:41] Hello. Is it possible for some markup tags to be interpreted inside a
 block, instead of displayed literally?  I want to embolden some text inside a preformatted section
[09:53:29] 	 ah, instead of using 
, perhaps I should try starting each line with a space
[09:53:37] 	 jem^: just start each line with one or more blanks instead of using 
.
[09:53:51] 	 that gets you into "soft pre mode"
[09:54:13] 	 jem^: you figured it you, i'm too slow :P
[09:54:21] 	 perfect!  thanks ;)
[11:51:33] 	 Is it possible to see the author which changed a specific line or chapter? Something like "git blame"...
[12:37:59] 	 Sure, click through the edit history. ;-)
[12:38:19] 	 There are a few wiki blame tools, but I think they're generally focused on Wikipedia.
[13:29:11] 	 :[ unserialize( $this->snoopy->results )['query']['users'][0]['registration']
[13:33:13] 	 Krenair: sorry, I was referring to this page https://www.mediawiki.org/wiki/WfMsg#Help_with_replacing_deprecated_wfMsg.2A_functions
[13:34:17] 	 Krenair: the instructions for what to replace the wfMsg code with are slightly different from the notes I received in Gerrit code reviews
[13:34:18] 	 Carmela: the history is a little bit too long to click through all :-D.
[13:34:21] 	 but thank you
[13:35:41] 	 Krenair: in that I waa advised to add inContentLanguage to more than just the wfMsgForContent function, but also to the basic wfMsg( 'key' ); function
[13:36:07] 	 Krenair: but thanks for the help yesterday, I'll just wait for code review
[13:45:24] 	 wmat: can you link this code review please?
[13:50:17] 	 Nemo_bis: https://gerrit.wikimedia.org/r/150447
[13:50:29] 	 Nemo_bis: that's one, do you really want them all?
[13:54:32] 	 wmat: oh, you have 6, sweet :)
[13:58:46] 	 wmat: "escape" is not a parameter but a format option; let me add to instructions
[14:11:14] 	 wmat: is it clearer now?
[14:36:26] 	 powitać
[14:37:03] 	 potrzebuję osoby ogarniętej w mediawiki, dobrze zapłacę 
[14:39:05] 	 Czy mówi Pan po angielsku? 
[14:39:38] 	 to nie jest poszukiwanie pracy forum.
[14:42:30] 	 Nemo_bis: awesome, thanks
[14:43:19] 	 Nemo_bis: still wondering why the reviewer added inContentLanguage to the replacement of wfMsg though
[14:45:42] 	 ja nie szukam, tylko oferuję
[15:04:14] 	 wasp dickheads
[15:04:25] 	 cock_: that kind of language isn't welcome here.
[15:05:14] 	 FUCKTARDS whats going on
[15:06:03] 	 I've seen these kind of users on Wikia..  Is there no op in this channel?
[15:07:39] 	 damn it
[15:07:46] 	 Heh
[15:07:50] 	 sorry coet|cawiki
[15:07:53] 	 gj Reedy
[15:14:00] 	 fischma01: Generally the idea in WM channels is that nobody uses +o until they have to.
[15:14:15] 	 And then de-ops when they're done (ahem, Reedy :))
[15:14:53] 	 Actually that's freenode guideline
[15:15:00] <^demon|brb>	 And it's a silly guideline.
[15:15:11] 	 I doubt quakenet had a similar one
[15:15:30] <^demon|brb>	 moar ops.
[15:15:31] 	 woo, ops party
[15:15:35] 	 Sigh.
[15:15:45] 	 Nemo_bis: We *are* Freenode. :P
[15:15:46] 	 xD
[15:15:48] 	 Pffahahaha
[15:15:58] 	 O_O
[15:16:01] 	 ^demon|brb: Is that +O flag, by any chance? :D
[15:16:18] <^demon|brb>	 Heh, no just +o
[15:16:29] 	 Er, right.
[15:16:33] 	 +0 is auto-op me thinks..
[15:16:38] 	 ^demon|brb: I guess I meant, +o flag with CS
[15:16:43] 	 Instead of just /mode +o
[15:16:56] <^demon|brb>	 I just typed /op marktraceur because I was lazy
[15:17:02] 	 Ah well
[15:17:04] <^demon|brb>	 And chanserv changed mode to +o you
[15:17:16] 	 Not something I need, probably, but a useful tool sometime.
[15:17:18] 	 s.
[15:17:25] <^demon|brb>	 op party!
[15:17:27] <^demon|brb>	 Who wants in?
[15:17:33] 	 Oppin', gangnam style.
[15:17:41] 	 Op, op, op, op
[15:18:45] 	 tomek444: po polsku to prędzej #wikipedia-pl
[15:18:56] 	  /op me
[15:19:06] 	 i think that works too..
[15:19:46] 	 Oh, heh
[15:19:51] 	 ^demon|brb: I would be more interested in being opped if I understood better the reasoning behind the marktraceur "don't stay opped" guideline
[15:19:58] 	 so I could know whether I disagree
[15:20:13] 	 sumanah: The general idea is that being opped in a channel is a threatening move
[15:20:19] 	 It's supposed to signal imminent action.
[15:20:48] 	 It also places you above the rest of the channel and may make it hard for users to see your username in the list if they don't know what the "@" means.
[15:21:15] 	 as we can see there's already continuing confusion when no one is perma-opped, so it's sort of a choice between confusions
[15:21:20] <^demon|brb>	 Party over.
[15:21:23] 	 Heh.
[15:21:23] 	 :(((((
[15:21:44] 	 sumanah: We have systems in place for getting ops' attention, so knowing that is all you (should) need
[15:21:53] <^demon|brb>	 Yelling OPS!
[15:21:56] 	 marktraceur: we also have systems in place for finding someone's name in a list
[15:22:08] 	 No, using (exclamation mark)ops
[15:22:08] 	 marktraceur: the system for getting ops
[15:22:15] 	 that is not terribly discoverable by a newbie
[15:22:19] <^demon|brb>	 marktraceur: you mean like this?
[15:22:20] <^demon|brb>	 !ops
[15:22:22] 	 or even by me, who has been here for years
[15:22:24] 	 Foooool
[15:22:35] 	 ^demon|brb: hmm?
[15:22:37] 	 ^demon|brb: False alarms are...bad.
[15:22:39] 	 Also, you're an op :P
[15:23:09] <^demon|brb>	 marktraceur: I also enjoy screaming fire in crowded movie theaters :p
[15:23:26] 	 Not only does it unnecessarily ping people, it's a stalkword that some people use as an even-more-urgent notification sound.
[15:24:08] * ^demon|brb has no stalkwords, for good reason
[15:25:17] 	 sum argh
[15:25:47] 	 yeah
[15:26:07] 	 I was *going* to say that gee it would be nice if our [[m:IRC]] page had some documentation, technical writing if you will, about the ops stalkword. :D
[15:56:13] 	 smh
[16:01:29] 	 Morning c.
[16:01:37] 	 Welcome to the channel of spurious pinging.
[16:11:17] 	 a + b = c
[16:11:19] 	  :D
[16:18:38] <^demon|brb>	 marktraceur: What's that about pinging?
[16:21:11] 	 :)
[16:32:35] 	 Funny enough, Taco Johns has a special like that on Tuesday
[16:38:34] 	 James_F: Hi James, I've been working on bug#66233, and put up a possible solution in comments (https://bugzilla.wikimedia.org/show_bug.cgi?id=66233#c1), please give some feedback...
[16:41:45] 	 Hello, everyone. I believe I found a bug. At https://ang.wikipedia.org/wiki/Mahomet ... the entire word "Curānbōc" should appear as a hyperlink since it's "[[Curān]]bōc" in the source text, but only "Curānb" is hyperlinked; the rest is just normal text. If I take the macron off the O, it works just fine.
[16:42:43] 	 Hm.
[16:43:12] 	 Espreon: https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki&component=Parser is the right place for it
[16:43:23] 	 Thanks.
[16:45:36] 	 Espreon, think the link trail for that language would have to be modified to allow it.
[16:46:37] 	 Krenair: Why would it have to be modified?
[16:47:01] 	 Espreon, well because it doesn't match the ō at the moment, and you're saying it should?
[16:47:17] 	 Exactly. But why should it not do this by default?
[16:47:34] 	 It should do this by default, according to you.
[16:47:42] 	 Yes.
[16:47:51] 	 And so why doesn't it?
[16:48:26] 	 Because the current link trail pattern for that language in MediaWiki does not include the character.
[16:50:02] 	 I understand that, but I did think it was silly that the feature doesn't work with that character by default.
[16:50:10] 	 But whatever.
[16:50:35] 	 Krenair: How do I include macroned vowels in the link trail pattern for ang?
[16:50:40] 	 Or get them included.
[16:50:48] 	 File a bug
[16:51:12] 	 Stick it under internationalisation
[16:51:21] 	 All right, then.
[16:51:25] 	 Krenair: Not parser?
[16:51:30] 	 marktraceur, don't think so
[16:51:34] 	 Hm.
[16:52:11] 	 marktraceur, grep for linkTrail in the languages directory
[16:52:27] 	 Yeah, I remember parts of that from my time on Parsoid.
[16:52:29] 	 recursively
[16:54:54] 	 Currently it looks as though ang (Old English) is falling back to the English link trail - it doesn't have it's own configured. The English link trail won't match those old characters.
[16:55:38] 	 Gosh MediaWiki, lern2oldenglish
[16:56:31] 	 Eh, not all of them are old.
[17:04:10] 	 Hmm, do any of you know where I can see all the different link trail patterns?
[17:04:16] 	 ... online.
[18:01:57] 	 Hello, So I am having a permissions issue, as the admin for my wiki I cannot seem to allow users to reset their own passwords. When I try I get this error: "Permission error You do not have permission to edit your private information, for the following reason: You are not allowed to execute the action you have requested." Product	Version MediaWiki	1.22.6 PHP	5.5.13 (fpm-fcgi) MariaDB	5.5.37-MariaDB. I can't allow access to outs
[18:04:38] 	 sacsupport, do they have the 'editmyprivateinfo' right?
[18:04:57] 	 Mithrandir: hey, if you have time to join me in the opw channel on the GNOME IRC network that would be cool
[18:13:57] 	 Krenair, they do not, but I don't see where I can edit it.
[18:16:57] 	 sumanah: sure, #opw there?
[18:17:04] 	 yeah Mithrandir 
[18:18:27] 	  figured it out, thanks.
[18:22:27] 	 Mithrandir: in a little under 4 hours, by the way, we'll be having a Varnish-related discussion in #wikimedia-office around a proposal someone's made to change how we do certain kinds of proxying https://www.mediawiki.org/wiki/Requests_for_comment/CentralNotice_Caching_Overhaul_-_Frontend_Proxy - I figured I would tell you since you might still have a nostalgic interest in Varnish :)
[18:22:59] 	 I still do a lot of Varnish stuff
[18:23:04] 	 just with a different perspective
[18:23:07] 	 but I'll take a look
[18:23:13] 	 :)
[18:45:06] 	 is there a way to hide the image gallery lines before mediawiki 1.22?
[18:45:24] 	 see http://www.mediawiki.org/wiki/Help:Images#Mode_parameter
[18:46:11] 	 Seranok: CSS can do that if you're dedicated
[18:49:25] 	 Hey guys. Is there maybe a script to convert linux terminal colors into wiki syntax ?
[18:54:05] 	 Umm, not that i've ever heard of
[18:54:28] 	 But it'd be pretty trivial to make one. ANSI escape sequences (particularly if you only care about colour) are pretty simple
[18:55:02] 	 rtur: Actually, try http://rtomayko.github.io/bcat/a2h.1.html
[18:56:00] 	 bawolff: Thank you, I'll look into it.
[19:28:03] 	 i'm contantly getting this error while uploading images: "Could not create directory "mwstore://local-backend/local-public/7/70".
[19:28:30] 	 The images directory (and subdirectories) need to be writeable to the user running your webserver
[19:28:31] 	 xan_ps: is this a new error or have you been getting it since you installed MediaWiki?
[19:29:27] 	 sumanah: i installed it. and tried to upload images. doing "ls -l" shows "drwxr-xr-x 3 myuser nogroup 2048 Jul 30 15:00 images" for images directory
[19:29:51] 	 xan_ps: What about the images/7 directory
[19:29:58] 	 Is your webserver running as "myuser"
[19:30:15] 	 bawolff: yes.
[19:30:25] 	 bawolff: there's no directory as "7"
[19:30:52] 	 Well MW is saying it isn't able to create the 7 directory
[19:31:23] 	 bawolff: and that could be because?
[19:31:44] 	 Usually it would be because it doesn't have write permissions on the images directory
[19:32:16] 	 okay. 
[19:32:36] 	 If your webserver is running as "myuser", then it should have write permissions according to what you wrote (Although its unusual for the webserver to run as the same user as you)
[19:34:47] 	 bawolff: sorry, the web server is not being run by "myuser"
[19:35:18] 	 In that case the webserver lacks write permission
[19:37:15] 	 Usually you would do something like use chown to change the image directory to be owned by the webserver
[19:37:51] 	 or chgrp, and give the group write access
[19:52:39] 	 does anyone know how to display an image on a wikipage that is stored in a subfolder of an extension (https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FMathSearch/de55483207835e0453df2ccddf296b69d2e4c857/FormulaInfo.php#L85) 
[19:53:59] 	 physikerwelt: Use $wgExtensionAssetsPath to make a url to the image?
[20:00:31] 	 bawolff: Thank you. This lets me get the image URL. Is there also a nicer way to generate the img tag instead of hardcoding the "	 bawolff: OK. I'll just use Xml::tags
[20:01:40] 	 I would normally use Html::element( 'img', array( 'src' => $wgExtensionAssetsPath . $restOfPath ) );
[20:01:56] 	 Generally you should use the Html class instead of the Xml class where possible
[20:02:07] 	 Not that it really makes a difference.
[20:02:31] 	 bawolff: OK. I'll use the Html class. Thank you
[20:03:02] 	 Hmm, there's also Linker::makeExternalImage( $urlHere, $altText );
[20:03:09] 	 I don't know which one is preferred
[20:19:55] 	 bumping version...
[20:22:00] 	 I just registered a domain on http://www.000webhost.com . How do I install MediaWiki on it?
[20:22:42] 	 !install | Pinkemena 
[20:22:42] 	 Pinkemena: Installing MediaWiki takes between 10 and 30 minutes, and involves uploading/copying files and running the installer script to configure the software. Full instructions can be found in the INSTALL file supplied in the distribution archive. An installation manual can also be found at . See also: !download
[20:25:34] 	 What's a directory tho?
[20:25:40] 	 !directory
[20:25:40] 	 There is no such key, you probably want to try: !allowoverride, !filepermissions, !img_auth, !nullpath, !phpinfo, !session, 
[20:25:58] 	 !filepermissions directory
[20:25:58] 	 http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Check_directory_security
[20:26:13] 	 Pinkemena: a directory, also known as "folder" is a container of other files on a file system
[20:27:13] 	 Hi. Does anyone know why the theme on my wiki is completely broken?
[20:27:16] 	 https://freestatechronicles.com/w/Special:Version
[20:29:27] 	 weird, no errors in load,php
[20:29:32] 	 *load.php
[20:30:25] 	 ah, but I see 404 errors with debug=true
[20:31:26] 	 Vulpix: What about now?
[20:32:28] 	 that looks better now, but Vector styles are missing somehow
[20:32:57] 	 monobook looks fine, though
[20:34:22] 	 I wonder what's wrong with Vector.
[20:36:37] 	 quick question, on my Special:ListGroupRights page why is the all users group named "s" is this name defined somewhere? 
[20:36:43] 	 HTML of the Page shows: "s"
[20:37:13] 	 orion: compare it with mediawiki.org (although mw.org is running 1.24 alpha or whatever) https://freestatechronicles.com/load.php?debug=true&lang=en&modules=skins.vector.styles&only=styles&skin=vector&* vs https://www.mediawiki.org/w/load.php?debug=true&lang=en&modules=skins.vector.styles&only=styles&skin=vector&*
[20:38:26] 	 kaotic: yes, all group names are on MediaWiki: messages. Load that page appending ?uselang=qqx to see the related message you should change
[20:38:31] 	 !qqx
[20:38:31] 	 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
[20:40:10] 	 Vulpix: Interesting. I am not sure why that's happening.
[20:40:51] 	 MatmaRex: ping ^ do you know what's happening? a problem with LESS or something?
[20:41:29] 	 Vulpix: Do I need a component installed on the server for the CSS to be generated properly?
[20:41:35] 	 Outside of the MW installation.
[20:41:45] 	 no, it shouldn't be necessary
[20:41:56] 	 Is anyone else getting an error when trying to install the new patch?  can't find file to patch at input line 276 Perhaps you used the wrong -p or --strip option?
[20:44:00] 	 zol_mike: Which new patch?
[20:44:30] 	 1.23.2
[20:44:37] 	 Coming from 1.23.1
[20:44:54] 	 Vulpix, I'll have to dig into the docs still can't find it but at least I know where to look now, thanks!
[20:44:57] 	 zol_mike: And you're using a patch file to do that?
[20:45:25] 	 Yeah, patch -p 1 --dry-run < mediawiki-1.23.2.patch
[20:45:56] 	 zol_mike: Try -p1 instead of -p 1
[20:47:08] 	 Same error
[20:47:15] 	 Hm.
[20:47:30] 	 I can send the text leading up to this
[20:47:43] 	 zol_mike: Sure, that would be good
[20:47:44] 	 !paste
[20:47:45] 	 To avoid overflowing the channel with inane amounts of text, use https://dpaste.org/ or other awesome pastebin sites to share code, errors, and other large texts.
[20:48:13] 	 Vulpix: Is there anything else I can do to provide more helpful information?
[20:48:25] 	 https://dpaste.de/1GWD
[20:48:32] 	 I just dumped all the output in there
[20:52:05] 	 orion: sorry, I don't know much about how it handles styles now. I guess that's a problem of how MediaWiki is handling ./resources/src/mediawiki.ui/vector.less but I don't know more
[20:52:41] 	 you may stay here for a while and see if someone else can help, or if MatmaRex comes back
[20:53:16] 	 Vulpix: Ok, thank you for your assistance.
[20:54:39] 	 marktraceur: any thoughts?
[20:55:03] 	 Uhhh
[20:55:05] * marktraceur looks again
[20:57:22] 	 zol_mike: Can you run the command "ls tests/phpunit/includes/api/format/ApiFormatJsonTest.php" and tell me what turns up?
[20:58:29] 	 I expect the answer is "no such file or directory", but just to check.
[20:59:02] 	 Yeah, thats what I got I have no tests directory inside my wiki directory
[20:59:09] 	 That would do it!
[20:59:38] 	 You might want to download the tests directory
[20:59:42] 	 Or...hm
[20:59:46] 	 maybe this is a bug, sec.
[21:00:08] 	 marktraceur: I think tests were no longer included in tarballs for a while
[21:00:12] 	 Well that's mighty silly, there's no tests directory in the tarball
[21:00:22] 	 hexmode: Can you comment on the patch having tests/?
[21:02:02] 	 I guess there's no option in the patch command to ignore missing files
[21:09:05] 	 I have to get out of here if anyone can help please respond to my office message for help  http://www.mediawiki.org/wiki/Project:Support_desk#Patch_from_1.23.1_to_1.23.2_Error_46092
[21:09:07] 	 Thanks!
[21:44:41] 	 discussion of https://www.mediawiki.org/wiki/Requests_for_comment/CentralNotice_Caching_Overhaul_-_Frontend_Proxy in #wikimedia-office in 15 min
[21:53:58] 	 Hi - the notifications that you get when someone undoes your edit on Wikipedia: do those come from Echo, Flow or core MediaWiki?
[21:54:08] 	 ...or something else?
[21:56:26] 	 Yaron: Echo.
[21:56:35] 	 SPF|Cloud: thanks.
[21:57:15] 	 !extension Echo
[21:57:15] 	 MediaWiki has been built so it can easily be customized by adding extensions. This is usually a simple process. See http://www.mediawiki.org/wiki/Manual:Extensions for instructions to install extensions, as well as for writing them. See http://www.mediawiki.org/wiki/Extension_Matrix for an overview of known extensions.
[21:57:30] 	 Oh, no link support
[21:57:38] 	 I think that is with `e or something
[21:57:48] 	 !e Echo
[21:57:48] 	 https://www.mediawiki.org/wiki/Extension:Echo
[21:57:53] 	 Woohoo.
[21:58:04] 	 Yaron: hey there, how's it going?
[21:58:12] 	 What's up!
[21:58:16] 	 Doing fine.
[21:58:19] 	 How are you?
[21:58:34] 	 I'm pretty good too. About to run an RfC meeting in #wikimedia-office about CentralNotice and caching
[21:59:00] 	 Nice.
[22:04:58] 	 discussion of https://www.mediawiki.org/wiki/Requests_for_comment/CentralNotice_Caching_Overhaul_-_Frontend_Proxy in #wikimedia-office now
[22:14:54] 	 can images be indented?
[22:18:28] 	 csteipp: just so you know, discussion of https://www.mediawiki.org/wiki/Requests_for_comment/CentralNotice_Caching_Overhaul_-_Frontend_Proxy in #wikimedia-office now has now started talking about security stuff
[22:25:02] 	 Seranok: probably. does it not work when you try?
[22:32:57] 	 : [[File:Image.png]] does not appear to work