[00:00:31] 03(mod) Parsoid always enables subpage support. - 10https://bugzilla.wikimedia.org/47136 -easy -javascript ; +comment (10Gabriel Wicke) [00:00:40] is there any help on activating proper caching? [00:00:52] !fast [00:00:53] [00:01:10] lbenedix1: its well documented on MediaWiki.org [00:01:40] !setup [00:01:40] There is no such key, you probably want to try: !MediaWiki:youhavenewmessagesmulti, !rewriteproblem, !shorturl, !shorturls, [00:01:50] XD [00:02:33] MC27: http://www.mediawiki.org/wiki/Manual:Installing_MediaWiki_on_XAMPP [00:06:49] I'm downloading/setting up Apache HTTP Server 2.0, and it's asking for network domain and server domain [00:06:57] Will this be my site? o.O [00:07:15] presumably yes [00:07:42] mkay [00:07:50] brb [00:07:53] shower time [00:08:01] Wish I could take showers with a computer... :D [00:09:18] 03(mod) Custom repo name mapping for Gerrit/Git integration - 10https://bugzilla.wikimedia.org/47274 +comment (10dvanliere) [00:14:21] 03(mod) Parsoid always enables subpage support. - 10https://bugzilla.wikimedia.org/47136 +comment (10gwicke) [00:17:57] 03(mod) Store the article id as part of the sitelink - 10https://bugzilla.wikimedia.org/45912 (10Legoktm) [00:17:59] 03(mod) Update repo on page move - 10https://bugzilla.wikimedia.org/36729 (10Legoktm) [00:20:37] back [00:22:18] ok, Apache is downloaded [00:22:24] Along with MySQL [00:22:31] now how do I set up the wiki? [00:22:51] Have you downloaded PHP? [00:23:40] erm [00:23:45] PHP... uhh [00:23:50] Not sure? XD [00:23:56] What's the file called? [00:24:16] is it in the MediaWiki file, MySQL, or Apache...? Or is it its own download? [00:24:35] bawolff: setting $wgJobRunRate = 0.01; seems to work [00:24:36] http://php.net/ [00:25:02] but my hoster said this huge amount of allmost identical request has to be a bug [00:25:31] 03(NEW) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 normal; Wikimedia: Site requests; () [00:26:16] You're only effectively saying "something is maybe broken" [00:26:20] Speculation is useless [00:26:37] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [00:27:37] breaking the 30sec-max execution time on a simple call of the mainpage looks like a bug to me [00:27:37] 03(mod) Expose {{DEFAULTSORT}} as a separate type in Parsoid output - 10https://bugzilla.wikimedia.org/46470 +comment (10gerritadmin) [00:28:04] It's configurable [00:28:06] lbenedix1: Well that would depend what's on your main page, what else you've configured, etc [00:28:17] lol [00:28:17] And if your wiki has a lot of jobs, they need to be run somehow [00:28:39] $responsetime = 5ms; [00:28:47] Would you prefer it if your jobs didn't get dealt with at all by default? [00:28:49] And just sat there [00:28:53] accumulating dust [00:29:03] 03(mod) Expose {{DEFAULTSORT}} as a separate type in Parsoid output - 10https://bugzilla.wikimedia.org/46470 +comment (10Gabriel Wicke) [00:29:24] It is a test installation of wikidata with about 20items and a copy of wikidatas-mainpage wich required the translate-extension [00:29:43] i have no idea what jobs to run there... [00:29:53] Have a look in the job queue? [00:30:31] where can I see this? [00:30:47] db [00:31:56] in the job-table? [00:32:04] yes [00:32:21] 03(mod) display page count (of the multi-paged media file) in dimensions - 10https://bugzilla.wikimedia.org/28868 +comment (10bawolff+wn) [00:32:38] 03(mod) Custom repo name mapping for Gerrit/Git integration - 10https://bugzilla.wikimedia.org/47274 +comment (10bugzilla+org.wikimedia) [00:32:42] SELECT COUNT( * )  [00:32:42] FROM `job` [00:32:45] 1 [00:33:24] job_title: Wikidata:List_of_properties [00:34:47] I'm really not a very experienced mediawiki-developer or operator, but 1 job should not fire thousands of queries to the db for one http-request [00:35:18] Well probably not if that's what is happening [00:35:33] but you're looking at the job queue after the job was executed [00:36:18] 03(mod) 'Mark all as read' - 10https://bugzilla.wikimedia.org/47092 +comment (10rkaldari) [00:36:47] is it possible to figure out what job ran amok? [00:37:15] no [00:37:35] great [00:38:23] it's much better to have runJobs.php getting called in a loop [00:38:23] do you have an idea what fixed my issue? enabeling the caches or setting $wgJobRunRate = 0.01; ? [00:38:28] then the run rate can be 0 [00:38:41] Both will have helped [00:40:00] Ok [00:40:07] I downloaded and uncompressed PHP [00:40:09] er [00:40:12] unzipped? XD [00:40:16] Now what? [00:40:22] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10b) [00:40:45] follow the install instructions [00:41:04] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 (10MZMcBride) [00:43:42] now what do I do [00:44:30] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10b) [00:46:05] Anyone know? [00:46:53] What problem are you encountering? [00:47:53] erm [00:47:57] Not a problem per se [00:48:03] I want to set up a wiki [00:48:13] Have you tried following the instructions you've been linked to multiple times? [00:48:24] Yeah [00:48:35] I have MediaWiki, Apache, MySQL, and PHP downloaded... and yes, I've /tried/ [00:48:55] Okay. Then which part is not working as expected? Are there error messages? What are you seeing? [00:50:05] 03(mod) 'Mark all as read' - 10https://bugzilla.wikimedia.org/47092 +comment (10Fabrice Florin) [00:51:36] I guess it's working correctly, I just don't know how to operate it all [00:51:54] Is there like a step by step thing to set up a wiki with all the proper downloads? [00:52:00] .. [00:52:02] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10tomasz) [00:52:19] hm [00:53:09] I'm not encountering any errors, I just don't know what to run/operate/do to start setting up a wiki [00:53:16] ah [00:53:21] can you start creating pages? :) [00:53:27] Is there a step by step way to do it? [00:53:34] How do I do that? [00:53:44] 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 +comment (10PleaseStand) [00:53:50] I'm used to Wikia's setup [00:53:51] :( [00:53:54] :< ^ [00:53:59] and...er... [00:54:01] hm [00:54:15] easy way: Search for a page that doesn't exist [00:54:43] on what? [00:54:50] On your wiki [00:55:00] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10tomasz) [00:55:12] which isn't set up yet to my knowledge -__________________- [00:55:25] how do I set it up...? Surely it doesn't just magically appear [00:55:25] ... [00:55:50] if it does, I've really blown off course [00:55:52] I suspect PHP won't even work on apache yet [00:55:56] http://www.mediawiki.org/wiki/Manual:Installation_guide [00:56:12] 03(mod) display page count (of the multi-paged media file) in dimensions - 10https://bugzilla.wikimedia.org/28868 +comment (10bawolff+wn) [00:56:29] 03(mod) display page count (of the multi-paged media file) in dimensions - 10https://bugzilla.wikimedia.org/28868 +design (10Bawolff (Brian Wolff)) [00:56:35] download it, extract the archive, and step three is: Point your browser to it [00:57:01] The longer version is here: http://www.mediawiki.org/wiki/Manual:Installation_guide#Main_installation_guide [00:57:05] (Same page.) [00:57:07] Download PHP or Apache? ah no matter I have oboth [00:57:22] So how do I point the browser..? like insert my own link o.O [00:57:23] ? [00:57:26] yeah. [00:57:36] http://example.com/mediawiki/ [00:57:43] or whatever you extracted it to in your docroot. [00:58:01] 03(mod) Email notifications should not be signed with the WMF address - 10https://bugzilla.wikimedia.org/46315 +comment (10MZMcBride) [00:58:06] hm [00:58:38] 03(mod) Collect meta info and serialize it in the head or elsewhere - 10https://bugzilla.wikimedia.org/45206 +comment (10gerritadmin) [00:59:10] 03(mod) display page count (of the multi-paged media file) in dimensions - 10https://bugzilla.wikimedia.org/28868 +comment (10bawolff+wn) [01:02:08] 03(mod) 'Mark all as read' - 10https://bugzilla.wikimedia.org/47092 +comment (10gerritadmin) [01:03:54] 03(mod) 'Mark all as read' - 10https://bugzilla.wikimedia.org/47092 +comment (10Ryan Kaldari) [01:04:36] 03(mod) 'Mark all as read' - 10https://bugzilla.wikimedia.org/47092 (10Ryan Kaldari) [01:06:52] I'm so confused [01:07:01] What are the archives...!? [01:07:07] 03(mod) VisualEditor: Whitespace preservation for list items not working - 10https://bugzilla.wikimedia.org/43543 +comment (10roan.kattouw) [01:08:27] :rage: [01:10:01] there is a maybe working vagrant-setup for mediawiki [01:10:12] maybe this is easy enough to get started [01:10:44] i tried the wikidata-vagrant a few month ago... worked out of the box [01:11:01] MC27: Did you download a file? [01:11:06] lbenedix1: the latter is a fork of the former [01:11:20] and it's better than "maybe working"! i'd describe it as "probably working" [01:11:32] From over here, for instance: http://www.mediawiki.org/wiki/Download [01:11:56] Um, yes [01:11:58] Hm [01:12:02] That's an archive. [01:12:03] I got a strange page. [01:12:09] Did you decompress the file? [01:12:13] yup [01:12:14] I know that its a fork, but I never tried the mediawiki-only-version [01:12:21] http://www.mediawiki.org/wiki/Mediawiki-Vagrant [01:12:27] And is it located somewhere inside the Document Root of your Apache server? [01:12:35] URL is localhost and it says :If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page. [01:12:36] ori-l: Spammer. [01:12:47] Call now! Operators are standing by. [01:12:52] :-) [01:13:02] MC27: Inside that public_html (or so) directory, do you have a directory named mediawiki something or other? [01:13:14] ori-l: You miscapitalized the page title, heh. [01:13:17] idk [01:13:22] > (Ori.livneh moved page Mediawiki-vagrant to Mediawiki-Vagrant: Changed letter-case of project name to 'MediaWiki-Vagrant'.) [01:13:24] I think [01:13:33] I have a program/folder thing called mediawiki [01:13:38] or something to that effecg [01:13:42] effect^ [01:13:44] MC27: That's right next to the index.html right? [01:13:50] i.e. it's in the same directory? [01:13:51] Susan: :( [01:14:03] ori-l: Don't worry, it's a wiki. You didn't break anything. [01:14:08] is it supposed to be in my library on my computer? [01:14:17] MC27: Are you using windows? [01:14:22] yup [01:14:29] I said that earlier, no? [01:14:31] Then you're using a WAMP stack [01:14:39] I missed it, I thought you were using a LAMP stack [01:14:42] i.e. Linux [01:14:59] my apologies. I don't know where Apache is going to put the document root on a windows machine. [01:15:00] yup [01:15:07] :rage: [01:15:19] Wherever it puts it, it'll have that index.html that displays what you see in the browser [01:15:25] we went through all this... to be back where I started? :| [01:15:38] and in that same folder you need to put the mediawiki directory [01:15:44] err, mediawiki folder. [01:16:29] So if that document root was named "public_html", and you see the contents when you browser http://localhost/, then you should be able to http://localhost/mediawiki-1.20.4/ or however you have it named. [01:16:50] so it would be public_html/mediawiki-1.20.4/ [01:16:54] Make a little sense? [01:18:16] MC27: is http://localhost working in your browser? [01:21:21] 03(mod) VisualEditor: Whitespace preservation for list items not working - 10https://bugzilla.wikimedia.org/43543 +comment (10gerritadmin) [01:21:34] 03(mod) Collect meta info and serialize it in the head or elsewhere - 10https://bugzilla.wikimedia.org/45206 +comment (10gerritadmin) [01:22:36] 03(mod) VisualEditor: Whitespace preservation for list items not working - 10https://bugzilla.wikimedia.org/43543 +comment (10Roan Kattouw) [01:24:18] 03(mod) [Regression] mw.loader.addEmbeddedCSS throws cssText.indexOf is not a function - 10https://bugzilla.wikimedia.org/46575 +comment (10gerritadmin) [01:37:49] is jenkins down? [01:38:06] http://integration.mediawiki.org/zuul/status [01:38:12] it seems like downed.. [01:39:52] Amgine_: ? [01:58:31] @lbenedix1: Yup [01:58:32] It is [01:58:34] I think XD [02:02:26] Amgine_: Oh that url... I already read that [02:02:45] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10b) [02:04:03] http://bug-attachment.wikimedia.org/attachment.cgi?id=12123 [02:07:53] 03(mod) Script injection in Scribunto profiling report - 10https://bugzilla.wikimedia.org/46084 +comment (10MZMcBride) [02:08:28] 03(mod) Ability to violate Lua module isolation due to retained package table - 10https://bugzilla.wikimedia.org/47300 summary; +comment (10Tim Starling) [02:08:43] 03(mod) Ability to violate Lua module isolation due to retained package table - 10https://bugzilla.wikimedia.org/47300 (10Tim Starling) [02:32:12] 03(NEW) LocalisationUpdate can incorrectly report/log success - 10https://bugzilla.wikimedia.org/47301 normal; MediaWiki extensions: LocalisationUpdate; () [02:49:18] 03(mod) Ability to violate Lua module isolation due to retained package table - 10https://bugzilla.wikimedia.org/47300 +patch-in-gerrit; +comment (10Brad Jorsch) [02:49:28] 03(mod) Ability to violate Lua module isolation due to retained package table - 10https://bugzilla.wikimedia.org/47300 +comment (10gerritadmin) [02:50:42] 03(mod) Exit page from https://meta.wikimedia.org/wiki/Special:GlobalBlock - 10https://bugzilla.wikimedia.org/36834 +comment (10MZMcBride) [02:50:43] 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php - 10https://bugzilla.wikimedia.org/20546 +comment (10b) [02:51:38] 03(mod) Allow blocking open proxies based on X-Forwarded-For header (XFF) - 10https://bugzilla.wikimedia.org/23343 +comment (10Nemo) [02:52:34] 03(mod) Generated TOC does not match the hierarchy of sections created by

