[00:00:36] legoktm: should there be ChanServ guard in #wikimedia-dev ? [00:28:15] Krinkle: fixed. [00:28:23] And we need to add more ops there [00:56:04] legoktm: probably easiest just to reuse the -operations list in there [00:57:20] I want to just mirror the #mediawiki, -dev, -tech, -operations ACLs and maybe on some smaller channels like #mediawiki-feed [00:57:24] is there any reason not to? [00:57:46] (by mirror I mean duplicate) [02:08:19] is there some way i can paste images into a wiki page rather than uploading them first? [02:08:27] as in paste from the clipboard [02:46:38] k-man: no [02:46:54] I believe that there may be some extensions that allow such an operation to launch an upload however [02:46:54] thought so, thanks moonmoon [02:51:10] righto [05:57:02] !issync [05:57:02] Syncing #mediawiki [05:57:04] Set /cs flags #mediawiki c -Aiotv [05:57:08] oops [05:58:08] !issync [05:58:08] Syncing #mediawiki [05:58:10] Set /cs flags #mediawiki c +Aiotv [06:08:41] @legoktm: what's that doing? [06:08:52] see https://meta.wikimedia.org/wiki/IRC/Bots/ircservserv [06:09:29] the _ at the end bothers me [06:09:45] why not like wm-aclbot [06:09:53] Oh nice, thanks! [06:10:10] moonmoon: I picked a silly name and it turns out nicks can't end with "serv" [06:10:24] yes [06:10:32] *serv and *service are forbidden by the ircd [06:10:38] so you can't impersonate services [06:11:08] I strongly doubt staff will grant an exception, hence picking a different name seems better :P [06:11:47] the account name is ircservserv-wm [06:13:20] also easily changed :P [06:13:44] anyway I'm not going to harp on it, just giving my opinion [10:34:19] hi! I'm trying to enable mediawiki debug with vagrant, following this tutorial - https://www.mediawiki.org/wiki/Manual:How_to_debug/with_MediaWiki-Vagrant_and_PHPStorm [10:34:34] Unfortunately, I end up with this message when accessing main page [10:34:36] Fatal error: require(): Failed opening required '/vagrant/mediawiki/includes/debug/logger//LegacySpi.php' [10:34:36] (include_path='/vagrant/mediawiki/vendor/pear/console_getopt:/vagrant/mediawiki/vendor/pear/mail:/vagrant/mediawiki/vendor/pear/mail_mime:/vagrant/mediawiki/vendor/pear/net_smtp:/vagrant/mediawiki/vendor/pear/net_socket:/vagrant/mediawiki/vendor/pear/net_url2:/vagrant/mediawiki/vendor/pear/pear-core-minimal/src:/vagrant/mediawiki/vendor/pear/pear_exception:.:/usr/share/php') in /vagrant/mediawiki/includes/AutoLoader.php on [10:34:36] line 112 [10:34:46] anybody can tell what I'm doing wrong? [10:36:20] zpapierski: do you have any logging related settigns in localsettings?? [10:36:42] I didn't change a thing there after clone [10:36:58] huh, interesting [10:37:37] (I should point out that I rarely do anything with mediawiki, so I'm rather green) [10:37:57] the only changes I generally did are contained within cirrussearch extension [10:38:27] majavah "huh interesting", a developer after finding a massive security hole ;) [10:38:42] wait, what? :D [10:39:10] nothing, making a joke [10:39:39] * zpapierski stops furiosly reviewing if he didn't leak any data [10:41:33] zpapierski: does `includes/debug/logger/LegacySpi.php` exist inside the mediawiki clone? [10:41:59] yep [10:42:19] atm I'm confused why the error message has two slashes in logger//LegacySpi.php, sometimes it suggests that it would have a variable in between that is empty or something [10:42:26] Asartea: been there :P [10:43:06] huh interesting: my sign to emigrate to the North Pole, known for its lack of internet and Mediawiki [10:43:32] majavah it was basically my reaction last time I stumbled across a security issue [10:45:11] that is a good reaction [10:45:17] panic is also nice [10:46:38] zpapierski: can you paste the full stack trace somewhere and link here? [10:47:28] let me see if there's any (this error is about initializing logger) [10:48:05] (I think) [11:15:54] I think it might be a symptom of a larger problem, without any changes it simply hangs, I'll reprovision and see if it persists [12:46:20] hey, does anyone know how to use DPL3 to display a grid of thumbnails from the most recent articles? [12:47:13] I'm half-way there, the list of recent articles was relatively easy to accomplish. display images also no problem, but I'm struggling to merge both [12:47:55] can I pass arguments to another dpl parser function call nested inside? [19:53:08] Hi, I'm writing a MediaWiki one-time only maintenance script which calls a bunch of methods [19:53:18] a few of these methods trigger Hooks [19:53:29] For this particular script run, I wanna do a global disable of hooks [19:53:41] any way to do that using $wgHooks or any other global functn? [19:53:42] any particular reason? That can massively break extensions [19:54:14] well, kinda hard to explain without setting the context. But this is well thought out.. [19:54:33] the context would probably be helpful, because what you just described is typically an incredibly dumb idea :) [19:55:27] if there's a particular extension that will cause you grief, you can disable the extension in LocalSettings.php prior to running the script [19:55:42] wrap the wfLoadExtension() calls in your LocalSettings in an if( $_ENV['whatever'] ), and run your script with that environment variable set [19:56:37] and if temporarily disabling extensions like that sounds like a bad idea, well… [19:58:07] correction, if( ! $_ENV['whatever'] ) [20:13:05] How do is add musical notation option in visual editor? [20:43:07] Ya problem fixed need to install Score extension