[00:00:04] Note that wikitext isn't formally defineable [00:00:40] Reedy: yeah I'm reading Working with MediaWiki right now :) [00:01:00] and I've done something similar in the past… turning MW dumps into dict [00:01:22] but would be nice to find some halfway readable regexes to start off with at this point [00:01:32] 03(NEW) Can not reuse parser in user applications - 10https://bugzilla.wikimedia.org/46091 blocker; MediaWiki: Parser; () [00:02:07] hah I'm not the only one ^^ :) [00:02:14] o_0 [00:02:56] so if my meteor thing goes somewhere I'll probably split off the JS parser… [00:03:08] 03(mod) Can not reuse parser in user applications - 10https://bugzilla.wikimedia.org/46091 04BLOCKER->normal; +comment (10Sam Reed (reedy)) [00:05:10] Reedy: standalone would open up some possibilities… e.g. building non MW stuff around MW XML dumps :) [00:05:33] New patchset: Krinkle; "mediawiki.jqueryMsg: Implement HTML support" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53017 [00:05:39] Change merged: Mwalker; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/53705 [00:05:40] I would turn around the question: why not standalone? [00:05:48] It seems like potentially a lot of effort for little gain [00:06:00] The best parser for wikitext is mediawiki. So use mediawiki to parse it [00:06:23] There's so many variables as to what effects the outputted code too [00:06:56] Somewhat what the api is for [00:07:14] splitting off might make it cleaner in the long run... [00:07:38] like a properly defined grammar [00:08:04] it would be quite a bit of work but it wouldn't hurt if wikitext were properly defined [00:08:09] 03(mod) Bugzilla's 'shell' keyword is too general - 10https://bugzilla.wikimedia.org/45539 +comment (10dzahn) [00:08:41] Well, the VisualEditor and Parsoid are a rather large scale reimplementation of our parser [00:09:22] And redefining it and removing features is somewhat of a breaking change [00:09:42] ah cool [00:09:50] Parsoid seems just about what I need :) [00:10:15] It's very much in active development [00:10:23] Input/bugs/feature requests/patches are welcome [00:10:43] great [00:11:39] #mediawiki-parsoid may be of interest to you too [00:11:50] guaka, you should take a look at mediawiki.jqueryMsg in core. It's far from a full parser, but it shows how you can implement a subset. [00:12:04] New patchset: Mwalker; "Initial Version of Twig L10N Filters" [wikimedia/fundraising/civicrm] (master) - https://gerrit.wikimedia.org/r/53653 [00:12:12] 03(mod) Lua modules are ignored during PDF export - 10https://bugzilla.wikimedia.org/45861 +comment (10rohde) [00:13:49] 03(mod) Lua modules are ignored during PDF export - 10https://bugzilla.wikimedia.org/45861 +comment (10rohde) [00:15:13] New review: Bsitu; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53603 [00:16:06] New review: Siebrand; "(1 comment)" [wikimedia/fundraising/civicrm] (master) - https://gerrit.wikimedia.org/r/53653 [00:17:06] 03(mod) Add Nova_Resource pages for sudo policies - 10https://bugzilla.wikimedia.org/46090 normal->15enhancement (10Sam Reed (reedy)) [00:17:06] 03(mod) Add Nova_Resource pages for security groups - 10https://bugzilla.wikimedia.org/46089 normal->15enhancement (10Sam Reed (reedy)) [00:17:16] New review: Parent5446; "(7 comments)" [mediawiki/extensions/UIFeedback] (master) C: -1; - https://gerrit.wikimedia.org/r/50004 [00:17:30] New review: Siebrand; "Not sure why Jenkins didn't merge." [translatewiki] (master); V: 2 - https://gerrit.wikimedia.org/r/53332 [00:17:32] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/53332 [00:17:47] New review: Siebrand; "Not sure why Jenkins didn't merge." [translatewiki] (master); V: 2 - https://gerrit.wikimedia.org/r/53333 [00:17:47] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/53333 [00:18:03] New review: Siebrand; "Not sure why Jenkins didn't merge." [translatewiki] (master); V: 2 - https://gerrit.wikimedia.org/r/52618 [00:18:03] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/52618 [00:18:12] New review: Dzahn; "[remote "origin"]" [wikimedia/communications/WP-Victor] (master) - https://gerrit.wikimedia.org/r/53701 [00:19:50] 03(mod) Add some colons in some places of the "Bugzilla Weekly Report" email to wikitech-l - 10https://bugzilla.wikimedia.org/29355 +comment (10Valerie Juarez) [00:21:06] 03(mod) Add some colons in some places of the "Bugzilla Weekly Report" email to wikitech-l - 10https://bugzilla.wikimedia.org/29355 (10Valerie Juarez) [00:21:44] 03(NEW) Hook ScribuntoHooks::showDocSubpageHeader failed to return a value; should return true to continue hook processing or false to abort - 10https://bugzilla.wikimedia.org/46092 major; MediaWiki extensions: Scribunto; () [00:21:54] superm401: thanks, mediawiki.js et al seems a good start [00:22:52] guaka, you're welcome. I've been working on mediawiki.jqueryMsg.js some lately. [00:23:47] New patchset: Bsitu; "Initial version of user-right notification" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53500 [00:29:11] superm401: this is a bit confusing in mediawiki.jqueryMsg.js: See: http://www.mediawiki.org/wiki/Extension:UploadWizard/MessageParser for docs [00:30:11] guaka, true, I'll probably remove it at some point. [00:31:15] superm401: to avoid diving much further into the code… what incantation can I use to parse a wikitext string into HTML? [00:31:54] New patchset: Kaldari; "Thank notification for Echo (depends on some new core Hooks)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53501 [00:32:13] guaka, normally it's used with MediaWiki messages. [00:32:35] However, you could combine wikiTextToAst and mw.jqueryMg.parser.parse somehow. [00:33:23] New review: Reedy; "Using Thank (singular) reads strangely. Better to use thanks?" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53501 [00:38:19] Where does the "hostname" part of the load.php URL come from in MW 1.20.3? I have a test install that is behind a reverse proxy... and all of the URLs are correct except those for load.php are all showing a private IP there like http://10.10.10.1/load.php?blah) [00:38:52] * Defaults to "{$wgScriptPath}/load{$wgScriptExtension}". [00:39:15] apparently.. [00:39:16] but scriptPath doesn't contain the hostname part does it? [00:39:28] I thought that was relative to docroot [00:39:58] You can just override $wgLoadScript [00:42:09] superm401: mediawiki.jqueryMsg.spec.js looks interesting but I guess tests like toEqual( 'Escape to fantasy island' ) are not passing at this point? [00:43:03] guaka, where is that file? [00:43:21] superm401: tests/jasmine/spec [00:43:45] Reedy: Thanks! That indeed does the trick. Odd that it was the only thing that seemed to want to use the private IP address in building its URL. [00:43:52] guaka, what repo is that in? [00:44:16] superm401: or maybe it is… this is from a standard MW 1.20.2 (not 100% sure about version) [00:44:54] New patchset: Kaldari; "Thanks notification for Echo (depends on some new core Hooks)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53501 [00:45:11] I had missed the messages on top… so these tests might actually pass [00:45:24] I just wonder how I can check them for myself [00:45:51] I've been using jasmine in a project, and I kinda like it… would be nice if I can use it to test basic MW functionality on some sites I'm maintaining [00:46:25] Heya. A user on Wikia found a tag and wants info about it. Any idea where it's from? [00:46:25] guaka, no idea about Jasmine. It's actually been removed (it's not in latest master). [00:46:45] superm401: ah, what's used now for js testing? [00:46:54] QUnit mainly. [00:47:09] Elecbullet: maybe this http://www.mediawiki.org/wiki/Extension:RandomSelection [00:47:11] There's also Cucumber, which is user-oriented BDD testing. [00:47:34] That looks like it, thank you sir. The master! [00:51:09] Aight my question was answered bye bye [00:53:02] New review: Platonides; "That's where I would expect people to see if it was blocked. It is actaully an ??berblock?. Obviousl..." [mediawiki/extensions/DisableAccount] (master) - https://gerrit.wikimedia.org/r/32577 [01:01:59] New patchset: Kaldari; "Thanks notification for Echo (depends on some new core Hooks)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53501 [01:02:30] 03(mod) viwiktionary has $wgLogo defined twice - 10https://bugzilla.wikimedia.org/46083 +comment (10b) [01:03:49] New patchset: Kaldari; "Thanks notification for Echo (depends on some new core Hooks)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53501 [01:09:27] i have a list of 10 or so small questions what do you think would be the best way to ask them? [01:09:30] should I pastebin them? [01:09:43] maybe one at a time and people can chime in if they care to [01:11:15] if there are people around to answer my questions haha [01:11:21] seems like i really gotta get in earlier [01:13:09] Ask them a couple at a time or something [01:13:17] New patchset: Adamw; "barebones banner impression log parser" [wikimedia/fundraising/tools] (master) - https://gerrit.wikimedia.org/r/53279 [01:16:23] What is globalusage image usage? [01:17:01] List of where images are used on any wmf wiki that isn't commons [01:18:09] and what is props=imageinfo ? [01:18:25] in contrast to prop=images [01:18:36] Have you tried reading the api documentation? [01:18:39] 03(mod) Hook ScribuntoHooks::showDocSubpageHeader failed to return a value; should return true to continue hook processing or false to abort - 10https://bugzilla.wikimedia.org/46092 +comment (10Brad Jorsch) [01:18:47] * prop=globalusage (gu) * [01:18:48] Returns global image usage for a certain image [01:18:51] New patchset: Adamw; "barebones banner impression log parser" [wikimedia/fundraising/tools] (master) - https://gerrit.wikimedia.org/r/53279 [01:18:59] * prop=imageinfo (ii) * [01:19:00] Returns image information and upload history [01:19:18] * prop=images (im) * [01:19:18] Returns all images contained on the given page(s) [01:19:22] I've been mostly reading this http://en.wikipedia.org/w/api.php [01:19:34] https://www.mediawiki.org/wiki/API [01:20:42] New review: Mattflaschen; "(2 comments)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/51881 [01:22:28] hrm. okay i understand. i wont be using those I believe :) [01:26:10] prop=flagged can i get more info on this one? [01:26:27] seems simple i guess [01:26:42] but i cannot find things in the wiki/API when I'm looking :( [01:27:39] i have a problem with a mediawiki installation and I think it has somethin to do with the resourceloader [01:28:11] a css-file is broken sometimes, I was not able to reproduce an fail and a success [01:29:26] lbenedix: What version of MediaWiki, do you know which css file? [01:29:36] 1.21alpha [01:29:47] the css is from the extension I'm writing [01:30:17] wget http://toolserver.org/~krinkle/mwSnapshots/snapshots/mediawiki-core/mediawiki-snapshot-master-f399458.tar.gz [01:30:27] :) [01:30:31] specifically there are differenty levels of flagging so what are they? [01:30:34] lbenedix: Can you paste (http://dpaste.com/) how you register the css files and how you add it to the page? [01:30:55] 03(mod) puppet: move testswarm parts under contint module - 10https://bugzilla.wikimedia.org/46069 +comment (10Antoine "hashar" Musso) [01:31:21] https://gerrit.wikimedia.org/r/#/c/50004/2/UiFeedback.php line 35 [01:32:59] i have running this extension on another server with a mediawiki I cloned from git a few weeks ago [01:33:07] 1.21alpha (bd6128d) [01:34:25] another strange thing is that the screenshot-function in my extension is VERY slow in the one installation and VERY fast in the other [01:38:59] New review: Krinkle; "(5 comments)" [mediawiki/extensions/UIFeedback] (master) C: -1; - https://gerrit.wikimedia.org/r/50004 [01:44:13] the PostEdit-Extension is calling addModules with a String [01:44:24] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/PostEdit.git;a=blob;f=PostEdit.hooks.php;h=409c080de1a65875930821bf6406d13b7820d1c2;hb=HEAD [01:45:23] New patchset: Ori.livneh; "Add JavaScript-driven EventLogging for blog" [wikimedia/communications/WP-Victor] (master) - https://gerrit.wikimedia.org/r/53701 [01:45:29] probably because it's only adding one module [01:46:08] but I think that can't be the reason for the strange behaviour with the css [01:48:33] New review: Ori.livneh; "@Dzahn: Odd! I'd check ~/.git and ~/.ssh/config. Not really sure. Maybe it'd be best to avoid the ne..." [wikimedia/communications/WP-Victor] (master) - https://gerrit.wikimedia.org/r/53701 [01:51:18] New patchset: Reedy; "Fixup bad hack usage of $wgOut" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/53713 [01:54:04] Change merged: Ryan Lane; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/53417 [01:56:52] I cloned the actual mediawiki, and it's still broken [01:58:01] I have no idea how to detect where that bug comes from [01:59:41] Change merged: Ryan Lane; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/53713 [02:02:07] any ideas? [02:03:35] 03(mod) {{plural|}} syntax visible in site message - 10https://bugzilla.wikimedia.org/46068 summary (10praveenp) [02:17:11] 03(mod) Separate config module which mimics mw.config - 10https://bugzilla.wikimedia.org/44133 +comment (10Tim Starling) [02:22:47] i have another question, this time its regarding the Upload-Api [02:23:53] My feedback extension is creating a screenshot and uploads it to mediawiki, by now i do it with my dirty specialpage-api [02:24:43] i moved most of that api to a real api-module but the fileupload causes me headaches [02:27:39] 03(mod) Changing field text of "Edit page" when blocked - 10https://bugzilla.wikimedia.org/5106 +comment (10MZMcBride) [02:28:56] 03(NEW) virt0 puppet master lacks GeoIP files - 10https://bugzilla.wikimedia.org/46093 normal; Wikimedia Labs: Infrastructure; () [02:32:24] New patchset: Lbenedix; "took care of a lot of issues creted a api-module" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [02:33:44] i have to sleep now... see you tomorrow [02:36:54] 03(NEW) Re-enable disabled Special pages on medium wikis (wikis in medium.dblist) - 10https://bugzilla.wikimedia.org/46094 enhancement; Wikimedia: Site requests; () [02:36:58] 03(mod) Re-enable disabled Special pages on small wikis (wikis in small.dblist) - 10https://bugzilla.wikimedia.org/43668 (10MZMcBride) [02:36:58] 03(mod) Make size related database lists available for use as a "group" in InitialiseSettings.php - 10https://bugzilla.wikimedia.org/43741 (10MZMcBride) [02:37:04] 03(mod) Periodical run of currently disabled special pages - 10https://bugzilla.wikimedia.org/15434 (10MZMcBride) [02:37:20] I just spammed a shitton of people. [02:37:24] I.AM.A.HUGFEST/gmail.com [02:37:25] Heh. [02:37:27] New review: Ori.livneh; "(1 comment)" [mediawiki/extensions/GettingStarted] (master) C: 1; - https://gerrit.wikimedia.org/r/53706 [02:38:16] New review: Ori.livneh; "Does it work in IE6 now? Just checking before I spin up a VM." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53468 [02:38:36] New review: Lbenedix; "(7 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [02:39:55] Change merged: jenkins-bot; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53307 [02:42:06] ahoy [02:43:02] i just wondered if someone knows a solution/extension to use mediawiki as a webshop/ecommerce frontend. [02:43:47] i could imagine that it'd be nice if customers could help to complete missing information for some small businesses [02:44:25] New review: devunt; "Platonides: what kind of testing?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53529 [02:44:31] 03(mod) Wikibooks/Wikisource needs means to associate separate pages with books - 10https://bugzilla.wikimedia.org/15071 +comment (10billinghurst) [02:47:26] New patchset: Mwjames; "srf.formats.datatables() add column class using datavalue typeId" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/53544 [02:48:44] 03(NEW) [Regression] {{#switch}} should not cast values to integers or floats - 10https://bugzilla.wikimedia.org/46095 major; MediaWiki extensions: ParserFunctions; () [02:48:47] New patchset: Mwjames; "(Bug 31880) add column class (based on dataValue typeId)" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/53520 [02:48:52] 03(mod) [Regression] {{#switch}} should not cast values to integers or floats - 10https://bugzilla.wikimedia.org/46095 (10Krinkle) [02:50:45] New patchset: Mattflaschen; "Make task columns display correctly on IE7." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53468 [02:50:55] New review: Mwjames; "(1 comment)" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/53520 [02:51:16] New review: Mattflaschen; "No, I got the commit messages backwards, then got onto something else." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53468 [02:52:02] New review: Mattflaschen; "Only works in IE 7, which Steven said is okay." [mediawiki/extensions/GettingStarted] (master) C: 2; - https://gerrit.wikimedia.org/r/53468 [02:52:14] Change merged: jenkins-bot; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53468 [02:53:14] Change merged: jenkins-bot; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/53544 [02:56:26] New patchset: devunt; "Alias "Special:UploadFile" to "Special:Upload"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53716 [02:57:50] 03(mod) Add "Special:UploadFile" alias for "Special:Upload" in MediaWiki - 10https://bugzilla.wikimedia.org/34317 +patch-in-gerrit +patch-need-review; +comment (10JuneHyeon Bae) [02:59:54] Change merged: jenkins-bot; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53314 [03:00:49] New review: Hashar; "lovely tests thanks!" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52645 [03:17:31] 03(NEW) Template:uw-disruptive (all) - 10https://bugzilla.wikimedia.org/46096 major; MediaWiki: Templates; () [03:19:03] 03(mod) Template:uw-disruptive (all) - 10https://bugzilla.wikimedia.org/46096 (10knightkrawler014) [03:19:30] Agh... now I need to completely rethink my strategy on how to handle rss feeds [03:19:39] s/rss// [03:20:06] 03(mod) Template:uw-disruptive (all) - 10https://bugzilla.wikimedia.org/46096 +comment (10Legoktm) [03:24:16] New patchset: Hashar; "Fix composer.json to prevent infinite loops." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52358 [03:25:22] New patchset: Pgehres; "Initial commit of Extension:AccountAudit." [mediawiki/extensions/AccountAudit] (master) - https://gerrit.wikimedia.org/r/53683 [03:26:04] New review: Pgehres; "(2 comments)" [mediawiki/extensions/AccountAudit] (master) - https://gerrit.wikimedia.org/r/53683 [03:30:57] New patchset: Ori.livneh; "Static assets spring-cleaning" [wikimedia/communications/WP-Victor] (master) - https://gerrit.wikimedia.org/r/53717 [03:31:13] New review: Hashar; "rewrote commit message to give history and the context Tyler has given above." [mediawiki/core] (master) C: 2; - https://gerrit.wikimedia.org/r/52358 [03:31:40] New patchset: Aaron Schulz; "[JobQueue] Optimized redis queue to use Lua functions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [03:32:51] 03(mod) SSL cert hostname mismatch errors on wikis with multiple subdomain components - 10https://bugzilla.wikimedia.org/31335 (10Casey Brown) [03:33:17] AaronSchulz: i think that officially makes you a hipster [03:33:54] Joking aside, you could write a blog post about it when you're done. I bet a lot of people would be interested! [03:34:07] ori-l: you want to cr that? [03:34:24] * AaronSchulz is sure some bugs are lying around since he just made it [03:34:42] um, sure! it'll take me a couple of days, though [03:35:24] it might make sense to just look at it as a brand new file [03:35:42] * AaronSchulz made lots of breaking changes since this unused, unreleased code [03:35:58] "Lua" isn't capitalized, BTW. [03:36:15] I suppose I can edit the commit message myself. [03:36:46] New patchset: MZMcBride; "[JobQueue] Optimized redis queue to use Lua functions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [03:39:52] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52358 [03:51:02] New review: Hashar; "Well done =]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53554 [03:59:17] New patchset: Hashar; "typo in @cover statement" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53719 [04:01:10] New review: MZMcBride; "I tweaked the commit message, changing "LUA" to "Lua". "Lua" is never capitalized (cf. Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53719 [04:07:15] New patchset: Hashar; "mark UtfNormal::CleanUpTest as expensive" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53720 [04:11:50] New review: Krinkle; "Code looks good, but I have no understanding of the jqueryMsg parser in general so I'm hesitant to m..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53017 [04:12:08] 03(mod) Jenkins job: PHPUnit code coverage - 10https://bugzilla.wikimedia.org/31518 +comment (10hashar) [04:14:45] New review: Krinkle; "(2 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53718 [04:15:37] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53720 [04:17:31] 03(mod) Upgrade Jenkins from v1.480.2 to v1.480.3 - 10https://bugzilla.wikimedia.org/45147 +comment (10Antoine "hashar" Musso) [04:27:14] New review: Krinkle; "I wonder what makes it slow, although it is a lot, it should only be loops and string operations. No..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53720 [04:31:02] New review: Spage; "(22 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30637 [04:32:41] 03(mod) Periodical run of currently disabled special pages - 10https://bugzilla.wikimedia.org/15434 +comment (10b) [04:33:36] 03(mod) Special:Block doesn't warn if no such user - 10https://bugzilla.wikimedia.org/35687 (10JuneHyeon Bae) [04:34:56] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [04:38:46] New patchset: Spage; "Change login/createaccount forms to new appearance" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30637 [04:39:05] 03(mod) Special:WantedPages shouldn't list dead Redirect Pages - 10https://bugzilla.wikimedia.org/17665 (10JuneHyeon Bae) [04:39:09] 03(mod) Special:Block doesn't warn if no such user - 10https://bugzilla.wikimedia.org/35687 (10JuneHyeon Bae) [04:45:36] 03(NEW) [TUX] Not all search results browsable - 10https://bugzilla.wikimedia.org/46097 normal; MediaWiki extensions: Translate; () [04:46:05] 03(NEW) Disable miser mode ($wgMiserMode) on small wikis (wikis in small.dblist) - 10https://bugzilla.wikimedia.org/46098 normal; Wikimedia: Site requests; () [04:47:44] 03(mod) Create mailing list wikimedia-sk - 10https://bugzilla.wikimedia.org/46043 +comment (10lupus.nocturnus) [04:48:25] 03(NEW) [TUX] Last search result has active button "Skip to next" - 10https://bugzilla.wikimedia.org/46099 normal; MediaWiki extensions: Translate; () [04:59:57] New patchset: Ori.livneh; "Randomly sample articles from a category." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/51881 [05:01:33] 03(mod) Ordering in Special:Preferences groups are awkward and non consistent - 10https://bugzilla.wikimedia.org/46002 (10MZMcBride) [05:10:25] my mediawiki-xml-dump to meteor to phonegap stuff has been working quite well for me.. currently at https://github.com/guaka/meteor-mediawiki-dumps [05:10:31] 03(mod) Ask additional copyright questions of users claiming "own work" - 10https://bugzilla.wikimedia.org/40255 (10FoddyZip348) [05:13:51] 03(mod) Make $wgAccountCreationThrottle effective on SUL - 10https://bugzilla.wikimedia.org/41284 (10MZMcBride) [05:15:39] New patchset: Aaron Schulz; "[JobQueue] Optimized redis queue to use Lua functions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [05:24:17] 03(NEW) Introduce new "language code" parameter type into API base - 10https://bugzilla.wikimedia.org/46100 enhancement; MediaWiki: API; () [05:29:48] New patchset: Aaron Schulz; "[JobQueue] Optimized redis queue to use Lua scripts." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [05:33:06] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [05:38:07] 03(mod) Disable miser mode ($wgMiserMode) on small wikis (wikis in small.dblist) - 10https://bugzilla.wikimedia.org/46098 normal->15enhancement (10Nemo) [05:44:06] 03(mod) Disable miser mode ($wgMiserMode) on small wikis (wikis in small.dblist) - 10https://bugzilla.wikimedia.org/46098 +comment (10Nemo) [05:55:42] Change merged: jenkins-bot; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/51881 [05:58:00] New review: Ori.livneh; "(1 comment)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:10:09] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:12:15] 03(NEW) Cannot execute for version info in my mediawiki - 10https://bugzilla.wikimedia.org/46101 normal; MediaWiki extensions: [other]; () [06:13:38] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:18:51] 03(NEW) cannot use tidy parser with proc_open() - 10https://bugzilla.wikimedia.org/46102 normal; MediaWiki extensions: [other]; () [06:21:24] 03(mod) cannot use tidy parser with proc_open() - 10https://bugzilla.wikimedia.org/46102 +comment (10Sam Reed (reedy)) [06:22:29] 03(mod) Cannot execute for version info in my mediawiki - 10https://bugzilla.wikimedia.org/46101 +comment (10Sam Reed (reedy)) [06:24:25] 03(mod) ]StubManager] Cannot execute for version info in my mediawiki - 10https://bugzilla.wikimedia.org/46101 summary (10p858snake) [06:24:45] 03(mod) [StubManager] Cannot execute for version info in my mediawiki - 10https://bugzilla.wikimedia.org/46101 summary (10p858snake) [06:24:49] New review: Nikerabbit; "(1 comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53688 [06:25:14] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:26:33] New review: Mattflaschen; "(1 comment)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:29:15] New patchset: Mwalker; "Parser for CLDR data -- into PHP for Twig" [wikimedia/fundraising/tools] (master) - https://gerrit.wikimedia.org/r/53722 [06:29:38] 03(mod) cannot use tidy parser with proc_open() - 10https://bugzilla.wikimedia.org/46102 (10Daniel Friesen) [06:30:17] New patchset: Mwalker; "Initial Version of Twig L10N Filters" [wikimedia/fundraising/civicrm] (master) - https://gerrit.wikimedia.org/r/53653 [06:30:39] 03(mod) [StubManager] Cannot execute for version info in my mediawiki - 10https://bugzilla.wikimedia.org/46101 (10Daniel Friesen) [06:32:01] 03(mod) [StubManager] Cannot execute for version info in my mediawiki - 10https://bugzilla.wikimedia.org/46101 +upstream; +comment (10MZMcBride) [06:43:19] New review: Nikerabbit; "(1 comment)" [wikimedia/communications/WP-Victor] (master) - https://gerrit.wikimedia.org/r/53717 [06:44:43] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:46:01] New review: MZMcBride; "Very nice. :-)" [wikimedia/communications/WP-Victor] (master) - https://gerrit.wikimedia.org/r/53717 [06:46:23] New patchset: Mattflaschen; "Implement front-end of dynamic GettingStartedv2, with new logging." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [06:55:14] 03(mod) sorting order in categories for sv.wikisource - 10https://bugzilla.wikimedia.org/46058 +comment (10la.vallen) [06:56:15] New patchset: Nikerabbit; "Apply light formatting in page mode" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53036 [06:57:21] 03(mod) Accept wikitext in idFieldLabelPage - 10https://bugzilla.wikimedia.org/39911 +comment (10Nischay Nahata) [07:01:42] 03(mod) Blank page will display the "inexplicable" figure - 10https://bugzilla.wikimedia.org/45495 +comment (10steven) [07:09:40] New patchset: Nikerabbit; "Remove suggestions and other unused tasks" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53725 [07:10:53] New review: Nikerabbit; "(1 comment)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/52391 [07:12:00] New patchset: Nikerabbit; "Rewrite non-TUX urls in TUX mode" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/52391 [07:13:35] New patchset: Nikerabbit; "PageTranslation with ULS" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53037 [07:19:24] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53613 [07:26:40] 03(mod) sorting order in categories for sv.wikisource - 10https://bugzilla.wikimedia.org/46058 +comment (10la.vallen) [07:49:32] New patchset: Raimond Spekking; "[Scribunto] Update tag to ignore" [translatewiki] (master) - https://gerrit.wikimedia.org/r/53726 [07:49:43] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/53726 [07:51:54] New patchset: Raimond Spekking; "[ArticleFeedbackv5] Add new message keys to ignore" [translatewiki] (master) - https://gerrit.wikimedia.org/r/53727 [07:52:10] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/53727 [08:02:08] New patchset: Nikerabbit; "Fix unclosed div in TUX mode" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53728 [08:06:15] New review: Ori.livneh; "(8 comments)" [mediawiki/extensions/GettingStarted] (master) C: 2; - https://gerrit.wikimedia.org/r/53721 [08:06:29] Change merged: jenkins-bot; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53721 [08:12:54] 03(mod) [TUX] Unclosed tags - 10https://bugzilla.wikimedia.org/46077 +comment (10Niklas Laxström) [08:14:59] New patchset: Nikerabbit; "Move resources to separate file" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53729 [08:14:59] New patchset: Nikerabbit; "Use __DIR__" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53730 [08:15:00] New patchset: Nikerabbit; "Alphabetical order of modules" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53731 [08:18:59] 03(mod) Can not reuse parser in user applications - 10https://bugzilla.wikimedia.org/46091 +comment (10vit1251) [08:19:52] New review: PleaseStand; "(8 comments)" [mediawiki/extensions/UIFeedback] (master) C: -1; - https://gerrit.wikimedia.org/r/50004 [08:27:45] 03(mod) Lua modules are ignored during PDF export - 10https://bugzilla.wikimedia.org/45861 +comment (10volker.haas) [08:30:37] 03(NEW) Todo list - 10https://bugzilla.wikimedia.org/46103 normal; MediaWiki: Interface; () [08:31:40] 03(mod) Todo list - 10https://bugzilla.wikimedia.org/46103 normal->15enhancement (10Dmytro Dziuma) [08:40:00] 03(mod) Can not reuse parser in user applications - 10https://bugzilla.wikimedia.org/46091 +comment (10Daniel Friesen) [08:53:00] I still have the problem with the delivering of the CSS in my Extension [08:54:07] I thinkt it has something to do with the resource loader [09:07:22] 03(NEW) reduce the number of wiki on beta - 10https://bugzilla.wikimedia.org/46104 enhancement; Wikimedia Labs: deployment-prep (beta); () [09:07:27] 03(mod) reduce the number of wiki on beta - 10https://bugzilla.wikimedia.org/46104 (10Antoine "hashar" Musso) [09:07:51] 03(mod) Todo list - 10https://bugzilla.wikimedia.org/46103 +comment (10Andre Klapper) [09:08:44] New patchset: Santhosh; "Use ULS for long language list in SearchTranslations page" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53732 [09:11:03] New patchset: Ori.livneh; "Ensure task targets are editable and bite-sized" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53733 [09:14:48] can someone tell me how to use dieUsage? What is the difference between $errorcode and $httpRespCode? [09:15:35] 03(mod) RFC links should not be generated from plaintext - 10https://bugzilla.wikimedia.org/10626 +comment (10Hex) [09:15:46] New patchset: Dereckson; "Initial extension code import to Git repository." [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [09:16:56] New review: Dereckson; "Please fix the previous bitbucket URL, https://bitbucket.org/lb42/feedback you gave in previous comm..." [mediawiki/extensions/UIFeedback] (master) C: -1; - https://gerrit.wikimedia.org/r/50004 [09:17:59] Dereckson: can you tell me how to change the commit-message? [09:18:35] the right URL would be https://bitbucket.org/lb42/uifeedback [09:18:55] Yes: at the right top corner of Gerrit page, you have a "permalink" link, and just at right a notepad with a pencil icon. [09:19:22] New patchset: Lbenedix; "Initial extension code import to Git repository." [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [09:19:46] The commit message you're writing is the commit message of the final clean Git repo. [09:19:56] So, the goal is not to track modifications from PS1 to PS2 [09:20:04] okay [09:20:13] i thougt that would be useful for the reviewers [09:20:14] You can do that in comments [09:20:21] Yes, it is. [09:20:32] Add a comment with PS2: [09:20:34] [09:20:43] (button add comment at the bottom) [09:20:55] okay [09:23:34] can you tell me how to use $this->dieUsage? [09:24:09] i've seen something like $this->dieUsage( "Edit conflict detected, Aborting." );, but it gets more parameters than only a message [09:24:32] there is an errorcode and an httpRespCode... [09:26:37] do i need a return after dieUsage? [09:27:54] New patchset: Shirayuki; "Add comments for grep" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53735 [09:31:10] lbenedix, http://svn.wikimedia.org/doc/ApiBase_8php_source.html#l01220 ? [09:36:14] i've seen the signature of the method, but i have no idea if I should set more paramters than the description [09:36:28] New review: Ori.livneh; "(1 comment)" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [09:37:04] 03(mod) action=createaccount - 10https://bugzilla.wikimedia.org/46070 (10Andre Klapper) [09:41:02] 03(mod) Add "Special:UploadFile" alias for "Special:Upload" in MediaWiki - 10https://bugzilla.wikimedia.org/34317 -patch-need-review ; +comment (10Andre Klapper) [09:44:07] good morning [09:44:11] hi [09:44:30] has anyone had experience with moving fosWiki to mediawiki? [09:49:02] 03(mod) Use of medium space throws database error - 10https://bugzilla.wikimedia.org/46042 (10Andre Klapper) [09:49:05] 03(mod) Upgrade to ICU 4.8 for WMF - 10https://bugzilla.wikimedia.org/46036 (10Andre Klapper) [09:49:34] 03(mod) Gerrit extensions repository: updates fail - 10https://bugzilla.wikimedia.org/39270 +comment (10Andre Klapper) [09:52:30] 03(mod) VisualEditor: Save button should be disabled if dm state is identical to page when it was loaded - 10https://bugzilla.wikimedia.org/42939 +comment (10Ed Sanders) [09:52:40] 03(mod) VisualEditor: Save button should be disabled if dm state is identical to page when it was loaded - 10https://bugzilla.wikimedia.org/42939 (10Ed Sanders) [10:05:28] Change merged: Santhosh; [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/24403 [10:14:25] 03(mod) edit conflict sometimes does not show the current text - new text not loaded from master? - 10https://bugzilla.wikimedia.org/42163 +comment (10Michael M.) [10:15:48] New patchset: Nischayn22; "(bug 45906) remove title attribute from description" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/53737 [10:16:32] 03(mod) Tooltip in Description overlaps with input - 10https://bugzilla.wikimedia.org/45906 +patch-in-gerrit; +comment (10Nischay Nahata) [10:17:21] 03(mod) Implement qualifiers - 10https://bugzilla.wikimedia.org/44683 (10Dmytro Dziuma) [10:17:28] New review: Nischayn22; "Lets have a chat about this on irc whenever convenient." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/50755 [10:22:51] 03(NEW) Install libmediawiki-api-perl - 10https://bugzilla.wikimedia.org/46105 normal; Wikimedia Labs: tools; () [10:22:56] New patchset: Ori.livneh; "Use EventLogging; add configurable sampling" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [10:25:46] New review: Hashar; "Code coverage runs the unit tests using Xdebug which introduce a lot of overhead for each calls :-]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53720 [10:26:23] New patchset: Nischayn22; "(bug 27305) Better error messages." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/47868 [10:28:12] Change merged: jenkins-bot; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/52937 [10:28:31] 03(mod) {{plural|}} syntax visible in site message - 10https://bugzilla.wikimedia.org/46068 (10jeblad) [10:28:51] 03(mod) Bugzilla's 'shell' keyword is too general - 10https://bugzilla.wikimedia.org/45539 +comment (10aklapper) [10:29:02] 03(mod) Re-enable disabled Special pages on medium wikis (wikis in medium.dblist) - 10https://bugzilla.wikimedia.org/46094 (10Andre Klapper) [10:30:07] 03(mod) Bugzilla's 'shell' keyword is too general - 10https://bugzilla.wikimedia.org/45539 +comment (10Antoine "hashar" Musso) [10:30:22] 03(NEW) the 'and' message often sounds not so natural in Hebrew, and maybe other languages - 10https://bugzilla.wikimedia.org/46106 normal; MediaWiki: Internationalization; () [10:30:27] 03(mod) Lua modules are ignored during PDF export - 10https://bugzilla.wikimedia.org/45861 +comment (10aklapper) [10:33:07] 03(mod) Wikidata sitelink interface broken in IE8 - 10https://bugzilla.wikimedia.org/44228 +comment (10Kipmaster) [10:36:23] 03(mod) Add some colons in some places of the "Bugzilla Weekly Report" email to wikitech-l - 10https://bugzilla.wikimedia.org/29355 +comment (10aklapper) [10:37:42] 03(mod) Spam filter not filtering majority of spam to Junk folder - 10https://bugzilla.wikimedia.org/43665 major->normal; +comment (10Andre Klapper) [10:38:11] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53037 [10:47:59] 03(mod) Bugzilla's 'shell' keyword is too general - 10https://bugzilla.wikimedia.org/45539 +comment (10Ori Livneh) [10:55:46] New review: Ori.livneh; "@Andrew Bogott: I thought about integrating with the modules in operations/puppet, but I don't think..." [mediawiki/vagrant] (master) - https://gerrit.wikimedia.org/r/52615 [11:00:34] 03(mod) Re-enable disabled Special pages on medium wikis (wikis in medium.dblist) - 10https://bugzilla.wikimedia.org/46094 +comment (10Dennis C. During) [11:01:47] hello [11:01:55] can I ask about wikimedia commons images here? [11:02:02] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [11:02:19] 03(NEW) Filtered format does not work with wiki tables - 10https://bugzilla.wikimedia.org/46107 normal; MediaWiki extensions: SemanticResultFormats; () [11:02:52] can't see a better channel (but my /list foo is weak) [11:03:07] basically, I want to find someone to request an image from [11:03:19] http://commons.wikimedia.org/wiki/Commons:Picture_requests :D [11:04:47] any easy way to search this lot?: http://meta.wikimedia.org/wiki/Help:Public_domain_image_resources#General_Collections [11:05:17] 03(NEW) Uploadable field using default filename= ignores everything after pagename - 10https://bugzilla.wikimedia.org/46108 normal; MediaWiki extensions: SemanticForms; () [11:07:05] New patchset: Ori.livneh; "Re-write mediawiki-vagrant" [mediawiki/vagrant] (master) - https://gerrit.wikimedia.org/r/52615 [11:11:22] 03(mod) Filtered format does not work with wiki tables - 10https://bugzilla.wikimedia.org/46107 (10f.trott) [11:14:09] New patchset: Ori.livneh; "Re-write of mediawiki-vagrant" [mediawiki/vagrant] (master) - https://gerrit.wikimedia.org/r/52615 [11:16:40] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [11:18:40] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 (10MF-Warburg) [11:19:28] 03(mod) Re-enable disabled Special pages on medium wikis (wikis in medium.dblist) - 10https://bugzilla.wikimedia.org/46094 +comment (10federicoleva) [11:23:49] New review: Lbenedix; "answered the comments for the api-module" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [11:24:06] 03(mod) Use of medium space throws database error - 10https://bugzilla.wikimedia.org/46042 +comment (10aklapper) [11:24:43] New review: Lbenedix; "(6 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [11:30:37] New patchset: Ori.livneh; "Add new extension: NavigationTiming" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53739 [11:31:50] hi [11:35:11] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53739 [11:45:05] New patchset: Liangent; "Add converted namespace names as aliases to avoid confusion." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53740 [11:50:51] 03(mod) Sometimes, Learn > Upload .. headings are incorrectly centered - 10https://bugzilla.wikimedia.org/37109 +comment (10nischayn22) [11:54:11] i'm looking for documentation about special-page access control [11:56:37] 03(NEW) Do not format messages by direct formatting, wrap them in classed/id'ed element instead - 10https://bugzilla.wikimedia.org/46109 normal; MediaWiki extensions: Scribunto; () [11:57:11] 03(mod) Do not format messages by direct formatting, wrap them in classed/id'ed element instead - 10https://bugzilla.wikimedia.org/46109 normal->trivial (10Danny B.) [11:58:01] 03(mod) the 'and' message often sounds not so natural in Hebrew, and maybe other languages - 10https://bugzilla.wikimedia.org/46106 +comment (10niklas.laxstrom) [11:59:38] Hi everyone [12:00:00] Would you recommend to install mediawiki e.g. via Ubunut package? [12:00:45] I think this is the easiest way but I am concerned about security - can you please advice [12:04:26] New patchset: Pginer; "Styling adjustments for self-translations" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53741 [12:05:22] 03(mod) the 'and' message often sounds not so natural in Hebrew, and maybe other languages - 10https://bugzilla.wikimedia.org/46106 +comment (10amir.aharoni) [12:07:44] 03(mod) Provide an easy way to get a diff against an old revision of a page while editing it - 10https://bugzilla.wikimedia.org/35067 +comment (10mybugs.mail) [12:08:29] New review: PleaseStand; "(3 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [12:09:05] New review: Lbenedix; "(9 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [12:10:27] 03(mod) Use of medium space throws database error - 10https://bugzilla.wikimedia.org/46042 (10patrik) [12:12:08] what is the difference between $this->msg and wfMessage? [12:13:41] grzesag, installing mediawiki from our upstream package is quite simple [12:13:44] 03(mod) Upgrade to ICU 4.8 for WMF - 10https://bugzilla.wikimedia.org/46036 (10Helder) [12:13:44] 03(mod) Category sorting broken on pt.wikipedia.org - 10https://bugzilla.wikimedia.org/40462 (10Helder) [12:13:49] what version is in ubuntu repos? [12:14:01] it may be an old one [12:14:14] lbenedix, from which class? [12:15:54] 03(mod) Deploy and review SearchExtraNs extension - 10https://bugzilla.wikimedia.org/43848 (10Helder) [12:17:23] I used wfMessage in a special page and someone said, i shoud use this->msg instead [12:17:27] yes [12:17:35] what am I doing wrong: http://laxstrom.name/help.txt [12:19:26] New patchset: Santhosh; "(Bug 45959) - [TUX] Workflow state selector hard to hide/de-expand" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53745 [12:19:30] I think you may need a git commit before the git rebase --continue [12:19:41] 03(mod) Wikibooks/Wikisource needs means to associate separate pages with books - 10https://bugzilla.wikimedia.org/15071 +comment (10Raylton P. Sousa) [12:19:57] 03(mod) [TUX] Workflow state selector hard to hide/de-expand - 10https://bugzilla.wikimedia.org/45959 +comment (10Santhosh Thottingal) [12:20:00] hmm, it shouldn't be needed [12:22:19] Platonides: I did that and I think that broke it... but I thought git rebase --abort should start from clean state [12:25:37] can you tell me wht this->msg is better than wfMessage? [12:28:41] 03(mod) Query with category and Record does not work - 10https://bugzilla.wikimedia.org/30642 +comment (10LY Meng) [12:29:32] 03(mod) sorting order in categories for sv.wikisource - 10https://bugzilla.wikimedia.org/46058 +comment (10la.vallen) [12:32:03] lbenedix: https://www.mediawiki.org/wiki/Manual:Messages_API#Choosing_message_function , does this answer enough? [12:32:59] thank you [12:33:31] i have another question on that [12:33:52] what does "Message::text() doesn't escape." mean? should I stuff the this->msg into htmlspecialchars? [12:34:18] is there a way to have a specific home page for mobile browsers? [12:34:20] depends on where you are outputting it [12:34:53] New patchset: Santhosh; "Use ULS for long language list in SearchTranslations page" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53732 [12:35:22] Nikerabbit: I'm thinking something like http://www.mediawiki.org/wiki/MediaWiki:Mainpage [12:35:27] I'm talking about the comment in line 290 https://gerrit.wikimedia.org/r/#/c/50004/2/SpecialUiFeedback.php [12:35:53] 03(mod) [TUX] Compact long facet lists on search - 10https://bugzilla.wikimedia.org/45482 +comment (10santhosh.thottingal) [12:36:53] 03(NEW) [TUX] Delay the proofread tooltip - 10https://bugzilla.wikimedia.org/46110 normal; MediaWiki extensions: Translate; () [12:37:06] 03(mod) Install libmediawiki-api-perl - 10https://bugzilla.wikimedia.org/46105 +comment (10Marc A. Pelletier) [12:40:58] 03(NEW) [TUX] Edit icon should have no tooltip but a text appearing to the side on side-by-side views - 10https://bugzilla.wikimedia.org/46111 normal; MediaWiki extensions: Translate; () [12:42:42] I insert the message into [12:44:39] 03(NEW) [TUX] Proofread marks seem interactive but are not - 10https://bugzilla.wikimedia.org/46112 normal; MediaWiki extensions: Translate; () [12:45:20] 03(mod) [TUX] Proofread marks seem interactive for already accepted translations they but are not - 10https://bugzilla.wikimedia.org/46112 summary (10Pau Giner) [12:46:02] lbenedix: why don't you compose that piece of html with Html or Xml class? [12:46:16] those lines look too messy [12:46:49] 03(mod) UI: removing alias that exists twice is not possible - 10https://bugzilla.wikimedia.org/45013 (10tobias.gritschacher) [12:46:50] for there's also a Linker class [12:48:10] i'm sorry for the messy code. this is my first extension and the documentation and examples are not the best... but I'll try it with Html or Xml. [12:55:42] should i replace every hand-made html-tag with Html or Xml-Class? [12:56:32] 03(mod) Lua modules are ignored during PDF export - 10https://bugzilla.wikimedia.org/45861 +comment (10bjorsch) [12:56:32] or just the ones that contain text from the i18n file or the database? [12:59:38] you don't need to use it everywhere [13:00:40] Change merged: Matthias Mullie; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53573 [13:00:58] 03(mod) VisualEditor: Clean up canHaveGrandchildren mess - 10https://bugzilla.wikimedia.org/43893 +comment (10esanders) [13:01:30] how do i know where to change? [13:05:42] 03(mod) jquery.tablesorter should sort plain year digits as date - 10https://bugzilla.wikimedia.org/44818 (10Andre Klapper) [13:05:44] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Andre Klapper) [13:06:04] 03(mod) Upgrade jQuery UI - 10https://bugzilla.wikimedia.org/44740 (10Andre Klapper) [13:06:19] 03(mod) Support transcluding MediaWiki page (content language) in jqueryMsg - 10https://bugzilla.wikimedia.org/43513 (10Andre Klapper) [13:07:33] 03(mod) Add wikitext bold and italic support to jqueryMsg - 10https://bugzilla.wikimedia.org/43512 (10Andre Klapper) [13:08:00] 03(mod) Add wgContentNamespaces to mw.config - 10https://bugzilla.wikimedia.org/41881 (10Andre Klapper) [13:08:43] New patchset: Amire80; "(bug 45540) Show the "Accept" tooltip to first-time proofreaders" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53752 [13:14:13] 03(mod) [Regression] MWException when saving section=new on .css and .js pages - 10https://bugzilla.wikimedia.org/43008 +comment (10daniel.kinzler) [13:14:45] 03(NEW) URL parameter "uselang=qqx" do not work for message "scribunto-doc-page-does-not-exist" - 10https://bugzilla.wikimedia.org/46113 normal; MediaWiki extensions: Scribunto; () [13:16:25] 03(mod) Add checkbox to submit user-agent info via built-in feedback form - 10https://bugzilla.wikimedia.org/41291 (10Andre Klapper) [13:16:27] 03(mod) resources/mediawiki/mediawiki.feedback.js: Privacy and usability issues - 10https://bugzilla.wikimedia.org/33365 (10Andre Klapper) [13:17:39] 03(mod) jquery.placeholder shouldn't hide the placeholder when focussing an empty input field - 10https://bugzilla.wikimedia.org/40645 (10Andre Klapper) [13:18:12] 03(NEW) Filtered format not working with ampersand "&" - 10https://bugzilla.wikimedia.org/46114 normal; MediaWiki extensions: SemanticResultFormats; () [13:18:13] 03(mod) mw.notification Usability Improvements - 10https://bugzilla.wikimedia.org/40307 (10Andre Klapper) [13:18:41] 03(mod) [TUX] Add a tooltip to initially announce the proofreading tools - 10https://bugzilla.wikimedia.org/45540 +patch-in-gerrit; +comment (10Amir E. Aharoni) [13:20:51] 03(mod) Implement immutable object constructors with caching for mw.User, mw.Title, mw.Page (tracking) - 10https://bugzilla.wikimedia.org/39813 (10Andre Klapper) [13:21:53] 03(mod) [TUX] Add a tooltip to initially announce the proofreading tools - 10https://bugzilla.wikimedia.org/45540 (10Nemo) [13:24:02] do I need htmlspecialchars when using Html::element(...)? [13:24:10] 03(mod) Use of medium space throws database error - 10https://bugzilla.wikimedia.org/46042 +comment (10physik) [13:24:46] lbenedix: no [13:25:24] i see... putting one Html::element into another Html::element is not working [13:26:28] 03(mod) side by side preview for non logged in users - 10https://bugzilla.wikimedia.org/22142 (10Andre Klapper) [13:26:53] 03(mod) Consider having both edit preview and diff on the same page w/experimental js preview - 10https://bugzilla.wikimedia.org/39666 (10Andre Klapper) [13:27:01] 03(mod) [Tablesorter] Headers with rowspan should be considered for all rows - 10https://bugzilla.wikimedia.org/38911 (10Andre Klapper) [13:27:25] Xml::tags( 'td', null, Html::element(...)); is woking [13:27:27] Where are user blocks stored in the database? [13:27:59] 03(mod) [jquery.tipsy] Feature to keep tip active when hovering to and over the tip itself - 10https://bugzilla.wikimedia.org/35212 +patch-in-gerrit (10Andre Klapper) [13:28:10] 03(mod) Add helper function to get the current wikicode of a page - 10https://bugzilla.wikimedia.org/35084 (10Andre Klapper) [13:28:19] 03(mod) Add a mw.Api.prototype.edit function to some mediawiki.api* module (mediawiki.api.edit?) - 10https://bugzilla.wikimedia.org/34744 (10Andre Klapper) [13:28:43] 03(mod) Update jquery.tipsy plugin to latest version - 10https://bugzilla.wikimedia.org/33562 (10Andre Klapper) [13:28:50] 03(mod) the 'and' message often sounds not so natural in Hebrew, and maybe other languages - 10https://bugzilla.wikimedia.org/46106 +comment (10niklas.laxstrom) [13:28:57] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53735 [13:29:27] 03(mod) Check $wgEnableAPI for all javascript modules using the API - 10https://bugzilla.wikimedia.org/30213 (10Andre Klapper) [13:30:03] 03(mod) AJAXCategories: Write unit tests - 10https://bugzilla.wikimedia.org/29887 (10Andre Klapper) [13:30:09] phuzion: ipblocks table [13:30:12] 03(mod) AJAXCategories: Write unit tests - 10https://bugzilla.wikimedia.org/29887 +javascript (10Andre Klapper) [13:30:21] the name is somewhat misleading due to historical reasons [13:30:32] 03(mod) AJAXCategories: Write unit tests - 10https://bugzilla.wikimedia.org/29887 +need-unittest (10Andre Klapper) [13:30:34] Hello happy people! [13:30:35] 03(mod) AJAXCategories: Drill-down menu to explore category tree? - 10https://bugzilla.wikimedia.org/29886 (10Andre Klapper) [13:31:04] 03(mod) Add an API module or a parameter in action=parse to return all findVariantLink invocations when a page is parsed - 10https://bugzilla.wikimedia.org/33201 (10Andre Klapper) [13:31:13] 03(mod) Add a hook to allow extensions to manipulate conversion tables - 10https://bugzilla.wikimedia.org/34035 (10Andre Klapper) [13:31:40] I'm having trouble with a mediawiki instance in LAN that is not returning any cache-headers. So when we call it in firefox, it'll ask for If-Modified-Since, and httpd will say 304 - which strikes me as wrong. [13:32:05] 03(mod) Kill the "View source" tab: refactor page protection out of Core - 10https://bugzilla.wikimedia.org/40293 -patch -patch-need-review (10Andre Klapper) [13:32:40] 03(mod) Swapping a page with its redirect page - 10https://bugzilla.wikimedia.org/38761 (10Andre Klapper) [13:33:33] 03(mod) Something like what Wordpress does (place to edit different HTML parts of the blog but in this case wiki) - 10https://bugzilla.wikimedia.org/34994 summary; +comment (10Andre Klapper) [13:34:48] 03(mod) Edit summaries length should have a countdown for remaining characters - 10https://bugzilla.wikimedia.org/34984 +patch-in-gerrit (10Andre Klapper) [13:34:56] 03(mod) Show amount of remaining characters for moderation-note - 10https://bugzilla.wikimedia.org/44827 (10Andre Klapper) [13:36:24] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53741 [13:36:46] 03(mod) Set level of headings of new sections on certain pages (so it is not always

) - 10https://bugzilla.wikimedia.org/34143 summary (10Andre Klapper) [13:37:08] 03(mod) Link "Read" to the article section when editing sections - 10https://bugzilla.wikimedia.org/33631 (10Andre Klapper) [13:37:10] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [13:37:53] 03(mod) Copy upload should record source of the image - 10https://bugzilla.wikimedia.org/40597 (10Andre Klapper) [13:38:05] 03(mod) MediaWiki:Fileexists should be shown on Special:Upload whenever it applies (&wpForReUpload=1 should not suppress it) - 10https://bugzilla.wikimedia.org/39344 (10Andre Klapper) [13:38:24] 03(mod) Content interface should specify a validate() method - 10https://bugzilla.wikimedia.org/44057 (10Andre Klapper) [13:38:44] 03(mod) Link translatable help pages on mediawiki.org from the relevant special pages - 10https://bugzilla.wikimedia.org/43591 (10Andre Klapper) [13:39:05] 03(mod) CLI installer should be able to fully configure wiki - 10https://bugzilla.wikimedia.org/46076 (10Andre Klapper) [13:39:24] 03(mod) Add margin: .5em; to #loginend for consistence with #userloginForm - 10https://bugzilla.wikimedia.org/45775 (10Andre Klapper) [13:40:25] 03(mod) Rollback shouldn't patrol without log entry - 10https://bugzilla.wikimedia.org/40624 (10Andre Klapper) [13:40:35] 03(mod) Add option to apply nofollow only to external links added in revisions marked unpatrolled - 10https://bugzilla.wikimedia.org/42599 (10Andre Klapper) [13:40:58] 03(mod) Filter recent changes by number of characters added or removed - 10https://bugzilla.wikimedia.org/40535 summary (10Andre Klapper) [13:41:39] 03(mod) Option to show user creation entries in the RecentChanges page - 10https://bugzilla.wikimedia.org/42045 (10Andre Klapper) [13:41:44] 03(mod) Query with category and Record does not work - 10https://bugzilla.wikimedia.org/30642 +comment (10ly.meng.work) [13:42:31] 03(mod) Article redirect: act correctly regarding capitalization and markup - 10https://bugzilla.wikimedia.org/38660 (10Andre Klapper) [13:42:44] 03(mod) Use stats to automatically redirect either to disambig page or straight to a specific page - 10https://bugzilla.wikimedia.org/40169 +analytics (10Andre Klapper) [13:43:01] 03(mod) Allow moving of an article when some user tries to create dummy versions in a redirect - 10https://bugzilla.wikimedia.org/42304 (10Andre Klapper) [13:43:10] 03(mod) Option to #REDIRECT to page with URL parameters - 10https://bugzilla.wikimedia.org/42899 (10Andre Klapper) [13:43:56] 03(mod) Implement a way to setup multiple interwiki sources - 10https://bugzilla.wikimedia.org/31593 (10Andre Klapper) [13:43:56] 03(mod) HTMLForm should support other view options besides just returning form elements in a table - 10https://bugzilla.wikimedia.org/36139 (10Andre Klapper) [13:43:58] how can I add something like … to the content of Html::element [13:44:21] 03(mod) behavior switch needed to disable links to parent pages from subpages - 10https://bugzilla.wikimedia.org/39395 (10Andre Klapper) [13:45:18] 03(mod) Request for adding hooks for TOC - 10https://bugzilla.wikimedia.org/30469 (10Andre Klapper) [13:45:38] 03(mod) Create magic words for data of creation (similar to those for data of current revision) - 10https://bugzilla.wikimedia.org/31439 (10Andre Klapper) [13:46:18] 03(mod) Template:!, = (( and )) as built-in variables - 10https://bugzilla.wikimedia.org/32746 +comment (10Andre Klapper) [13:53:26] 03(mod) Suggested Bibliographic Citations in Bulgarian - 10https://bugzilla.wikimedia.org/29192 (10Andre Klapper) [13:54:14] 03(mod) In-place editing of citations - 10https://bugzilla.wikimedia.org/30777 (10Andre Klapper) [13:55:25] 03(mod) Special pages should have only one link (not a button) for submitting changes - 10https://bugzilla.wikimedia.org/29466 (10Andre Klapper) [13:55:45] 03(mod) Add a field to [[Special:ComparePages]] to compare a given revision of a page against the wikitext provided by the user - 10https://bugzilla.wikimedia.org/29674 (10Andre Klapper) [13:56:18] 03(mod) Add selection "Only show edits that have newer revisions" to Special:Contributions - 10https://bugzilla.wikimedia.org/30068 (10Andre Klapper) [13:56:19] 03(mod) Option to hide rows from Special:Contributions where the edit is the most recent to a page - 10https://bugzilla.wikimedia.org/3753 (10Andre Klapper) [13:56:52] 03(mod) Improve selection of items on [[Special:Watchlist/edit]] (invert selection of/(un)select all/select redirects/select inexistent pages) - 10https://bugzilla.wikimedia.org/30069 (10Andre Klapper) [13:56:52] 03(mod) Option to list Special:Prefixindex top to bottom instead of left to right - 10https://bugzilla.wikimedia.org/30855 (10Andre Klapper) [13:56:53] lbenedix: use Html::rawElement instead ? [13:57:05] 03(mod) Unable to select documentation language - 10https://bugzilla.wikimedia.org/46064 summary; +comment (10Nemo) [13:57:06] 03(mod) Special pages that list wiki pages should have consistent class for the wiki page link - 10https://bugzilla.wikimedia.org/31434 (10Andre Klapper) [13:57:14] 03(mod) Unable to select documentation language - 10https://bugzilla.wikimedia.org/46064 normal->major (10Nemo) [13:57:24] 03(mod) Special:AllMessages should allow diff between original and customized message - 10https://bugzilla.wikimedia.org/31900 (10Andre Klapper) [13:58:20] there is some data from the db too.. [13:58:21] 03(mod) Allow Special:ProtectedPages to display only temporary protections - 10https://bugzilla.wikimedia.org/32167 +comment (10Andre Klapper) [13:58:42] 03(mod) Make Special:Popularpages includable - 10https://bugzilla.wikimedia.org/33160 (10Andre Klapper) [13:58:50] maybe i can replace '…' with "...", most people won't see the difference [13:59:36] 03(mod) Special:Statistics - new line "other pages" in section page statistics - 10https://bugzilla.wikimedia.org/33277 (10Andre Klapper) [13:59:42] 03(mod) Special:Contributions - filter to show only the user's last edit to each page - 10https://bugzilla.wikimedia.org/33581 (10Andre Klapper) [13:59:51] 03(mod) Make Special:MIMESearch more user friendly - 10https://bugzilla.wikimedia.org/33834 (10Andre Klapper) [14:00:06] 03(mod) Add "Special:UploadFile" alias for "Special:Upload" in MediaWiki - 10https://bugzilla.wikimedia.org/34317 (10Andre Klapper) [14:00:15] 03(mod) Make Special:UnusedFiles more useful - 10https://bugzilla.wikimedia.org/34331 (10Andre Klapper) [14:00:48] 03(mod) More filter methods for Special:Contributions so users can see list of pages they've edited that have been updated - 10https://bugzilla.wikimedia.org/34344 summary (10Andre Klapper) [14:01:15] 03(NEW) Template expansion via API fails - 10https://bugzilla.wikimedia.org/46115 critical; MediaWiki: Parser; () [14:01:23] 03(NEW) setup a Zuul web portal! - 10https://bugzilla.wikimedia.org/46116 enhancement; Wikimedia: Testing Infrastructure; () [14:01:27] 03(mod) setup a Zuul web portal! - 10https://bugzilla.wikimedia.org/46116 (10Antoine "hashar" Musso) [14:03:01] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [14:03:13] 03(mod) "Check Availability" feature for usernames at registration interface - 10https://bugzilla.wikimedia.org/34447 (10Andre Klapper) [14:03:19] 03(mod) Show captcha for creating new user only after successful check that username is available - 10https://bugzilla.wikimedia.org/43816 (10Andre Klapper) [14:03:19] 03(mod) URL parameter "uselang=qqx" do not work for message "scribunto-doc-page-does-not-exist" - 10https://bugzilla.wikimedia.org/46113 +comment (10bjorsch) [14:03:46] someone please poke me when qgil shows up :) [14:04:04] 03(mod) Lua modules are ignored during PDF export - 10https://bugzilla.wikimedia.org/45861 +comment (10volker.haas) [14:04:11] 03(mod) CREDITS should link to a list of (only) relevant translators - 10https://bugzilla.wikimedia.org/41630 (10Andre Klapper) [14:06:37] 03(mod) [Regression] MWException when saving section=new on .css and .js pages - 10https://bugzilla.wikimedia.org/43008 +comment (10Brad Jorsch) [14:08:48] 03(mod) Showing all pages in a namespace without the form - 10https://bugzilla.wikimedia.org/32809 +comment (10porton) [14:09:48] New patchset: Jens Ohlig; "Portable DIRECTORY_SEPARATOR :)" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/53754 [14:10:06] ugh... I'm realizing that this channel may be a little noisy to ask actual questions about the MediaWiki software :S [14:10:32] 03(mod) Template expansion via API fails - 10https://bugzilla.wikimedia.org/46115 +comment (10Antoine "hashar" Musso) [14:10:44] jMCg: just ask, with a little luck or patience you get an answer [14:10:45] Two paes of backlog, and I spot Lydia_WMDE and liangent as potential humans. [14:10:55] 14:32:40 < jMCg> I'm having trouble with a mediawiki instance in LAN that is not returning any cache-headers. So when we call it in firefox, it'll ask for If-Modified-Since, and httpd will say 304 - which strikes me as wrong. [14:12:13] <^demon> There, one less bot. [14:12:26] lbenedix: ah you mean that. I didn't realize what … is [14:12:44] in this case you may want the message 'ellipsis' to get a correctly localized one [14:13:45] is there a message i can use? [14:13:46] there're also some other similar messages, like parentheses, comma-separator etc [14:13:54] lbenedix: ellipsis [14:14:17] $this->msg( 'ellipsis' )->text() [14:15:16] btw. is -> text() necessary? [14:17:44] yes [14:18:16] but don't do lego messages [14:18:22] just have ... in the string [14:18:40] * Nikerabbit curses ^demon [14:18:55] ^demon: why? [14:19:15] <^demon> "ugh... I'm realizing that this channel may be a little noisy to ask actual questions about the MediaWiki software :S" [14:19:22] ^demon: good job [14:19:29] <^demon> "Two pa[g]es of backlog, and I spot [2 people] as potential humans." [14:19:50] all bots should be in the only one channel [14:20:04] * Nikerabbit refuses to join yet another channel for mw/wmf [14:20:23] more bugs to miss my attention [14:20:43] bots and their spamming made channels unusable for humans [14:22:59] Danny_B: yes, there is about zero channels usable for devs (not taking stance whether they are humans or not) [14:23:22] use -dev [14:23:24] or -tech [14:23:39] <^demon> This is the primary support channel for mediawiki. Bots scare people just wanting to ask a question. [14:24:09] Well move wikibugs to another channel, don't just kick it off to nowhere. [14:24:12] legoktm: that's the problem exactly... there isn't one good place for devs to hangout... it's all split to small corners and few largely overlapping channels [14:24:24] waldir_, hello [14:24:27] <^demon> Well, that's a problem separate from botspam. [14:25:05] <^demon> legoktm: The bot already exists in #wikimedia-dev. And people have been getting more specific notifications to their channels for awhile now. [14:25:16] not wikibugs. [14:25:17] <^demon> I was just trying to turn off the /firehose/ of having /every single bug/ reported here. [14:25:27] <^demon> wm-bot handles bug stuff too. [14:25:46] <^demon> The "firehose" of reports all to go #mediawiki-feed. [14:26:09] * legoktm joins [14:26:10] thanks [14:28:10] colors :( [14:29:56] legoktm: that's bad! [14:30:24] ^demon: \o/ [14:30:33] * jMCg still doesn't have an answer to his 304s... [14:32:22] Bonjour, Est-ce que quelqu'un aurait une seconde pour m'éclairer à propos des groupe et des droits des uti;lisateurs ? [14:32:27] Je ne comprends pas ! [14:32:38] Je suis pourtant attentivement le https://www.mediawiki.org/wiki/Manual:User_rights/fr [14:32:51] et d'autres tutoriels, mais je suis dans l'impasse [14:32:52] kemar: could you use english? [14:33:04] Yes, hello [14:33:39] Maybe anybody can help me about user/rights/group on mediawiki [14:34:38] i tried to follow many tutorials ... but there is something i don't understand [14:35:14] Change merged: jenkins-bot; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/53754 [14:35:45] legoktm: just turn them off in your client [14:36:01] I want the wiki impossible to read from all people exept [14:36:14] the home page [14:36:56] and only admin and member of a "benevole" groups can read and modify and create [14:37:25] Why would you want the homepage to be readable, but not the rest? [14:37:39] andre__: we do have such wikis too [14:37:48] it's for letting people know basic info [14:37:56] To explain why this is a closed wiki ;-) [14:37:57] eg. otrswiki [14:38:14] yes, and on the homepage you get "Login Required: You must log in to view other pages"? :) [14:38:24] hmm, okay, I'll shut up :) [14:39:02] localsetting: http://pastebin.com/1HHn5QUs [14:39:18] hopefully without pass ;-) [14:39:48] in this case, admin can't read /modify page [14:40:09] if for some reason I need to change a namespace ID, is there a script to update it for all articles in that namespace using the old ID to now use the new ID? I am not sure it is enough to change the "page" table, there might be more places requiring an update for a consistant DB [14:40:37] Danny_B: only the permissions [14:42:50] <^demon> Danwe_WMDE: Yep. maintenance/namespaceDupes.php [14:43:17] thanks, looking at that one right now ;) wasn't sure [14:46:52] New patchset: Pginer; "Proofread by others styling" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53755 [14:48:17] I have a bug in one mediawiki-installation, the css I include in my extension is not loaded properly every time. I can't reproduce when it fails [14:49:04] most of the time it's broken but after several reloads it sometimes work [14:50:19] the broken installation is mediawiki 1.21alpha (75f8f4c). I have another installation where it works everytime (1.21alpha (bd6128d)) [14:51:44] ^demon: actually "namespaceDubpes.php" is not exactly what I need. I just changed the IDs of some namespaces, so I need to update the DB's references to the old IDs. I guess there is no script for that. [14:52:28] Danny_B: no you misunderstood, i want the colors :P [14:54:47] <^demon> Danwe_WMDE: Oh, thought namespace dupes took care of that too :\ [14:54:48] kemar: $wgGroupPermissions['sysop']['read'] = true; [14:55:06] ^demon: I don't think so :( [15:05:33] finally, i found other tricks to do what i needed. [15:05:35] thanks [15:07:36] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/53520 [15:10:55] yatendra0905: Hello [15:14:38] New patchset: Pginer; "Proofread by others styling" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53755 [15:14:39] New patchset: Pginer; "Proofread by others styling" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53755 [15:17:11] hi [15:17:14] ?> [15:17:17] mila? [15:19:57] New patchset: Rahul21; "(Bug 38487) Replaced the with in jquery.wikiEditor.toolbar.config.js" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/53010 [15:28:58] New review: Liangent; "Also after this patch some lines in InitialiseSettings.php for zhwiki can be removed." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53740 [15:29:25] New patchset: Liangent; "Apply conversion on namespace names on Special:Search" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53756 [15:33:56] New review: Lwelling; "(2 comments)" [mediawiki/extensions/ArticleFeedbackv5] (master) C: -1; - https://gerrit.wikimedia.org/r/53738 [15:35:00] ^demon: in fact there is almost nothing in #mediawiki-feed... only thing showing up there is *new* bugs [15:35:10] <^demon> So, we'll improve the bot. [15:35:47] <^demon> And actually, it's all bugs. It just looks like it's creations. [15:36:09] <^demon> eg: https://bugzilla.wikimedia.org/show_bug.cgi?id=45861, 30m ago. [15:36:23] <^demon> (The created by-- bit is what makes it confusing) [15:36:27] Hi all. Is there a way, in the mediawiki markup, to: (1) make a numbered list, i.e. with # at the beginning of lines, then (2) put some text in fixed size font, i.e. with lines beginning with spaces (3) continue the numbered list, i.e. subsequent # signs are converted in numbers continuing the count where it was left before the fixed size snippet ? [15:36:59] <^demon> No, you can't do that just using wikimarkup. [15:37:06] <^demon> Have to use
    tags. [15:37:08] sorry but I don't see such line [15:37:21] <^demon> [bugzilla] (--- - created by: Robert Rohde | priority: major - Highest assignee Ralf Schmitt) [Bug 45861] Lua modules are ignored during PDF export - https://bugzilla.wikimedia.org/show_bug.cgi?id=45861 [15:37:31] Nikerabbit, How do we see the number of patches a person has submitted in gerrit which has been merged [15:37:39] <^demon> That was 34 minutes ago [15:37:56] ^demon: ok thanks [15:38:00] ^demon: must be different channel or something [15:38:20] <^demon> #mediawiki-feed? [15:38:25] <^demon> Rahul_21: https://gerrit.wikimedia.org/r/#/q/is:merged+owner:%22Demon+%253Cchadh%2540wikimedia.org%253E%22,n,z [15:38:28] <^demon> Swap the owner for whoever. [15:38:37] yes [15:38:47] <^demon> Shorter version: https://gerrit.wikimedia.org/r/#/q/is:merged+owner:Demon,n,z [15:38:48] btw discussion is at https://www.mediawiki.org/wiki/Git/IRC [15:39:40] New review: Matthias Mullie; "(2 comments)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [15:39:41] <^demon> That discussion is old. [15:39:43] ^demon: I only see three lines for the past hour or so, 46118, 46119, 46120 [15:39:59] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [15:40:07] <^demon> Oh, I'm off by an hour. [15:40:09] ^demon, https://gerrit.wikimedia.org/r/#/q/is:merged+Rahul21:%22Demon+%253Cchadh%2540wikimedia.org%253E%22,n,z [15:40:19] <^demon> So that would've been an hour and 30-something minutes ago [15:40:34] ^demon, i am getting a query error [15:40:36] ^demon: not my fault if you're repeating old thigns :p [15:40:45] summary there seems sill current [15:40:49] <^demon> Rahul_21: No, you want to remove me the owner and put you [15:41:04] <^demon> *as the owner [15:41:26] ^demon, oops! [15:42:22] <^demon> So yeah, this is what you wanted: https://gerrit.wikimedia.org/r/#/q/is:merged+owner:Rahul21,n,z [15:47:06] ^demon, is there a way to remove abandoned changes from the gerrit list? [15:47:23] <^demon> From what list? [15:47:57] <^demon> Oh, you could do -status:abandoned [15:48:19] <^demon> !gerritsearch [15:48:19] https://gerrit.wikimedia.org/r/#q,$1,n,z [15:48:21] from the recently closed list [15:48:37] <^demon> Silly bot. [15:48:53] <^demon> Oh, from that? No. Those just drop off after time. [15:49:28] <^demon> https://gerrit.wikimedia.org/r/Documentation/user-search.html - you might find this useful. [15:49:35] cause i didnt see it a week ago,and now they have appered again(it doesnt make a difference) [15:53:26] New patchset: Amire80; "(bug 45484) Add 'Revert translation' button" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53758 [15:59:15] a question about $dbw -> insert(): is it taking care of sql-injections? [16:00:00] is it possible to do something like that: $dbw -> insert( 'table', array('foo', $request->getVal('foo')), __METHOD__, array() ); [16:01:52] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [16:06:47] New patchset: Matthias Mullie; "High priority fixes" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [16:07:10] New review: Lbenedix; "(3 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [16:07:50] <^demon> lbenedix: Yes, but you should still validate input. You probably wouldn't want to just directly put a request value without at least making sure you weren't given bogus data :) [16:08:03] <^demon> But it will handle escaping in that example you gave, yes. [16:09:10] in that case it's the useragent, i dont know how to validate that [16:09:43] maybe there is a method in mediawiki to get it instead of sending it with the request [16:11:09] <^demon> For user agent there's $_SERVER['HTTP_USER_AGENT'] [16:11:46] is that working with proxies? [16:12:33] i was told, that $_SERVER['REMOTE_ADDR']; would not work in that case [16:13:27] New review: Alex Monk; "(4 comments)" [mediawiki/extensions/UIFeedback] (master) C: -1; - https://gerrit.wikimedia.org/r/50004 [16:17:16] New patchset: Daniel Werner; "Removed deprecated usage of 2nd param in Title::getLocalUrl in SpecialAllpages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53760 [16:24:18] Change merged: Matthias Mullie; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53738 [16:36:17] New patchset: Matthias Mullie; "Update ArticleFeedbackv5 to master" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53764 [16:36:21] New review: Lbenedix; "(2 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [16:37:26] New review: Alex Monk; "(6 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [16:38:14] New patchset: Lbenedix; "Initial extension code import to Git repository." [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [16:38:25] New review: Lbenedix; "(3 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [16:40:18] Change merged: Matthias Mullie; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53764 [16:42:58] is there a tool like stylizer.php, that i can use for js? [16:44:32] lbenedix: stylize.php doesn't work for js? [16:44:55] i'll try [16:48:23] New patchset: Massaf; "Use blue button for Return To link" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53706 [16:49:39] stylize.php seems not to work for js [16:50:54] lbenedix: just slap some regex search&replace on it and you'll be done [16:51:18] lbenedix: mostly spaces inside ( ) and { } brackets (unless they're empty) [16:51:30] lbenedix: and around operators, but i hope you were doing that already [16:52:38] not everywhere... [16:52:57] well, nothing some regexes couldn't fix, i guess. [16:54:12] * lbenedix tries to remember what he learned about regex [16:55:43] sumanah: Hi! [16:55:50] Hi sucheta! how are you? [16:56:15] sumanah: I am good. Thanks for the comment :) [16:56:23] ;-) [16:56:53] Thanks for reading it too! [16:56:55] :D [16:57:11] Of course! you're doing important and interesting work [16:59:23] sumanah: Happy work. :) I love it. I loved it the most, this time. I have found some lovely juniors [16:59:48] MatmaRex, https://bugzilla.wikimedia.org/show_bug.cgi?id=27432 in this bug should all vector foreground's be changed? [17:00:04] sucheta: can you define "juniors" and/or "seniors"? It's more common in Indian English than in US English & I get confused [17:00:18] New review: Reedy; "Need to add this to make-wmf-branch in mediawiki/tools/release too! Otherwise it'll get brokeneded o..." [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53739 [17:00:47] Rahul_21: i'm not sure i understand? [17:01:33] Hello, I've a question: why does JS doesn't run on my fresh MW installation? [17:01:47] this basic aim of this bug is to set the foreground color of a vector right? [17:03:09] IWorld: Usually it's due to bad rewrite rules, stuff like that. To find out for sure, open your browser's JavaScript debugging console, refresh the page, then pastebin any errors you get [17:03:15] (Or link us to your installation if it's public) [17:03:45] I don't use rewrite rules [17:04:38] New patchset: Daniel Werner; "Got rid of some global $wgContLang usage in SpecialAllpages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53771 [17:04:42] MatmaRex, this basic aim of this bug is to set the foreground color of a vector right? [17:05:18] I have a problem with loading css from an extension in one installation (the strange thing is, that its working perfectly well in another installation, and it doesn't fail everytime) [17:05:24] it [17:05:54] it's that one that is broken: http://lbenedix.monoceres.uberspace.de/mediawiki_/index.php?title=Special:Version#screenshot (cloned mediawiki from git yesterday) [17:06:41] the feedback-form should be appearing next to the feedbackbutton on the right side [17:07:02] eek: Image corrupt or truncated: http://lbenedix.monoceres.uberspace.de/mediawiki/extensions/UIFeedback/resources/images/gray-bg.png?2013-03-13T09:46:40Z [17:08:10] Feedback form works for me, it appears after I click the feedback button [17:08:46] RoanKattouw: on the right side of the screen? [17:09:02] New patchset: Nikerabbit; "Proofread by others styling" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53755 [17:09:07] Yeah [17:09:35] can you try it again after reloading [17:11:17] MatmaRex, ? [17:12:42] lbenedix: It still works for me [17:13:28] hmmm... maybe its a chrome bug [17:13:39] To be fair I'm using Firefox [17:13:58] i tried in firefox: works [17:14:14] Ha! [17:14:22] I see what you're talking about now that I've tried it in Chrome [17:14:32] The feedback dialog moves off the screen or something [17:14:38] New patchset: Massaf; "Add Vector testing template to Agora" [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/52324 [17:14:51] yepp [17:18:17] New patchset: Daniel Werner; "Removed deprecated usage of 2nd param in Title::getLocalUrl in SpecialAllpages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53760 [17:22:57] New patchset: Reedy; "Update Math to master" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53776 [17:22:58] hello anyone therew? [17:23:04] hello rakes [17:23:19] hello Platonides [17:23:34] ARE U A WIKI DEVELOPER? [17:23:42] yes, but please don't shout [17:23:58] WHAT SHOUT! [17:24:07] don't use capital letters [17:24:14] oh okay ! [17:24:14] that is treated as shouting [17:24:21] so u r from which countyr? [17:24:29] oh! [17:24:51] Spain [17:24:55] I see you are from India [17:25:30] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53776 [17:28:18] <^demon> Platonides: But being a wiki developer isn't exciting. Being a WIKI DEVELOPER is ;-) [17:28:21] hi, is it possible from the web api create a page (action=edit) with several sections filled with respective texts (one text for the page and one for each of these sections)? [17:28:55] https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects a reminder to developers: please feel free to add stuff to this page if you are willing to mentor it [17:30:59] i tried, but the page i created contains a title and 'n - 1' empty sections (the only one text taken into account wes the one for the last section) [17:32:56] someone? [17:33:29] plsobreira: you'd have to construct the entire text locally, i'm afraid [17:33:42] plsobreira: or add each section in a separate edit, using section=new [17:33:47] it is possible to append a section [17:34:05] Platonides, https://bugzilla.wikimedia.org/show_bug.cgi?id=38624 it seems fixed [17:40:29] Platonides, ? [17:41:52] New review: Massaf; "My concern with this is accessibility. " [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [17:42:09] New patchset: Bsitu; "Fixing issue with RTL display of badge and pokey" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/51073 [17:42:29] i will repeat the question: is it possible from the web api create a page (action=edit) with several sections filled with respective texts (one text for the page and one for each of these sections)? i tried as like this: one edit to create the main page (with its text), and one edit for each "new" section (each one containing its respective text)... but, unhapilly, the only text that appears is the last one, in the last section [17:43:47] MatmaRex: I think the regex would be quite complex [17:44:16] plsobreira: is it to create many pages? [17:44:27] in one library I have "if (src.toLowerCase().substr(0, 5) === 'url("')" [17:44:38] one only page [17:46:20] Change merged: Bsitu; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/51073 [17:48:11] Change merged: Kaldari; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/49835 [17:49:48] New patchset: Raimond Spekking; "Make description message more descriptive" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53778 [18:03:23] New patchset: Jarry1250; "(bug #32987) The language used to render SVGs should be definable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25838 [18:20:18] New patchset: Ori.livneh; "Add CategoryAfterPageAdded / CategoryAfterPageRemoved hooks" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/52905 [18:29:41] Change abandoned: Umherirrender; "You are right, I have used protections=edit= or so to unprotect a page, but without anything all pro..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52987 [18:36:19] can someone tell me what this 'qqq' thing in the i18n-file means? [18:36:36] lbenedix: it's a special language category code that contains descriptions of messages [18:36:54] anomie: poke [18:37:22] New patchset: Lbenedix; "Initial extension code import to Git repository." [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [18:37:24] so the value of each message key is not a translation into the language, but a description of what the message is used for. it's used by translatewiki to facilitate translation by providing some sense of context for translators. [18:37:58] aude- ? [18:38:16] is it necessary for every single message? [18:39:42] lbenedix: yes. have you ever tried to translate any user interface [18:39:43] ? [18:40:07] lbenedix: in english, you can't even tell a verb from a noun or an adjective without some cues [18:40:19] New review: Lbenedix; "(5 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [18:40:44] anomie: i'm trying to work with lua..... [18:40:59] when i have a "table" then how can i do something like print_r or see what's there? [18:41:18] or console.log() [18:41:29] Rahul_21: I don't work on the parser, so you'd have to ask someone else. [18:41:41] Krinkle, :sure [18:42:15] Krinkle, you should change the status of that bug "set foreground of the vector" [18:43:03] i think the next big issue in my extension is the image-upload, can anyone help me with that? [18:43:11] New patchset: Aaron Schulz; "Cleaned up upload job error reporting." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53785 [18:43:18] DanielFriesen: ping [18:43:38] aude- Unfortunately, there isn't anything built in that will do that. Maybe I should add something to Scribunto for that, but until then you can use something like https://en.wikipedia.org/wiki/Module:User:Anomie/deepToString [18:45:38] There is a wiki, much smaller than wikipedia, at http://wiki.mikrotik.com/wiki/Main_Page -- I want to download the entire thing (all pages) as a .pdf book. Help? [18:45:47] I can't go through and add each page manually [18:46:32] Krinkle: can you reply on https://bugzilla.wikimedia.org/show_bug.cgi?id=45677 ? :) [18:46:36] (afk) [18:47:02] MatmaRex: can I borrow you for a code review? [18:48:51] tweakism: according to stats, there are only 795 pages; that's not insurmountable. Maybe someone here has another suggestion though. [18:49:59] anomie: ok :/ [18:50:23] * aude probably wait for jens to help [18:50:28] New review: Ori.livneh; "Raimond, I already have this in I0d180e534 -- could we use that (and thus spare me a rebase)?" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53778 [18:50:42] MatmaRex: there? [18:50:44] aude- Lua in general tends to be somewhat minimal [18:51:02] anomie: i see [18:51:38] anomie: just as an assessment: would it be possible, in Lua, to build dynamic page lists based on category membership? [18:52:22] Amgine- Not at this time, since there isn't a way to find out what pages are in a category in Lua. [18:53:05] Change abandoned: Raimond Spekking; "See I0d180e534" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53778 [18:53:39] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53785 [18:54:00] New review: Raimond Spekking; "(2 comments)" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [18:54:01] anomie: Okay. There's a parserfunction which returns that information, actually... [18:54:41] Amgine- Is there? [18:55:32] New review: Parent5446; "(12 comments)" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [18:55:50] New patchset: Krinkle; "DefaultSettings: Add @since annotations." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53787 [18:56:42] Change abandoned: Bsitu; "This was taken care of in https://gerrit.wikimedia.org/r/#/c/50855/" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/50436 [18:57:39] anomie: https://www.mediawiki.org/wiki/Extension:PageInCat [18:58:00] Amgine- Oh, ok, it's an extension that provides it. [18:58:01] Not sure it's enabled anywhere on WMF. It's bawolff's. [18:58:46] New review: Rjain; "I used src paths as $skin->getCommonStylePath( 'images/Arr_r.png' ) but this is not working, can you..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52781 [19:02:49] qgil: ping [19:03:08] hello harshkothari [19:05:36] Has anyone implemented the ldap plugin with Active Directory and ssl authenication? [19:06:43] I need admin access to my own mediawiki, what to do? The first user I created doesn't have admin access. [19:07:08] sumanah: ping [19:10:15] New patchset: Ori.livneh; "Use EventLogging; add configurable sampling" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [19:11:11] !createandpromote | robolobster54 [19:11:11] robolobster54: To recreate the admin user, run "php maintenance/createAndPromote.php" on the command line. [19:11:33] hi, there are some copyright freed books. each page of the book is scanned as tif. i am trying to download all pages (tif files) and generate single pdf file of the book. but due to the bandwidth limitation, i am not able to download everything. is it possible to get labs vps for this purpose? [19:11:40] thanks Reedy [19:12:06] B-52 fans... [19:13:05] New patchset: Krinkle; "jquery.badge: Treat non-Latin variants of zero as zero as well." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49820 [19:13:26] New review: Krinkle; "Rebased. Add release notes before merging (-1 for that)." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/49820 [19:13:28] was trying to use tool server, but it has 512 MB restriction. some of the books are ~100+ MB in pdf [19:13:32] Reedy, I'm getting "Fatal error: Call to undefined function mysql_error() in /Users/javi/Sites/mediawiki/includes/db/DatabaseMysql.php on line 326" when running createAndPromote.php [19:14:50] robolobster54: see the last item on http://www.mediawiki.org/wiki/Manual_talk:Upgrading#undefined_function_mysql_error.28.29 [19:14:51] New patchset: Bsitu; "Keep instance variable 'type' the same visibility as the others" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/52098 [19:14:56] New patchset: Siebrand; "Replace article by page where possible" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53788 [19:15:00] New patchset: Krinkle; "jquery.badge: Treat non-Latin variants of zero as zero as well." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49820 [19:15:06] robolobster54: namely 'his error message is a sign that the extension php_mysql.dll is not loaded. I had this while migrating to a new version on a new server which had only php_pdo_mysql.dll enabled. You should check your php.ini/ phpinfo() if you get this error.' [19:15:27] Different cli and webserver configs [19:15:43] is there another way to create an admin? [19:16:09] i have just upgraded php [19:16:33] ori-l: i'm here now. [19:16:37] richa_: i'm here now. [19:16:56] ori-l, what should i look for when i check my php.ini [19:17:25] MatmaRex: added you to https://gerrit.wikimedia.org/r/#/c/53505/ [19:17:54] for https://gerrit.wikimedia.org/r/#/c/52781/ i have used src paths as $skin->getCommonStylePath( 'images/Arr_r.png' ) [19:18:18] MatmaRex: but these aren't working [19:18:51] richa_: sorry, i have no experience with this [19:19:01] richa_: and to be honest, i mostly disagree with the general idea of that patch [19:19:09] New review: Mattflaschen; "(1 comment)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53733 [19:19:38] MatmaRex: you mean it must not be implemented? [19:19:40] richa_: setting everything in the JS itself [19:19:54] richa_: have you looked at my own commit i linked, that does something similar? [19:19:59] richa_: and on the comments on it as well [19:20:01] ? [19:20:45] MatmaRex: i did not test it out [19:20:46] ori-l: hm, i'll look, sure, but i have no experience with EventLogging and all its friends [19:20:47] ori-l or anyone else, should i reinstall mediawiki if i have upgraded php? from 5.3.15 to 5.3.21 [19:20:55] robolobster54: no, why? [19:21:06] 5.4.12 actually [19:21:13] New patchset: Aaron Schulz; "Cleaned up upload job error reporting." [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53791 [19:21:27] MatmaRex, ignorance and paranoia :) [19:21:36] New patchset: Alex Monk; "(bug 44486) Rephrase password reset messages to remove 'reminder' language" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46661 [19:21:55] Is there any other way to create an admin to my wiki other than using createandpromote.php? [19:23:17] Could it be that i have no admin privileges in the first user created because my email is not confirmed? if so, i can shift the problem to confirming the email [19:23:40] (which is not being sent). Otherwise I need to "look at my php.ini file" but I have no idea what to look for [19:24:21] robolobster54: can you log in at all? [19:24:31] Saruman, yes [19:24:50] And what does Special:ListUsers show? [19:25:22] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53791 [19:25:36] My Full Name (bureaucrat, administrator) [19:25:36] robolobster [19:25:48] so two usernames. The first one, with my username, has full privileges. Wat [19:26:24] Saruman, thanks a lot. Silly me [19:26:32] :-) [19:26:46] You're not that evil of a wizard. Gandalf is overrated anyhow. [19:26:57] I've been saying that all along! [19:27:01] lol [19:27:29] * Saruman slaps Gandalf around a bit with a medium size Halforc [19:27:46] New review: Asher; "(1 comment)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/47612 [19:28:32] Wikibase has a serious bug 1 problem regarding even getting the client to function... [19:30:22] Change merged: Matthias Mullie; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53788 [19:30:34] Change merged: Matthias Mullie; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/52098 [19:32:26] New patchset: Ori.livneh; "Ensure task targets are editable and bite-sized" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53733 [19:35:40] New review: Asher; "(1 comment)" [mediawiki/extensions/Echo] (master) C: -1; - https://gerrit.wikimedia.org/r/52319 [19:41:51] New patchset: CSteipp; "Apply IP blocks to X-Forwarded-For header" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [19:42:06] New patchset: Brion VIBBER; "Add APICreateAccountBeforeCreate hook for action=apicreate to connect to ConfirmEdit plugins" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53793 [19:42:15] New patchset: Brion VIBBER; "Add Captcha info to API action=createaccount results" [mediawiki/extensions/ConfirmEdit] (master) - https://gerrit.wikimedia.org/r/53794 [19:42:57] New review: Spage; "(5 comments)" [mediawiki/extensions/GuidedTour/guiders] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/53303 [19:44:05] New review: CSteipp; "PS25: Fixed the bugs Tyler found, thanks! Also split the getting of the blocks and the choosing of t..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [19:44:51] New patchset: Ori.livneh; "Add CategoryAfterPageAdded / CategoryAfterPageRemoved hooks" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/52905 [19:45:23] Hello friends , I am beginner here . I would like to know how to identify which project suits my skills ? [19:46:33] ishitva: Hi! What sorts of things are you looking to do? [19:46:46] I want to develop in PHP [19:46:52] New patchset: CSteipp; "Apply IP blocks to X-Forwarded-For header" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [19:46:56] Well, we have plenty of that, so that's good news :) [19:47:01] thanks :) [19:47:15] ishitva: Is there anything in particular you like doing, or would you just like some easy bugs to start with? [19:47:33] New review: CSteipp; "PS26: Rebase" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [19:47:37] Being a beginner I woul like to fix bugs [19:47:51] and then take on bigger projects [19:48:10] ishitva: We keep a page with annoying little bugs, which are good starting points: https://www.mediawiki.org/wiki/Annoying_Little_Bug [19:48:30] okay , I'll check it out [19:48:41] ishitva: You can pick anything on that page to work on, but be sure to read the bug page and understand what's going on (and make sure nobody's already working on it!) [19:48:51] sure [19:49:00] ishitva: Once you've selected a project, if you need help, there's also a directory of maintainers for various bits of our software: http://www.mediawiki.org/wiki/Developers/Maintainers [19:49:18] okay [19:49:34] where can I find the list of projects which are going on ? [19:49:55] ishitva: https://gerrit.wikimedia.org/r/#/admin/projects/ (big page) [19:50:11] I 'll check it out [19:50:57] ishitva: Also, if you haven't already, you'll need to read our "getting started" docs. https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker generally, but more specifically https://www.mediawiki.org/wiki/Developer_access [19:51:23] okay , I have partially gone through that [19:51:36] I'll read more of it [19:52:06] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49820 [19:52:30] Volunteer rewards: more reading homework... And welcome, ishitva [19:52:47] Thanks Amgine :) [19:53:08] Amgine: Also hopefully, in the future, cookies! We're just putting the finishing touches on our Baked Goods over IP devices. [19:53:21] Pronounced "buh-goip" [19:53:36] Heh, I've actually done that occasionally... [19:53:40] usually brownies. [19:53:49] So far the cookies taste a lot like electromagnetic signals. [19:53:55] I had made my own PHP project earlier , if you wish you can evaluate my skills and guide me accordingly https://github.com/ishitvagoel/InternshipWork [19:54:11] New review: Parent5446; "(2 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53793 [19:54:13] what all do I need to learn [19:54:21] ishitva: The only skills we need to evaluate are the ones you show when you submit a patch :) [19:54:31] New review: Aaron Schulz; "outer/inner scope callback :)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53474 [19:54:37] okay [19:55:21] * Nischayn22|hot remembers he even improved his English skills thanks to sumanah! [19:55:44] Which bugs should I start with ? [19:55:57] !bugsearch !easy | ishitva [19:55:57] ishitva: https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=!easy [19:56:02] All right! That's what we like to hear. Monolinguistic development. [19:56:18] ishitva: The list of annoying little bugs, above [19:56:23] okay [19:57:37] New patchset: Ori.livneh; "Update EventLogging to master" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53266 [19:58:22] krrrrinkle. [19:58:27] marktraceur: is this the time when the community is most active on the IRC ? [19:58:46] Krinkle: check out new comments on https://bugzilla.wikimedia.org/show_bug.cgi?id=45677 , when you are able :) [20:02:14] ishitva: The channel is active 24/7, more so during the work week and during the work hours for UTC+1 and UTC-8 in my experience. [20:02:29] New review: Parent5446; "(3 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [20:02:32] okay [20:02:59] New patchset: Umherirrender; "Api: Refactor handling of missing PARAM_TYPE" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53795 [20:03:02] New patchset: Reedy; "Cleanup for ApiImageRotate" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52747 [20:04:09] New patchset: Aaron Schulz; "[JobQueue] Added a function to purge the aggregator cache." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53796 [20:04:17] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/52905 [20:05:03] New review: Anomie; "Is this superseded by I17be4104?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52789 [20:05:11] New review: Parent5446; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53793 [20:05:51] New patchset: Aaron Schulz; "[JobQueue] Factored "root job" de-duplication code into base class." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52994 [20:06:51] New patchset: Reedy; "Cleanup for ApiImageRotate" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52747 [20:08:24] when i set the type for an api-paramter to ApiBase::PARAM_TYPE => array( 0, 1 ) a $para === '1' is true... [20:09:13] New patchset: Mattflaschen; "Add option (defaulted to old behavior) to flip when needed:" [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/53303 [20:09:49] mopping up a few outliers with a wikifarm.... I see this under Console: [13:03:14.834] Expected declaration but found 'url(mediawiki/code/resources/jquery.ui/themes/vector/images/ui-bg_highlight-soft_25_ffef8f_1x100.png?2011-11-19T16:26:40Z)'. Skipped to next declaration. @ http://www.argumentrix.com/wiki/Main_Page:1 [20:09:56] would anyone know how i can address this? [20:10:05] New review: Mattflaschen; "(4 comments)" [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/53303 [20:10:35] it's the right path, but it should have a leading / [20:17:44] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53266 [20:20:55] New review: Anomie; "Is suddenly failing on empty string for anything that doesn't currently have a non-null default or e..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53795 [20:21:19] New review: Mattflaschen; "Verified by Steven on piramido." [mediawiki/extensions/GettingStarted] (master) C: 2; - https://gerrit.wikimedia.org/r/53733 [20:22:50] New patchset: Matmarex; "jquery.makeCollapsible: clean up the handler toggling logic" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53685 [20:22:52] New patchset: Matmarex; "jquery.makeCollapsible: move helper functions to the outer scope" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53798 [20:24:15] hypergrove: it says "expected declaration", nothing to do with a wrong path [20:24:24] New patchset: Aaron Schulz; "Added ScopedCallback functions for early execution or cancellation." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53799 [20:26:03] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48367 [20:26:12] Change merged: jenkins-bot; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53733 [20:26:26] pong? [20:26:34] New review: Spage; "Complicated, but wfm." [mediawiki/extensions/GuidedTour/guiders] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/53303 [20:27:33] New patchset: Amire80; "(Bug 38487) Replaced the with in jquery.wikiEditor.toolbar.config.js" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/53010 [20:27:46] New review: Spage; "Works for me locally." [mediawiki/extensions/GuidedTour] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/53309 [20:28:22] Vulpix, thx, I;m reading up now about url() in a stylesheet, without a leading slash it is relative to the css' directory. With a leading slash, it is relative to the page's url. So I don't want a leading slash at all. [20:28:23] DanielFriesen: https://gerrit.wikimedia.org/r/27923 has 2 +1 but has dependencies with other things that aren't likely to be merged anytime soon. Maybe you want to rebase it? [20:28:52] Too complex to work on. [20:29:13] Vulpix, but the problem still remains that I get this error msg from a jq css file. Other url() declarations don't reject, I don't understand why this one is [20:29:43] hypergrove: because your CSS has a syntax error [20:31:43] Vulpix, this is mediawiki's css (resources/jquery.ui/themes/vector/jquery.ui.theme.css (line27) [20:32:15] could you please link me to that file? [20:33:05] New patchset: Amire80; "(Bug 38487) Replaced the with in jquery.wikiEditor.toolbar.config.js" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/53010 [20:33:36] Vulpix, not trying to aggravate, it's in the resources subdir [20:34:07] what is different though for line 27 is this is in the middle of it: /* @embed */ [20:34:13] well, do you *really* want me to look what's happening? [20:35:07] New review: Amire80; "Earlier I misunderstood what this patch is about and gave Rahul bad advice over IRC - to do it throu..." [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/53010 [20:35:09] Vulpix, ok no worries then I'll mess with it thx for talking me through it [20:35:26] New patchset: Anomie; "Add option to display the limit report on preview" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [20:35:29] New review: Mattflaschen; "Looks good in Firefox and Chromium." [mediawiki/extensions/GettingStarted] (master) C: 2; - https://gerrit.wikimedia.org/r/53706 [20:35:33] New patchset: Anomie; "Use new "show profiling data on preview" pref" [mediawiki/extensions/TemplateSandbox] (master) - https://gerrit.wikimedia.org/r/53803 [20:35:36] New patchset: Anomie; "Use the new ParserPrepareLimitReport hook" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/53804 [20:35:53] Oh lol what... PI day aproaches again without me noticing it? [20:36:35] New patchset: Kipcool; "definingExpression remove_transaction_id can be not null" [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/53805 [20:36:52] Change merged: Kipcool; [mediawiki/extensions/WikiLexicalData] (master) - https://gerrit.wikimedia.org/r/53805 [20:38:42] Vulpix, the message goes away if /* @embed */ is NOT in the middle of a background directive, fyi of course! [20:39:03] there are three such cases in that file [20:39:35] I'm glad to know that you found the issue and fixed it! [20:39:57] hm, a change to this file was just merged a few minutes ago [20:40:04] * MatmaRex checks if it fixed this [20:40:05] New review: Daniel Friesen; "(1 comment)" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/53010 [20:40:09] is checking, even. [20:40:40] New patchset: Aaron Schulz; "Avoid duplicated effort in JobQueueAggregatorRedis::doGetAllReadyWikiQueues()." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53806 [20:42:23] New review: Spage; "Reusing the guiders button styling for the [Return to ] makes for really tight coupling, but OK." [mediawiki/extensions/GettingStarted] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/53706 [20:43:08] ugh, ot maybe it actually wasn't [20:43:11] or* [20:43:23] sorry, i was thinking about a different file :) [20:43:34] (jquery.ui.button.css) [20:43:54] New review: Mattflaschen; "Jenkins doesn't vote verified on this repo." [mediawiki/extensions/GuidedTour/guiders] (master); V: 2 - https://gerrit.wikimedia.org/r/53303 [20:43:54] Change merged: Mattflaschen; [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/53303 [20:45:02] New review: Yurik; "(1 comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53793 [20:45:06] New review: Mattflaschen; "It's only temporary until mw-ui-button is in core." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53706 [20:46:49] New review: Mattflaschen; "recheck" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/53309 [20:48:26] Change merged: Ori.livneh; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/53309 [20:49:19] i wonder - should i open a bug about that or just checkout and fix it? [20:49:32] just "git & fix" [20:49:35] New patchset: Matthias Mullie; "Set default sort for 'hidden' filter" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53836 [20:49:47] Change merged: Matthias Mullie; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53836 [20:50:37] New patchset: Ori.livneh; "Update GettingStarted to master" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53840 [20:50:52] Change merged: Mattflaschen; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53706 [20:52:47] New review: Milimetric; "(4 comments)" [mediawiki/extensions/NavigationTiming] (master) C: 1; - https://gerrit.wikimedia.org/r/53505 [20:52:48] New patchset: Ori.livneh; "Update GettingStarted to master" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53840 [20:54:12] New review: Brion VIBBER; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53793 [21:00:28] New review: Dsc; "Whoops. Forgot the +1." [mediawiki/extensions/NavigationTiming] (master) C: 1; - https://gerrit.wikimedia.org/r/53505 [21:01:22] anomie: are you there? [21:01:26] New review: Amire80; "(1 comment)" [mediawiki/extensions/Echo] (master) C: -1; - https://gerrit.wikimedia.org/r/53500 [21:01:31] New patchset: Ori.livneh; "Use EventLogging; add configurable sampling" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [21:01:34] MatmaRex- Just leaving, actually [21:01:56] anomie: then i have a very quick question :) [21:01:58] anomie: i know you had some user script touching the templates used list on edit pages [21:02:15] anomie: and i'm reimplementing vector's footer cleanuo in core right now [21:02:34] anomie: and i'll have to mangle some HTML anyway, either in the HTML itself or via JS [21:02:58] anomie: which way would be better? and, if i'm touching it anyway, would it be better to adjust the classes there to 2013 or to leave them alone? [21:03:40] (there is templatesUsed, mw-templatesUsedExplanation, hiddencats, and mw-hiddenCategoriesExplanation in there) [21:04:13] MatmaRex- If it can be done in the HTML, it should probably be done in the HTML rather than having JS mess with it after. I still use monobook though. [21:04:51] anomie|away: i could do it with very minor html changes [21:04:57] mostly adding some ids in there [21:05:06] and a wrapper
    in JS [21:05:34] New review: Siebrand; "PS11 fixes merge conflicts and rebases." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [21:05:54] New patchset: Siebrand; "Allow the retrieval of the plural rule type for a given number" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [21:06:38] Change merged: Asher; [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [21:10:33] New review: Matmarex; "(3 comments)" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [21:10:42] ori-l: ^ [21:12:06] New patchset: Vedmaka Wakalaka; "Fixed but when $options array was empty in $select DomElement at SF_AutoeditAPI.php" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/53270 [21:12:15] MatmaRex: see http://www.html5rocks.com/en/tutorials/webperformance/basics/ , the part that starts with 'If you want work with loadEventEnd' [21:12:17] New patchset: Parent5446; "Cleaned up extension and refactored Special Page." [mediawiki/extensions/DisableAccount] (master) - https://gerrit.wikimedia.org/r/53860 [21:13:14] ori-l: i don't see how that requires using window.onload. [21:13:42] MatmaRex: what are you proposing? the value simply isn't available on DOMContentReady [21:13:46] ori-l: it seems like the writer of that article simply has no clue. [21:13:47] I am trying to download the tarball for 1.17.5 but I'm unable to git anything. I created http://dpaste.org/jhKhz/ to show the commands I am trying to execute...git rejects these commands [21:13:48] sure [21:14:05] if you don't want jquery, document.addEventListener('load', ...), i guess [21:14:24] if you do want it, $(document).on('load', ...) [21:14:30] i don't see why it wouldn't work [21:15:02] true, the DOMContentReady and load events are separate things, of course [21:15:15] but window.onload is a relic from the netscape navigator times [21:15:33] unless you do in fact have a reason for using it, i dunno, browsers are weird [21:15:39] that happens to work on IE, whereas addEventListener doesn't on <9 [21:15:49] then use attachEvent for those cases [21:15:55] or $(...).on('load',...) [21:16:02] yeah, the latter is probably more idiomatic [21:16:05] New patchset: Mattflaschen; "Append notices to container and float left." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53862 [21:16:21] assigning to window.onload will clobber any previous handlers registered in this way [21:16:28] and will make your handler prone to being clobbered [21:16:46] there's no reason to use it unless you're developing for IE 5 [21:17:01] (or unless there is some other weird reason :) ) [21:17:56] no, it's a good point. and besides Navigation Timing API isn't available on IE < 9, so addEventListener should in fact work as well [21:18:23] who is that Sam Dutton guy [21:18:59] wow, that "contributions" page sucks, when i try to click on articles this guy wrote, the list is hidden [21:19:06] and the map slides in [21:19:10] so i have to toggle it back [21:19:28] why do people who can't code write blog posts about coding? [21:19:32] seriously [21:19:43] heh [21:21:07] New review: Swalling; "Verified via screenshare with Matt." [mediawiki/extensions/GettingStarted] (master); V: 1 - https://gerrit.wikimedia.org/r/53862 [21:21:25] New patchset: Ori.livneh; "Use $( document ).load to avoid potentially clobbering handlers" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53863 [21:21:29] ^ MatmaRex [21:22:07] ori-l: do check if that code works :) i think $(window).load() would be fine too [21:22:16] not sure if there's any difference between the two [21:23:02] New patchset: Krinkle; "Use link for history compare button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [21:23:22] ori-l: also, why "window.setTimeout"? i've never seen "window." used with setTimeout [21:23:51] can i ask a short question about commons here? [21:23:54] having troubles here.... argument@argumentrix.com [~/www/mediawiki/1.17.5]# git clone ssh://hypergrove@gerrit.wikimedia.org:29418/mediawiki/core.git [21:23:54] Initialized empty Git repository in /home/argument/public_html/mediawiki/1.17.5/core/.git/ [21:23:54] ssh: connect to host gerrit.wikimedia.org port 29418: Connection timed out [21:23:54] fatal: The remote end hung up unexpectedly [21:24:53] lbenedix: most probably. why don't you just ask it and then worry later? :) [21:24:55] does this indicate a gerrit or git problem [21:25:01] I published a couple of screenshots. is there something like gallery view for that? [21:25:27] hypergrove: you sure this isn't a temporary issue? [21:25:34] lbenedix: categories [21:25:48] lbenedix: or you could use the tag [21:25:51] but it's nasty [21:26:20] so i have to create a page by myself? [21:26:44] lbenedix: you probably should just categorize the file pages [21:26:56] lbenedix: and the category will show nice thumbnails by itself [21:27:13] i think commons even has some slideshow viewer gadget or something like that [21:28:20] when i paste all the links to a wikipage, the thumbnails are aligned right and only one per line [21:28:42] MatmaRex: Some global functions in the browser API need context, some don't. setTimeout does not, but various others do (even more as of HTML5 / ES5 in strict mode, as context defaults to null instead of window) [21:28:53] however setTimeout is not subject to window contextless [21:31:19] New patchset: Vedmaka Wakalaka; "Integration with extended Page Schemas and "values from query" parameter to form inputs." [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/53864 [21:31:44] Y'all might like to know (if you don't already!) that all extensions fail if they are loaded within the context of any function, because none of them declare globals. Seems poor coding to me generally not to declare globals when used, but there it is - I had to declare globals appropriately in all extnesions used by a wikifarm i'm building [21:32:17] "all extensions"? [21:32:30] the ones wmf uses at least were probably fixed some time ago [21:32:31] MatmaRex, yes, every single one of them [21:32:34] when resourceload was introduced [21:32:57] New patchset: Ori.livneh; "Use $( window ).load to avoid potentially clobbering handlers" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53863 [21:33:02] i doubt that's true [21:33:20] i'm positive it is, since they work [21:33:22] $wgHooks was not a recognized global even in parserfunctions [21:33:39] The category page sais: This page does not currently exist. You can search for this page title in other pages or create this page. [21:33:39] uh [21:33:45] or do you mean in the PHP code [21:34:04] but the pictures are there [21:34:14] New review: Spage; "(1 comment)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53862 [21:34:22] MatmaRex, I am saying that IF an extension is loaded in the context of a function (rather than the global context) then all undeclared globals fail, of course [21:34:31] hypergrove, it's not designed to be loaded from inside a function [21:34:46] Platonides, that's interesting, why is that [21:34:50] hypergrove: in PHP? yeah, probably. i was talking about the JavaScript code :) sorry for the confusion [21:34:52] you may be interested in seeing how wikimedia does that [21:35:22] Platonides, i would! [21:35:42] hypergrove: noc.wikimedia.org [21:35:43] go straight to http://noc.wikimedia.org/conf/ [21:38:11] New patchset: Mattflaschen; "Append notices to container and float left." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53862 [21:38:26] Platonides, all those extensions are being loaded in the global context it seems [21:38:33] New review: Mattflaschen; "(1 comment)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53862 [21:39:00] hashar: Is Jenkins hanging? According to http://integration.mediawiki.org/zuul/status there are several changes waiting to be merged [21:39:03] e.g., include( $IP . '/extensions/ParserFunctions/ParserFunctions.php' ); [21:39:43] New patchset: Vedmaka Wakalaka; "our" [mediawiki/extensions/PageSchemas] (master) - https://gerrit.wikimedia.org/r/53866 [21:40:32] MatmaRex: https://gerrit.wikimedia.org/r/#/c/53863/ [21:42:13] hoo: yeah it is hanged [21:42:28] :/ [21:42:28] New review: Spage; "nicer alignment" [mediawiki/extensions/GettingStarted] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/53862 [21:44:25] fyi, here's the list of globals that seem commonly used by extensions: $wgAPIListModules, $wgAPIModules, $wgActions, $wgAjaxExportList, $wgAutoloadClasses, $wgAvailableRights, $wgDefaultUserOptions, $wgEditPageFrameOptions, $wgExtensionAliasesFiles, $wgExtensionAssetsFullPath, $wgExtensionAssetsPath, $wgExtensionCredits, $wgExtensionFunctions, $wgExtensionMessagesFiles, $wgExtraNamespaces, $wgGroupPermissions, $wgHooks, $w [21:44:25] s, $wgLogHeaders, $wgLogNames, $wgLogTypes, $wgNamespacesWithSubpages, $wgParserTestFiles, $wgReservedUsernames, $wgResourceModules, $wgSpecialPageGroups, $wgSpecialPages,$wgVersion, $useJQuery, $useJQuery, $wgContentNamespaces [21:44:31] New review: Matmarex; "Thanks." [mediawiki/extensions/NavigationTiming] (master) C: 1; - https://gerrit.wikimedia.org/r/53863 [21:44:35] ori-l: ^ [21:44:40] :) [21:45:09] thanks [21:45:10] New patchset: Krinkle; "Use mediawiki.api.watch for watching/unwatching pages" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/50636 [21:45:16] (I have added one - wgExtensionAssetsFullPath, which includes one's DOCUMENT ROOT [21:45:33] New patchset: Mattflaschen; "Use $( window ).load to avoid potentially clobbering handlers" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53863 [21:46:15] Change merged: Ori.livneh; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/53862 [21:47:35] Change merged: Mattflaschen; [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53863 [21:49:01] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53412 [21:49:56] New patchset: Krinkle; "Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [21:50:40] New patchset: Krinkle; "Disallow usernames that look like IPv6 addresses" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/12782 [21:51:17] New patchset: Mattflaschen; "Bump E3Experiments for deploy" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53867 [21:51:27] New patchset: Krinkle; "jquery.suggestions, mediawiki.searchSuggest: Fix form submission" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48252 [21:51:39] New patchset: Ori.livneh; "Update GettingStarted, NavigationTiming to master" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53840 [21:52:35] Krinkle: is there a reason why you're enforcing this commit message style everywhere? [21:52:36] New patchset: Vedmaka Wakalaka; "Extended functions for Page Schemas from Wikivote:" [mediawiki/extensions/PageSchemas] (master) - https://gerrit.wikimedia.org/r/53866 [21:52:41] see [21:52:47] TOO MANY CHANGES! :-] [21:52:50] Krinkle: was it agreed upon by anyone? [21:53:02] Krinkle: i saw the wikitech post, but the opinion were varied there [21:53:13] Krinkle: and personally i don't like it at all [21:53:28] opinions* [21:53:39] i get enough gerritspam already [21:53:45] Then do it right. [21:53:48] MatmaRex: I didn't see any arguments against it. [21:53:51] no need for three more messages for every change i made or i'm a reviewer of [21:54:08] Krinkle: i didn't see any for it, actually. [21:54:20] (apart from people claiming it makes commit more searchable) [21:54:25] 1) it shortens the subject, which has a limited length, 2) it makes it indexable in gerrit search [21:54:35] who uses gerrit search for this? [21:54:39] they are linked on bugzilla [21:54:44] i think this was mentioned in there [21:54:47] Krinkle, some people prefer to have it there [21:54:54] and i can usually fit my message in the limited first line [21:55:01] no need to "help" me like this [21:55:07] it's a gerrit problem that it isn't able to find it [21:55:08] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53840 [21:55:39] preference is no rational argument. [21:55:56] Krinkle: unless you convince me this is better, or there is a large majority in support of it, i'm going to revert those changes you made on my changesets :/ [21:56:15] MatmaRex: tell me why it is better to have it in the subject [21:56:34] MatmaRex: I will not merge changes otherwise, get used to it. [21:56:38] it describes the issue much better? [21:56:48] or discuss rationally and not emotionally [21:57:17] eh, i already waste way too much time on commit maintenance [21:57:17] and on sifting through gerritspam [21:58:33] New review: Martineznovo; "(1 comment)" [mediawiki/extensions/LiquidThreads] (master) C: -1; - https://gerrit.wikimedia.org/r/51834 [21:59:15] New patchset: Mattflaschen; "Bump GuidedTour for deployment." [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53869 [22:00:07] New patchset: Krinkle; "Add SVG version of user icon in Vector personal portlet" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/50355 [22:00:32] Krinkle: you have no rational arguments either [22:00:42] Krinkle: it doesn't make it more searchable for me, i use bugzilla for that [22:00:47] since gerrit's search sucks anyway [22:01:04] and if i can fit in the 60-few chars of commit message first line, then i want the bug number in there [22:01:11] Krinkle "the summary has a limited length" is not a reason when the summary was short enough already [22:01:24] if i can't, or if it's only tangenially related, then sure, i'll move it to the footer [22:01:27] i'm doing this already [22:01:37] The summary will have more space, the reason to move it out even if short is consistency. that's a rational argument. [22:01:43] and for priority [22:01:45] but you can;t single-handedly enforce new commit message conventions [22:01:46] seeing the associated bug # in the top is more discoverable than having it in the footer [22:01:49] just because you feel like it [22:01:52] Krinkle: I'm confused, Since when bug number should be at the end of the summary? It was explicitly stated to be at the start of the first line and parethesized on the Git/Workflow page [22:02:03] Vulpix: since never [22:02:05] so the first thing you see in nonlinked referneces of the subject (titles) the summary is abbreviated and not the bug id [22:02:11] the bug id says nothing [22:02:16] if you need it you click it [22:02:17] Krinkle: it says that there was a bug [22:02:26] Krinkle: this is an important bit of information [22:02:51] as for "gerrit doesn't index it otherwise", I prepared a patch: https://bugzilla.wikimedia.org/45751 [22:02:59] To distinguish between an enhancement or a bug fix, having a bug id in the summary does not disambiguate that [22:03:04] although seems very unlikely to be applied upstream [22:03:10] any change can fix a bug, any change can implement a feature. [22:03:15] Krinkle: as i said, i'm going to revert this on my changes. [22:03:20] whether it was reported is fairly insignificant [22:03:39] Krinkle, it leads you to a bigger discussion and rationale for the change [22:03:43] you haven't convinced me at all [22:04:03] bug number points you to some more context of the change [22:04:08] oh, Platonides already said that. [22:04:18] MatmaRex: Well, I at least justified the choice. you haven't provided anything other than "i like it that way" which you have to admit is a pointless argumetn that I'm not going to talk about further [22:04:30] if you justify your choice I'm more than willing to open the discussion [22:04:36] New patchset: awjrichards; "Update MobileFrontend to head of production branch" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53870 [22:04:39] but until you actually discuss, this converstation is over. [22:04:51] can someone here help me with ne fileupload api? I send a Picture together with some other data to an api-module i created and want to deliver the binary data from the image to the fileupload api. [22:05:26] Krinkle: no you haven't. are you reading our replies? [22:06:27] Krinkle: do you want me to copy those irc lines which you haven't replied to at all in this "conversation"? [22:06:36] Change merged: awjrichards; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53870 [22:07:34] New patchset: Matmarex; "(bug 41729) Move section edit links to after the headings" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49364 [22:07:48] New patchset: Matmarex; "(bug 35974) $.suggestions, mediawiki.searchSuggest: Fix form submission" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48252 [22:07:56] I have to agree with Krinkle, the converstation is over. It's like talking to a wall :) [22:08:10] New patchset: Matmarex; "(bug 23393) (bug 45803) Parser: Fix whitespace handling within headings" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52451 [22:10:12] Also, if the bug number should be at the footer, place it there *in addition to* the first line, no need to remove it from there [22:11:15] Krinkle: if this is a new convention, please notify it appropiately and update the docs [22:12:20] Vulpix: it isn't. there was a wikitech post about this last week, where Chad suggested it as The Way To Link To Bugzilla, and then basically no one agreed with him [22:12:32] Change abandoned: Platonides; "Yes. Abandoning." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52789 [22:12:33] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53869 [22:13:01] it wasn't "a post", it was a long thread [22:13:10] and some people did agree, but others didn't [22:13:49] https://www.mediawiki.org/wiki/Git/Commit_message_guidelines [22:13:50] Vulpix: i justwent through, the total was 1 person in favor (Chad) and 7 against [22:14:15] Vulpix: al right, maybe 2 in favot, Tim Landscheit's post is hard to interpret [22:14:32] http://lists.wikimedia.org/pipermail/wikitech-l/2013-March/thread.html#67115 [22:14:34] krinkle didn't reply to it. [22:14:38] Change merged: Mattflaschen; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53867 [22:15:07] there was also a lot of offtopic about release notes. [22:15:17] New review: Foxtrott; "(1 comment)" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/53270 [22:17:25] Krinkle: i just boldly added a fixme there [22:17:30] since i really got to go right now [22:17:40] i'll fix that tomorrow if no one does [22:18:01] Define fix [22:18:15] I've read the thread, there were no rational reasons against it [22:18:29] I've spotted personal preference and unrelated discussin [22:18:34] new users may want to adopt this way [22:18:43] it is merely a guideline at this point [22:18:55] which is clear benefits and no downsides other than convention by establishment. [22:19:04] "merely a guideline" [22:19:24] "I will not merge changes otherwise, get used to it." [22:19:33] Those that want to do it differently can do so, until it is further enforced. Which I hope it will, because inconsistency is annoying. [22:19:33] so yeah. [22:19:41] guideline my ass. [22:19:44] MatmaRex: Your changes only of course ;-) [22:20:01] New patchset: Kaldari; "Thanks notification for Echo (depends on some new core Hooks)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53501 [22:20:20] (afk) [22:20:57] New patchset: Pgehres; "Refactor migratePass1.php to be a maintenance script." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/53285 [22:25:01] New review: CSteipp; "Talked with hoo about this, and since the creation process enforces _'s instead of spaces, and this ..." [mediawiki/extensions/CentralAuth] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/53286 [22:25:02] Change merged: CSteipp; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/53286 [22:25:54] New patchset: Alex Monk; "Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [22:32:01] what happened to the bug bot? [22:34:59] Betacommand: #mediawiki-feed [22:35:03] New review: Jdlrobson; "(2 comments)" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53505 [22:35:20] marktraceur: WTF? [22:35:28] ..another channel..sigh [22:35:33] * marktraceur agrees [22:35:48] marktraceur: who made that call? [22:36:18] Betacommand: I think Chad may have done it? [22:36:27] Betacommand: But it was definitely in the works for some time. [22:36:40] (back. also sorry, got disconnected.) [22:36:40] I guess Chad just Was Bold and did it. [22:37:16] wow, and completely butchered the feed at the same time [22:37:39] "butchered" [22:38:15] New patchset: Mattflaschen; "Fix Guiders submodule to point to right patchset of flip commit" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/53878 [22:39:06] * marktraceur needs to set up a sane way to track Gerrit + Bugzilla + Mailing lists [22:39:34] what? why was the bot split away? [22:39:39] we should merge some channels instead [22:39:43] like #wikimedia-dev [22:39:53] or maybe get gerrit out of here instead [22:39:58] since it's much more useless [22:40:32] ehhh. [22:41:02] yes, I would prefer to have the bug bot in a channel I already join [22:41:18] if people are annoyed by bots there is always /ignore [22:41:38] Platonides: same here [22:42:01] I think a lot of people come here to ask a question and get confused because of the mass of bot messages [22:42:19] MatmaRex: I find -dev useful for Not MediaWiki But Wikimedia stuff. [22:42:24] New patchset: Pgehres; "Refactor migratePass1.php to be a maintenance script." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/53285 [22:42:35] MatmaRex: Jenkins is my big use case, but Bugzilla and Gerrit also. [22:42:36] marktraceur: why not wikimedia-tech? [22:42:45] marktraceur: seems more appropriate [22:42:56] MatmaRex: That strikes me as deployment + sysadminning, but I could be wrong [22:43:15] marktraceur: that's #-operations [22:44:05] Hm. Clearly I'm all mixed up. [22:44:18] #-tech is for, well, all things tech. [22:44:48] bots don't belong in -tech [22:44:49] New review: Spage; "Moves it to 5006f47 Add changeCookie as setting for if a guider affects the cookie. , git submodule ..." [mediawiki/extensions/GuidedTour] (master) C: 2; - https://gerrit.wikimedia.org/r/53878 [22:45:27] It's for tech support. Don't want feeds making that any more difficult. [22:45:52] Nagios used to go there, it got moved to -operations for I'm assuming that reason [22:46:00] uh, no one wants bots in #-tech [22:46:07] personally, i want them here [22:46:11] the bugzilla one, at least [22:46:23] gerrit-wm can post to /dev/null for all i care [22:46:34] I don't want anything here except MediaWiki core + maybe extensions, bugzilla, gerrit, whatever else [22:46:53] But wikibugs was posting more than that [22:47:46] they should probably filter out wmf/* branches from gerrit-wm as well [22:48:15] if that's why it was killed, then it's throwing out the baby with the bathwater [22:48:50] I doubt that's why it was killed. [22:49:37] the syntax wm-bot is using in #mediawiki-feed can be improved, too [22:49:42] Change merged: Mattflaschen; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/53878 [22:50:29] we can probably ask petan to consider changing that, it's his bot [22:50:53] New patchset: Aaron Schulz; "Fixed importScopedSession() and moved exportUserSession() to RequestContext." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53882 [22:53:29] New patchset: Mattflaschen; "Bump GuidedTour again to fix its own submodule issue" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53883 [22:53:57] what is gerritreviewerbot@gmail.com ? [22:54:49] is it run by petan? [22:54:54] I should talk to him then [22:55:06] still, maybe wikibugs can come back? [22:55:59] I see it adding people as reviewers [22:56:10] Change merged: Mattflaschen; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53883 [22:57:31] Aaron|home: https://www.mediawiki.org/wiki/Git/Reviewers [22:57:35] New patchset: Terrrydactyl; "Added unit testing." [mediawiki/extensions/Git2Pages] (master) - https://gerrit.wikimedia.org/r/53268 [22:57:59] New review: Hoo man; "(2 comments)" [mediawiki/extensions/CentralAuth] (master) C: -1; - https://gerrit.wikimedia.org/r/52297 [22:59:55] Platonides: https://bugzilla.wikimedia.org/show_bug.cgi?id=46139 [22:59:58] marktraceur: ^ [22:59:59] Krenair: ^ [23:00:03] Betacommand: ^ [23:01:00] * marktraceur will print "we <3 you wikibugs" shirts and posters [23:01:22] Platonides, Aaron|home http://lists.wikimedia.org/pipermail/wikitech-l/2012-December/065353.html [23:02:01] New review: Wikinaut; "@Ryan: What do you mean by saying "It's likely better to use a dictionary in LocalSettings, rather t..." [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/49239 [23:03:31] New patchset: Platonides; "(Bug 37884) Disallow usernames that look like IPv6 addresses" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/12782 [23:05:19] New review: CSteipp; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [23:11:54] marktraceur: what was the reason Special:UploadWizard gives a spinner sometimes? [23:13:05] I wonder if these mediawiki.api.titleblacklist errors are related [23:13:39] Aaron|home: It gives spinners until its scripts are all loaded and ready, IIRC. Takes longer on debug=true. Where are you seeing it? [23:14:20] my own testwiki [23:15:19] there are no network requests going on [23:15:50] Aaron|home: And no other UW interface has loaded? [23:16:08] none, just a special page and a spinner [23:17:15] Weird. [23:17:32] Aaron|home: Any JS errors? You may need to open up a developer console to see. [23:18:06] just the mediawiki.api.titleblacklist unknown dependency errors I mentioned above [23:19:07] mediawiki.api.titleblacklist was just moved from core to the extension recently. [23:19:39] !e TitleBlacklist [23:19:39] https://www.mediawiki.org/wiki/Extension:TitleBlacklist [23:26:26] New patchset: awjrichards; "Updating MobileFrontend to tip of production branch" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53889 [23:27:50] New review: Pgehres; "(2 comments)" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/52297 [23:28:26] Change merged: awjrichards; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53889 [23:28:59] marktraceur: submodule update fixed it [23:29:23] New patchset: Pgehres; "Refactoring Special:CentralAuth to use XML and HTML forms." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/52297 [23:30:28] Cool. [23:33:18] New review: Alex Monk; "(1 comment)" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/53285 [23:38:28] New review: Aaron Schulz; "Call to undefined method DerivativeContext::exportSession() in E:\var\www\DevWiki\core\includes\a..." [mediawiki/core] (master) C: -2; - https://gerrit.wikimedia.org/r/53882 [23:40:37] New patchset: Pgehres; "Refactor migratePass1.php to be a maintenance script." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/53285 [23:41:27] New patchset: awjrichards; "Update MobileFrontend to tip of production branch" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53893 [23:43:53] Change merged: awjrichards; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/53893 [23:44:51] New patchset: Lbenedix; "Initial extension code import to Git repository." [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [23:45:23] New review: Cscott; "Still waiting for a review on this." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/51075 [23:45:33] New review: Lbenedix; "fixed several issues with the api and the specialpage" [mediawiki/extensions/UIFeedback] (master) - https://gerrit.wikimedia.org/r/50004 [23:48:32] New patchset: Aaron Schulz; "Fixed E_STRICT warning: Strict Standards: Declaration of UploadFromChunks::stashFile() should be compatible with UploadBase::stashFile(User $user = NULL)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53895 [23:52:09] New patchset: Ori.livneh; "Add 'pageId', 'revisionId', 'action' and 'isAnon'" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53896 [23:52:46] having bugs in another channel but gerrit still here .. either ... or [23:54:29] New patchset: Matthias Mullie; "cache cleanup script" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/53897 [23:57:42] New review: Ori.livneh; "Tested against prod bits endpoint; see 'NavigationTiming_5323808'." [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/53896 [23:58:56] Oh god. [23:59:02] We have a Yuri and Yuvi now. [23:59:07] And two Peters working on fundraising, I think. [23:59:07] #old [23:59:11] So much confusion! [23:59:19] Susan: I feel for you. [23:59:28] You would. [23:59:42] * Susan cages ori-l.