tags - 10https://bugzilla.wikimedia.org/23393 +comment (10Nemo) [02:53:06] 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php (instead send user to Special:GlobalBlock/) - 10https://bugzilla.wikimedia.org/20546 +easy; summary; +comment (10MZMcBride) [02:53:17] is there a way to configure the abuse filter for account creations? [02:53:45] Probably. [02:54:26] 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php (instead send user to Special:GlobalBlock/) - 10https://bugzilla.wikimedia.org/20546 (10Nemo) [02:57:55] 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 +comment (10bjorsch) [03:13:59] 03(NEW) User rights allocation xwiki, doesn't check local situation - 10https://bugzilla.wikimedia.org/47302 minor; MediaWiki: General/Unknown; () [03:14:36] 03(mod) Add an author and portal namespaces on is.wikisource - 10https://bugzilla.wikimedia.org/44164 +comment (10bjarki) [03:15:09] 03(mod) User rights allocation xwiki, doesn't check local situation - 10https://bugzilla.wikimedia.org/47302 (10billinghurst) [03:15:10] 03(mod) Steward, global sysop and SWMT tasks bugs (tracking) - 10https://bugzilla.wikimedia.org/41492 (10billinghurst) [03:18:32] 03(mod) Unable to log in with api.php on wikitech.wikimedia.org - 10https://bugzilla.wikimedia.org/47278 +comment (10MZMcBride) [03:22:41] 03(NEW) Plan text email notifications footer should use proper syntax -- - 10https://bugzilla.wikimedia.org/47303 normal; MediaWiki extensions: Echo; () [03:25:12] 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php (instead send user to Special:GlobalBlock/) - 10https://bugzilla.wikimedia.org/20546 +comment (10b) [03:25:48] 03(mod) Generated TOC does not match the hierarchy of sections created by

