[00:00:06] Change merged: Yaron Koren; [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/33152 [00:00:15] New review: Hoo man; "Per Alex Monk... this change would become quite a lot less messy if https://gerrit.wikimedia.org/r/3..." [mediawiki/extensions/CreditsSource] (master) C: 0; - https://gerrit.wikimedia.org/r/33149 [00:00:52] theKaramanukian: Sorry, I can't help you with that... just heard about that htin for the first time [00:00:56] good night, btw ;) [00:01:17] gn [00:03:00] 03(mod) Scribunto should support global module invocations - 10https://bugzilla.wikimedia.org/39610 +comment (10Rical) [00:06:24] New review: Hoo man; "Bump... anyone taking care of this extension?" [mediawiki/extensions/Interlanguage] (master) C: 0; - https://gerrit.wikimedia.org/r/26839 [00:06:35] 03(mod) Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users - 10https://bugzilla.wikimedia.org/19262 +comment (10Ryan Kaldari) [00:14:47] 03(mod) Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users - 10https://bugzilla.wikimedia.org/19262 +comment (10Andre Klapper) [00:15:06] I'm still unable to edit my mediawiki site through the api, I really need an edit token in order to do so. Can anyone help? [00:30:24] New patchset: leucosticte; "Make Questy answers in arrays case-insensitive" [mediawiki/extensions/ConfirmEdit] (master) - https://gerrit.wikimedia.org/r/33153 [00:32:53] Hello! Would anyone be able to answer some quick queries in regard to MediaWiki and Reporting :) [00:37:23] do you think there'd be support for a git change to replace the 93 items in interwiki.list with the list at https://meta.wikimedia.org/wiki/Interwiki_map ? [00:38:32] 03(mod) Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users - 10https://bugzilla.wikimedia.org/19262 +comment (10Tim Starling) [00:40:57] 03(mod) ULS: JSON loading problems (Access-Control-Allow-Origin) - 10https://bugzilla.wikimedia.org/41489 +comment (10Krinkle) [00:41:13] 03(mod) ULS: JSON loading problems (Access-Control-Allow-Origin) - 10https://bugzilla.wikimedia.org/41489 +comment (10Krinkle) [00:45:15] 03(mod) ULS: JSON loading problems (Access-Control-Allow-Origin) - 10https://bugzilla.wikimedia.org/41489 +comment (10Krinkle) [00:45:31] 03(mod) ULS: JSON loading problems (Access-Control-Allow-Origin) - 10https://bugzilla.wikimedia.org/41489 (10Krinkle) [01:01:35] 03(mod) [Regression] jquery.textSelection fail - 10https://bugzilla.wikimedia.org/34820 +comment (10Krinkle) [01:07:53] could anyone offer some mediawiki help? [01:08:44] I need to create an edit token through simplemediaWiki and the call isn't recognized. [01:11:20] looks like backup battery is completly dry [01:11:42] i quickswapped flawlessy and clock still reset [01:12:09] wonder if I somehow should make something like ntpd attempt to fix clock during startup [01:12:32] so I don't have to see hildon-welcome each battery swap :p [01:13:02] or at least have a working clock [01:13:28] ........ [01:13:34] ignore me ok [01:17:49] theKaramanukian- Which call is that [01:17:50] ? [01:24:50] anomie: thanks it's a call through the simplemediawiki api [01:24:56] (or wrapper) [01:25:02] it's this: wiki.call({'action':'tokens','type':'edit'}) [01:25:56] theKaramanukian- That looks like it should work. What result is it giving you? [01:26:24] {'error': {'info': "Unrecognized value for parameter 'action': token", 'code': 'unknown_action'}} [01:27:07] Are you sure you're passing "tokens" and not "token" for the action parameter? [01:28:57] yes [01:30:49] i'm working on what will be a pretty complex extensions requiring a lot of development work. if I want to collaborate with someone on it, without having to wait with each patch to be approved when changes are made, should I get a direct-push repository? or is this something I should take outside of the mediawiki git? i anticipate it's going to be unstable at many points. [01:31:29] theKaramanukian- The error message seems to say that you're passing "token". If you visit ?action=tokens&type=edit&format=jsonfm in your browser at the API endpoint for your wiki, does it return correctly? [01:32:55] anomie: it return the same error. [01:33:17] And the error message says "token" not "tokens"? [01:34:23] it returns an error whether or not it's token or tokens [01:34:45] Which version of MediaWiki do you have? You can check this at Special:Version. [01:35:11] I have the most recent version 1.19.2 [01:36:52] could it be some setting that I've specified? [01:36:57] action=tokens was introduced in 1.20 (unless it was backported to 1.19.2) [01:37:46] oh 1.19.2 is not the most recent version! [01:38:07] 1.20 was just released last week, after being in "release candidate" mode for a while. [01:38:28] Wikimedia wikis, of course, are already running on the code that will eventually be 1.21. [01:39:11] alright, what did people use to automatically edit pages then? [01:39:24] How did people get login tokens through an api? [01:39:40] not lgtokens, but edit tokens [01:39:41] In the absence of action=tokens, you can always use the "old" style by querying for the edit token via action=query&prop=info&intoken=edit (in that case, you'll need to pass any page to the 'titles' parameter) [01:40:06] 03(mod) Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users - 10https://bugzilla.wikimedia.org/19262 +comment (10Ryan Kaldari) [01:40:25] e.g. https://en.wikipedia.org/w/api.php?format=jsonfm&titles=API&action=query&prop=info&intoken=edit [01:40:54] 03(mod) Long delay in passing a request to Arabic Wikipedia Main Page - 10https://bugzilla.wikimedia.org/40260 minor->major; +comment (10Zack) [01:41:53] What do you mean by "you'll need to pass any page to the 'titles' parameter" [01:43:09] prop=info requires at least one page to be able to return the token. But since the edit token doesn't depend on which page is being edited, you can just use "titles=API" or "titles=Main_page". Or any other valid page title, even if it doesn't actually exist. [01:43:53] 03(mod) Long delay in passing a request to long pages in Arabic Wikipedia - 10https://bugzilla.wikimedia.org/40260 summary (10Zack) [01:45:52] Note that if you really want to be doing the API edit correctly, you'll be wanting to fetch the most recent revision timestamp for the page being edited (using prop=revisions&rvprop=timestamp) to pass back in as the 'basetimestamp' parameter for your call to action=edit. So it's trivial to include the prop=info&intoken=edit call in the same query. For example, https://en.wikipedia.org/w/api.php?format=jsonfm&titles=API&action=query&prop=info|revisions [01:45:52] &intoken=edit&rvprop=timestamp [01:47:47] (while the API allows for omitting the basetimestamp parameter, if you omit it then edit conflicts will not be detected) [01:52:59] sweet thanks a lot! [01:53:51] If I add a wgLogo file, I the wiki won't load. I know I ran into something like this before, but I don't remember what I did about it. [01:53:54] 03(mod) Long delay in passing a request to long pages in Arabic Wikipedia - 10https://bugzilla.wikimedia.org/40260 +performance; +comment (10Andre Klapper) [01:54:12] theKaramanukian- You're welcome [02:04:34] anyone? I've read all the tips at http://www.mediawiki.org/wiki/Manual_talk:$wgLogo, but I still can't get $wgLogo to work [02:05:39] agliodbs: What kind of path are you using? [02:05:51] Isarra: I've tried everyting [02:05:53] relative path [02:05:58] full URL [02:06:16] $wgScriptPath [02:06:23] nothing works [02:06:54] I've checked that the logo is accesible to the web server [02:06:56] http://www.ceramicist.org/images/clayartlogo.png [02:07:52] ... as you can see, it is [02:08:03] but: http://www.ceramicist.org/index.php/Main_Page [02:08:05] I could if my computer would unfreeze its parts. [02:08:22] Did you forget a semicolon? [02:08:37] Because that's what always happens when I forget semicolons. [02:08:46] Or use extra commas in functions. [02:08:52] Or forget to clost quotes... [02:09:27] oh! [02:09:29] d'oh [02:09:30] thanks [02:09:38] * agliodbs feels really dumb now [02:09:53] Yay, I'm not the only one who does that. >.> [02:10:33] This may also help you if you need to debug something in the future. http://www.mediawiki.org/wiki/Manual:How_to_debug [02:10:43] Maybe. I don't understand most of it myself. [02:11:15] Isarra: would you belive I'm a programmer in 3 languages? [02:11:40] Isarra: I keep switching from python to perl and C though, which really trips me up on things like semicolons [02:12:00] Yeah, that's a large part of my problem. [02:12:13] Using python, get into the habit of not using semicolons... [02:12:46] perl is scary. [02:13:46] heh [02:14:01] I like it but then I studied linguistics for a while [02:14:14] just today I was fixing all my indenting in perl [02:14:21] and then had to smack myself [02:15:10] My use of perl generally doesn't extend beyond calling a perl script from php when needed. [02:15:38] Although when the php is also calling a python script, perhaps that's a sign I'm just doing something wrong... [02:16:23] Isarra: or at least something extremely hard to debug [02:16:50] Well, it's already hard to debug - it includes perl. [02:17:04] hah [02:17:15] Sorry, couldn't resist. [02:17:44] personally, I find Perl any Python about equally hard to debug [02:18:03] I find that PHP is harder to debug, actually, due to the lack of any kind of debugger or interactive mode [02:18:28] and I have yet to figure out how to debug Rails at all [02:19:03] Isarra: anyway, thanks for pointing out the obvious for me! [02:19:15] Yeah, the python script is only easier because it's shorter. [02:19:28] No problem. Happens to... well,a t least some of us. [02:19:45] Isarra: Perl has the best interactive debugger of any of the interpreted langauges, IMHO [02:20:12] Isarra: I think it happens to *all* of us. [02:20:44] Aye... [02:25:40] and I don't even wanna talk about miscounting parens [02:31:28] Hey [02:32:35] I would like to donate over 150,000 images, with a lot of meta-data. This is several terabytes of information and would rather send physical copies than upload it myself. Who should I contact? [02:33:44] hey Nerio [02:33:49] Hey saper [02:34:22] what's the licensing of this? [02:34:44] Its mine, so.. [02:34:52] great :) [02:35:04] Its whatever license it needs to be, as long as its free. [02:51:21] 03(FIXED) Setup branches for Git extensions imported from SVN. - 10https://bugzilla.wikimedia.org/38012 +comment (10Krinkle) [02:51:44] 03(mod) Add support for git branches - 10https://bugzilla.wikimedia.org/37946 +comment (10Krinkle) [03:00:58] 03(mod) Component for "shell" non-configuration site requests - 10https://bugzilla.wikimedia.org/39644 +comment (10Krinkle) [03:09:34] 03(mod) EditPage: Preloaded page should be converted if possible and needed - 10https://bugzilla.wikimedia.org/41706 summary (10Krinkle) [03:09:42] 03(mod) EditPage: Preloaded page should be converted if possible and needed - 10https://bugzilla.wikimedia.org/41706 -patch-in-gerrit +code-update-regression (10Krinkle) [03:09:47] 03(mod) EditPage: Preloaded page should be converted if possible and needed - 10https://bugzilla.wikimedia.org/41706 (10Krinkle) [03:10:30] New patchset: Krinkle; "Release-notes: Fixup for I70656b41bd2." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33154 [03:10:47] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33154 [03:12:29] New review: Krinkle; "Still breaks the document by replacing the partially parsed document with a text node. Either re-do ..." [mediawiki/extensions/MoodBar] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29925 [03:34:35] New patchset: Yaron Koren; "Removed now-unnecessary support for MW < 1.17, improved handling for MW 1.21+" [mediawiki/extensions/DataTransfer] (master) - https://gerrit.wikimedia.org/r/33155 [03:36:37] 03(NEW) Suggestions link on article pages - 10https://bugzilla.wikimedia.org/42057 normal; MediaWiki extensions: ArticleFeedbackv5; (fflorin) [03:37:43] 03(mod) Feedback link on article pages - 10https://bugzilla.wikimedia.org/42057 summary (10Fabrice Florin) [03:52:48] Change merged: Yaron Koren; [mediawiki/extensions/DataTransfer] (master) - https://gerrit.wikimedia.org/r/33155 [04:00:13] 03(NEW) getPropertyValues() not working in SMW 1.8 due to blank/null discrepancy for iw value - 10https://bugzilla.wikimedia.org/42058 normal; MediaWiki extensions: Semantic MediaWiki; (yaron57) [04:06:15] 03(mod) Setup branches for Git extensions imported from SVN. - 10https://bugzilla.wikimedia.org/38012 +comment (10Chad H.) [04:09:07] 03(mod) Component for "shell" non-configuration site requests - 10https://bugzilla.wikimedia.org/39644 +comment (10Chad H.) [04:19:25] New patchset: Ori.livneh; "Fix typo (ResourceLodaer => ResourceLoader)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33156 [04:20:08] Change merged: Ori.livneh; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33156 [04:21:54] 03(FIXED) Use of "format=category" in query leads to error in SMWSQLStore3 - 10https://bugzilla.wikimedia.org/42033 +comment (10Yaron Koren) [05:20:49] Need someone good w/ JS [05:24:25] * Jasper_Deng glances at Krenair, Krinkle, liangent, and a few others [05:25:21] Jasper_Deng: ? [05:25:50] liangent: are you good with JS? [05:27:31] I can't say I'm good with it but I want to give it a try [05:27:34] just ask your question [05:29:19] Jasper_Deng: ^ [05:30:29] liangent: how would we automatically update http://www.wikidata.org/wiki/User:Riley_Huntley/sysoplist.js [05:30:37] with the API? [05:30:53] the script it's used in is http://www.wikidata.org/wiki/User:Riley_Huntley/userhighlighter.js [05:33:11] Jasper_Deng: load http://wikidata.org/w/api.php?action=query&list=allusers&augroup=sysop&aulimit=max&format=json directly? [05:33:58] let me try that [05:37:34] liangent: so what would I change @ http://www.wikidata.org/wiki/User:Riley_Huntley/userhighlighter.js? [05:43:14] Jasper_Deng: use /api.php?action=query&list=allusers&augroup=sysop&aulimit=max&format=json instead of /index.php?action=raw&ctype=application/json&title=User:Riley_Huntley/sysoplist.js , then have a look at the above url to see the format of user list you're getting, and fix "data[u.split("_").join(" ")]" [05:43:44] * Jasper_Deng doesn't know how to fix data[u.split("_").join(" ")] [05:43:49] but if there're more than 500 sysops you'll have to do more requests to handle continue things [05:44:20] we won't have that many [05:44:39] PM me the suggested code replacement (in full) [05:48:06] liangent: for the record there are currently 35 sysops [05:51:38] Jasper_Deng: http://www.wikidata.org/wiki/Special:ComparePages?page1=User%3ARiley+Huntley%2Fuserhighlighter.js&rev1=&page2=User%3ALiangent%2Fuserhighlighter.js&rev2=&action=&diffonly=&unhide= [05:51:49] this may be the quickest fix [05:54:31] liangent: it /mostly/ works [05:54:39] except that it doesn't highlight everything @ http://www.wikidata.org/wiki/Wikidata:Administrators [05:57:27] Jasper_Deng: you mean Abraham Taherivand (WMDE) ? [05:57:36] it's a bug in the original script [05:57:36] yeah [05:58:19] liangent: also Danny [05:58:34] is it because of username length? [05:59:09] Jasper_Deng: because of non-ascii in username [05:59:21] how would we fix it? [06:01:02] I would like to almost rewrite the script to fix it [06:01:07] its current implementation looks hacky [06:01:17] liangent: yeah it is. I'll happily accept your replacement. [06:01:36] For the record, that user's fine with me making minor changes to it [06:02:02] what about major changes like a complete rewrite? [06:03:08] liangent: I'll ask first [06:03:15] I'm sure he'll accept [06:03:54] liangent: he accepts [06:19:15] liangent: how's it going? [06:26:16] New review: RobLa; "Can we reconsider the URL-based option as a means of making this work? I'm assuming that's Nikerabb..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32030 [06:41:33] Jasper_Deng: I think this can be a correct script now http://www.wikidata.org/wiki/User:Liangent/userhighlighter.js [06:41:42] * Jasper_Deng tries [06:41:44] New patchset: Ori.livneh; "Package data models as ResourceLoader JavaScript module" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33157 [06:42:09] though I can't figure out a localized special page name for Special:Contributions [06:42:35] so I highlight all links to special pages with a subpagename of username [06:42:45] liangent: Thanks, it works perfectly! [06:45:29] New patchset: Ori.livneh; "Package data models as ResourceLoader JavaScript module" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33157 [07:32:17] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10Erik Moeller) [08:14:56] 03(FIXED) API Edit conflict despite no one is editing with appendtext when editing through redirect - 10https://bugzilla.wikimedia.org/41990 +comment (10Rainer Rillke @commons.wikimedia) [08:15:42] 03(NEW) Kill section auto-numbering - 10https://bugzilla.wikimedia.org/42059 normal; MediaWiki: General/Unknown; (rkaldari) [08:42:16] Morning all [08:42:49] If I wanted a Wysiwyg editor, is there an extension available? [08:50:43] New patchset: Henning Snater; "Moving site selector widget to wikibase namespace" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33158 [08:52:14] New patchset: Reedy; "Update TimedMediaHandler to master" [mediawiki/core] (wmf/1.21wmf4) - https://gerrit.wikimedia.org/r/33159 [08:52:41] New patchset: Reedy; "Update TimedMediaHandler to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/33160 [08:52:58] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf4) - https://gerrit.wikimedia.org/r/33159 [08:53:05] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/33160 [08:59:40] 03(FIXED) the message mobile-frontend-on (and -off) is recycled and causes incorrect translations - 10https://bugzilla.wikimedia.org/41629 +comment (10Amir E. Aharoni) [09:05:21] New patchset: Ori.livneh; "Package data models as ResourceLoader JavaScript module" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33157 [09:16:22] plop [09:16:46] New patchset: Santhosh; "Update jquery.ime from upstream" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/33161 [09:18:00] Nikerabbit: wfMsg( 'plop' ); [09:24:11] New review: Santhosh; "Merged to upstream https://github.com/wikimedia/jquery.ime/commit/897081a5235078a14f46802274b13e72ff..." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/31808 [09:26:16] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10Niklas Laxström) [09:26:25] ori-l: Warning: wfMsg is deprecated [09:26:34] i know :( [09:27:06] i was trying to ask you what you meant by plop by getting the translation for 'plop' in 'qqq' but got tangled up. oh well. [09:32:37] http://www.urbandictionary.com/define.php?term=plop [09:33:14] heh [09:33:33] 8. indication of presence [09:33:55] I prefer the interpretation "sound a bottle of beer makes when opened" [09:34:37] New review: Santhosh; "Merged in upstream https://github.com/wikimedia/jquery.ime/commit/36ca924668a7ebff62922194b481342cf3..." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/31806 [09:35:29] Nikerabbit: btw, i spent a bit of time thinking about the ULS problem last night. didn't update the ticket because i didn't want to pile-on half-useful information. but people have patched squid to do stuff like this before. [09:36:33] Nikerabbit: squid has a url_rewriter config param. url_rewriter can be any program that reads lines representing requests (http method + url + client ip) and writes a rewritten URL for each [09:37:13] by default squid doesn't include any headers in the output format it sends to the url_rewriter program [09:37:35] but i found at least one example of someone who said they added it in and that it worked well [09:39:22] so if you did that you'd simply take the value of the ULS cookie or header field and add it to the URL as a param [09:39:28] 03(mod) When moving all subpages of a normal page, translatable page is moved but its translation pages are not - 10https://bugzilla.wikimedia.org/42025 +comment (10Niklas Laxström) [09:40:15] i started poking around the squid source last night to see how one might do this but fell asleep :) [09:40:27] ori-l: that could work, if someone actually patches the squid to do that [09:41:04] do you know what version of squid we're running in production? [09:42:30] 03(mod) When moving all subpages of a normal page, translatable page is moved but its translation pages are not - 10https://bugzilla.wikimedia.org/42025 +comment (10Nemo) [09:43:27] New review: Nikerabbit; "Was reported as bug 41998" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32569 [09:43:44] 03(FIXED) Declaration of ForeignAPIRepo::getZoneUrl() should be compatible with that of FileRepo::getZoneUrl() - 10https://bugzilla.wikimedia.org/41998 +comment (10Niklas Laxström) [09:44:15] 03(VERIFIED) Declaration of ForeignAPIRepo::getZoneUrl() should be compatible with that of FileRepo::getZoneUrl() - 10https://bugzilla.wikimedia.org/41998 (10Niklas Laxström) [09:44:26] ori-l: no I don't know much about that [09:44:30] New review: Santhosh; "Thanks!" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/31753 [09:50:25] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10Erik Moeller) [10:02:49] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10Erik Moeller) [10:04:54] New patchset: Henning Snater; "QUnit test for site selector widget" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33162 [10:08:53] New review: Santhosh; "Thanks! merged in https://github.com/wikimedia/jquery.ime/commit/f810e0aabec15c0a493f533731c201e3d5d..." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/31751 [10:10:33] New patchset: Amire80; "(bug 2865) Add lang attribute to firstHeading" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33163 [10:23:36] New patchset: Henning Snater; "Overwriting autocomplete's search delay in site selector widget" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33164 [10:26:53] 03(mod) Enable $wgAllowCopyUploads (upload by URL) - 10https://bugzilla.wikimedia.org/20512 +comment (10Rd232) [10:31:54] 03(mod) User interface HTML elements don't use lang attribute - 10https://bugzilla.wikimedia.org/2865 15enhancement->normal; +patch-in-gerrit; +comment (10Amir E. Aharoni) [10:31:55] 03(mod) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41900 +comment (10Daniel Kinzler) [10:32:01] 03(mod) TextContent expects a string in the constructor - 10https://bugzilla.wikimedia.org/41801 +comment (10Daniel Kinzler) [10:35:13] New review: Santhosh; "https://github.com/wikimedia/jquery.ime/commits/master" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/31807 [10:36:45] 03(NEW) wbgetitems/wbgetentities: api requests fail on multiple site/title pairs - 10https://bugzilla.wikimedia.org/42060 major; MediaWiki extensions: WikidataRepo; (bugreporter) [10:37:40] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/33053 [10:48:20] New patchset: Zfilipin; "Updated Ruby gems" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33165 [10:56:13] New review: Santhosh; "Niklas' comments addressed https://github.com/wikimedia/jquery.ime/commit/252512f66f44a7bd6c6322443d..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33161 [10:57:20] New review: Nikerabbit; "What's the use case for external callers?" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/33150 [11:02:40] 03(mod) ULS: JSON loading problems (Access-Control-Allow-Origin) - 10https://bugzilla.wikimedia.org/41489 +comment (10Niklas Laxström) [11:05:34] 03(mod) Kill section auto-numbering - 10https://bugzilla.wikimedia.org/42059 +comment (10Erik Moeller) [11:06:41] New review: Hydriz; "Merging, has already been thoroughly tested." [mediawiki/extensions/HostStats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33047 [11:06:42] Change merged: Hydriz; [mediawiki/extensions/HostStats] (master) - https://gerrit.wikimedia.org/r/33047 [11:16:11] New review: Waldir; "Just a small note: you could change the author line in the commit message to refer to the original a..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/33163 [11:18:53] New review: TheDJ; "Missing RELEASE-NOTES change (P.S. we have this a lot lately and it's rebase hell as well, we should..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/33163 [11:25:26] 03(VERIFIED) Enable patrol flags on Wikidata - 10https://bugzilla.wikimedia.org/41907 (10Jérémie Roquet) [11:26:07] 03(FIXED) Give autopatrolled group on Wikidata the 'patrol' right - 10https://bugzilla.wikimedia.org/42052 +comment (10Jérémie Roquet) [11:26:15] 03(VERIFIED) Give autopatrolled group on Wikidata the 'patrol' right - 10https://bugzilla.wikimedia.org/42052 (10Jérémie Roquet) [11:34:30] 03(mod) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41900 +comment (10Ariel T. Glenn) [11:40:43] Hi all. Stupid question: with the Mediawiki 1.20 and WikiEditor an Enter is not seen as a New Line anymore. Have to put
after each line. Is there a workaround to fix this? [11:53:08] New patchset: Zfilipin; "Display link to Sauce Labs job in console output" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33166 [11:54:23] New patchset: Henning Snater; "Moving label/value definition from SiteIdInterface to site selector" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33167 [12:05:47] 03(NEW) installation request - 10https://bugzilla.wikimedia.org/42061 normal; MediaWiki extensions: [other]; (benson_muite) [12:07:28] 03(mod) installation request - 10https://bugzilla.wikimedia.org/42061 (10benson_muite) [12:10:39] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32502 [12:11:06] New patchset: Amire80; "(bug 2865) Add lang attribute to firstHeading" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33163 [12:16:42] 03(mod) thumb.php on Wikimedia Commons is serving broken images (thumbnail generation fails) - 10https://bugzilla.wikimedia.org/42047 +comment (10Andre Klapper) [12:27:11] New patchset: Eloquence; "(bug 41672) Drop "My" from "My courses" toplink" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/33168 [12:27:22] hi does anyone know how to build a semantic form? [12:27:36] This is my example code [12:27:36] {{{1}}} is an actress[[Category:Actress]] born in {{{2}}}, [[Has state::{{{3}}}]], U.S. Her height is [[Has height::{{{4}}}]]. {{born}} [[Has year::{{{5}}}]]. [12:27:36] Now I would like to fill the {numbers} with a form [12:29:26] it doesn't work that way [12:30:15] I have this template {{actresses}} [12:30:24] and through that I would like to create new articels [12:30:43] New patchset: Zfilipin; "Install syntax highlighting gem for Cucumber HTML reports" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33169 [12:32:28] can anyone help me with my class project please :) [12:40:14] New patchset: Zfilipin; "Constant SECRET is now needed locally too" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33170 [12:41:05] 03(NEW) [] in the future dont show this message does not work - 10https://bugzilla.wikimedia.org/42062 normal; MediaWiki extensions: TimedMediaHandler; (jgerber) [12:46:53] New patchset: Jeroen De Dauw; "Some cleanup in ExternalChangesList" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33171 [12:47:23] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/33168 [12:50:23] 03(mod) Add Wikivoyage to squid logs page view stats - 10https://bugzilla.wikimedia.org/42055 +comment (10Andre Klapper) [12:52:13] 03(NEW) Provide a linked data endpoint for accessing entities - 10https://bugzilla.wikimedia.org/42063 normal; MediaWiki extensions: WikidataRepo; (daniel.kinzler) [12:52:18] 03(mod) User Preferences do not allow me to go to any other tab in IE9 due to "compatibility mode" - 10https://bugzilla.wikimedia.org/41792 summary (10Andre Klapper) [12:52:23] 03(mod) New edit toolbar isn't displayed in IE8 (goes into compatibility mode and acts like IE7) - 10https://bugzilla.wikimedia.org/24194 summary (10Andre Klapper) [12:52:29] 03(mod) Provide a linked data endpoint for accessing entities - 10https://bugzilla.wikimedia.org/42063 normal->15enhancement (10Daniel Kinzler) [12:53:06] 03(mod) Please make Cortado path configurable - 10https://bugzilla.wikimedia.org/40070 +comment (10Andre Klapper) [12:53:37] New patchset: Jeroen De Dauw; "Added ClaimsSerializer and did a lot of cleanup, mainly reverting most of 5c29e13798dd31cd233ffbd2d28ca6854177bb8b" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32736 [12:54:07] New patchset: Zfilipin; "Added local MediaWiki install to config file" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33172 [12:55:54] 03(NEW) Make AbuseFilter aware of Wikibase content models. - 10https://bugzilla.wikimedia.org/42064 normal; MediaWiki extensions: WikidataRepo; (daniel.kinzler) [13:01:02] 03(mod) links to local files not working though $wgUrlProtocols[] = "file:///" in LocalSettings - 10https://bugzilla.wikimedia.org/41584 +comment (10Muc) [13:02:06] New patchset: J; "Use bits cortado url for commons videos" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/33173 [13:04:40] New review: Faidon; "+1 in concept, can't talk much about the code. I'd also adjust that comment right above the line you..." [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/33173 [13:05:32] 03(mod) Incorrect number of active users - 10https://bugzilla.wikimedia.org/41933 +comment (10snaevar) [13:06:17] 03(mod) Incorrect number of active users - 10https://bugzilla.wikimedia.org/41933 +comment (10snaevar) [13:06:23] 03(mod) Incorrect number of active users - 10https://bugzilla.wikimedia.org/41933 minor->normal (10snaevar) [13:11:13] New patchset: Jeroen De Dauw; "Put API test in medium group" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33174 [13:12:53] New patchset: J; "Use bits cortado url for commons videos" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/33173 [13:16:05] 03(NEW) Filter redundant jobs from the queue - 10https://bugzilla.wikimedia.org/42065 normal; MediaWiki: JobQueue; (daniel.kinzler) [13:17:59] 03(mod) Filter redundant jobs from the queue - 10https://bugzilla.wikimedia.org/42065 normal->15enhancement (10Daniel Kinzler) [13:22:08] Hi. I was wondering how to make the "Hide selected revision" button appear in the history list? [13:22:35] For the Oversight extension. [13:25:37] I want to know how to make the "Hide selected revision" button appear. [13:27:26] 03(mod) Make AbuseFilter aware of Wikibase content models. - 10https://bugzilla.wikimedia.org/42064 +comment (10Andre Klapper) [13:29:06] Well? [13:33:01] 03(mod) JobQueue not working: no jobs run except for high-priority ones like enotif - 10https://bugzilla.wikimedia.org/41656 +comment (10Andre Klapper) [13:35:22] New patchset: Jeroen De Dauw; "Removed unused use statements" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33175 [13:41:24] New patchset: Aude; "add EntityChange base class to handle common stuff for all change types" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33033 [13:41:44] New patchset: Jeroen De Dauw; "Added value validator factory" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33176 [13:42:28] New patchset: Amire80; "Uniform $rtl usage in Arabic-script Messages*.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33177 [13:43:04] New patchset: J; "Use bits cortado url for commons videos" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/33173 [13:43:53] 03(mod) JobQueue not working: no jobs run except for high-priority ones like enotif - 10https://bugzilla.wikimedia.org/41656 +comment (10Yaron Koren) [13:45:00] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/33173 [13:45:14] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33171 [13:48:40] Change merged: Henning Snater; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33174 [13:50:21] New patchset: Daniel Kinzler; "Regression test for detecting edit conflicts." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33085 [13:50:22] New patchset: Jeroen De Dauw; "Improved docs" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33178 [13:51:05] New patchset: Jeroen De Dauw; "Removed static method from interface as this is not allowed in strict mode" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33179 [13:51:51] 03(FIXED) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41900 (10Daniel Kinzler) [13:52:38] New patchset: Jeroen De Dauw; "updated rel notes" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33180 [13:52:56] New patchset: Jeroen De Dauw; "updated rel notes and bumped version to 0.3 alpha" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33180 [13:54:10] New patchset: Jeroen De Dauw; "Added value formatter factory" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33181 [13:54:13] 03(mod) Make AbuseFilter aware of Wikibase content models. - 10https://bugzilla.wikimedia.org/42064 +comment (10Daniel Kinzler) [13:56:05] New review: Daniel Kinzler; "@RobLa: Daniel Werner tried this in the StickToThatLanguage extension. It requires all URLs in the o..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32030 [14:01:37] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32660 [14:02:16] New review: Daniel Werner; "Actually, we did NOT go the JavaScript way. We hook into some places where we can modify links nicel..." [mediawiki/extensions/UniversalLanguageSelector] (master) C: 0; - https://gerrit.wikimedia.org/r/32030 [14:04:06] 03(mod) Wikidata special page aliases give an "no such special page" error. - 10https://bugzilla.wikimedia.org/42028 +comment (10snaevar) [14:05:06] New patchset: Aude; "add EntityChange base class to handle common stuff for all change types" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33033 [14:05:06] New patchset: Aude; "cleaning up some code in wikibase client hooks" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33086 [14:09:06] 03(WONTFIX) Internal links: Current pages shall not be listed as a suggestion - 10https://bugzilla.wikimedia.org/20607 +comment (10Nemo) [14:14:03] New patchset: Daniel Werner; "Created $.valueview and sub-system for creating DataValue edit view widgets" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33183 [14:14:16] New review: J; "where is action-transcode-status used?" [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32917 [14:15:24] New patchset: Jeroen De Dauw; "Provide arguments for constructor test" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33184 [14:15:40] Change merged: Jeroen De Dauw; [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33180 [14:18:50] 03(mod) Add AWB to list of products - 10https://bugzilla.wikimedia.org/39072 +comment (10Andre Klapper) [14:19:42] 14(WFM) List of components and bugs by chronological order for each component in Bugzilla - 10https://bugzilla.wikimedia.org/36574 +comment (10Andre Klapper) [14:20:41] New patchset: Aude; "cleaning up some code in wikibase client hooks" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33086 [14:22:34] 03(mod) Add two new statuses to the workflow: patch released and patch committed. - 10https://bugzilla.wikimedia.org/39402 +comment (10Andre Klapper) [14:23:37] 03(mod) Publish Bugzilla customizations on Gerrit - 10https://bugzilla.wikimedia.org/40642 +comment (10Andre Klapper) [14:23:46] New patchset: Aude; "add EntityChange base class to handle common stuff for all change types" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33033 [14:23:57] New patchset: Jeroen De Dauw; "Provide arguments for constructor test" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33184 [14:27:36] New patchset: Amire80; "(bug 2865) Add lang attribute to firstHeading" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33163 [14:28:51] New patchset: Jeroen De Dauw; "Improved docs" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33178 [14:29:01] New patchset: Aude; "add EntityChange base class to handle common stuff for all change types" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33033 [14:30:50] 03(mod) wikibugs bot: add to wikivoyage channel and customize output - 10https://bugzilla.wikimedia.org/41142 normal->15enhancement; +comment (10Andre Klapper) [14:32:00] New patchset: Amire80; "(bug 2865) Add lang attribute to firstHeading" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33163 [14:34:45] Ehhh... why does this fail - https://gerrit.wikimedia.org/r/#/c/33163/ ? Is something broken in my commit or in Jenkins? [14:36:24] Change merged: Jens Ohlig; [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33184 [14:36:30] 03(mod) Wikibugs does not always report the real name instead of e-mail prefix when reporting on IRC - 10https://bugzilla.wikimedia.org/18831 -patch -patch-reviewed ; summary; +comment (10Andre Klapper) [14:36:36] New patchset: Jeroen De Dauw; "Removed static method from interface as this is not allowed in strict mode" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33179 [14:36:38] New patchset: Jeroen De Dauw; "Improved docs" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33178 [14:37:06] New patchset: Yaron Koren; "Cosmetic improvements" [mediawiki/extensions/DataTransfer] (master) - https://gerrit.wikimedia.org/r/33186 [14:37:21] New patchset: Jens Ohlig; "add wikivoyage to site group map" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33060 [14:37:31] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33060 [14:38:26] 14(WFM) wikibugs doesn't report resolutions - 10https://bugzilla.wikimedia.org/21828 +comment (10Andre Klapper) [14:39:16] Change merged: Jeroen De Dauw; [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33178 [14:39:47] Change merged: Yaron Koren; [mediawiki/extensions/DataTransfer] (master) - https://gerrit.wikimedia.org/r/33186 [14:42:18] New review: Jens Ohlig; "Oh thank you SOOOOOO much. That does the trick!" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32580 [14:42:18] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32580 [14:42:48] 03(mod) links to local files not working though $wgUrlProtocols[] = "file:///" in LocalSettings - 10https://bugzilla.wikimedia.org/41584 +comment (10Muc) [14:43:05] New patchset: Yaron Koren; "New version: 0.3.12" [mediawiki/extensions/DataTransfer] (master) - https://gerrit.wikimedia.org/r/33187 [14:44:10] Change merged: Yaron Koren; [mediawiki/extensions/DataTransfer] (master) - https://gerrit.wikimedia.org/r/33187 [14:44:34] Change merged: Jens Ohlig; [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33179 [14:46:00] Krinkle|detached: think you need to convince Danwe to not do if( rather then if ( [14:47:14] 03(mod) Make MathJax menus translatable [upstream] - 10https://bugzilla.wikimedia.org/35038 +comment (10Amir E. Aharoni) [14:47:37] New review: Jeroen De Dauw; "Has no tests" [mediawiki/extensions/DataValues] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/33183 [14:48:18] Hi Reedy. Can you see why does https://gerrit.wikimedia.org/r/#/c/33163/ fail? [14:50:14] New patchset: Matthias Mullie; "Bug 42057 - Feedback link on article pages" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/33188 [14:51:10] aharoni, How come Patch set 1 & 2 is success...I see the same change in patch 4? correct me if i am wrong... I am trying to understand the failure too [14:51:18] New patchset: Jeroen De Dauw; "Fixed a bunch of issues with feed printer" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/33117 [14:51:36] malkum: changes 3 and 4 are just in the release notes file. [14:51:40] New patchset: Mwjames; "Merge branch 'master' into 1.9.x" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/33189 [14:52:11] Change merged: Henning Snater; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/32830 [14:52:21] 03(mod) Special:WantedCategories stopped updating - 10https://bugzilla.wikimedia.org/41919 +comment (10Dennis C. During) [14:52:31] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/33189 [14:54:43] New patchset: Mwjames; "(Bug 36309) Introduce +sep= as a multiple value identifier in #set" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32347 [14:55:55] aharoni, hmmmm for me it looks fine... [14:56:29] 03(mod) Feedback link on article pages - 10https://bugzilla.wikimedia.org/42057 +comment (10Matthias Mullie) [14:56:45] Change merged: Henning Snater; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/31836 [14:58:18] New review: Mwjames; "Unit tests OK (8 tests, 16 assertions)" [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 1 C: 0; - https://gerrit.wikimedia.org/r/32347 [14:59:57] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31206 [15:00:45] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33046 [15:00:55] 03(NEW) Arabic Wikipedia Mailing List - 10https://bugzilla.wikimedia.org/42066 normal; Wikimedia: Mailing lists; (Abbassalamat) [15:01:39] New patchset: Jens Ohlig; "change rebuildrc option to rebuild and also clear entity cache and items per site" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33070 [15:01:45] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33070 [15:02:14] 03(mod) Upgrade Bugzilla to 4.2 - 10https://bugzilla.wikimedia.org/33158 +comment (10Andre Klapper) [15:02:56] New patchset: Aude; "add EntityChange base class to handle common stuff for all change types" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33033 [15:07:10] 03(mod) Several pages (e.g. Special:WantedCategories) stopped updating on *.wiktionary.org since Oct31 - 10https://bugzilla.wikimedia.org/41919 summary; +comment (10Andre Klapper) [15:07:25] Change abandoned: Aude; "not needed" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32929 [15:07:41] Change abandoned: Aude; "not needed" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32557 [15:09:21] New patchset: Jeroen De Dauw; "Improved setup and entry point code" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33190 [15:09:52] New patchset: Aude; "cleaning up some code in wikibase client hooks" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33086 [15:11:20] New patchset: Jeroen De Dauw; "Include test commented out for unknown reason" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/33191 [15:14:50] 03(mod) Make MathJax menus translatable [upstream] - 10https://bugzilla.wikimedia.org/35038 +comment (10Frédéric Wang) [15:16:57] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Nemo) [15:16:57] 03(mod) JobQueue not working: no jobs run except for high-priority ones like enotif - 10https://bugzilla.wikimedia.org/41656 (10Nemo) [15:17:49] 03(mod) Add AWB to list of products - 10https://bugzilla.wikimedia.org/39072 +comment (10Marios Magioladitis) [15:20:45] has anyone looked into the CSS of MediaWiki? [15:20:51] you know it's like 2500 lines? [15:21:09] how am I supposed to rework that? [15:22:09] Sorry for the tone, it's just.. I can't even imagine how I would do this.. [15:22:17] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33056 [15:22:26] 03(mod) Add AWB to list of products - 10https://bugzilla.wikimedia.org/39072 +comment (10Marios Magioladitis) [15:28:44] oh yeah so I just switch to use myskin and rework from there [15:33:27] 03(NEW) changePassword.php does not work for Usernames containing "�" - 10https://bugzilla.wikimedia.org/42067 normal; MediaWiki: Maintenance scripts; (carchaias) [15:34:08] 03(mod) Please make Cortado path configurable - 10https://bugzilla.wikimedia.org/40070 +comment (10Faidon Liambotis) [15:37:33] 03(mod) Make MathJax menus translatable [upstream] - 10https://bugzilla.wikimedia.org/35038 +comment (10Frédéric Wang) [15:37:48] 03(mod) changePassword.php does not work for Usernames containing "�" - 10https://bugzilla.wikimedia.org/42067 (10carchaias) [15:42:34] New review: Jeroen De Dauw; "Awesome :)" [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32347 [15:42:34] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32347 [15:44:34] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33108 [15:45:27] Change merged: Jens Ohlig; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/33175 [15:47:12] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33033 [15:50:25] 03(mod) User interface HTML elements don't use lang attribute - 10https://bugzilla.wikimedia.org/2865 (10Fomafix) [15:52:35] 03(mod) Language and direction of first heading should depend on page content language instead of user interface language - 10https://bugzilla.wikimedia.org/34514 +patch +patch-need-review (10Fomafix) [15:54:16] !ping [15:54:16] Pong. [15:54:25] at least something works :P [15:57:38] New patchset: Daniel Werner; "Added ClaimsSerializer and did a lot of cleanup, mainly reverting most of 5c29e13798dd31cd233ffbd2d28ca6854177bb8b" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32736 [15:57:42] Pong (delay: over 9000 milliseconds) [15:59:25] 03(mod) Arabic Wikipedia Mailing List - 10https://bugzilla.wikimedia.org/42066 +comment (10Andre Klapper) [15:59:46] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32736 [16:03:02] 03(mod) No longer able to move subpages if moving to a different namespace - 10https://bugzilla.wikimedia.org/42024 (10mybugs.mail) [16:03:45] 03(mod) Add AWB to list of products - 10https://bugzilla.wikimedia.org/39072 +comment (10Andre Klapper) [16:05:03] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33057 [16:05:15] 03(mod) No longer able to move subpages if moving to a different namespace - 10https://bugzilla.wikimedia.org/42024 +testme; +comment (10Nemo) [16:06:38] 03(mod) changePassword.php does not work for Usernames containing "�, �, �, �" - 10https://bugzilla.wikimedia.org/42067 (10carchaias) [16:08:39] New patchset: Mwjames; "(Bug 39019) Add +sep= as a multiple value identifier in #subobject" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/33193 [16:12:42] 03(mod) changePassword.php does not work for Usernames containing umlauts (�, �, �, �) - 10https://bugzilla.wikimedia.org/42067 summary; +comment (10Andre Klapper) [16:15:52] 03(mod) Language and direction of first heading should depend on page content language instead of user interface language - 10https://bugzilla.wikimedia.org/34514 +i18n; +comment (10Andre Klapper) [16:16:57] 03(mod) Arabic Wikipedia Mailing List - 10https://bugzilla.wikimedia.org/42066 +comment (10Elph) [16:17:26] New review: Mwjames; "Uses the same ParserParameter class as #set which enables multiple values either by |Has property=Va..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 1 C: 0; - https://gerrit.wikimedia.org/r/33193 [16:20:44] 03(mod) Other actions beside login should be throttled based on failed captcha attempts - 10https://bugzilla.wikimedia.org/40496 +comment (10Chris Steipp) [16:20:48] New patchset: Jeroen De Dauw; "Added compat for 0.1 and 0.2 serialization" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33094 [16:21:08] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33076 [16:21:22] New review: Jeroen De Dauw; "Approved by danwe. PS2 is just a rebase" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33094 [16:21:23] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33094 [16:22:03] 03(NEW) Internal error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 normal; MediaWiki: User preferences; (pirsquared17) [16:23:42] What is the preferred way of marking a ResourceLoader module for inclusion at the *top* of the page? [16:24:21] anyone know an equivalent to var_dump() php on Scribunto [16:24:25] ? [16:24:39] please :) [16:25:40] New patchset: Hoo man; "(bug 7851) Added AJAX patrolling (mediawiki.page.patrol.ajax)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [16:25:52] 03(ASSIGNED) [SMW] Separator for multiple values per property in subobjects - 10https://bugzilla.wikimedia.org/39019 +comment (10MWJames) [16:25:54] Raylton: I'm at work, but my version of Lua at home has a dump() function ...maybe that will help (?) [16:26:34] Raylton: or maybe try this function: http://www.lua.org/gems/vardump.lua [16:27:04] New review: Hoo man; "Removed the configuration var and minor changes (per Krinkle's comments... thanks for that)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26440 [16:27:25] New patchset: Hoo man; "(bug 7851) Added AJAX patrolling (mediawiki.page.patrol.ajax)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [16:27:28] daniel_renfro, i'll try... [16:31:29] daniel_renfro, did not work ... I'm trying to work in debug console in mediawiki.org [16:31:56] New review: Cmcmahon; "maintenance" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33165 [16:31:56] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33165 [16:32:22] New review: Daniel Werner; "I really don't like this change, not at all. But I guess its the fastest fix." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33087 [16:32:23] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33087 [16:32:45] New review: Cmcmahon; "enhance reporting" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33166 [16:32:45] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33166 [16:33:05] 03(mod) Fatal exception error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 normal->major; summary; +comment (10Andre Klapper) [16:33:12] Raylton: Do you mean the browser's console (like Firefox's Firebug extension?) or are you using http://www.mediawiki.org/wiki/Manual:$wgDebugToolbar ? [16:33:23] Raylton: I'm not familiar with Scribunto at all, :/ [16:33:47] New patchset: Hoo man; "Implement static public Parser::getExternalLinkRel" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33150 [16:34:23] New review: Cmcmahon; "maintenance" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33096 [16:34:23] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33096 [16:34:33] 03(FIXED) parser function #set / settting multiple values for the same property - 10https://bugzilla.wikimedia.org/36309 +comment (10MWJames) [16:34:38] Raylton: maybe you could post a question to the wikitext-l list; that is where they talk about Scribunto [16:35:32] New review: Cmcmahon; "I thought I'd already changed this, but apparently not" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33170 [16:35:32] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33170 [16:35:57] New patchset: Matthias Mullie; "Bug 42057 - Feedback link on article pages" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/33188 [16:36:20] New review: Cmcmahon; "support local test env" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33172 [16:36:20] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33172 [16:36:43] New review: Hoo man; "Addressed Nikerabbit's comments." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/33150 [16:37:33] daniel_renfro, no, I'm talking about the debug console below the edit box in the code namespace "module". [16:37:48] Is it possible to make up arbitrary new log types? [16:38:14] Without too much trouble, that is... [16:39:32] sumanah, yes... maybe. but let me try a bit more here, ok? :) [16:39:52] ok, Raylton :) [16:40:40] Raylton: Sorry, I'm way out of my league...maybe sumanah will be of help [16:41:02] Victor Vasiliev and Ross Andrews read that list and will respond to questions there, in my experience [16:42:19] 03(mod) Search on wikidata.org shows same item multiple times - 10https://bugzilla.wikimedia.org/41579 +comment (10Anja Jentzsch) [16:43:00] daniel_renfro, maybe you know only one variable to work with the title of the page... like {{PAGENAME}} [16:43:25] or sumanah... [16:43:54] sorry, Raylton, I'm less expert than Daniel. Have you tried looking around mediawiki.org already? [16:46:30] Raylton: I have no idea. Maybe http://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#MediaWiki_libraries might help [16:47:05] Raylton: This sounds like a place where the Mediawiki.org documentation could use some expansion/editing ! [16:47:28] sumanah, yes... I found "mw.page.title.name" but does not work, I think I might be doing something wrong. [16:48:54] Krenair: got a moment to help Raylton [16:48:56] ? [16:49:38] New review: Anomie; "Additional test looks good. A few minor nitpicks." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/33085 [16:49:39] 03(mod) Fatal exception error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 +comment (10Andre Klapper) [16:49:39] 03(mod) Incubator site settings and related bugs (tracking) - 10https://bugzilla.wikimedia.org/28486 (10Andre Klapper) [16:50:49] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/33117 [16:51:02] daniel_renfro, the problem is that I have not found examples of the use of the variable "mw.page.title.name" and this hinders my learning a bit [16:51:30] daniel_renfro, you understand? [16:52:29] Raylton: I'd think that it would be buried inside the 'frame' variable, but I can't find it. Maybe this is a question for the mediawiki-l mailing list (I usually get good responses there.) [16:53:00] 03(mod) Fatal exception error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 +comment (10MF-Warburg) [16:53:11] Raylton: I understand, and also cannot find examples (or know much Lua) [16:53:44] New patchset: Daniel Kinzler; "Clean up database cloning for tests." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33194 [16:53:45] New patchset: Daniel Kinzler; "Log profiling data when tests have finished." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33195 [16:57:38] Why isn't this code working? It still prints NeedToken.http://dpaste.de/0kq2B/ [16:58:30] hello to you. [16:58:43] daniel_renfro, I'll read the link you sent me ( http://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#MediaWiki_libraries), and if I can not find an answer I ask in wikitech-l. ok? [16:59:00] What is involved in becoming active as a develper on commons (to improve img search) [16:59:13] thank you sumanah and daniel_renfro :) [16:59:21] :) [16:59:27] hi eptalon [16:59:33] hello sumanah [16:59:38] eptalon: what programming languages do you know? [16:59:39] I have a vision. [17:00:00] Willdude123: Without looking to much... probably cookie handling [17:00:05] my lib does this additional_headers={'Cookies' : result_xml.attrib['cookieprefix'] + '_session=' + result_xml.attrib['sessionid'] + ';'} [17:00:09] sumanah: Pascal, C, C++, Java, Lisp, PHP, Prolog, and a few others. [17:00:16] Raylton: You're welcome, I think maybe the *experts* are the ones to ask (:)) [17:00:25] New review: Aude; "not tried this out yet but happy to see this cleaned up." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/33194 [17:00:28] eptalon: ok! this is great [17:00:37] eptalon: https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker is your start [17:00:41] sumanah: oh, forgot Matlab. [17:00:48] hoo: What can I do about that? [17:01:48] eptalon: and then improve https://www.mediawiki.org/wiki/Extension:Lucene-search - check out https://gerrit.wikimedia.org/r/#/q/message:Search+project:mediawiki/core,n,z for some pointers on what people have been up to [17:01:49] sumanah: its mostly php and db's, no? [17:02:06] eptalon: MediaWiki is mostly in PHP and Wikimedia uses MySQL, yeah [17:02:20] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33158 [17:02:36] Willdude123: I've never used httplib... if it doesn't handly cookies at it's own you have to either use another lib for that or write smth. at your own [17:03:05] What other libs are there? [17:03:23] dunno... there is a cookiejar lib AFAIR, but I've never used it [17:03:23] sumanah: A very basic idea, when searching: First search for the "phrase", then search for single parts of the phrase. Mark clearly where a result is from. [17:03:45] Krenair said it was a cookie problem, but I just need to figure out how to solve it. [17:03:48] I've implemented this at my own in my wiki.py (especially to be able to handle CentralAuth cookies properly) [17:04:04] this = cookie handling [17:04:18] eptalon: you can file that as an "enhancement" idea in Bugzilla - bugzilla.wikimedia.org - and then go ahead and make it so! [17:04:44] Ugh. [17:04:50] Willdude123: You might want to take a look http://toolserver.org/~hoo/src/wiki_2012-09-16.py (It's not really good style and I plan to rewrite it, if I find the time) [17:05:18] the http_request function is interesting to you, probably [17:05:45] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33162 [17:06:46] New review: Daniel Kinzler; "@aude: uninitTestDB is used by the follow-up, Iaa295115. CamelCase would probably be better. Perhaps..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33194 [17:07:55] sumanah: Commons is what, Commons App? [17:08:27] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33164 [17:08:30] eptalon: The search improvements you want to make are going to improve life for all Wikimedia users on all Wikimedia sites [17:08:48] eptalon: please file bugs against their Search under "MediaWiki extensions→Lucene Search" [17:09:03] hoo: Can you teach me how to use it? [17:09:06] Pleas? [17:09:10] *Please? [17:09:13] eptalon: that is to say, use "MediaWiki extensions" as the product and "Lucene search" as the component [17:09:59] Willdude123: meh... it's only feasible for editing w/o enhanching [17:10:06] everything is documented quite ok [17:10:15] Okay. [17:10:35] If you want to use it on wikimedia wikis you probably should use the wmf class to login as it logs you in globally [17:11:37] New review: Aude; "I'm fine with that explanation. Still haven't tried out the patch yet but what I can see looks sens..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/33194 [17:12:38] 03(NEW) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 normal; MediaWiki extensions: CentralNotice; (mtraceur) [17:12:44] I am confused. [17:13:30] Willdude123: mhm, why/ how? [17:14:10] 03(mod) Document how to implement tokens in (extension) api modules - 10https://bugzilla.wikimedia.org/41956 +comment (10Brad Jorsch) [17:14:55] Willdude123: You might want to take a look at http://www.mediawiki.org/wiki/Manual:Pywikipediabot which is widely used [17:15:04] hoo: Cookies. I have no idea how to handle them. [17:15:58] cookies are just a http header like cookies: foo=bar;fooTwo=BarTwo; [17:16:38] 03(NEW) Improve the search capabilities when searching for media - 10https://bugzilla.wikimedia.org/42070 enhancement; MediaWiki: History/Diffs; (robert.ribnitz) [17:16:45] sumanah: bug 42070 [17:17:15] !b 42070 [17:17:15] https://bugzilla.wikimedia.org/show_bug.cgi?id=42070 [17:17:49] performance over kill :/ [17:18:26] * overkill :P [17:18:39] Willdude123: If you want an easy way to use cookies with python, look up python-requests.org [17:22:26] thanks eptalon! so, in order to work on improving that, you will need to improve how MediaWiki uses Lucene to search, I believe [17:22:39] eptalon: https://www.mediawiki.org/wiki/Manual:MediaWiki_architecture is a good thing to skim [17:22:54] let me know when you've looked at that and when you have a Developer Access request in, so I can grant it [17:23:26] I am breaking for lunch. [17:26:00] 03(mod) Improve the search capabilities when searching for media - 10https://bugzilla.wikimedia.org/42070 +comment (10Marius Hoch) [17:28:19] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Mark Holmquist) [17:29:20] New patchset: Mwjames; "Merge branch 'master' into 1.9.x" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/33196 [17:29:46] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/33196 [17:30:32] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Mark Holmquist) [17:31:41] New review: Alex Monk; "Special:TimedMediaHandler, when the user doesn't have the 'transcode-status' right." [mediawiki/extensions/TimedMediaHandler] (master) C: 0; - https://gerrit.wikimedia.org/r/32917 [17:32:28] 03(mod) parser function #set / settting multiple values for the same property - 10https://bugzilla.wikimedia.org/36309 +comment (10Neill Mitchell) [17:32:51] New patchset: Aude; "fix change type for EntityUpdate to include prefix" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33197 [17:33:41] 03(NEW) Large numbers of instances on a page cause browsers to hang or crash - 10https://bugzilla.wikimedia.org/42071 normal; MediaWiki extensions: TimedMediaHandler; (bjorsch) [17:34:37] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Katie Horn) [17:37:34] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Matt Walker) [17:37:56] New review: Cmcmahon; "maintenance" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33169 [17:37:56] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33169 [17:39:57] 03(mod) Running parser test files with phpunit.php should behave like running them with parserTests.php - 10https://bugzilla.wikimedia.org/39473 +comment (10Daniel Werner) [17:41:01] 03(FIXED) I would like an email list created for Wiki Loves Public Art. - 10https://bugzilla.wikimedia.org/41783 +comment (10Thehelpfulone) [17:41:49] 04(REOPENED) Proposal: Add Date of Latest Edit to Lines in "User contributions" - 10https://bugzilla.wikimedia.org/3559 normal->15enhancement; +comment (10Bartosz Dziewoński) [17:42:14] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Matt Walker) [17:42:42] man, it feels fun to reponed a bug that has been LATERed for seven years. [17:42:46] to reopen* [17:44:03] New patchset: Cmcmahon; "fix typos" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33198 [17:44:03] That almost sounds *gasp* counter-productive o.O [17:44:03] New patchset: Cmcmahon; "page object and cuke steps for AFTv5 browser test" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32407 [17:44:26] LATERing bugs sounds counterproductive [17:44:34] True... [17:44:50] and there are currently 70 such ones for MW core in bugzilla. [17:44:55] New patchset: Aude; "fix change type for EntityUpdate to include prefix" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33197 [17:44:57] and some 300 more for other products [17:45:32] Hmmmm... and some are quite old, I bet. [17:46:28] 03(mod) Fatal exception error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 +comment (10Nemo) [17:47:01] Matthew_: yeah, they are [17:48:05] Hmmm... not surprised XD [17:48:23] 03(ASSIGNED) Arabic Wikipedia Mailing List - 10https://bugzilla.wikimedia.org/42066 normal->15enhancement; +comment (10Thehelpfulone) [17:48:26] Matthew_: apparently the oldest one was opened on 2004-08-31 [17:48:36] !bug 261 [17:48:36] https://bugzilla.wikimedia.org/show_bug.cgi?id=261 [17:49:00] https://bugzilla.wikimedia.org/buglist.cgi?columnlist=bug_severity%2Cpriority%2Cop_sys%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Ccomponent%2Copendate&list_id=159673&product=MediaWiki&query_format=advanced&resolution=LATER&order=opendate%2Cchangeddate%2Ccomponent%2Cbug_id&query_based_on= [17:49:04] Whoa, version 1.4?! [17:49:06] (that's an ugly link) [17:49:37] New patchset: Cmcmahon; "fix more typos" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33199 [17:50:19] It is... [17:50:59] This is very interesting (especially for a new MW dev looking for things to do) but I'm sorry, I have to go to work... [17:51:06] jeremyb: earlier you had a list of search bugs, but I'm having a hard time finding them now. One was https://bugzilla.wikimedia.org/show_bug.cgi?id=41342 I think. do you have the others handy? [17:54:36] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Matt Walker) [17:55:16] Change abandoned: Cmcmahon; "Zeljko already did this" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32388 [17:57:29] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/33151 [17:58:25] chrismcmahon: "zelkjko was here" [17:58:31] 03(mod) Search index for Wikivoyage wikis needs to be generated - 10https://bugzilla.wikimedia.org/41959 +comment (10Daniel Zahn) [17:58:56] ori-l: :) [18:00:08] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33197 [18:02:05] New patchset: Cmcmahon; "typo and change string to regex to avoid unparseable non-latin character" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33200 [18:02:33] 03(NEW) Add option to prevent users from removing themselves from a user group - 10https://bugzilla.wikimedia.org/42072 enhancement; MediaWiki: Special pages; (hersfoldwiki) [18:05:15] 03(mod) installation request - 10https://bugzilla.wikimedia.org/42061 +shellpolicy; +comment (10Krenair) [18:08:44] New review: Aaron Schulz; "I'd get rid of the $wgExtractThumbsViaHTTP code and just use getFileHttpUrl for simplicity. Also, ge..." [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/31666 [18:08:57] New patchset: Henning Snater; "Adding editEntity to wikibase.Api" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33203 [18:09:28] 03(FIXED) PythonSingleFFS replaces file contents with exported content - 10https://bugzilla.wikimedia.org/41997 +comment (10Niklas Laxström) [18:09:30] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:09:53] 03(FIXED) Localisation for special pages of extensions no longer working - 10https://bugzilla.wikimedia.org/41603 (10Niklas Laxström) [18:09:55] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:10:09] 03(mod) Microsoft Translator translation service errors - 10https://bugzilla.wikimedia.org/41435 (10Niklas Laxström) [18:10:11] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:10:15] 03(mod) Wrong language appears on site notice - 10https://bugzilla.wikimedia.org/42069 +comment (10Mark Holmquist) [18:10:24] 03(mod) Maximum execution time exceeded: Levenshtein too slow we guess... - 10https://bugzilla.wikimedia.org/41208 (10Niklas Laxström) [18:10:25] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:11:43] 03(mod) Fatal error on meta when entering unmatched translation tags - 10https://bugzilla.wikimedia.org/41844 -patch-in-gerrit (10Niklas Laxström) [18:11:43] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:12:00] 03(mod) Dynamic message groups not in list=messagecollection API - 10https://bugzilla.wikimedia.org/41827 normal->15enhancement (10Niklas Laxström) [18:12:01] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:12:12] 03(mod) Hard coded paths in PremadeMediawikiExtensionGroups::createMessageGroup() reduce flexibility - 10https://bugzilla.wikimedia.org/41261 (10Niklas Laxström) [18:12:14] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:12:27] 03(mod) desc messages not displayed for MediaWikiExtensionFFS - 10https://bugzilla.wikimedia.org/41260 (10Niklas Laxström) [18:12:29] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:12:48] 03(mod) Maximum execution time exceeded in MediaWikiMessageChecker.php - 10https://bugzilla.wikimedia.org/41094 (10Niklas Laxström) [18:12:50] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:14:02] New patchset: Jeroen De Dauw; "Updated release notes" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33204 [18:14:42] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 +comment (10Niklas Laxström) [18:15:41] 03(mod) LinkCache doesn't currently know about this title - 10https://bugzilla.wikimedia.org/37209 (10Niklas Laxström) [18:15:43] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [18:16:00] New patchset: Zfilipin; "Scenario: Navigate to UploadWizard" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33205 [18:16:08] Cheer! Anybody here nows about the context system? [18:16:19] I have a hook that gets the title [18:16:39] I have a hook that gets the title" [18:16:42] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33204 [18:16:57] The docs tell me to "If your hook provides a Title instance, use it as a preference to other context." [18:17:10] what does that mean? [18:17:29] The phrase is from here: http://www.mediawiki.org/wiki/Manual:RequestContext [18:18:23] olenz: AFAICT that you should call the hook on a Title instance instead of, e.g., a Request instance. [18:18:23] In fact, I want to access the context from the "PersonalUrls"-Hook [18:19:01] olenz: So if someone registers for your hook, you should call it as hookName( $sometitle ) or similar [18:19:05] (I think) [18:19:11] New patchset: Cmcmahon; "make UW click the :categories element, not just check it exists" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33206 [18:19:35] olenz: It might be that you're supposed to assign the Title instance to $this, but I'm not sure how (or if) you can do that in PHP. [18:20:00] maketraceur: Hmm. I am registering the hook [18:20:13] and in the handler I need the context [18:20:16] Change merged: Zfilipin; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32407 [18:20:30] New review: Hoo man; "Removing myself from reviewers as this look good to me, but I can't test it with my current set up." [mediawiki/extensions/Oversight] (master) C: 1; - https://gerrit.wikimedia.org/r/18229 [18:21:02] I don't want to call a hook [18:21:12] olenz: If you're *writing* the hook, then it seems like that statement shouldn't guide you except to assume that you have a Title instance somewhere [18:21:22] olenz: I'm sorry, let me start over. [18:21:26] Change merged: Zfilipin; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33198 [18:21:57] maktraceur: Ah, thanks, I was a bot confused [18:21:59] olenz: If you're writing some extension that hooks into MediaWiki, then you only need to worry about the fact that you get a Title instance, you don't need to change your code because of the statement in question. [18:22:52] New patchset: Henning Snater; "Adding editEntity to wikibase.Api" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33203 [18:22:54] Change merged: Zfilipin; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33199 [18:22:58] olenz: If you *don't* get a Title, you should 1. file a bug and 2. handle whatever you *do* get properly. [18:23:23] New patchset: Amire80; "Add 'aeb' to LocalNamesEn.php" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/33207 [18:23:36] marktraceur: Ok, I do get a title, but how can I get e.g. the User object from it? [18:23:37] Change merged: Zfilipin; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33200 [18:24:15] olenz: Can you link to the specific hook documentation? [18:24:21] besides the "last resort" RequestContext::getMain [18:24:22] 04(REOPENED) Use Unicode quotes, ellipses, dashes, hyphens instead of ASCII ones in messages - 10https://bugzilla.wikimedia.org/10352 summary; +comment (10Bartosz Dziewoński) [18:24:22] Change merged: Zfilipin; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33206 [18:24:47] marktraceur: http://www.mediawiki.org/wiki/Manual:Hooks/PersonalUrls [18:25:12] New patchset: Trevor Parscal; "Nicely highlightable alien nodes" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32661 [18:25:18] 03(mod) Use Unicode quotes, ellipses, dashes, hyphens instead of ASCII ones in messages - 10https://bugzilla.wikimedia.org/10352 (10Bartosz Dziewoński) [18:25:27] 03(mod) Use Unicode quotes, ellipses, dashes, hyphens instead of ASCII ones in messages - 10https://bugzilla.wikimedia.org/10352 -patch-need-review (10Bartosz Dziewoński) [18:25:28] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32661 [18:26:05] olenz: There's a bad answer that's easy, and a great answer that's a little harder. Which would you like? [18:26:13] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32664 [18:26:18] Both [18:26:26] I'm ready to learn [18:26:50] Is the "good" API for the hook not yet ready? [18:26:58] olenz: Good answer first: Submit a patch to pass in the current User to this hook. [18:27:17] olenz: I'd prefer you did that, because it helps others and avoids the bad answer [18:27:27] ...which will break any extension that uses the hook, won't it? [18:27:39] New review: Cmcmahon; "refactor UW test" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33205 [18:27:39] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33205 [18:27:51] New patchset: Amire80; "Add 'aeb' to LocalNamesEn.php" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/33207 [18:27:55] olenz: No, you're just adding an argument. Any existing hook will simply ignore the additional argument. [18:28:08] Ah, very good [18:28:15] olenz: The bad answer, then, is "global $wgUser;" and $wgUser is the current user. But avoid it. [18:28:20] Ok, I will do that [18:28:28] I mean, I will submit the patch [18:28:32] Cool! [18:28:44] olenz: If you don't have it, you'll need developer access [18:29:15] and the I'm going to use the $wgUser (wouldn't RequestContext::getMain()->getUser() be the better way?) [18:29:23] until my patch is in [18:29:30] I can submit the patch via Bugzilla for now [18:29:31] olenz: https://www.mediawiki.org/wiki/Developer_access [18:29:40] but I already have a gerrit account [18:29:47] olenz: That, then, would be better [18:30:56] 03(NEW) in latest wmf release (1.21wmf3), "search and replace" is broken for IE - 10https://bugzilla.wikimedia.org/42073 normal; MediaWiki: Page editing; (fur.hewiki) [18:31:31] olenz: Also, note that we may or may not accept your patch, it might be something we don't want--but because MW is free software, you can run a modified copy no matter what we do :) [18:32:09] marktraceur: Thanks, I know about that :-) [18:33:03] marktraceur: To my understanding, it would be better to simply pass the Skin object to the hook [18:33:21] marktraceur: because it carries all context [18:33:30] New patchset: Nikerabbit; "Add Kannada fonts to repo" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/32869 [18:33:30] marktraceur: and not use the title [18:34:05] marktraceur: But chnaging the API of a hook is probably out of the uqestion [18:34:25] olenz: Yeah, we probably wouldn't accept that patch. [18:34:27] olenz: W/R/T accepting the patch, you might want to file a bug and try to contact people who maintain the hooks API. [18:34:48] olenz: I strongly suggest adding a parameter, rather than making a breaking change. [18:34:56] Ok [18:34:58] hi marktraceur [18:35:03] Nikerabbit: Hi! [18:37:09] marktraceur: But if I understand it right, in principle almost all hooks should now be modified to get the right context object, right? [18:38:15] 03(mod) "Wikipedia" namespace replace in bawiki by "Википедия" - 10https://bugzilla.wikimedia.org/41167 +comment (10haqmar) [18:38:29] olenz: You don't have to, but in theory, all hooks should follow the guidelines, if I understand correctly. But I'm no authority on the subject. [18:40:00] marktraceur: Thanks for this very enlightning chat! [18:40:22] olenz: If the personalurls hook is missing the proper context you can work around it using SkinTemplateOutputPageBeforeExec. [18:40:27] olenz: My pleasure. I'd love to hear what you decide to do! And feel free to lurk here :) [18:41:15] Heck... I'm not sure what option I should use to fix the issue... [18:41:22] 03(mod) VisualEditor: When "Error saving data to server: Unsuccessful request: error." the spinner for saving doesn't go away - 10https://bugzilla.wikimedia.org/37837 +comment (10James Forrester) [18:41:22] 03(mod) VisualEditor: Un-listing when the caret is at the end of the document throws an error - 10https://bugzilla.wikimedia.org/40339 +comment (10James Forrester) [18:41:22] 03(mod) VisualEditor: Various actions that trigger retrieval of offsets throw uncaught exceptions - 10https://bugzilla.wikimedia.org/40463 +comment (10James Forrester) [18:41:23] 03(mod) VisualEditor: Overlapping text annotations fails - 10https://bugzilla.wikimedia.org/37846 +comment (10James Forrester) [18:41:37] Adding context to the personalurls hooks is one. While deprecating it entirely is another. [18:43:18] New patchset: Zfilipin; "Whitespace cleanup" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33208 [18:44:45] New review: Cmcmahon; "refactor" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33208 [18:44:45] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33208 [18:46:29] 03(mod) Feedback link on article pages - 10https://bugzilla.wikimedia.org/42057 +comment (10Fabrice Florin) [18:46:29] 03(mod) Interwiki map broken on wikitech - 10https://bugzilla.wikimedia.org/41786 +comment (10Ariel T. Glenn) [18:49:34] 03(mod) Set $wgUseRCPatrol = true; on zhwiki - 10https://bugzilla.wikimedia.org/37663 (10Krenair) [18:49:59] 03(NEW) All notifications… is sometimes unnecessary - 10https://bugzilla.wikimedia.org/42074 normal; MediaWiki extensions: Echo; (okeyes) [18:53:16] 03(mod) Echo doesn't work on SQLite - 10https://bugzilla.wikimedia.org/41987 (10bsitu) [18:54:49] New patchset: Jeroen De Dauw; "Removed unused helper method" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33209 [18:57:53] New patchset: Amire80; "Uniform $rtl usage in Arabic-script Messages*.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33177 [18:58:28] 03(NEW) Request for a new mailing list for the flow funding project - 10https://bugzilla.wikimedia.org/42075 normal; Wikimedia: Mailing lists; (asaf.bartov) [18:59:42] New review: Hoo man; "If you want to remove this, you have to get rid of the caller either... Alex Monk bet me" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/33209 [19:00:05] 03(NEW) Anon edit via mobile - 10https://bugzilla.wikimedia.org/42076 normal; MediaWiki extensions: MobileFrontend (Beta); (mpinchuk) [19:02:16] 03(NEW) Set project/project talk and portal/portal talk namespace names for Bashkir Wikipedia - 10https://bugzilla.wikimedia.org/42077 normal; Wikimedia: General/Unknown; (haqmar) [19:03:35] 03(mod) Enable $wgAllowCopyUploads (upload by URL) - 10https://bugzilla.wikimedia.org/20512 +comment (10Ryan Kaldari) [19:04:44] New patchset: Mdale; "bug 42071 -- rewrite players one at a time, include non-blocking timeout" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/33210 [19:05:07] New patchset: Zfilipin; "Cleanup: renamed file" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33211 [19:05:29] 03(mod) Activate Collection Extension for generating PDF on the Bashkir Wikipedia - 10https://bugzilla.wikimedia.org/40879 +comment (10haqmar) [19:06:02] New patchset: Amire80; "Refactor interlanguage links directionality" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/16610 [19:06:49] New review: Amire80; "Just refactoring. Will try to fix the memory problem some time soon." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/16610 [19:07:23] How can I defer {{subst:REVISIONUSER}} in a template so it only does the subst when the template's used? [19:07:39] Change abandoned: Amire80; "Moved to GitHub." [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/10749 [19:07:44] johnbristol: use [19:07:44] andre__, what is the difference between RESOLVED and CLOSED? [19:07:54] thank you hoo [19:09:07] 03(mod) Large numbers of instances on a page cause browsers to hang or crash - 10https://bugzilla.wikimedia.org/42071 +comment (10Michael Dale) [19:14:49] New review: Cmcmahon; "refactor" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33211 [19:14:49] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33211 [19:18:10] New patchset: Trevor Parscal; "(bug 41072) Add support for adding outer length in ve.ce offset getters" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/28790 [19:20:41] 03(mod) installation request - 10https://bugzilla.wikimedia.org/42061 (10benson_muite) [19:21:10] New review: Trevor Parscal; "In patchset 3 I removed the commented out stuff (no need to keep it in the file, that's what revisio..." [mediawiki/extensions/VisualEditor] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28790 [19:21:36] New review: Trevor Parscal; "This works for me, but I don't know very much about why this change is needed." [mediawiki/extensions/VisualEditor] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/28790 [19:22:28] anomie: there is no such thing as closed? [19:22:40] Krenair* [19:23:16] Nikerabbit, yes there is [19:23:17] New patchset: Cmcmahon; "switch files to avoid ALREADY EXISTS msg" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33212 [19:23:51] Krenair: where? [19:23:55] Nikerabbit, https://bugzilla.wikimedia.org/buglist.cgi?list_id=159718&query_format=advanced&bug_status=CLOSED [19:24:52] Krenair: as you can see no recent bug has such status, so I guess that state has been removed [19:27:32] New review: Matmarex; "Looks okay." [mediawiki/extensions/CheckUser] (master) C: 1; - https://gerrit.wikimedia.org/r/32922 [19:28:58] 14(INVALID) installation request - 10https://bugzilla.wikimedia.org/42061 +comment (10Krenair) [19:34:22] 03(FIXED) Interwiki map broken on wikitech - 10https://bugzilla.wikimedia.org/41786 +comment (10Daniel Zahn) [19:35:26] 03(mod) Wikitech needs interwiki list setup - 10https://bugzilla.wikimedia.org/30847 +comment (10Daniel Zahn) [19:36:38] fge [19:37:44] New patchset: Jeroen De Dauw; "Output empty associative arrays as objects when needed" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33213 [19:38:13] New patchset: Jeroen De Dauw; "Output empty associative arrays as objects when needed [DO NOT SUBMIT]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/33213 [19:40:48] Change abandoned: Jeroen De Dauw; "Is not unused" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33209 [19:41:50] 03(NEW) {{subst:foo}} does not work in - 10https://bugzilla.wikimedia.org/42078 normal; MediaWiki: Templates; (jan.dudik) [19:42:12] 03(mod) installation request - 10https://bugzilla.wikimedia.org/42061 (10benson_muite) [19:42:30] ... That has GOT to be a dupe [19:43:31] !bug 2700 [19:43:31] https://bugzilla.wikimedia.org/show_bug.cgi?id=2700 [19:43:34] i'd say [19:43:45] 03(mod) Wikitech needs interwiki list setup - 10https://bugzilla.wikimedia.org/30847 +comment (10Ariel T. Glenn) [19:45:36] 14(DUP) {{subst:foo}} does not work in - 10https://bugzilla.wikimedia.org/42078 +comment (10Bartosz Dziewoński) [19:45:46] 03(mod) Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures) - 10https://bugzilla.wikimedia.org/2700 +comment (10Bartosz Dziewoński) [19:48:31] 03(mod) Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures) - 10https://bugzilla.wikimedia.org/2700 normal->major; +patch-in-gerrit; +comment (10Bartosz Dziewoński) [19:48:43] the "e-mail sent to" list takes almost my entire screen. fun. [19:48:56] New patchset: Massaf; "Change userlogin to new appearance" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30637 [19:49:18] 03(NEW) Can't access preferences - 10https://bugzilla.wikimedia.org/42079 major; MediaWiki: User preferences; (gwaw_2003) [19:51:35] 14(DUP) Can't access preferences - 10https://bugzilla.wikimedia.org/42079 +comment (10Krenair) [19:51:37] 03(mod) Fatal exception error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 +comment (10Krenair) [19:55:14] 03(mod) Can't access preferences - 10https://bugzilla.wikimedia.org/42079 +comment (10Sam Reed (reedy)) [19:56:25] 03(mod) Fatal exception error on Special:Preferences on Wikimedia Incubator - 10https://bugzilla.wikimedia.org/42068 +comment (10Sam Reed (reedy)) [19:56:36] New patchset: Cmcmahon; "change test to check for minimum status message altering title, and for file already uploaded" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33215 [19:57:24] 03(mod) wbgetitems/wbgetentities: api requests fail on multiple site/title pairs - 10https://bugzilla.wikimedia.org/42060 (10jeblad) [20:03:36] 03(NEW) Subtitle menu cropped in player window of small videos - 10https://bugzilla.wikimedia.org/42080 normal; MediaWiki extensions: TimedMediaHandler; (raimond.spekking) [20:04:10] Change merged: Siebrand; [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/33207 [20:05:32] 03(ASSIGNED) getPropertyValues() not working in SMW 1.8 due to blank/null discrepancy for iw value - 10https://bugzilla.wikimedia.org/42058 +comment (10Markus Krötzsch) [20:08:53] 03(NEW) Legacy skins suck (tracking) - 10https://bugzilla.wikimedia.org/42081 normal; MediaWiki: General/Unknown; (matma.rex) [20:08:54] 03(mod) Oversight "hide revision" functionality not available in classic skins - 10https://bugzilla.wikimedia.org/7736 (10Bartosz Dziewoński) [20:08:55] 03(mod) Article->PDF not available in classic skin - 10https://bugzilla.wikimedia.org/17693 (10Bartosz Dziewoński) [20:08:57] 03(mod) Legacy skins have no "cite this page" link - 10https://bugzilla.wikimedia.org/37879 (10Bartosz Dziewoński) [20:08:57] 03(mod) Legacy skins do not support permalink and related links - 10https://bugzilla.wikimedia.org/37880 (10Bartosz Dziewoński) [20:08:58] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Bartosz Dziewoński) [20:10:13] New review: Matmarex; "So what's the progress on this?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/25170 [20:10:14] New patchset: Kaldari; "Syncing params between parent and child class (so it doesn't generate a warning)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33216 [20:10:59] 03(mod) Request for a new mailing list for the flow funding project - 10https://bugzilla.wikimedia.org/42075 normal->15enhancement; +comment (10Thehelpfulone) [20:11:31] Change merged: Kaldari; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/25713 [20:11:37] 03(UNCONFIRMED) IE 8 changes suggestions list when moving focus to the suggestion list - 10https://bugzilla.wikimedia.org/41342 +comment (10Bartosz Dziewoński) [20:16:34] Change abandoned: Ori.livneh; "Reconsidering." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32496 [20:17:31] 03(mod) Legacy skins suck (tracking) - 10https://bugzilla.wikimedia.org/42081 +comment (10Bartosz Dziewoński) [20:18:19] New review: saper; "Matmarex, please see Jforrester's comment." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/25170 [20:19:31] saper: which person there is Terry? [20:19:46] saper: or which comment? [20:19:51] New review: OliverKeyes; "We're discussing socialisation on Thursday - we've spent the time in-between getting some granular d..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/25170 [20:20:07] Change abandoned: Cmcmahon; "problem file was deleted" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33215 [20:20:19] 14(INVALID) Legacy skins suck (tracking) - 10https://bugzilla.wikimedia.org/42081 +comment (10Marcin Cieślak) [20:21:13] chrismcmahon: hrmmm, are you sure? [20:21:53] chrismcmahon: maybe you're thinking of 2012111210000648 2012110910007595 2012111010007351 2012111110002273 2012111210003378 2012111210002851 ? [20:22:35] 04(REOPENED) Issues in legacy skins (tracking) - 10https://bugzilla.wikimedia.org/42081 summary; +comment (10Bartosz Dziewoński) [20:22:55] chrismcmahon: (not paying much attention... say my name if you reply) [20:23:35] 03(mod) Issues in legacy skins (tracking) - 10https://bugzilla.wikimedia.org/42081 +comment (10Bartosz Dziewoński) [20:26:57] chrismcmahon: that looks different... the tickets I've seen all say that they type a term and click the magnifying glass and nothing happens after they click [20:27:28] chrismcmahon: for me it works when I click (on enwiki at least) but the magnifying glass is vertically a little off-center [20:27:57] jeremyb: and this is on IE8 and earlier as I understand? [20:29:24] chrismcmahon: that's what robla says. i'd have to go reread the and can't right now. but they're all listed above I think [20:29:34] reread them* [20:29:50] chrismcmahon: (well some at least. some certainly don't say at all) [20:29:55] jeremyb: I don't seem to have access to OTRS [20:30:06] chrismcmahon: i could bounce them to you [20:30:45] jeremyb: sounds good, if it's no trouble [20:30:50] k [20:31:04] 14(WFM) Search on wikidata.org shows same item multiple times - 10https://bugzilla.wikimedia.org/41579 +comment (10Daniel Kinzler) [20:36:20] New patchset: Krinkle; "Config: Check base url from setup instead of usage." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33218 [20:36:27] New patchset: Krinkle; "Clean up: Document baseUri, fix test failure." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33219 [20:42:29] chrismcmahon: got them? [20:43:08] i'm heading off now [20:43:10] jeremyb: not that I can see. where would I look? [20:43:30] chrismcmahon: your mail? [20:43:32] New review: Spage; "Mostly naming, nothing major. I can't get MW to log so can't verify :-(" [mediawiki/extensions/EventLogging] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/32685 [20:43:43] jeremyb: got it, thanks! [20:43:46] New patchset: Hashar; "(bug 41989) tests/parserTests.php missing classes" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33220 [20:44:02] New review: Hashar; "bug 41989 should be fixed by https://gerrit.wikimedia.org/r/3322" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32175 [20:44:11] chrismcmahon: sure [20:44:15] * jeremyb detaches screen [20:44:32] New review: Hashar; "bug 41989 should be fixed by https://gerrit.wikimedia.org/r/33220" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32175 [20:44:44] 03(mod) tests/parserTests.php broken since Gerrit change 32175 - 10https://bugzilla.wikimedia.org/41989 +comment (10Antoine "hashar" Musso) [20:45:43] MatmaRex: the previous, -1 one [20:46:36] marktraceur: From the last hours of coding and the discussion before, I would like to give you my idea and hope for some very short feedback [20:46:44] New review: Daniel Kinzler; "thinking about "uninit" - perhaps there's a better, completely different term that could be used? Bu..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33194 [20:47:02] 03(mod) Wikibase updater eats all memory in Jenkins - 10https://bugzilla.wikimedia.org/41645 +comment (10Antoine "hashar" Musso) [20:47:16] marktraceur: My idea would be to add a parameter $context to the hook "PersonalUrls" [20:47:17] 03(mod) Wikibase updater eats all memory in Jenkins - 10https://bugzilla.wikimedia.org/41645 (10Antoine "hashar" Musso) [20:47:40] 03(mod) Kill section auto-numbering - 10https://bugzilla.wikimedia.org/42059 +comment (10Ryan Kaldari) [20:47:55] marktraceur: which gets $this->getContext() from the SkinTemplate [20:49:09] marktraceur: also, the hook "UserLoadAfterLoadFromSession" does not have a context. However, as it is called from User.php, which doesn't have a context, I see no other way than fetching the global context [20:49:17] marktraceur: Does that sound right? [20:49:29] olenz: mark is away for lunch [20:50:30] gwicke: Thanks [20:50:55] New patchset: Raimond Spekking; "Consistency tweak in preparation for translation" [mediawiki/extensions/Gitweb] (master) - https://gerrit.wikimedia.org/r/33221 [20:51:12] Change merged: Raimond Spekking; [mediawiki/extensions/Gitweb] (master) - https://gerrit.wikimedia.org/r/33221 [20:52:27] New patchset: Raimond Spekking; "[Gitweb] Register extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/33222 [20:53:36] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/33222 [20:53:53] 03(mod) installation request - 10https://bugzilla.wikimedia.org/42061 +comment (10Dereckson) [20:54:28] New review: GWicke; "Does not work for me yet when running on parserTests.txt:" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33220 [20:54:38] Dereckson, wouldn't https://bugzilla.wikimedia.org/show_bug.cgi?id=35038 block that? [20:55:48] 03(mod) Issues in legacy skins (tracking) - 10https://bugzilla.wikimedia.org/42081 +comment (10James Forrester) [20:55:51] 03(mod) Install SyntaxHighlight and MathJax extensions on en.wikibooks - 10https://bugzilla.wikimedia.org/42061 summary (10Dereckson) [20:57:03] 03(WONTFIX) Preference to open the wiki editor in a separate window - 10https://bugzilla.wikimedia.org/6330 +comment (10Daniel Friesen) [21:01:21] 03(mod) Steward, global sysop and SWMT tasks bugs (tracking) - 10https://bugzilla.wikimedia.org/41492 (10James Forrester) [21:01:22] 03(mod) Oversight "hide revision" functionality not available in classic skins - 10https://bugzilla.wikimedia.org/7736 (10James Forrester) [21:04:30] New review: Ori.livneh; "Small typo, but otherwise great." [mediawiki/extensions/EventLogging] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33218 [21:05:24] New review: Ori.livneh; "One small typo :)" [mediawiki/extensions/EventLogging] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33219 [21:06:07] olenz: That seems OK, yeah! I mean, I won't be the person reviewing that change, so you should ask someone who's more versed in the hooks API. [21:06:22] olenz: Sadly, I don't know who that is. [21:07:29] New review: Spage; "It's logging fine. Sorry for multiple reviews, I don't know how to edit an existing one." [mediawiki/extensions/EventLogging] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/32685 [21:07:40] Krenair: in a perfect world a developer FIXED a bug, a QA person VERIFIED a fix and a PM or so CLOSED the ticket for good. I consider CLOSED useless and a waste of time [21:08:34] marktraceur: No problem, and thanks. I just wanted to hear whether I have done some very basic mistake. Thanks. [21:08:37] Skizzerz: Are you versed in the hooks API? [21:09:09] Reedy: Or maybe you are? [21:10:32] 03(NEW) Search broken when clicking magnifying-glass icon in IE8 and below - 10https://bugzilla.wikimedia.org/42082 major; MediaWiki: Search; (cmcmahon) [21:11:24] jeremyb: fyi https://bugzilla.wikimedia.org/show_bug.cgi?id=42082 [21:14:44] New review: Krinkle; "Maybe just load the tests autoloader instead (like phpunit init does as well). That's where these cl..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/33220 [21:15:46] New patchset: Aaron Schulz; "Added merge() function to BagOStuff for CAS-like functionality." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25879 [21:16:37] New review: Spage; "This is fine. During deploy there will be a brief period when logging might happen twice or not at all." [mediawiki/extensions/E3Experiments] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32850 [21:17:08] New patchset: Ori.livneh; "Migrate article edit events from E3Experiments" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/32685 [21:18:50] New review: Aaron Schulz; "Automatic rebased mixed with changes...*sigh*" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/25879 [21:18:55] Change restored: Ori.livneh; "(no reason)" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32496 [21:19:05] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32496 [21:19:15] 03(mod) Large numbers of instances on a page cause browsers to hang or crash - 10https://bugzilla.wikimedia.org/42071 +comment (10Brad Jorsch) [21:19:39] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32850 [21:23:41] 03(mod) Add date of most recent edit under "User contributions" - 10https://bugzilla.wikimedia.org/3559 summary (10Krinkle) [21:24:20] New review: Raimond Spekking; "Manually merged, Jenkins failed again..." [mediawiki/extensions/EducationProgram] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33235 [21:24:38] Change merged: Raimond Spekking; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/33235 [21:24:43] New patchset: Ori.livneh; "Config: Check base url from setup instead of usage." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33218 [21:25:10] New review: Ori.livneh; "Thanks again, Timo." [mediawiki/extensions/EventLogging] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33218 [21:25:10] Change merged: Ori.livneh; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33218 [21:26:26] New review: Krinkle; "Indeed, I get the same failure:" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/33220 [21:26:50] New patchset: GWicke; "(bug 41989) tests/parserTests.php missing classes" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33220 [21:27:42] New patchset: Krinkle; "(bug 41989) tests/parserTests.php missing classes" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33220 [21:28:34] 03(FIXED) [Regression] tests/parserTests.php broken - 10https://bugzilla.wikimedia.org/41989 normal->minor; summary; +comment (10Krinkle) [21:29:10] anyone know how $wgUseSquid works? I just want to change the XFF behavior with $wgSquidServersNoPurge but don't want to change anything else [21:29:16] New review: GWicke; "Haha, mid-air collision ;) Two versions of the same fix. Works for me, so merging." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33220 [21:29:17] Change merged: GWicke; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33220 [21:29:48] New patchset: Ori.livneh; "Clean up: Document baseUri, fix test failure." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33219 [21:30:27] New review: Ori.livneh; "Timo, many thanks!" [mediawiki/extensions/EventLogging] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33219 [21:30:27] Change merged: Ori.livneh; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33219 [21:30:43] chrismcmahon: danke [21:31:06] jeremyb: bitte :) thank you! [21:31:25] chrismcmahon: bitte! [21:31:36] 03(mod) add selection list inside article, and then draw a different article into the article - 10https://bugzilla.wikimedia.org/10124 +comment (10Malafaya) [21:32:43] is there a easy way to get the categories in which a category is? [21:33:46] Subfader: yeah, via the API [21:33:47] !api [21:33:47] The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at < https://www.mediawiki.org/wiki/API >. For client libraries in various languages, see < https://www.mediawiki.org/wiki/API:Client_Code >. [21:33:54] 03(mod) Several pages (e.g. Special:WantedCategories) stopped updating on *.wiktionary.org since Oct31 - 10https://bugzilla.wikimedia.org/41919 +shell (10Malafaya) [21:34:02] i believe that would be prop=categories, or something like that [21:34:30] no API here. $category='Foo'; print $category->getCategories(); [21:34:54] this gives me a non-object error [21:35:19] 03(mod) Several pages (e.g. Special:WantedCategories) stopped updating on *.wiktionary.org since Oct31 - 10https://bugzilla.wikimedia.org/41919 +comment (10Sam Reed (reedy)) [21:36:04] 03(NEW) Autoloading of DeviceDetection class fails - 10https://bugzilla.wikimedia.org/42083 normal; MediaWiki extensions: MobileFrontend; (hief0r) [21:37:15] 03(mod) Autoloading of DeviceDetection class fails - 10https://bugzilla.wikimedia.org/42083 (10Sam Reed (reedy)) [21:37:58] New patchset: Olenz; "Add context to PersonalUrls hook." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33273 [21:40:18] Subfader: Because 'Foo' isn't an object... [21:40:19] maktraceur: I just did my first commit. Thanks for all the help! [21:40:24] 03(mod) Search broken when clicking magnifying-glass icon in IE8 and below - 10https://bugzilla.wikimedia.org/42082 (10Rob Lanphier) [21:41:19] olenz: Great! If you add me as a reviewer, I would love to take a look. [21:41:56] New review: Parent5446; "Can we just do this: I0e2cefcc1e54cf2cb9e816152f7233396153c6e0" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/33273 [21:43:50] New patchset: Cmcmahon; "accommodate already uploaded/deleted file" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33274 [21:44:08] 03(mod) Search broken when clicking magnifying-glass icon in IE8 and below - 10https://bugzilla.wikimedia.org/42082 +comment (10Andre Klapper) [21:44:57] New patchset: GWicke; "Add a test covering template targets containing wiki links" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33275 [21:46:15] New review: Hashar; "That made more sense, thanks Timo for the fix :-)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33220 [21:46:40] New review: Cmcmahon; "+2ing myself to avoid Jenkins failure spam" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33212 [21:46:41] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33212 [21:47:15] marktraceur: I just added you first to the wrong patchset, sorry. [21:47:26] olenz: That's OK! :) [21:47:34] marktraceur: I seemed to have hit a larger topic. ;- [21:48:13] New review: Cmcmahon; "+2ing myself to avoid Jenkins failure spam" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/33274 [21:48:14] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/33274 [21:48:20] olenz: It seems like Parent5446 is already working on it. [21:49:07] New patchset: Krinkle; "(bug 7851) Implement mediawiki.page.patrol.ajax" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [21:49:37] New review: Krinkle; "One issue left with mw.Title (duplicated namespace prefixe)." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/26440 [21:49:52] New review: Olenz; "I like the generic solution, which would make it easier for extension developers to access the conte..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/27265 [21:50:13] New review: Krinkle; "* Minor clean up, typo fixes and optimisation." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/26440 [21:51:34] I'm looking for something like getGrandparentCategories(). On an article I want to check if the page's categories are in a certain category. [21:51:38] marktraceur: It seems to me that I should set up gerrit for our software, too. [21:52:09] marktraceuer: Ok, I need to go sleeping, now. It's getting late here in Europe. [21:53:31] Krinkle|detached: Can I just use data.patrol.title then? [21:53:40] (pass it directly to mw.msg) [22:00:31] New review: Krinkle; "uh? LOL, that's a first for me on Gerrit." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33220 [22:00:36] 03(mod) Issues in legacy skins (tracking) - 10https://bugzilla.wikimedia.org/42081 +comment (10Marcin Cieślak) [22:02:22] Change merged: Reedy; [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/30724 [22:02:22] Change merged: Reedy; [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/30722 [22:05:43] New review: Ori.livneh; "Replies to comments." [mediawiki/extensions/EventLogging] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/33157 [22:07:03] New patchset: Hoo man; "(bug 7851) Implement mediawiki.page.patrol.ajax" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [22:07:35] hoo: No, pull through mw.Title still [22:07:39] New patchset: Ori.livneh; "Package data models as ResourceLoader JavaScript module" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/33157 [22:07:40] just don't pass the second argument. [22:07:55] Krinkle: ok, doing [22:08:03] where's the advantage, btw? ;) [22:08:20] No advantage, just proper handling. [22:08:56] server-side gives a machine title, can contain suddle differences (such as underscores or canonical namespaces) [22:09:09] pull through mw.Title gives a normalised version for display. [22:10:01] New patchset: Hoo man; "(bug 7851) Implement mediawiki.page.patrol.ajax" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [22:10:03] hoo: Actually, ApiPatrol.php uses ApiQueryBase which uses TItle::getPrefixedText [22:10:14] which means it is already the human readable version (not the db version) [22:10:20] unusual, but nice. [22:10:26] Yes, I checked that :P [22:10:32] Not sure if we should rely on that, but in this case it means mw.Title wouldn't do anything. [22:10:44] It doesn't do much harm, I guess :D [22:10:52] Anyway, the important thing it so not double-prefix it. [22:10:58] Whether to use mw.Title is your call. [22:11:18] I used it now... I only tested it in NS0, that's why I didn't notice [22:11:45] New review: Hoo man; "Fixed the double namespace issue (like User:User:Foo)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26440 [22:13:18] 03(mod) Search broken when clicking magnifying-glass icon in IE8 and below - 10https://bugzilla.wikimedia.org/42082 +comment (10Chris McMahon) [22:13:38] marktraceur: did you ever get your answer about hooks? [22:14:09] I'm familiar with a decent amount of it [22:14:37] New patchset: Reedy; "Cleanup whitespace and stuff" [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/33279 [22:15:31] New review: Daniel Friesen; "I see too many situations where doing this doesn't help or does irreparable damage:" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/27265 [22:15:40] Change merged: Reedy; [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/33279 [22:20:59] Skizzerz: It looks like Parent\d{4} answered olenz. [22:22:09] kk [22:23:36] New patchset: GWicke; "Add a test covering template targets containing wiki links" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33275 [22:28:09] 03(mod) Add Wikivoyage to squid logs page view stats - 10https://bugzilla.wikimedia.org/42055 (10Diederik van Liere) [22:29:03] New patchset: Reedy; "Fix typo in comment" [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/33283 [22:34:16] marktraceur: Answered? [22:34:21] New patchset: GWicke; "Add a test covering template targets containing wiki links" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33275 [22:34:35] 03(mod) Search broken when clicking magnifying-glass icon in IE8 and below - 10https://bugzilla.wikimedia.org/42082 +comment (10jeremyb) [22:35:04] namtnad: Sort of, yes. I told olenz that he should defer to Parent's patch. [22:35:34] marktraceur: You mean I0e2cefcc? [22:36:09] namtnad: Maybe? Yes. [22:37:34] marktraceur: That patch isn't a fix at all... Even with that patch (and I firmly believe that it should be -2ed) 99% of extensions still don't have a context for personalurls hooks. [22:39:34] Hm. [22:39:35] OK [22:42:40] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33275 [22:42:51] 03(mod) Add Wikivoyage to squid logs page view stats - 10https://bugzilla.wikimedia.org/42055 +comment (10Diederik van Liere) [22:44:04] I'd just update olenz's patch with the two minor issues, then merge it. [22:44:52] 03(NEW) Update lsearch.xsd - 10https://bugzilla.wikimedia.org/42084 enhancement; MediaWiki extensions: OAI; (sam) [22:44:59] New review: Daniel Friesen; "Oh right also missing an update to hooks.txt" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/33273 [22:46:43] 03(NEW) Wikimedia needs a URL shortener - 10https://bugzilla.wikimedia.org/42085 normal; Tools: [Other]; (rkaldari) [22:53:50] Krinkle: Thanks that you took your time for the review and the +1 although it's not your responsibility :) Now I only need one to press the button :D [22:54:12] hoo: yw, I haven't tested it so I'd rather not merge it. [22:54:13] New patchset: Anomie; "(bug 42082) Don't strip type="submit" from