[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) [06:03:13] legoktm, well, the access list used to be a bit different but I'm not sure it matters (I see only a few of the former ops were added so far). [06:04:20] in #mediawiki I've copied everyone so far that I've seen having moved over, haven't gotten to the rest of the channels yet [06:05:11] but I think all the channels have enough overlap that it doesn't matter that much [06:05:20] er wait, this is freenode [06:05:28] bridge died? [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:43] 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:34] 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:43] 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