tags - 10https://bugzilla.wikimedia.org/23393 +comment (10pleasestand) [03:33:27] Heh... Dantman, well, just wanted to make sure you saw it. [03:51:18] 03(mod) l10n cache doesn't actually cache - 10https://bugzilla.wikimedia.org/47289 +comment (10Tim Starling) [04:02:37] 03(mod) meta "ResourceLoaderDynamicStyles" tag does not pass W3C Markup Validator - 10https://bugzilla.wikimedia.org/38630 +comment (10Matthew Flaschen) [04:04:27] 03(mod) wgULSLanguages is too huge - 10https://bugzilla.wikimedia.org/47295 +comment (10Niklas Laxström) [04:04:31] 03(mod) List of languages in page source - 10https://bugzilla.wikimedia.org/41210 +comment (10Niklas Laxström) [04:10:23] 03(mod) Flickr disclaimer message escaped, showing raw HTML - 10https://bugzilla.wikimedia.org/44525 +comment (10Matthew Flaschen) [04:28:17] 03(mod) Move gerrit-wm out of #mediawiki - 10https://bugzilla.wikimedia.org/46282 +comment (10Nemo) [04:28:31] 03(mod) Move wikibugs and gerrit-wm out of #mediawiki - 10https://bugzilla.wikimedia.org/46322 +comment (10Nemo) [04:28:40] 03(mod) Move wikibugs out of #mediawiki - 10https://bugzilla.wikimedia.org/46144 +comment (10Nemo) [04:28:57] Nemo_bis: thanks [04:29:21] 03(mod) Move wikibugs and gerrit-wm out of #mediawiki - 10https://bugzilla.wikimedia.org/46322 normal->15enhancement (10Nemo) [04:30:42] I guess #mediawiki-feed should be closed now? [04:31:43] 03(NEW) Add /zh-mo as an alias for index.php - 10https://bugzilla.wikimedia.org/47305 normal; Wikimedia: Apache configuration; () [04:31:57] 03(NEW) Message echo-category-title-osm-instance-build-completed missing in Echo UI - 10https://bugzilla.wikimedia.org/47306 normal; MediaWiki extensions: OpenStackManager; () [04:34:29] 03(mod) Add /zh-mo as an alias for index.php - 10https://bugzilla.wikimedia.org/47305 (10Liangent) [04:34:31] 03(mod) Remove zh-mo from $wgDisabledVariants for zhwiki - 10https://bugzilla.wikimedia.org/47204 (10Liangent) [04:35:13] 03(mod) Add /zh-mo as an alias for index.php - 10https://bugzilla.wikimedia.org/47305 +comment (10gerritadmin) [04:35:14] 03(mod) Remove zh-mo from $wgDisabledVariants for zhwiki - 10https://bugzilla.wikimedia.org/47204 +comment (10gerritadmin) [04:35:56] 03(mod) meta "ResourceLoaderDynamicStyles" tag does not pass W3C Markup Validator - 10https://bugzilla.wikimedia.org/38630 +comment (10Matthew Flaschen) [04:36:04] 03(mod) Add /zh-mo as an alias for index.php - 10https://bugzilla.wikimedia.org/47305 normal->major; +shell (10Liangent) [04:40:23] 03(NEW) Jenkins always fails mediawiki-core-merge jobs - 10https://bugzilla.wikimedia.org/47307 normal; Wikimedia: Continuous integration; () [04:42:57] 03(mod) Add /zh-mo as an alias for wikipedia.org/w/index.php - 10https://bugzilla.wikimedia.org/47305 summary (10Liangent) [04:50:03] 03(mod) VisualEditor: For article namespace, disable Heading-1s, others? - 10https://bugzilla.wikimedia.org/43334 +comment (10rogerchrisman) [04:50:03] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10gerritadmin) [04:53:17] 03(mod) Move wikibugs and gerrit-wm out of #mediawiki - 10https://bugzilla.wikimedia.org/46322 +comment (10federicoleva) [04:57:41] 03(mod) VisualEditor: Review window behind article - 10https://bugzilla.wikimedia.org/43054 +comment (10Gregor Hagedorn) [04:59:02] 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10b) [05:03:00] 03(mod) Cite error category rapidly populating with phantom entries - 10https://bugzilla.wikimedia.org/46978 +comment (10john37perry) [05:12:02] 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 +comment (10PleaseStand) [05:15:31] liangent: hey [05:23:29] jenkins check all commit as build failed [05:29:32] Devunt: earlier today it was insanely slow [05:29:59] Like 4 hour delay [05:29:59] all commits are Verified -1.. [05:30:43] The error seem to be could not fetch from git [05:31:04] Im sure it will be fixed tomorrow [05:35:51] bawolff: How sure? [05:37:02] Im sure it will annoy the people who are also in charge of maintaining jenkins, and that's always a good way to get it fixed [05:55:29] 03(mod) VisualEditor: Review window behind article - 10https://bugzilla.wikimedia.org/43054 +comment (10James Forrester) [06:40:12] 03(mod) Please create tech-contributors-announce mailing list - 10https://bugzilla.wikimedia.org/47186 +comment (10qgil) [06:47:30] 03(mod) Please create tech-contributors-announce mailing list - 10https://bugzilla.wikimedia.org/47186 +comment (10MZMcBride) [06:49:08] is it possible to add ?debug=true to every request I make to my testwiki? [06:54:27] lbenedix1: add '$wgResourceLoaderDebug = true;' to your LocalSettings.php [06:55:59] ori-l: thanks! The problem is that two extensions I have installed seems to impede each other with debug=false [06:56:39] one is the wikibase-extension with all dependencies and the other is one I wrote by myself [06:57:15] lbenedix1: this sometimes happens because normally resourceloader wraps all modules in a closure, whereas in debug mode your top-level code is in the global namespace (unless you enclose it in a closure yourself) [06:57:37] is your extension online somewhere? it's easier to show than to explain [06:58:25] the source, or the wiki where it is installed? [06:58:28] wait, they impede each other with debug=false? [06:58:36] the former, but the latter would be even better [06:59:43] 03(mod) VisualEditor: Review window behind article - 10https://bugzilla.wikimedia.org/43054 +comment (10g.m.hagedorn) [07:00:57] I sent you the link per dm [07:02:04] yep, looking. [07:08:57] MaxSem: http://www.mediawiki.org/w/index.php?title=Special:Contributions&target=Edward_Chernenko is requesting unblock [07:12:05] unblocking a troll? I don't recommend this [07:12:40] the issue is not even in attack site he tried to promote [07:14:07] legoktm: since you run uncyclopedia.co, do you have any words on ^? [07:14:25] I have no idea who that even is? [07:14:28] he's generally unstable, and is banned from ruwiki (not under this username) [07:14:36] And help run* [07:14:51] oh absurdopedia [07:15:46] legoktm: he claims to be an ru uncyclopedia sysop [07:16:13] see my talk page [07:17:21] Jasper_Deng: the uncyclopedias are all totally fragmented [07:17:58] is it possible to delete a bunch on files at once? or to set a parameter when calling the upload-api that forces mediawiki to override the file? [07:18:23] i believe there is a maintenance script for that [07:18:41] there was an effort a while back to get them back together, but there wasnt a host that could do it since everyone hated wikia [07:19:15] p858snake: I want to delete all unused files [07:19:33] lbenedix1: doesn't the upload api module overwrite by default? [07:19:56] * Jasper_Deng knows p858snake for having the only human bot-flagged account on mw.org [07:20:14] lbenedix1: you would probably need to create a query to get a list of unused files then feed it to the said maintenance script [07:20:19] Jasper_Deng: there are other iirc [07:20:22] Jasper_Deng, I'm not prohibiting you to unblock him or anything, I just don't recommend it. [07:20:45] lbenedix1: it takes an 'ignorewarnings' param which looks like it might do the trick [07:20:52] I think I'm going to side w/ you. He doesn't sound very convincing, MaxSem. [07:20:54] I get "warnings":{"exists":"Filename" [07:21:12] try adding '&ignorewarnings=1' to the url [07:21:38] the url or the POST-Parameters? [07:23:11] POST-Parameter is doing it [07:23:13] thanks [07:23:45] no problem [07:34:40] 03(NEW) Anonymous file uploads break UploadStash - 10https://bugzilla.wikimedia.org/47308 normal; MediaWiki: Uploading; () [07:41:41] 03(NEW) Number of Wikidata changes in watchlist is wrong - 10https://bugzilla.wikimedia.org/47309 normal; MediaWiki extensions: WikidataClient; () [07:42:00] hmm [07:46:48] * legoktm waves to YuviPanda  [07:46:51] hello legoktm [07:51:10] 03(mod) Jenkins always fails mediawiki-core-merge jobs - 10https://bugzilla.wikimedia.org/47307 +comment (10Antoine "hashar" Musso) [07:53:32] 03(NEW) Translate eats HTML inside Message contents for AndroidFFS - 10https://bugzilla.wikimedia.org/47310 normal; MediaWiki extensions: Translate; () [08:06:39] ah FFS ... every single time ... git review wants to pend more than one change .... grrr [08:07:31] 03(mod) Jenkins always fails mediawiki-core-merge jobs - 10https://bugzilla.wikimedia.org/47307 +comment (10hashar) [08:08:11] 03(NEW) use vipsthumbnail to scale images - 10https://bugzilla.wikimedia.org/47311 normal; MediaWiki extensions: VipsScaler; () [08:08:59] 03(mod) VIPS out of memory on large (>100 Mpx) non-progressive JPEG - 10https://bugzilla.wikimedia.org/32721 +comment (10jgerber) [08:13:56] 03(mod) Score extension broken on test2.wikipedia.org - 10https://bugzilla.wikimedia.org/46374 (10Jan Gerber) [08:20:01] 03(mod) Jenkins always fails mediawiki-core-merge jobs - 10https://bugzilla.wikimedia.org/47307 +comment (10liangent) [08:24:26] 03(NEW) not all jobs are processed (webVideoTranscode) - 10https://bugzilla.wikimedia.org/47312 normal; MediaWiki: JobQueue; () [08:29:30] hashar: it seems jenkins no longer run testing twice for my patches? (one for V and another for CR) [08:29:49] liagent: gerrit change please? :-D [08:31:26] 03(mod) Jenkins always fails mediawiki-core-merge jobs - 10https://bugzilla.wikimedia.org/47307 +comment (10hashar) [08:31:26] hashar: an old one: https://gerrit.wikimedia.org/r/#/c/55456/ and a new one: https://gerrit.wikimedia.org/r/#/c/59579/ [08:31:42] and in the old one my patchset2 doesn't get checked by jenkins [08:31:45] liangent: you can access jenkins job history by using your wmflabs account [08:31:49] liangent: I think that will work [08:32:24] liangent: ahh yeah [08:32:45] liangent: so we used to run lint check and test checks for whitelisted users (which you are) [08:32:56] liangent: that caused a few issues around so Timo fixed it like last week I think [08:33:32] the linting checks are already done in the the test checks so you should be fine :-D [08:34:11] hashar: after I input my wmflabs credential firefox complains 'Content Encoding Error [08:34:11] [08:34:11] [08:34:11] [08:34:11] [08:34:11] [08:34:11] [08:34:12] [08:34:12] The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. [08:34:13] [08:34:13] [08:34:14] [08:34:24] liangent: fun :D [08:37:20] and yet again i spent more time convincing git review to send just my change than making the change itself :S [08:37:28] 03(mod) Semantic Maps 2.0.1.2 distance queries broken. - 10https://bugzilla.wikimedia.org/46371 (10Chippyrof) [08:38:53] hashar: I removed 'Accept-Encoding' header in request, then saw the page [08:38:59] and it says "Access Denied liangent is missing the Configure permission" [08:39:40] liangent: ahh [08:39:52] liangent: so it seems you can't view the diff without being able to change the conf :-D [08:40:02] liangent: anyway I have put the diff in the bug report [08:40:43] but being unable to correctly gzip or deflate the response (even it's an error page) looks like a bug [08:41:25] feel free to report it upstream :-] [09:04:29] 03(mod) PdfHandler: Incorrect aspect ratio of the preview images. - 10https://bugzilla.wikimedia.org/22194 +comment (10vitalif) [09:22:26] 03(mod) Link to file description page is undiscoverable or completely missing - 10https://bugzilla.wikimedia.org/43747 +comment (10gerritadmin) [09:22:33] 03(mod) Flickr disclaimer message escaped, showing raw HTML - 10https://bugzilla.wikimedia.org/44525 +comment (10gerritadmin) [09:37:45] 03(mod) Clicking on non-existing image link does not redirect to upload anymore - 10https://bugzilla.wikimedia.org/28891 +comment (10Andre Klapper) [09:42:08] 03(mod) LinkCache doesn't currently know about this title - 10https://bugzilla.wikimedia.org/37209 04BLOCKER->major; +comment (10Andre Klapper) [09:46:07] 03(mod) Wrong keys of Title::$titleCache as result of Title::newFromText() is not canonical - 10https://bugzilla.wikimedia.org/47282 summary (10Andre Klapper) [09:47:48] 03(mod) Reduce memory footprint of Change objects by zipping diffs - 10https://bugzilla.wikimedia.org/47283 +comment (10aklapper) [09:54:30] 03(mod) add link to an extensions portal onto last installation screen - 10https://bugzilla.wikimedia.org/43504 +patch-in-gerrit (10Andre Klapper) [09:55:17] 03(mod) Gerrit/Jetty flooding logs with "Dispatched Failed!" messages and becoming unresponsive - 10https://bugzilla.wikimedia.org/47284 (10Andre Klapper) [10:01:31] 03(mod) Must also say New|New User|Delete|etc. in RecentChanges feed s - 10https://bugzilla.wikimedia.org/17869 +comment (10aklapper) [10:08:57] <Perdu> Hello [10:09:31] <Perdu> I have an idea for a project, should I post it in the mailing list or discuss it here first? [10:17:14] <hashar> Perdu: sur la liste en général :-] [10:17:22] <hashar> Perdu: ce chan n'est pas très actif le matin. [10:18:31] <Perdu> hashar : ok merci :) [10:18:46] <hashar> Perdu: mais je peux peut être te guider :-] [10:18:50] <wikibugs> 03(mod) not all jobs are processed (webVideoTranscode) - 10https://bugzilla.wikimedia.org/47312 normal->major (10Andre Klapper) [10:19:54] <wikibugs> 03(mod) Anonymous file uploads creates "Fatal exception of type UploadStashNotLoggedInException." - 10https://bugzilla.wikimedia.org/47308 summary (10Andre Klapper) [10:20:29] <Perdu> hashar : est-ce des propositions pour rendre l'�dition plus dynamique/rapide/facile ont d�j� �t� faites ? [10:21:00] <Perdu> Par exemple, si je veux corriger une faute d'orthographe, �a serait sympa de pouvoir le faire en 3 clics avec un peu d'ajax [10:21:10] <hashar> Perdu: tout dépend de ce que entends par "plus dynamique". Wikimedia écrit un éditeur WYSIWYG: VisualEditor [10:21:43] <wikibugs> 03(mod) Correction for "Module talk" namespaces in Galician - 10https://bugzilla.wikimedia.org/47262 +comment (10Bartosz Dziewoński) [10:22:00] <wikibugs> 03(mod) Plan text email notifications footer should use proper syntax -- - 10https://bugzilla.wikimedia.org/47303 normal->15enhancement; +comment (10Andre Klapper) [10:22:38] <wikibugs> 03(mod) ResourceLoader creates absolute URLs to load.php - 10https://bugzilla.wikimedia.org/47292 (10Andre Klapper) [10:23:03] <hashar> Perdu: la page du projet : http://www.mediawiki.org/wiki/VisualEditor , un post en anglais expliquant le système http://blog.wikimedia.org/2013/03/04/parsoid-how-wikipedia-catches-up-with-the-web/ [10:23:12] <wikibugs> 03(mod) Check syntax button results with "unknown error" on large regexes - 10https://bugzilla.wikimedia.org/47298 normal->major (10Andre Klapper) [10:24:50] <hashar> Perdu: et la vidéo : http://www.youtube.com/watch?v=C5iyJSdpvwg ;-] [10:25:02] <wikibugs> 03(NEW) Disable "You have new messages" for anonymous users after 30 days - 10https://bugzilla.wikimedia.org/47313 enhancement; Wikimedia: General/Unknown; () [10:26:52] <Perdu> hashar : j'�tais d�j� tomb� dessus, je regarde �a plus en d�tail, merci. [10:26:57] <wikibugs> 03(mod) Email notifications should not be signed with the WMF address - 10https://bugzilla.wikimedia.org/46315 +comment (10Andre Klapper) [10:41:24] <freakolowsky> jenkins is running PHPUnit test, sright? [10:44:04] <wikibugs> 03(mod) display page count (of the multi-paged media file) in dimensions - 10https://bugzilla.wikimedia.org/28868 +comment (10glaser) [10:44:33] <Platonides> freakolowsky, it runs them [10:47:17] <freakolowsky> is there a way to see the results of the master branch? [10:49:21] <freakolowsky> ha ... i think i found it [11:02:24] <wikibugs> 03(mod) Custom repo name mapping for Gerrit/Git integration - 10https://bugzilla.wikimedia.org/47274 (10christian) [11:04:46] <wikibugs> 03(mod) User rights allocation xwiki, doesn't check local situation - 10https://bugzilla.wikimedia.org/47302 (10Andre Klapper) [11:10:38] <wikibugs> 03(mod) New langcom@ mailing list - 10https://bugzilla.wikimedia.org/47196 +comment (10seb35wikipedia) [11:11:27] <wikibugs> 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 (10Tomasz W. Kozlowski) [11:24:35] <Dantman> Heh... I wonder if we could deprecate action=render by putting a warning message in it and killing off any hooks we are using. [11:31:54] <wikibugs> 03(mod) Disable "You have new messages" for anonymous users after 30 days - 10https://bugzilla.wikimedia.org/47313 (10od_mishehu) [11:36:52] <wikibugs> 03(mod) Custom repo name mapping for Gerrit/Git integration - 10https://bugzilla.wikimedia.org/47274 +comment (10innocentkiller) [11:49:17] <wikibugs> 03(mod) ResourceLoader creates absolute URLs to load.php - 10https://bugzilla.wikimedia.org/47292 +comment (10krinklemail) [11:49:51] <wikibugs> 03(mod) Correction for "Module talk" namespaces in Galician - 10https://bugzilla.wikimedia.org/47262 +comment (10roigonzalezvilla10) [11:55:16] <wikibugs> 03(mod) ResourceLoader creates absolute URLs to load.php - 10https://bugzilla.wikimedia.org/47292 +comment (10krinklemail) [12:02:55] <Sabretache> I've hit an upgrade problem. web based U/G freezes; Command line returns the following error. Any pointers appreciated [12:03:00] <wikibugs> 03(mod) Abuse filter log: 'details' and 'examine' redundant - 10https://bugzilla.wikimedia.org/18655 +comment (10gerritadmin) [12:03:03] <Sabretache> PHP Fatal error: Class 'DOMDocument' not found in /path/to/wiki/includes/LocalisationCache.php on line 542 [12:03:07] <wikibugs> 03(mod) Abuse filter log: 'details' and 'examine' redundant - 10https://bugzilla.wikimedia.org/18655 -patch-in-gerrit (10Legoktm) [12:05:48] <wikibugs> 03(mod) dumpBackup.php error with --uploads --include-files options: Unable to find the wrapper "mwstore" - 10https://bugzilla.wikimedia.org/47281 summary; +comment (10Andre Klapper) [12:05:51] <Sabretache> test [12:11:15] <wikibugs> 03(NEW) Built-in pager class is handling non-unique column badly - 10https://bugzilla.wikimedia.org/47314 normal; MediaWiki: General/Unknown; () [12:12:40] <wikibugs> 03(mod) Add an author and portal namespaces on is.wikisource - 10https://bugzilla.wikimedia.org/44164 +comment (10gerritadmin) [12:13:07] <wikibugs> 03(mod) Add an author and portal namespaces on is.wikisource - 10https://bugzilla.wikimedia.org/44164 +patch-in-gerrit (10Tomasz W. Kozlowski) [12:18:16] <wikibugs> 03(mod) Check syntax button results with "unknown error" on large regexes - 10https://bugzilla.wikimedia.org/47298 +comment (10gerritadmin) [12:19:03] <sDrewth> with abuse filter testing, does the testing work for new pages? [12:20:07] <hoo> who on earth configured jslint [12:21:11] <hoo> Krinkle: https://integration.wikimedia.org/ci/job/mwext-AbuseFilter-jslint/85/console [12:21:33] <Krinkle> hoo: missing jshintrc file [12:21:42] <hoo> gnah [12:21:57] <hoo> Could you just merge https://gerrit.wikimedia.org/r/59615 [12:22:03] <Krinkle> tell (or add yourself) AbuseFilter maintainers to add a .jshintr file [12:22:10] <hoo> that one is really trivial and the jslint is unrelated [12:22:15] <Krinkle> hoo: See [[mw:CC/JS]] for the right settings [12:23:17] <hoo> Krinkle: Ok, will do... [12:23:40] <Krinkle> hoo: I don't see anywhere on api.php help that abusefilterchecksyntax requires POST [12:23:57] <hoo> Krinkle: It doesn't but the requests tend to get to big for get [12:24:03] <Krinkle> The Api class should confire mustPost->true [12:24:04] <hoo> eg. https://en.wikipedia.org/wiki/Special:AbuseFilter/58 [12:24:37] <Krinkle> please change the api class to require post then, and in the same change update the js. [12:24:42] <hoo> Why? [12:24:45] <Krinkle> Things like this should be posted indeed. [12:25:04] <wikibugs> 03(mod) IME layout name is incorrectly aligned in RTL - 10https://bugzilla.wikimedia.org/46778 +patch-in-gerrit; +comment (10Amir E. Aharoni) [12:25:11] <Krinkle> hoo: I can't see that filter [12:25:46] <Krinkle> hoo: I see what you mean, you want to allow both. That's fine I guess. [12:26:34] <hoo> Yes, it's totally fine to use get for small inline tests or so [12:26:46] <hoo> just big filters can become to big [12:26:48] <wikibugs> 03(mod) Keep page scroll position after restoring a "read thread" - 10https://bugzilla.wikimedia.org/30871 +comment (10Andre Klapper) [12:26:50] <wikibugs> 03(mod) "Mark as read" should not lose list position - 10https://bugzilla.wikimedia.org/26891 +comment (10aklapper) [12:27:41] <wikibugs> 03(mod) Please give a special warning when people try to use complex numbers in {{#expr:}} - 10https://bugzilla.wikimedia.org/30393 normal->15enhancement (10Andre Klapper) [12:27:49] <Krinkle> hoo: Could you make a commit for the jshintrc file? I'll then merge it (assuming the code passes), and rebase this one on top of that. [12:27:59] <hoo> I'm on it [12:28:07] <Krinkle> k [12:29:15] <hoo> It fails... I'll have a look [12:34:32] <wikibugs> 03(mod) Can't create a username with multiple spaces in it (should fail better or something) - 10https://bugzilla.wikimedia.org/29621 +comment (10Andre Klapper) [12:35:55] <Sabretache> turned out I needed php-xml module (i'd just u/graded php from 5.2 to 5.3 and it wasn't included in the standard install Duh [12:36:34] <wikibugs> 03(mod) Custom repo name mapping for Gerrit/Git integration - 10https://bugzilla.wikimedia.org/47274 +comment (10otto) [12:37:24] <wikibugs> 03(mod) Firefox pre-fetches some special pages when they are returnto - 10https://bugzilla.wikimedia.org/46680 +comment (10gerritadmin) [12:37:28] <wikibugs> 03(mod) RSS/Atom feeds don't respect watchlist preferences or URL query parameters - 10https://bugzilla.wikimedia.org/25325 +comment (10gerritadmin) [12:37:32] <wikibugs> 03(mod) Whitespace between == == headers should be insignificant - 10https://bugzilla.wikimedia.org/45803 +comment (10gerritadmin) [12:37:33] <wikibugs> 03(mod) Generated TOC does not match the hierarchy of sections created by <h1> tags - 10https://bugzilla.wikimedia.org/23393 +comment (10gerritadmin) [12:37:42] <wikibugs> 03(mod) Allow blocking open proxies based on X-Forwarded-For header (XFF) - 10https://bugzilla.wikimedia.org/23343 +comment (10gerritadmin) [12:41:35] <wikibugs> 03(mod) Custom repo name mapping for Gerrit/Git integration - 10https://bugzilla.wikimedia.org/47274 +comment (10innocentkiller) [12:46:03] <wikibugs> 03(mod) Built-in pager class is handling non-unique column badly - 10https://bugzilla.wikimedia.org/47314 +comment (10Andre Klapper) [12:57:40] <wikibugs> 03(NEW) Increase account creation limits for it.wiki (April 20) - 10https://bugzilla.wikimedia.org/47315 normal; Wikimedia: Site requests; () [13:07:33] <wikibugs> 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 +comment (10bjorsch) [13:13:08] <wikibugs> 03(mod) Built-in pager class is handling non-unique column badly - 10https://bugzilla.wikimedia.org/47314 +comment (10liangent) [13:14:04] <wikibugs> 03(mod) Check syntax button results with "unknown error" on large regexes - 10https://bugzilla.wikimedia.org/47298 +comment (10Marius Hoch) [13:17:52] <Betacommand> !config [13:17:52] <wm-bot> All configuration is done in LocalSettings.php (near the end of the file). Editing other files means modifying the software. Default settings are not in LocalSettings.php, you can look in DefaultSettings.php. See <http://www.mediawiki.org/wiki/Manual:Configuring_MediaWiki>, <http://www.mediawiki.org/wiki/Manual:LocalSettings.php>, <http://www.mediawiki.org/wiki/Manual:Config_script>, and <http://noc.wikimedia.org/conf> [13:27:15] <wikibugs> 03(NEW) Split RC UV charts into region and country charts. - 10https://bugzilla.wikimedia.org/47316 normal; Analytics: ReportCard; () [13:32:18] <wikibugs> 03(mod) [upstream] Jenkins is slow to start - 10https://bugzilla.wikimedia.org/47120 +upstream; summary; +comment (10Antoine "hashar" Musso) [13:34:16] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10Andrew Otto) [13:39:08] <wikibugs> 03(mod) Must also say New|New User|Delete|etc. in RecentChanges feed <title>s - 10https://bugzilla.wikimedia.org/17869 (10jidanni) [13:45:55] <wikibugs> 03(mod) Increase account creation limits for it.wiki (April 20) - 10https://bugzilla.wikimedia.org/47315 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [13:51:46] <wikibugs> 03(mod) VisualEditor: Whitespace preservation for list items not working - 10https://bugzilla.wikimedia.org/43543 +comment (10James Forrester) [13:53:54] <wikibugs> 03(mod) Always redirect wikidata.org to www.wikidata.org - 10https://bugzilla.wikimedia.org/45005 +comment (10jeremyb) [14:00:30] <wikibugs> 03(mod) Clicking on non-existing image link does not redirect to upload anymore - 10https://bugzilla.wikimedia.org/28891 +comment (10ice-king) [14:02:41] <wikibugs> 03(mod) Always redirect wikidata.org to www.wikidata.org - 10https://bugzilla.wikimedia.org/45005 +comment (10denny vrandecic) [14:06:00] <wikibugs> 03(mod) Increase account creation limits for it.wiki (April 20) - 10https://bugzilla.wikimedia.org/47315 +comment (10gerritadmin) [14:08:02] <wikibugs> 03(mod) Always redirect wikidata.org to www.wikidata.org - 10https://bugzilla.wikimedia.org/45005 (10jeblad) [14:10:07] <wikibugs> 03(NEW) Create clear vocabulary for technical terms for usage throughout messages and as reference for translators - 10https://bugzilla.wikimedia.org/47317 normal; MediaWiki extensions: WikidataRepo; () [14:11:47] <wikibugs> 03(mod) Inconsistent terminology in Wikibase messages - 10https://bugzilla.wikimedia.org/45363 +comment (10Daniel Werner) [14:11:48] <wikibugs> 03(mod) Create clear vocabulary for technical terms for usage throughout messages and as reference for translators - 10https://bugzilla.wikimedia.org/47317 (10Daniel Werner) [14:12:11] <wikibugs> 03(mod) Create clear vocabulary for technical terms for usage throughout messages and as reference for translators - 10https://bugzilla.wikimedia.org/47317 (10Daniel Werner) [14:14:40] <wikibugs> 03(mod) wikimediafoundation.org should be HTTPS-only - 10https://bugzilla.wikimedia.org/47276 (10jeremyb) [14:22:04] <anubhav> Can any tell me how do I get the link of this dicsussion http://lists.wikimedia.org/pipermail/wikitech-l/2013-April/068218.html . [14:23:22] <anubhav> I am drafting an idea on my user page, for that I want to include the discussion on the mailing list, but all I could get was a link to my mail, and to navigate one has to manually press next message. Is there a link to get the while discussion [14:29:54] <anubhav> Platonides: hi, platonides, I ws drafting a proposal for Bayesian Filter Extension. Needed some advice [14:34:39] <balasankarc> !help : how to install djvulibre in a server... got no root access.. [14:34:39] <wm-bot> There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [14:35:31] <RickyB98> can anyone help me with the AbuseFilter? [14:36:13] <balasankarc> how to install djvulibre in a server... got no root access.. [14:40:22] <RickyB98> @balasankarc you can use (I think) mw-config/index.php [14:41:33] <balasankarc> RickyB98, but this manual says something abt make, make install etc... i need root access for tht rite? [14:41:45] <Reedy> It's offtopic for here really [14:41:55] <Reedy> But no, you can usually compile stuff without root [14:42:25] <balasankarc> Reedy, i did ./configure and make ... but make install needs root [14:42:47] <RickyB98> i don't know that extension, sorry... [14:42:59] <balasankarc> Reedy, i want to make a wiki work with djvu and MW manual told me to install djvulibre. thts y i asked here. [14:43:05] <RickyB98> anyway, can anybody help me configuring a filter for the abusefilter? [14:50:28] <Reedy> balasankarc: But it's not part of mediawiki. Tried asking your hosting provider? [14:50:37] <Reedy> RickyB98: Better if you actually ask a proper question [14:50:55] <balasankarc> Reedy, ohk. i was thinking of the same. thanks for ur time. [14:51:44] <wikibugs> 03(mod) refactor cucumber.yml and Rakefile - 10https://bugzilla.wikimedia.org/46889 +comment (10Željko Filipin) [14:52:44] <RickyB98> I'll try: I'd like to configure a filter with which I can warn users if they write something like shouting (like "HI HOW ARE YOU?"). How can I set it? Thanks, and sorry for my English, I'm Italian. [15:02:00] <RickyB98> Never mind? Quitting. [15:05:12] <wikibugs> 03(mod) Correction for "Module talk" namespaces in Galician - 10https://bugzilla.wikimedia.org/47262 +comment (10Vivaelcelta (Roi González Villa)) [15:23:40] <wikibugs> 03(mod) Load JS error in ja.wp with the Internationalisation settings - 10https://bugzilla.wikimedia.org/47280 +comment (10Liangent) [15:28:25] <wikibugs> 03(mod) Galician localization for the Scribunto extension in Galician - 10https://bugzilla.wikimedia.org/47262 summary; +comment (10Dereckson) [15:31:33] <wikibugs> 03(mod) User rights allocation xwiki, doesn't check local situation - 10https://bugzilla.wikimedia.org/47302 +comment (10Alex Monk (Krenair)) [15:33:02] <Amgine_> Actually, that's an interesting problem. AbuseFilter has lcase, but it is not documented as having ucase. Anyone know if there is an undocumented upper case function? [15:33:57] <p858snake> try it and find out? [15:34:28] <Reedy> Amgine_: No mentions in the code, so probably not [15:34:55] <Reedy> Probably could be added [15:35:04] <legoktm> Amgine_: I think ccnorm will make everything uppercase, but that also does other things [15:48:57] <wikibugs> 03(mod) Must also say New|New User|Delete|etc. in RecentChanges feed <title>s - 10https://bugzilla.wikimedia.org/17869 trivial->15enhancement; +easy; +comment (10Quim Gil) [15:50:26] <wikibugs> 03(mod) User rights allocation xwiki, doesn't check local situation - 10https://bugzilla.wikimedia.org/47302 +comment (10billinghurst) [15:50:45] <wikibugs> 03(mod) Populate archive.ar_len on all Wikimedia wikis - 10https://bugzilla.wikimedia.org/46183 +shell (10Rob Lanphier) [15:51:10] <wikibugs> 03(mod) Populate archive.ar_len on all Wikimedia wikis - 10https://bugzilla.wikimedia.org/46183 (10Rob Lanphier) [15:54:41] <Amgine_> legoktm: added_lines regex "[:upper:]" [15:54:58] <Amgine_> (That's a question, not a statement) [15:55:09] <wikibugs> 03(mod) RSS should put edit summaries, not just pagenames, into <title>s - 10https://bugzilla.wikimedia.org/16646 +comment (10qgil) [15:56:10] <legoktm> I'm guessing [:upper:] matches any uppercase letter? If so, that statement would just return true if there was at least one uppercase letter added [15:57:06] <wikibugs> 03(mod) Some api responses do not contain coordinates unless you provide a colimit parameter - 10https://bugzilla.wikimedia.org/47133 +comment (10Jon) [15:58:01] <Amgine_> <grumbles> Yah, I suppose you're right. It really does need the ucase. [15:58:37] <legoktm> why not just use ccnorm? [15:59:20] <wikibugs> 03(mod) WikibaseRepo to be mobile friendly (tracking) - 10https://bugzilla.wikimedia.org/43065 +comment (10qgil) [15:59:24] <wikibugs> 03(mod) Unable to log in with api.php on wikitech.wikimedia.org - 10https://bugzilla.wikimedia.org/47278 (10Alex Monk (Krenair)) [16:00:45] <wikibugs> 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 +comment (10gerritadmin) [16:01:58] <wikibugs> 03(mod) Need js init file for site link widget - 10https://bugzilla.wikimedia.org/46321 +comment (10Marius Hoch) [16:05:31] <wikibugs> 03(mod) Unable to log in with api.php on wikitech.wikimedia.org - 10https://bugzilla.wikimedia.org/47278 +comment (10Brad Jorsch) [16:07:54] <wikibugs> 03(mod) User rights allocation xwiki, doesn't check local situation - 10https://bugzilla.wikimedia.org/47302 +comment (10Alex Monk (Krenair)) [16:07:55] <wikibugs> 03(mod) Special:UserRights does not handle user right change conflicts - 10https://bugzilla.wikimedia.org/38989 +comment (10Alex Monk (Krenair)) [16:11:45] <wikibugs> 03(NEW) VisualEditor: Fix "Report problem" button, broken by IVStore change - 10https://bugzilla.wikimedia.org/47319 normal; VisualEditor: Initialisation and integration; () [16:11:47] <wikibugs> 03(mod) VisualEditor: Provide a way to expand data using an IVStore for transmission over the wire - 10https://bugzilla.wikimedia.org/47318 (10Roan Kattouw) [16:13:09] <Amgine_> legoktm: Because it has to work in extended latin/UTF-8 situations. [16:15:26] <wikibugs> 03(mod) VisualEditor: Fix "Report problem" button, broken by IVStore change - 10https://bugzilla.wikimedia.org/47319 (10James Forrester) [16:15:36] <wikibugs> 03(mod) VisualEditor: Provide a way to expand data using an IVStore for transmission over the wire - 10https://bugzilla.wikimedia.org/47318 (10James Forrester) [16:16:15] <wikibugs> 03(mod) RSS should put edit summaries, not just pagenames, into <title>s - 10https://bugzilla.wikimedia.org/16646 (10jidanni) [16:19:07] <wikibugs> 03(mod) Galician localization for the Scribunto extension in Galician - 10https://bugzilla.wikimedia.org/47262 +comment (10roigonzalezvilla10) [16:19:17] <legoktm> Amgine_: Oh. Maybe you should file a bug then ;) [16:20:07] <Amgine_> Yah, I suppose I should. [16:20:12] <Amgine_> <goes to do it> [16:20:21] <^demon> Restarting gerrit in a moment to hopefully fix the Jetty problem. Please don't panic. [16:21:24] <wikibugs> 03(mod) Collect meta info and serialize it in the head or elsewhere - 10https://bugzilla.wikimedia.org/45206 +comment (10mediawiki) [16:23:05] <wikibugs> 03(mod) Gerrit/Jetty flooding logs with "Dispatched Failed!" messages and becoming unresponsive - 10https://bugzilla.wikimedia.org/47284 +comment (10innocentkiller) [16:26:29] <wikibugs> 03(NEW) Titles in Nearby run into distance - 10https://bugzilla.wikimedia.org/47320 normal; MediaWiki extensions: MobileFrontend (Beta); () [16:27:42] <wikibugs> 03(NEW) AbuseFilter lacks an upper case function - 10https://bugzilla.wikimedia.org/47321 enhancement; MediaWiki extensions: AbuseFilter; () [16:29:38] <Amgine_> legoktm: that one should be marked as an easy bug for aspiring MediaWiki devs. [16:30:58] * legoktm looks at how the parser works rightn ow [16:31:00] <legoktm> right now* [16:31:23] <brion> hm, would it make sense to replace the AbuseFilter custom language with lua i wonder? [16:31:36] <Reedy> That'd be nice [16:32:16] <Reedy> Amgine_: Looks like it can be done by copy pasting around 15 lines of code [16:32:25] <legoktm> return new AFPData( AFPData::DString, $wgContLang->lc( $s ) ); [16:32:36] <Reedy> Exactly [16:32:37] <legoktm> Can I just switch that to $wgContLang->uc ? [16:32:50] <Reedy> Yup [16:32:55] <legoktm> Great [16:33:00] <Reedy> Copy paste the other lc usages in the code [16:33:02] <Reedy> add a new message [16:33:10] <Reedy> At most 15-20 lines of code [16:33:36] <legoktm> Yup, nearly done [16:34:28] <wikibugs> 03(NEW) Lead image upload button not showing up on iPhone 4/Safari - 10https://bugzilla.wikimedia.org/47322 normal; MediaWiki extensions: MobileFrontend; () [16:35:14] <Amgine_> <grins> [16:36:21] <Amgine_> RickyB98: The devs are working to create a solution for your problem. In the meantime, https://bugzilla.wikimedia.org/47321 [16:37:06] <wikibugs> 03(mod) AbuseFilter lacks an upper case function - 10https://bugzilla.wikimedia.org/47321 +comment (10gerritadmin) [16:37:16] <wikibugs> 03(mod) VisualEditor: Fix "Report problem" button, broken by IVStore change - 10https://bugzilla.wikimedia.org/47319 +comment (10gerritadmin) [16:37:23] <legoktm> Amgine_, Reedy https://gerrit.wikimedia.org/r/59641 [16:39:04] <Reedy> -1'd [16:39:05] <wikibugs> 03(mod) AbuseFilter lacks an upper case function - 10https://bugzilla.wikimedia.org/47321 +patch-in-gerrit (10Legoktm) [16:39:28] <legoktm> heh [16:39:31] * legoktm looks [16:39:40] <Reedy> Might want to add a simple test case at the same time [16:39:45] <RickyB98> actually I found sth... [16:39:47] <Reedy> ala [16:39:48] <Reedy> lcase("FÁmí") = "fámí" [16:39:54] <RickyB98> i'll send you the code I used... [16:41:14] <RickyB98> added_lines rlike "^[A-Z0-9\s\pP]*?[A-Z]{4}[A-Z0-9\s\pP]*$" [16:41:21] <wikibugs> 03(mod) Special:UserRights does not handle user right change conflicts - 10https://bugzilla.wikimedia.org/38989 +comment (10Alex Monk (Krenair)) [16:42:09] * bawolff hopes this formatting issue at https://gerrit.wikimedia.org/r/#/c/59530/ isn't actually some sort of xss... [16:42:32] <RickyB98> Reedy: what do u think about the code I sent you? [16:42:46] <legoktm> Reedy: how do you run the tests? [16:43:06] <Amgine_> RikcyB98: that won't catch ĆĈĀĂĎĐ and other non-ascii capital letters. [16:43:17] <Reedy> php phpTests.php [16:43:26] <RickyB98> Amgine_: yeah, ur right... [16:43:29] <Reedy> $test_path = __DIR__ . "/tests"; [16:43:29] <Reedy> $tests = glob( $test_path . "/*.t" ) [16:43:30] <legoktm> d'oh [16:43:48] <Reedy> \w [16:46:24] <wikibugs> 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193 +comment (10greg) [16:47:18] <legoktm> 30 tests passed out of 30 [16:47:19] <legoktm> :D [16:48:33] <Amgine_> \o/ Legoktm [16:49:14] <wikibugs> 03(mod) Inconsistent button sizing - 10https://bugzilla.wikimedia.org/46804 +comment (10jrobson) [16:49:41] <legoktm> patchset uploaded [16:51:01] <RickyB98> legoktm: this function is needed if you want to make everything ucase, it doesn't give true or false if the text IS or ISN'T ucase... [16:51:28] <legoktm> well you can do: added_lines = ucase(added_lines) [16:51:45] <legoktm> er, two == i think. [16:52:07] <RickyB98> oh ur such a GENIUS! [16:52:12] <RickyB98> thx so much! [16:52:23] <Reedy> Copy pasting is genius now? [16:52:24] * Reedy grins [16:52:42] <Amgine_> <gg> [16:52:57] <marktraceur> Reedy: Maybe up to the point where you're flooding the channel, so don't get any funny ideas [16:53:05] <RickyB98> Reedy: don't understand -.- [16:53:24] <RickyB98> marktraceur: right! [16:53:24] <legoktm> RickyB98: I just said what Amgine_ said in the bug report. [16:53:40] <RickyB98> ah ok! whatever... [16:54:03] <Amgine_> RickyB98: This isn't a big change; it is mostly copying the lower case function code, but changing it to upper case. [16:54:24] <Amgine_> <threatens Reedy with a biscotti> [16:55:51] * Reedy glares at marktraceur [16:55:56] <RickyB98> now tell me� how do I install the patch? (omg I really can't do anything!) [16:56:27] * marktraceur lens-flares at Reedy [16:56:34] <Amgine_> Wait until it has been reviewed and merged, then update via git. [16:56:46] <Amgine_> This may take a while. [16:56:47] <wikibugs> 03(mod) Titles in Nearby run into distance - 10https://bugzilla.wikimedia.org/47320 +comment (10Gerrit Notification Bot) [16:56:47] <wikibugs> 03(mod) Titles in Nearby run into distance - 10https://bugzilla.wikimedia.org/47320 (10Jon) [16:56:52] <RickyB98> git means Snapshot?? [16:57:37] <Amgine_> Let me get the url for the English documentation on how to install extensions via git. [16:57:56] <RickyB98> thx so much... [16:58:11] <Amgine_> https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_extensions [16:58:55] <wikibugs> 03(mod) Parsoid always enables subpage support. - 10https://bugzilla.wikimedia.org/47136 +comment (10gerritadmin) [16:59:15] <RickyB98> so, command line? [17:01:02] <bawolff> RickyB98: that's the best way, but i think there's a link somewhere to download a zip of git HEAD [17:01:17] <legoktm> Github has a download link [17:01:40] <RickyB98> so tell me when i can download it ;) [17:02:13] <legoktm> https://github.com/wikimedia/mediawiki-extensions-AbuseFilter/archive/master.zip [17:02:34] <RickyB98> meanwhile� when I use the "action" variable, I can only put "move", "edit", "delete" but there's no "purge" [17:03:33] <wikibugs> 03(mod) UploadWizard can't upload more than one file - 10https://bugzilla.wikimedia.org/46845 +comment (10Rainer Rillke @commons.wikimedia) [17:03:40] <legoktm> right, you cant filter purges. [17:03:56] <RickyB98> can u do sth to implement it? [17:04:26] <legoktm> I don't see why you would. [17:04:26] <bawolff> RickyB98: What are you trying to download git head of - abusefilter or mediawiki [17:05:17] <RickyB98> I'd do that to limit the purging times in a minute� e.g. I don't want user to purge a page more than 5 times in a minute� [17:05:48] <Betacommand> RickyB98: there is no way for the abuse filter to stop that [17:06:16] <bawolff> That would be more appropriate for the pinglimiter code [17:06:29] <bawolff> RickyB98: What's the concern? do you think someone is going to ddos you? [17:06:38] <RickyB98> really no way? neither implementing it like u did for the ucase? :P [17:08:21] <RickyB98> bawolff: I'll tell you� i have a local wiki-site on my mac� and i'm trying to see everything i can do with mediawiki. so it would be appreciate to have a feature that does that thing... [17:08:53] <RickyB98> otherwise it's not an anti spam... [17:09:05] <bawolff> Well abusefilter is meant to deal with abusive modification actions. [17:09:17] <RickyB98> get it... [17:09:17] <bawolff> RickyB98: How do you spam using purges... [17:09:56] <RickyB98> bawolff: idk actually! xD [17:10:15] <bawolff> The answer was you can't :P [17:10:23] <bawolff> which is why abusefilter can't filter that action [17:10:31] <wikibugs> 03(NEW) Update html5 package from upstream. - 10https://bugzilla.wikimedia.org/47323 normal; Parsoid: JS/DOM; () [17:10:36] <RickyB98> ok... [17:10:44] <wikibugs> 03(mod) Update html5 package from upstream. - 10https://bugzilla.wikimedia.org/47323 (10C. Scott Ananian) [17:10:53] <RickyB98> other thing� (i'm bothering you know, eh!) [17:10:56] <RickyB98> now* [17:11:04] <bawolff> no no [17:11:09] <bawolff> ask away [17:11:46] <RickyB98> why doesn't $wgAbuseFilterBlockDuration work? [17:11:58] <Betacommand> I need someone good with the abuse filter to see if my filter is valid [17:12:14] <wikibugs> 03(mod) Update html5 package from upstream. - 10https://bugzilla.wikimedia.org/47323 +comment (10mediawiki) [17:12:16] <RickyB98> it only does if i set it from the AbuseFilter.php file [17:12:18] <wikibugs> 03(mod) Activity log: time ignores user-timezone settings - 10https://bugzilla.wikimedia.org/43204 (10Matthias Mullie) [17:12:43] <legoktm> Oh uhhhhhhhh [17:12:45] <legoktm> Hmmm [17:12:48] <RickyB98> Betacommand: send it to me� (for the poor things I can do� xD) I don't risk on my local wiki ;) [17:12:51] <legoktm> I thought hoo fixed that. [17:12:52] <bawolff> Are you setting it after the require_once line in LocalSettings.php [17:12:53] <wikibugs> 03(mod) Impossible to read feedback for subpages - 10https://bugzilla.wikimedia.org/46896 (10Matthias Mullie) [17:13:07] <legoktm> Betacommand: I'm here. [17:13:10] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10hashar) [17:13:16] <RickyB98> bawolff: nope, before that [17:13:24] <bawolff> It needs to be set after [17:13:30] <wikibugs> 03(mod) Update html5 package from upstream. - 10https://bugzilla.wikimedia.org/47323 +comment (10mediawiki) [17:13:39] <RickyB98> omg I'm discovering so many things today eh! [17:13:42] <RickyB98> thx [17:14:01] <wikibugs> 03(mod) PdfHandler: Incorrect aspect ratio of the preview images. - 10https://bugzilla.wikimedia.org/22194 +comment (10bawolff+wn) [17:14:50] <Betacommand> legoktm: http://pastebin.com/eYwSDyeS [17:15:01] <wikibugs> 03(mod) Update html5 package from upstream. - 10https://bugzilla.wikimedia.org/47323 +comment (10gwicke) [17:15:27] <Betacommand> Ive attempted to create a filter that flags accounts where the IP has created multiple accounts [17:16:22] <wikibugs> 03(mod) Add globe to prop of prop=coordinates and list=geosearch - 10https://bugzilla.wikimedia.org/44403 (10Max Semenik) [17:17:20] <RickyB98> how many minutes are 1209600 seconds? :P [17:17:41] <ori-l> dunno, i measure in love [17:17:48] <RickyB98> LoL [17:17:57] <bawolff> lol [17:17:58] <marktraceur> RickyB98: Roughly a bunch [17:18:10] <Betacommand> RickyB98: 14 days [17:18:22] <RickyB98> Betacommand: thx xD [17:18:47] <bawolff> 1209600000 miliseconds :P [17:18:53] <wikibugs> 03(mod) Inconsistent button sizing - 10https://bugzilla.wikimedia.org/46804 +comment (10massaf) [17:19:15] <marktraceur> Haven't we figured out a system based on a power of ten yet? *sigh* [17:19:34] <Betacommand> this is a small wiki and I dont want to block account creations, but I do want to be able to review cases where a single IP is creating a lot of accounts [17:20:27] <RickyB98> Betacommand: Abuse Filter blocked me -.- so it should work ;) [17:20:28] <bawolff> marktraceur: It will be megaseconds before that happens [17:21:00] <marktraceur> bawolff: I don't know what that means, but it sounds awesome anyway. [17:21:00] <AaronSchulz> ugh, more "New notification at Wikitech" spam [17:21:00] <Betacommand> RickyB98: I dont want to block accounts either [17:21:20] <Betacommand> I just want to flag the creations with a tag for review [17:21:23] <ori-l> hey legoktm, you there? [17:21:25] <RickyB98> oh I'm sorry, it was another filter that blocked me [17:21:47] <Betacommand> ori-l: Im using him, get in line [17:21:57] <ori-l> Betacommand: :) [17:22:33] <siebrand> AaronSchulz: Is this your recent code? [17:22:34] <siebrand> Query: UPDATE `bw_page` SET page_touched = '20130417171117' WHERE page_namespace = '4' AND page_title = 'About/zh-hant' [17:22:34] <siebrand> Function: Title::{closure} [17:22:35] <siebrand> Error: 1213 Deadlock found when trying to get lock; try restarting transaction (localhost) [17:23:36] <wikibugs> 03(NEW) gerrit can double autolink causing broken formatting - 10https://bugzilla.wikimedia.org/47324 normal; Wikimedia: Git/Gerrit; () [17:24:12] <bawolff> ugh, why does jenkins hate me [17:24:34] <siebrand> AaronSchulz: I haven't seen this issue before. [17:24:53] <apergos> jenkins hates us all [17:26:45] <RickyB98> Betacommand: it didn't flag anything... [17:26:56] <legoktm> Betacommand: sorry, my internet went out [17:26:59] <legoktm> [12:16:48 PM] <legoktm> Betacommand: And it checks for multiple accounts over 2 weeks right? [17:27:00] <legoktm> [12:17:03 PM] <legoktm> looks good to me [17:27:11] <Betacommand> legoktm: yeah [17:27:27] <RickyB98> why doesn't it work to me? [17:27:29] <legoktm> ori-l: I'm here now :) [17:27:41] <ori-l> legoktm: can you join #wikimedia-e3 for a moment? [17:28:18] <legoktm> joined [17:30:33] <RickyB98> Betacommand: it doesn't work to me�. why? [17:31:14] <Betacommand> RickyB98: have you created multiple accounts? [17:31:20] <RickyB98> yep... [17:32:01] <Betacommand> RickyB98: I didnt think it was working right [17:32:55] <RickyB98> i have to go to the swimming pool�see you! [17:33:18] <wikibugs> 03(mod) add info if langlink is stored at repository or local - 10https://bugzilla.wikimedia.org/41345 (10Daniel Kinzler) [17:33:18] <wikibugs> 03(mod) remove external site links from langlinks table on client wikis - 10https://bugzilla.wikimedia.org/45534 (10Daniel Kinzler) [17:34:50] <wikibugs> 03(mod) Use wrapper class to access language links - 10https://bugzilla.wikimedia.org/45535 +comment (10Daniel Kinzler) [17:38:04] <bawolff> Does jenkins run tests in parallel? [17:39:18] <ori-l> not yet, i don't think so [17:39:27] <AaronSchulz> ouch [17:39:50] <wikibugs> 03(mod) remove external site links from langlinks table on client wikis - 10https://bugzilla.wikimedia.org/45534 +comment (10Betacommand) [17:40:03] <Dantman> It also still needs to virtualize too afair [17:40:46] <bawolff> I'm just trying to figure out why a test was failing. If things were happening in parallel it would fail that way [17:43:52] <wikibugs> 03(NEW) eswikivoyage: Add "autopatrol" right to Rollbacker and Patroller groups. Confirmed group enable - 10https://bugzilla.wikimedia.org/47325 normal; Wikimedia: Site requests; () [17:44:40] <wikibugs> 03(NEW) <a> / <b> / <i> issues. - 10https://bugzilla.wikimedia.org/47326 normal; Parsoid: JS/General; () [17:44:48] <wikibugs> 03(mod) <a> / <b> / <i> issues. - 10https://bugzilla.wikimedia.org/47326 (10C. Scott Ananian) [17:46:02] <hoo> vvv: Any chance you can maybe merge https://gerrit.wikimedia.org/r/55453 ? [17:47:47] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10Antoine "hashar" Musso) [17:48:41] <wikibugs> 03(NEW) add "browser-test-bug" keyword - 10https://bugzilla.wikimedia.org/47327 normal; Wikimedia: Bugzilla; () [17:51:39] <wikibugs> 03(mod) Parsoid: Page with redirect can't be edited, gives 200 rather than 301 for reading - 10https://bugzilla.wikimedia.org/45808 +comment (10C. Scott Ananian) [17:51:53] * legoktm pokes hoo about https://gerrit.wikimedia.org/r/#/c/59641/ [17:51:54] <wikibugs> 03(mod) Parsoid: Page with redirect can't be edited, gives 200 rather than 301 for reading - 10https://bugzilla.wikimedia.org/45808 (10C. Scott Ananian) [17:53:00] <wikibugs> 03(mod) gerrit can double autolink causing broken formatting - 10https://bugzilla.wikimedia.org/47324 +comment (10Chad H.) [17:53:02] <wikibugs> 03(mod) Gerrit mangles Wikipedia permalinks with anchor - 10https://bugzilla.wikimedia.org/45780 +comment (10Chad H.) [17:53:07] * hoo looks [17:53:37] <wikibugs> 03(mod) Wikivoyage page views reports not yet published - 10https://bugzilla.wikimedia.org/46193 +comment (10Erik Zachte) [17:54:26] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10hashar) [17:54:44] <hoo> legoktm: Looks good on first sight... hopefully I can give it a full review later tonight ;) [17:55:02] <legoktm> great :D [17:57:21] <wikibugs> 03(mod) Page view stats: reports show wrong top month - 10https://bugzilla.wikimedia.org/46194 +comment (10Erik Zachte) [17:58:14] <wikibugs> 03(mod) Inconsistent button sizing - 10https://bugzilla.wikimedia.org/46804 +comment (10mpinchuk) [18:02:12] <wikibugs> 03(mod) Parsoid: Page with redirect can't be edited, gives 200 rather than 301 for reading - 10https://bugzilla.wikimedia.org/45808 +comment (10mediawiki) [18:02:37] <wikibugs> 03(mod) wikibase-cant-undo message missing - 10https://bugzilla.wikimedia.org/46623 +comment (10Marius Hoch) [18:02:47] <Betacommand> is there a way to get mediawiki to split a page up nicely via sections? [18:04:30] <wikibugs> 03(mod) Inconsistent button sizing - 10https://bugzilla.wikimedia.org/46804 +comment (10jrobson) [18:05:16] <wikibugs> 03(mod) Galician localization for the Scribunto extension in Galician - 10https://bugzilla.wikimedia.org/47262 +comment (10dereckson) [18:07:39] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10otto) [18:09:46] <Amgine_> YuviPanda|Meds: http://steamheavyindustries.com/ [18:18:54] <wikibugs> 03(mod) remove external site links from langlinks table on client wikis - 10https://bugzilla.wikimedia.org/45534 +comment (10Legoktm) [18:20:06] <wikibugs> 03(mod) Parsoid always enables subpage support. - 10https://bugzilla.wikimedia.org/47136 +comment (10mail) [18:24:41] <wikibugs> 03(mod) l10n cache doesn't actually cache - 10https://bugzilla.wikimedia.org/47289 +comment (10Victor Danilchenko) [18:25:05] <wikibugs> 03(NEW) Editing #REDIRECT - 10https://bugzilla.wikimedia.org/47328 normal; VisualEditor: General; () [18:27:27] <wikibugs> 03(mod) Parsoid: Page with redirect can't be edited, gives 200 rather than 301 for reading - 10https://bugzilla.wikimedia.org/45808 +comment (10mediawiki) [18:28:18] <wikibugs> 03(mod) l10n cache doesn't actually cache - 10https://bugzilla.wikimedia.org/47289 +comment (10vdanilchenko) [18:31:18] <dneary> Hi all [18:31:33] <dneary> I found an XSS issue with fulltext search [18:31:41] <greg-g> csteipp: ^^ [18:31:45] <dneary> And I noticed that wikipedia doesn't have the same issue [18:31:54] <Isarra> What does 'index 1707ac3..cf0b339 100644' mean? [18:31:54] <dneary> wondering how you fixed it [18:32:14] <Dantman> dneary: Bugzilla has a security component [18:32:16] <csteipp> Hi dneary, can you pm me details? [18:32:18] <Isarra> In a gerrit diff. [18:33:04] <dneary> csteipp, Sure [18:41:03] <wikibugs> 03(mod) Email notifications should not be signed with the WMF address - 10https://bugzilla.wikimedia.org/46315 +comment (10Fabrice Florin) [18:47:11] <Kyzz> marktraceur: Setting up all that stuff in a moment walking to a different building ina second and just connecting to this [18:47:22] <marktraceur> Righto [18:49:09] <cackoa> is there any possibility to download dump one of Wikipedia's and using madiawiki - convert it into static htlm pages? [18:49:33] <mutante> cackoa: http://dumps.wikimedia.org/ [18:49:34] <wikibugs> 03(NEW) VisualEditor: Refuse to load for pages which are redirects - 10https://bugzilla.wikimedia.org/47329 normal; VisualEditor: Initialisation and integration; () [18:50:41] <marktraceur> cackoa: Also, our very own cscott has been hacking on https://github.com/cscott/nell-wikipedia [18:50:50] <wikibugs> 03(mod) VisualEditor: Allow users to set/edit #REDIRECT status in the page metadata panel - 10https://bugzilla.wikimedia.org/47328 summary; +comment (10James Forrester) [18:50:51] <wikibugs> 03(mod) VisualEditor: Refuse to load for pages which are redirects - 10https://bugzilla.wikimedia.org/47329 (10James Forrester) [18:51:19] <wikibugs> 03(mod) VisualEditor: Refuse to load for pages which are redirects - 10https://bugzilla.wikimedia.org/47329 (10James Forrester) [18:51:32] <wikibugs> 03(mod) VisualEditor: Allow users to set/edit #REDIRECT status in the page metadata panel - 10https://bugzilla.wikimedia.org/47328 normal->15enhancement (10James Forrester) [18:52:32] <cackoa> my company is developing web search engine.. and we have problem with wikipedia (bans becouse of crawling all site). Thats why we want to convert it into html... and crowl it from our servers... [18:54:07] <marktraceur> Mr. Crawly (in the style of Black Sabbath) [18:54:44] <bawolff> cackoa: my understanding is web crawlers are allowed provided they have a descriptiove user agent and obey robots.txt [18:56:01] <cackoa> yes, but if we crawl wiki to fast we can get ban... and the other side... we dont have much time to crawl whole wiki many days... [18:56:40] <bawolff> Well we do indeed offer downloads of all the content [18:57:14] <cackoa> yes... in xml format -> dumps [18:57:42] <wikibugs> 03(mod) Cite error category rapidly populating with phantom entries - 10https://bugzilla.wikimedia.org/46978 +comment (10Jason_quinn) [18:57:44] <cackoa> our crawler reads from html... and we need to convert it to this format [18:57:59] <bawolff> You can install mediawiki [18:58:47] <cackoa> import dump from wiki? yes? [18:59:11] <wikibugs> 03(mod) Cite error category rapidly populating with phantom entries - 10https://bugzilla.wikimedia.org/46978 +comment (10bawolff+wn) [19:00:10] <wikibugs> 03(mod) AbuseFilter lacks an upper case function - 10https://bugzilla.wikimedia.org/47321 +comment (10Marius Hoch) [19:00:16] <wikibugs> 03(mod) Parsoid: Page with redirect can't be edited, gives 200 rather than 301 for reading - 10https://bugzilla.wikimedia.org/45808 +comment (10Gabriel Wicke) [19:00:36] <cackoa> and... what next? use this: http://www.mediawiki.org/wiki/Extension:DumpHTML ? [19:01:34] <mutante> cackoa: as long as you follow http://www.mediawiki.org/wiki/API:Etiquette (look at the part about "maxlag" parameter) you should be fine and not get banned for crawling [19:03:18] <wikibugs> 03(mod) Cite error category rapidly populating with phantom entries - 10https://bugzilla.wikimedia.org/46978 +comment (10Jason_quinn) [19:05:13] <cackoa> hmmm... intresting.. [19:05:31] <legoktm> Amgine_: merged! [19:06:12] <wikibugs> 03(NEW) Make MobileFrontend use mediawiki.ui button styles - 10https://bugzilla.wikimedia.org/47330 normal; MediaWiki extensions: MobileFrontend; () [19:06:55] <wikibugs> 03(mod) Incompatible with Node 0.10 - 10https://bugzilla.wikimedia.org/45994 +comment (10C. Scott Ananian) [19:10:11] <wikibugs> 03(mod) Inconsistent button sizing - 10https://bugzilla.wikimedia.org/46804 +comment (10mpinchuk) [19:11:40] <wikibugs> 03(mod) VisualEditor: Allow users to set/edit #REDIRECT status in the page metadata panel - 10https://bugzilla.wikimedia.org/47328 +comment (10mediawiki) [19:11:46] <legoktm> hoo: when you say cache, you mean just store the $accounts variable? or did you mean modify the function itself so it caches [19:12:20] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10hashar) [19:13:42] <hoo> legoktm: First one is probably enough... making the function use a static var is smth. I consider for quite some time, but I'm not sure about the side effects taht could have [19:14:10] <legoktm> ok, i can just use isset( $accounts ) to check if its already been called right? [19:14:12] <Amgine_> \o/ Legoktm! congrats! [19:14:22] <legoktm> :D [19:14:28] <cackoa> mutante: will talk about api in with my team. But I want to know answer: can I dowload xml dump from http://dumps.wikimedia.org/enwiki/ import to my local mediawiki... and using http://www.mediawiki.org/wiki/Extension:DumpHTML create html pages ? [19:15:19] <hoo> legoktm: That's way... might be better to set $this->attachedAccounts or so like in Special:CentralAuth [19:15:27] <wikibugs> 03(NEW) Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47331 major; Wikimedia: Continuous integration; () [19:15:55] <bawolff> cackoa: Yes. However dumpHtml hasn't been maintained in a rather long time, so if it still works is an open question [19:16:03] <legoktm> ok, ill take a look at that code then [19:16:13] <bawolff> but you could just index your local wiki [19:16:40] * Dantman still wants to rewrite and merge DumpHTML back into core [19:17:24] * Dantman thinks offline support should be built into the skinning system itself [19:17:24] <cackoa> bawolff: :) its good idea. [19:17:33] <wikibugs> 03(mod) eswikivoyage: Add "autopatrol" right to Rollbacker and Patroller groups. Confirmed group enable - 10https://bugzilla.wikimedia.org/47325 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [19:18:14] <Dantman> No custom dump html skin... the default skin can just be used as is. [19:20:06] <cackoa> ok, thanks guys for help. [19:21:18] <physikerwelt> I'm using the following hard coded reference to get a link to my special page '<a href="/index.php/Special:FormulaInfo?pid=' .$pid.'&eid='.$eid.'" id="math'.$eid.'">'.$Result.'</a>' is there a way to get the first part of the link i.e. /index.php/Special:FormulaInfo with a mediawiki core function [19:21:55] <bawolff> physikerwelt: yes [19:22:00] <silly2> i want to completely eliminate articles from my wiki, with no history of them, any suggestions? [19:22:17] <bawolff> just a moment [19:25:41] <bawolff> physikerwelt: SpecialPage::getTitleFor( 'PageNameNoSpecialPrefix' )->getLocalUrl( array( 'eid' => 'foo' ) ); [19:26:02] <bawolff> physikerwelt: If you want to make the full link, you should use the Link class [19:26:11] <physikerwelt> thanks i'll try that [19:26:52] <physikerwelt> I was at the class reference but I didn't see a way how to put my get variables in [19:27:06] <wikibugs> 03(mod) Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47331 major->minor; +comment (10Antoine "hashar" Musso) [19:27:06] <bawolff> https://doc.wikimedia.org/mediawiki-core/master/php/html/classLinker.html#a52523fb9f10737404b1dfa45bab61045 [19:27:08] <wikibugs> 03(mod) Jenkins always fails mediawiki-core-merge jobs - 10https://bugzilla.wikimedia.org/47307 (10Antoine "hashar" Musso) [19:27:31] <bawolff> physikerwelt: For Linker::link its the third argument [19:28:05] <bawolff> physikerwelt: You give it an array like array( 'firstarg' => 'value', 'second' => 'secondvalue [19:28:10] <bawolff> ') [19:28:42] <physikerwelt> perfect that this is the method of choice [19:35:32] <wikibugs> 03(mod) Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47331 +comment (10hashar) [19:35:33] <wikibugs> 03(mod) eswikivoyage: Add "autopatrol" right to Rollbacker and Patroller groups. Confirmed group enable - 10https://bugzilla.wikimedia.org/47325 +comment (10tomasz) [19:36:10] <wikibugs> 03(mod) Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47331 +comment (10innocentkiller) [19:37:56] <Rahul21> bawolff, hello [19:38:24] <Rahul21> Amgine_, hello [19:38:45] <physikerwelt> @bawolff: what should I use as title... I tried 'Main Page' for testing but even that didn't work [19:39:00] <wikibugs> 03(NEW) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 normal; Wikimedia: Site requests; () [19:39:26] <wikibugs> 03(mod) Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47331 +comment (10Siebrand) [19:43:28] <wikibugs> 03(NEW) The disablepp parameter of action=parse doesn't work - 10https://bugzilla.wikimedia.org/47333 normal; MediaWiki: API; () [19:43:35] <wikibugs> 03(mod) High OOM rate in refreshLinks2 - 10https://bugzilla.wikimedia.org/39493 +comment (10aschulz4587) [19:45:57] <marktraceur> Kyzz: How goes? [19:49:41] <Rahul21> marktraceur, hello [19:49:59] <physikerwelt> for the record the first method works the second does not [19:52:31] <wikibugs> 03(mod) mw.LoadData results don't properly handle # operator - 10https://bugzilla.wikimedia.org/47096 +comment (10rohde) [19:57:00] <marktraceur> Rahul21: What's up? [19:57:33] <Rahul21> i am fine :) college vivas and submissions going on :( [19:58:00] <Rahul21> marktraceur, which irc client do you use? [19:59:00] <wikibugs> 03(mod) eswikivoyage: Add "autopatrol" right to Rollbacker and Patroller groups. Confirmed group enable - 10https://bugzilla.wikimedia.org/47325 +comment (10gerritadmin) [19:59:21] <anubhav> Platonides: hi, I was drafting my idea for Bayesian Filter. Needed some advice [19:59:30] <Amgine_> Rahul21: Hullo [20:00:06] <marktraceur> Rahul21: Use /ctcp marktraceur version to find out :) [20:00:26] <marktraceur> I see you're on Ubuntu, using XChat, for example :) [20:00:54] <marktraceur> Hm, weird [20:01:14] <Rahul21> weird? [20:01:42] <Rahul21> Amgine_, did you have a look at my proposal v2.0? [20:02:02] <Rahul21> marktraceur, i didnt return anything [20:02:14] <Amgine_> Yes, I did. I made a couple comments on the talk page. [20:02:30] <marktraceur> That's weird, Rahul21, you're sending a blank CTCP command [20:02:41] <marktraceur> Rahul21: What exactly are you typing? [20:02:47] <marktraceur> I mean, copy and paste it. [20:02:52] <Rahul21> "/ctcp marktraceur version" [20:02:58] <marktraceur> Only one space :) [20:03:10] <marktraceur> /ctcp marktraceur version [20:03:47] <Rahul21> marktraceur, smart :) [20:03:51] <marktraceur> Indeed! [20:04:14] <marktraceur> Hahaha [20:04:28] <marktraceur> I expected *way* more CTCP traffic, you guys :P [20:05:46] <wikibugs> 03(mod) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 +comment (10Antoine "hashar" Musso) [20:05:57] <Rahul21> Amgine_, By which name do you comment? [20:13:10] <wikibugs> 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10zhorishna) [20:19:06] <wikibugs> 03(mod) Improve performance of dispatchChanges::getPendingChanges - 10https://bugzilla.wikimedia.org/47125 +comment (10gerritadmin) [20:20:59] <wikibugs> 03(NEW) Argument 1 passed to Wikibase\EntityChange::setMetadata() must be an array, null given - 10https://bugzilla.wikimedia.org/47334 normal; MediaWiki extensions: WikidataRepo; () [20:21:28] <AaronSchulz> DanielK_WMDE: ^ spammy [20:21:59] <aude> ugh [20:22:20] <wikibugs> 03(mod) Selfurl property doesn't work for gallery format - 10https://bugzilla.wikimedia.org/43161 15enhancement->normal; summary (10Sergey Vladimirov) [20:22:38] <wikibugs> 03(mod) Argument 1 passed to Wikibase\EntityChange::setMetadata() must be an array, null given - 10https://bugzilla.wikimedia.org/47334 normal->major; +comment (10Aaron Schulz) [20:24:12] <wikibugs> 03(mod) Argument 1 passed to Wikibase\EntityChange::setMetadata() must be an array, null given - 10https://bugzilla.wikimedia.org/47334 +comment (10aschulz4587) [20:24:33] * hashar jenkins jobs are on hold for an emergency fix sorry. [20:25:01] <odder> yes, I was kind of wondering where the bot's gone. [20:27:12] <bawolff> odder: They are in the boring channel [20:29:26] <bawolff> Which ironically was originally created to have a place for people to chat without bots.... [20:29:53] <odder> bawolff: sorry, I meant that there are no reviews by jenkins on Gerrit right now. [20:30:07] <wikibugs> 03(mod) Selfurl property doesn't work for gallery format - 10https://bugzilla.wikimedia.org/43161 +comment (10Sergey Vladimirov) [20:30:34] <bawolff> oh. I thought you meant gerrit-wm [20:32:05] <wikibugs> 03(NEW) Parameter 1 to Language::findVariantLink() expected to be a reference, value given - 10https://bugzilla.wikimedia.org/47335 normal; MediaWiki: General/Unknown; () [20:32:08] <wikibugs> 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Siebrand) [20:32:15] <marktraceur> Aahaha, the CTCP flood continues [20:32:36] <Amgine_> Rahul21: I am always Amgine [20:32:37] <harshkothari> marktraceur: irssi v0.8.15 [20:32:50] <marktraceur> Yup yup [20:33:37] <marktraceur> Right, clearly the answer is for me to turn off responses for CTCP requests [20:33:37] * marktraceur looks at Vulpix [20:34:03] <Vulpix> marktraceur: that won't prevent people from sending them anyway ;P [20:34:13] <marktraceur> Vulpix: But it *will* prevent me from caring! [20:34:22] <Vulpix> lol, yeah [20:35:01] <wikibugs> 03(mod) Parameter 1 to Language::findVariantLink() expected to be a reference, value given - 10https://bugzilla.wikimedia.org/47335 +comment (10Siebrand) [20:35:13] <Vulpix> chatzilla doesn't warn me about ctcp... except for malformed ctcps ;P [20:35:29] <marktraceur> That's perfect, since I don't intend to send you any valid ones [20:36:32] <Vulpix> whoops [20:36:57] <marktraceur> Actually [20:36:57] * Vulpix starts a ctcp fight [20:37:18] <marktraceur> Oh, it's already on [20:38:36] <Dantman> /ctcp Vulpix FIGHT [20:38:59] <harshkothari> Ha Ha marktraceur [20:40:07] <Vulpix> amusing [20:40:41] <wikibugs> 03(NEW) Errors when creating service groups - 10https://bugzilla.wikimedia.org/47336 major; Wikimedia Labs: General; () [20:42:33] <wikibugs> 03(mod) Errors when creating service groups - 10https://bugzilla.wikimedia.org/47336 (10Jan Luca) [20:42:57] <wikibugs> 03(NEW) Activate Flagged Revisions for modules namespace on Russian Wikipedia - 10https://bugzilla.wikimedia.org/47337 normal; Wikimedia: Site requests; () [20:43:20] <wikibugs> 03(mod) Activate Flagged Revisions for modules namespace on Russian Wikipedia - 10https://bugzilla.wikimedia.org/47337 (10Sergey Vladimirov) [20:45:29] <wikibugs> 03(mod) Activate Flagged Revisions for modules namespace on Russian Wikipedia - 10https://bugzilla.wikimedia.org/47337 +comment (10Dereckson) [20:46:25] <wikibugs> 03(NEW) Add hook before changing of userrights - 10https://bugzilla.wikimedia.org/47338 normal; MediaWiki: Special pages; () [20:47:21] <wikibugs> 03(mod) Parsoid always enables subpage support. - 10https://bugzilla.wikimedia.org/47136 +comment (10gerritadmin) [20:51:51] <wikibugs> 03(mod) use vipsthumbnail to scale images - 10https://bugzilla.wikimedia.org/47311 +comment (10jcupitt) [21:02:09] <jazzybee> User:createNew says if password is omitted, password logins are disabled. What is the use case for this - bots? [21:02:56] <bawolff> jazzybee: Maybe for resetting password (so they need to use a token) [not sure, haven't looked at the code recently] [21:04:06] <jazzybee> bawolff: I am trying to create users who can auth via BrowserId or other identity providers. I maintain a separate table for info on such users but would like to create corresponding Mediawiki users. What is the best way to do it? [21:04:34] <bawolff> Are you familar with auth plugin stuff? [21:04:37] <bawolff> !authplugin [21:04:37] <wm-bot> http://www.mediawiki.org/wiki/AuthPlugin [21:05:36] <bawolff> jazzybee: What you want to do would probably be similar to what the openId extension does I imagine [21:06:06] <jazzybee> bawolff: Thanks. I will take a look at these plugins. My MW version is archaic but hopefully the principles will be similar [21:06:17] <DanielK_WMDE> AaronSchulz: that'S on wikidata.org? [21:07:22] <wikibugs> 03(mod) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [21:07:23] <DanielK_WMDE> ah, no, can't be [21:07:44] <wikibugs> 03(mod) Argument 1 passed to Wikibase\EntityChange::setMetadata() must be an array, null given - 10https://bugzilla.wikimedia.org/47334 (10Daniel Kinzler) [21:09:00] <AaronSchulz> DanielK_WMDE: what? [21:09:18] <DanielK_WMDE> set setMetadata thing [21:09:24] <DanielK_WMDE> it's happening on the client wikis, not wikidata.org [21:09:30] <DanielK_WMDE> makes me wonder why. [21:09:49] <DanielK_WMDE> i can come up with a quick fix, but that's not going to show us the root cause of the issue [21:09:53] <DanielK_WMDE> ...it may just hide it... [21:10:49] <DanielK_WMDE> "null given" is rather odd. I would have understood "false", but where the hell does null come from? [21:12:02] <DanielK_WMDE> AaronSchulz: i'll make it a production warning instead of a fatal error, and try to supply more info for investigating the issue. [21:13:14] <aude> DanielK_WMDE: problem is in the repo [21:13:38] <aude> stuff not getting saved propertly in the change [21:13:47] <aude> then it's bad data in the client [21:13:51] <DanielK_WMDE> aude: have you already found it? can i stop hunting? [21:14:04] <aude> the code is not checking, it seems during merge changes that the changes are valid [21:14:07] <DanielK_WMDE> aude: or maybe i'll add some defensive code in the client, you look into the repo? [21:14:11] <aude> DanielK_WMDE: http://p.defau.lt/?jUnh3ng0cDb_p3APQPEmAg [21:14:19] <aude> obviously related [21:14:30] <aude> i'm trying to reproduce [21:15:08] <DanielK_WMDE> oh, a database error prevents the change from being updated with RC data? [21:15:10] <DanielK_WMDE> makes sense [21:15:15] <aude> yep [21:15:44] <aude> ok, see various issues [21:15:58] * aude can take to wikidata channel if folks want [21:17:36] <odder> oh not again [21:18:07] <odder> (missing Change-Id in commit message footer) [21:18:15] <odder> IT'S IN THE LAST LINE YOU FOOL [21:26:52] <wikibugs> 03(mod) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 +comment (10Dereckson) [21:26:52] <wikibugs> 03(mod) hewiki asks to change default image sizes for thumb and gallery - 10https://bugzilla.wikimedia.org/41712 (10Dereckson) [21:29:10] <APTX> I have a problem installing mediawiki 1.20.4. I get the following error: [21:29:13] <APTX> Invalid database name "my-wiki". Use only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_) and hyphens (-). [21:32:00] <bawolff> APTX: lol, well that's a clearly helpful error msg [21:32:19] <bawolff> APTX: Can you try not using a hyphan [21:32:24] <bawolff> so just mywiki [21:32:40] <bawolff> also what db program are you using (mysql?) [21:32:56] <APTX> I'm using pg. I already created the database [21:33:13] <mutante> oh, heh http://bugs.mysql.com/bug.php?id=461 [21:33:22] <mutante> ah pg [21:33:57] <mutante> sounds like the installer got it wrong then [21:34:56] <bawolff> mediawiki internally uses dash to denote table prefixes, so we probably shouldn't allow it in db names in general [21:35:03] <wikibugs> 03(mod) Activate Flagged Revisions for modules namespace on Russian Wikipedia - 10https://bugzilla.wikimedia.org/47337 +comment (10gerritadmin) [21:35:44] <wikibugs> 03(mod) Activate Flagged Revisions for modules namespace on Russian Wikipedia - 10https://bugzilla.wikimedia.org/47337 +shell; +comment (10Dereckson) [21:41:52] <mutante> APTX: looks like pg would have also complained/warned about the hyphen in dbname unless you put it in double quotes. i would just rename it.. ALTER DATABASE "my-wiki" RENAME TO mywiki .. [21:42:09] <mutante> http://stackoverflow.com/questions/10216784/what-is-a-valid-postgresql-database-name [21:42:26] <APTX> mutante: used underscore instead [21:43:35] <mutante> APTX: sounds right.. it says "or an underscore" in docs [21:46:28] <APTX> mutante: it works for the role name [21:47:49] <sumanah> hi peteforsyth, how are you? [21:49:26] <peteforsyth> hi sumanah! [21:49:36] * YuviPanda|Meds waves at sumanah [21:49:54] <sumanah> :-) hi YuviPanda|Meds , hope the eponymous meds are helping you out [21:50:08] <YuviPanda|Meds> :) root canal later today(?) [21:50:16] <peteforsyth> :[ [21:50:19] <YuviPanda|Meds> first ever. [21:50:23] <YuviPanda|Meds> and I've no idea how it is going to be [21:50:27] <Amgine_> !21582 | Nemo_bis [21:50:48] <Amgine_> !b 21582 | Nemo_bis [21:50:49] <wm-bot> Nemo_bis: https://bugzilla.wikimedia.org/21582 [21:50:59] <YuviPanda|Meds> ohai Amgine_. Re the link you sent earlier - I wonder if we should email the guy who wrote it and ask him to open source it [21:51:05] <YuviPanda|Meds> i'll be interested in how he's storing stuff [21:51:35] <peteforsyth> sumanah: you may be amused by an unintended consequence of a recent edit I made -- check the "image" of Mickey Mouse on his WP article: http://en.wikipedia.org/wiki/Mickey_mouse [21:51:36] <Amgine_> YuviPanda|Meds: Yah, the first thing I thought was kiwix [21:51:44] <bawolff> mutante / APTX : I submitted change to outright disallow hyphens in db names - https://gerrit.wikimedia.org/r/59736 [21:51:47] <YuviPanda|Meds> Amgine_: do you know there's now a Kiwix app for Android? :) [21:51:51] <Amgine_> Supposedly they're based here in Vancouver, I could go bug them. [21:51:59] <Amgine_> YuviPanda: yep! [21:52:05] <wikibugs> 03(mod) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 +comment (10Tomasz W. Kozlowski) [21:52:13] <YuviPanda|Meds> Amgine_: oooh, nice! [21:52:19] <YuviPanda|Meds> Amgine_: please do! [21:52:30] <sumanah> YuviPanda|Meds: good luck with the dental work. Hope you have someone else around who can help you, give you soft foods, etc.? [21:52:36] * peteforsyth will have to try installing kiwix again some day [21:52:39] <sumanah> YuviPanda|Meds: I don't see the image at all! INVISIMICKEY [21:52:42] <Amgine_> Heh. I'll see if I can find their offices, and direct them to you here in IRC. [21:52:47] <peteforsyth> Amgine_: yeah :) [21:52:57] <peteforsyth> this is the issue: http://en.wikipedia.org/wiki/Wikipedia:Non-free_content_review#File:Mickey_Mouse.svg [21:52:58] <YuviPanda|Meds> Amgine_: :D or email would help too! [21:53:11] <YuviPanda|Meds> sumanah: :) I am staying at my parent's place for a bit now, to finish up exams. [21:53:16] <YuviPanda|Meds> sumanah: so... that's taken care of, I think [21:53:16] <peteforsyth> we had a full-res SVG as a non-free file… [21:53:30] <peteforsyth> I tried to change the SVG but failed (resulting in invisible) [21:53:34] <peteforsyth> will go to PNG… [21:53:46] <sumanah> peteforsyth: ha! good luck [21:53:49] <sumanah> :) [21:54:16] <peteforsyth> I just love the irony that the image we utterly failed on our copyright rules was…Mickey [21:54:21] <sumanah> YuviPanda|Meds: good, good. [21:54:22] <Amgine_> invisible*PINK*mickey [21:54:34] <YuviPanda|Meds> Amgine_: mickey is copyrighted :P [21:54:34] <sumanah> peteforsyth: YES. Also "Wikipedia:Non-free content review" sounds like a reasonably boring academic journal [21:54:35] <YuviPanda|Meds> sortof [21:54:36] <YuviPanda|Meds> i think [21:54:50] <peteforsyth> :) [21:54:51] <wikibugs> 03(mod) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 +comment (10Antoine "hashar" Musso) [21:54:53] <peteforsyth> totally [21:55:11] <sumanah> "Editor-in-chief: R. U. A. Sleep" [21:55:33] <sumanah> "Typesetter: Bore Ng" [21:55:34] <peteforsyth> hehe [21:55:44] <YuviPanda|Meds> a movie out of AN/I would be very dramatic, however [21:55:55] <YuviPanda|Meds> but... possibly boring too [21:56:09] <YuviPanda|Meds> it'll probably be like watching days of the Indian parliament's proceedings [21:56:14] <YuviPanda|Meds> except more boring and less violent [21:56:15] <YuviPanda|Meds> :D [21:56:39] <sumanah> YuviPanda|Meds: I have a stand-up comedy bit about how tech movies are either about very good-looking people making a lot of money or very good-looking people committing or solving crimes via impossible means [21:56:47] <YuviPanda|Meds> :D [21:56:55] <YuviPanda|Meds> indeed! [21:57:11] <peteforsyth> pet peeve, here. I want to link the discussion in my edit summary: http://en.wikipedia.org/wiki/Wikipedia:Non-free_content_review#File:Mickey_Mouse.svg [21:57:13] <YuviPanda|Meds> (AN/I for those who weren't aware but interested https://en.wikipedia.org/wiki/Wikipedia:Administrators'_noticeboard/Incidents) [21:57:19] <peteforsyth> but know that the link will break as soon as it's archived… [21:57:27] <peteforsyth> grumble…kids…lawn [21:57:30] <sumanah> peteforsyth: I hear ya. You could link to a specific diff [21:57:34] <sumanah> that's what I see a lot of people do [21:57:36] <YuviPanda|Meds> peteforsyth: indeed. I always link to diffs [21:57:38] <YuviPanda|Meds> heh [21:57:48] <peteforsyth> yeah, but that means that any further discussion will not be included at the link [21:57:51] <sumanah> although it is less convenient, and freezes the .... yes [21:57:51] <bawolff> but in an edit summary you can only make local links :( [21:58:08] <peteforsyth> and also ^^ that [21:58:34] <YuviPanda|Meds> hmm, Echo and FLow better get here fast :) [21:58:39] * YuviPanda|Meds heads to sleep [21:58:41] <YuviPanda|Meds> gnite everyone [21:58:56] <sumanah> night! [21:59:05] <sumanah> follow the surgeon's instructions! [21:59:36] <wikibugs> 03(mod) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 +comment (10gerritadmin) [22:00:03] <YuviPanda|Meds> sumanah: will do :) [22:00:08] <peteforsyth> night YuviPanda|Meds -- good luck with root canal :( [22:00:10] <sumanah> good (: [22:00:19] <YuviPanda|Meds> sumanah: btw, I'll completely disappear all of next month and some of June too :( [22:00:32] <sumanah> We will miss you for sure :( [22:00:33] <YuviPanda|Meds> will get a working version of SuchABot (GitHub -> Gerrit) done before that too [22:01:15] * YuviPanda|Meds actually heads to sleep [22:02:46] <sumanah> Thehelpfulone: remind me, you're coming to the Amsterdam hackathon, right? [22:02:53] <sumanah> PleaseStand: ^ same question. :) [22:03:03] <sumanah> the 20th is the last day to register & request a scholarship [22:03:19] <Thehelpfulone> Not that I know of sumanah! [22:03:23] <sumanah> you should come [22:08:11] <marktraceur> Oh, man, awesome. [22:11:54] <wikibugs> 03(mod) Reindexing causes nagios alerts - 10https://bugzilla.wikimedia.org/47141 +comment (10ram) [22:18:22] <wikibugs> 03(mod) LiquidThreads thread action links need tooltips - 10https://bugzilla.wikimedia.org/21723 +comment (10krenair) [22:19:06] <wikibugs> 03(mod) Auto-summary says "added alias" when one was removed - 10https://bugzilla.wikimedia.org/46743 +comment (10gerritadmin) [22:21:32] <wikibugs> 03(NEW) beta cluster: wrong MessagesEn.php file? - 10https://bugzilla.wikimedia.org/47339 normal; Wikimedia Labs: deployment-prep (beta); () [22:23:33] <wikibugs> 03(mod) en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices - 10https://bugzilla.wikimedia.org/47332 +comment (10gerritadmin) [22:25:38] <wikibugs> 03(mod) add "browser-test-bug" keyword - 10https://bugzilla.wikimedia.org/47327 +comment (10Andre Klapper) [22:30:15] <wikibugs> 03(mod) Replicate gerrit database somewhere to allow free querying - 10https://bugzilla.wikimedia.org/40331 +comment (10Chad H.) [22:35:26] <wikibugs> 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php (instead send user to Special:GlobalBlock/<blocked IP>) - 10https://bugzilla.wikimedia.org/20546 +comment (10gerritadmin) [22:35:31] <wikibugs> 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php (instead send user to Special:GlobalBlock/<blocked IP>) - 10https://bugzilla.wikimedia.org/20546 +patch-in-gerrit (10Alex Monk (Krenair)) [22:36:00] <wikibugs> 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10dereckson) [22:38:15] <wikibugs> 03(mod) wgFileExtensions should always be a numerical array without gaps - 10https://bugzilla.wikimedia.org/44776 +comment (10gerritadmin) [22:43:55] <wikibugs> 03(NEW) Always output <span typeof="mw:Object/Template"> as first element of template - 10https://bugzilla.wikimedia.org/47340 normal; Parsoid: JS/General; () [22:50:47] <wikibugs> 03(mod) Allow a challenge stage during authentication - 10https://bugzilla.wikimedia.org/46179 (10Andre Klapper) [22:51:06] <wikibugs> 03(mod) Update MediaWiki.org favicon - 10https://bugzilla.wikimedia.org/47299 +comment (10tomasz) [22:51:06] <wikibugs> 03(mod) FauxRequest should allow for adding fake files - 10https://bugzilla.wikimedia.org/46163 (10Andre Klapper) [22:51:30] <wikibugs> 03(mod) Preference tab for custom mobile site settings (target specific settings) - 10https://bugzilla.wikimedia.org/46247 (10Andre Klapper) [22:52:00] <wikibugs> 03(mod) Code quality issues (tracking) - 10https://bugzilla.wikimedia.org/700 (10Andre Klapper) [22:52:00] <wikibugs> 03(mod) User::leaveUserMessage() still in UploadFromUrlJob.php - 10https://bugzilla.wikimedia.org/46592 normal->minor (10Andre Klapper) [22:52:26] <wikibugs> 03(mod) FireFox 20 confused with FireFox 2 - 10https://bugzilla.wikimedia.org/47202 (10Andre Klapper) [22:52:35] <wikibugs> 03(mod) Links to newly created pages become blue only after a too big delay - 10https://bugzilla.wikimedia.org/47199 (10Andre Klapper) [22:52:52] <wikibugs> 03(mod) '幺' => '么' in ZhConversion.php is wrong. - 10https://bugzilla.wikimedia.org/47029 (10Andre Klapper) [22:52:56] <wikibugs> 03(NEW) in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020 - 10https://bugzilla.wikimedia.org/47341 trivial; MediaWiki: HTMLForm; () [22:55:43] <wikibugs> 03(mod) Move skins in extensions/skins.git to their own repos - 10https://bugzilla.wikimedia.org/46756 (10Andre Klapper) [22:55:54] <wikibugs> 03(mod) Present list of random articles from one or more categories - 10https://bugzilla.wikimedia.org/46918 (10Andre Klapper) [22:57:06] <wikibugs> 03(mod) "No results" in LQT thread history - 10https://bugzilla.wikimedia.org/47007 (10Andre Klapper) [22:58:02] <wikibugs> 03(mod) Clear new message count in personal portlet, when visiting empty Special:NewMessages - 10https://bugzilla.wikimedia.org/46838 (10Andre Klapper) [22:59:11] <wikibugs> 03(mod) Popup covers up monobook tabs - 10https://bugzilla.wikimedia.org/41240 (10Andre Klapper) [22:59:25] <wikibugs> 03(mod) [[Special:RandomRootPage/]] returns also from other namespace than main only - 10https://bugzilla.wikimedia.org/46420 (10Andre Klapper) [22:59:42] <wikibugs> 03(mod) Rename reverted magically - 10https://bugzilla.wikimedia.org/47126 (10Andre Klapper) [23:00:12] <wikibugs> 03(mod) [[Special:RandomRootPage/]] returns also from other namespace than main only - 10https://bugzilla.wikimedia.org/46420 +comment (10Bawolff (Brian Wolff)) [23:00:46] <wikibugs> 03(mod) Always output <span typeof="mw:Object/Template"> as first element of template - 10https://bugzilla.wikimedia.org/47340 +comment (10gwicke) [23:02:13] <wikibugs> 03(mod) Out of memory on High number of categories mediawikis - 10https://bugzilla.wikimedia.org/46718 +comment (10Andre Klapper) [23:04:13] <wikibugs> 03(mod) Always output <span typeof="mw:Object/Template"> as first element of template - 10https://bugzilla.wikimedia.org/47340 (10Gabriel Wicke) [23:04:20] <wikibugs> 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193 +shell; +comment (10MZMcBride) [23:05:17] <wikibugs> 03(mod) Book Creator should allow newly-registered accounts to save a book to user space - 10https://bugzilla.wikimedia.org/46944 (10Tomasz W. Kozlowski) [23:05:36] <wikibugs> 03(mod) Book Creator should allow newly-registered accounts to save a book to user space - 10https://bugzilla.wikimedia.org/46944 +comment (10gerritadmin) [23:05:44] * hashar jenkins is back up [23:06:20] <wikibugs> 03(mod) Book Creator should allow newly-registered accounts to save a book to user space - 10https://bugzilla.wikimedia.org/46944 +patch-in-gerrit (10Tomasz W. Kozlowski) [23:06:49] <bawolff> yay! [23:06:57] <bawolff> Thanks hashar :) [23:07:12] <hashar> would have been better to not break it in the first place :( [23:08:30] <bawolff> hashar: nah, that'd be boring [23:15:28] <sumanah> Score! Yay! [23:15:47] <wikibugs> 03(mod) Add "Special:UploadFile" alias for "Special:Upload" in MediaWiki - 10https://bugzilla.wikimedia.org/34317 +comment (10Siebrand) [23:18:57] <wikibugs> 03(mod) Reindexing causes nagios alerts - 10https://bugzilla.wikimedia.org/47141 +comment (10ram) [23:19:54] <wikibugs> 03(mod) LoginForm returns "wrongpassword" instead of something sensible when the username/password is correct, but no domain is provided - 10https://bugzilla.wikimedia.org/47278 summary; +comment (10MZMcBride) [23:24:38] <wikibugs> 03(mod) Choosing an expiry from the dropdown should hide the other expiry textbox - 10https://bugzilla.wikimedia.org/18412 +comment (10Alex Monk (Krenair)) [23:24:49] <wikibugs> 03(mod) Choosing an expiry from the dropdown should hide the other expiry textbox - 10https://bugzilla.wikimedia.org/18412 +comment (10gerritadmin) [23:28:14] <wikibugs> 03(mod) l10n cache doesn't actually cache - 10https://bugzilla.wikimedia.org/47289 +comment (10tstarling) [23:43:49] <wikibugs> 03(mod) l10n cache doesn't actually cache - 10https://bugzilla.wikimedia.org/47289 +comment (10mediawiki) [23:45:47] <wikibugs> 03(mod) Favicon, apple-touch-icon links matching the defaults should not be sent - 10https://bugzilla.wikimedia.org/19392 +comment (10Tomasz W. Kozlowski) [23:46:14] <MC27> so hi [23:46:30] <marktraceur> MC27: So 'lo [23:46:36] <Elecbullet> ayy [23:46:54] <marktraceur> 'eyyyyy yerself, Elecbullet [23:47:58] <MC27> Oh look it's Elec [23:48:06] <MC27> A wild Elecbullet has appeared! [23:48:08] <MC27> :D [23:48:20] <MC27> so.... let's hope the MW support desk works fast [23:48:21] <MC27> :< [23:48:49] <marktraceur> MC27: Well, you should ask your question [23:49:01] <MC27> I'm about to go ride my bike [23:49:03] <MC27> Aight [23:49:06] <MC27> cpaste time [23:49:11] <marktraceur> !pastebin [23:49:11] <wm-bot> Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. When sharing multiple lines of code, please use a pastebin such as <http://dpaste.com/> or <http://p.defau.lt/> and post a link to your paste in the channel. [23:49:46] <wikibugs> 03(mod) wikimediafoundation.org should be HTTPS-only - 10https://bugzilla.wikimedia.org/47276 +comment (10Daniel Zahn) [23:50:00] <MC27> It's one sentence :_: [23:50:04] <marktraceur> KK! [23:50:09] <marktraceur> Just wanted to make sure. [23:50:21] <MC27> http://p.defau.lt/?QYvtVq9SrNnmm6DfB5Ppfw [23:50:50] <marktraceur> OK, yes, I overreacted, sorry :) [23:51:27] <marktraceur> MC27: So you'll need to get a domain name, make sure you can access your computer from outside your network via an IP address, and then set the domain name to point at the IP. [23:51:27] <MC27> XD [23:51:32] <MC27> I understand [23:51:41] <MC27> wait [23:51:42] <MC27> wha [23:51:44] <marktraceur> For the record [23:51:47] <marktraceur> "I would like to start a wiki called Monster Hunter Fanon, with a url of http://monsterhunterfanon.org or the like. I have downloaded MediaWiki itself, Wampserver 2.2, PHP 5.4.3, MySQL 5.5.24 and I'm using Widows 8. How do I set up the Wiki?" [23:52:01] <MC27> ...? [23:52:06] <marktraceur> MC27: So...you don't understand? [23:52:20] <MC27> How do i get a domain name.... and how do I access it from outside my network...wut [23:52:26] <MC27> What's the network [23:52:45] <marktraceur> Ugh, there must be a good tutorial for this that isn't me [23:52:54] <MC27> XD [23:52:56] <MC27> nope [23:53:05] <MC27> Not a step by step thing [23:53:12] <MC27> That I've seen, anyway. :V [23:54:17] <MC27> and no, I don't understand :| [23:55:07] <wikibugs> 03(NEW) Do not provide one character wide links when the whole sentence following is also relevant to be the same linked - 10https://bugzilla.wikimedia.org/47342 trivial; MediaWiki: Recent changes; () [23:55:09] <marktraceur> MC27: OK [23:55:18] <marktraceur> MC27: Where is this machine that you're running a wiki on? [23:55:22] <wikibugs> 03(mod) Do not provide one character wide links when the whole sentence following is also relevant to be the same linked - 10https://bugzilla.wikimedia.org/47342 (10jidanni) [23:55:39] <MC27> Um, I guess the one I'm using [23:55:47] <MC27> My W8 computer [23:56:10] <marktraceur> MC27: And how is that computer connected to the Internet? [23:56:16] <wikibugs> 03(mod) Do not provide one character wide links when the whole sentence following is also relevant to be the same link - 10https://bugzilla.wikimedia.org/47342 (10jidanni) [23:56:24] <MC27> ....with a wireless router...? [23:56:26] <MC27> XD [23:56:58] <marktraceur> MC27: OK, next up: http://whatismyip.org [23:57:14] <MC27> ok [23:57:28] <MC27> *copies IP* [23:57:53] <marktraceur> MC27: If you access that IP address from a different network than your own, you *should* get some level of access to your router, either an administration page or at least something telling you the IP address exists. [23:57:54] <MC27> Now what? [23:58:20] <MC27> so like if I got on a different computer? [23:58:24] <marktraceur> MC27: But the router is the interface (or one interface) between the Internet and your network. [23:58:39] <Elecbullet> Hoo boy, Cead [23:58:41] <MC27> what's the newtork [23:58:45] <MC27> which one..? [23:58:55] <marktraceur> MC27: Your local network. [23:58:57] <MC27> Where the internet is coming from or the computer? [23:59:09] <marktraceur> The one maintained by the router. [23:59:15] <MC27> so [23:59:34] <MC27> What' you're saying is...until I get my own router able to be changed by me... [23:59:42] <MC27> I won't be able to use it? [23:59:46] <MC27> Use MW I mean