[00:00:09] so a URI is either a URL or a pipe dream [00:00:12] name [00:00:34] New patchset: Daniel Friesen; "Fix bugs in jqueryMsg implementation." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4051 [00:00:34] New patchset: Daniel Friesen; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [00:00:58] New patchset: Daniel Friesen; "(bug 23772) Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [00:01:23] New review: Daniel Friesen; "rebased." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4051 [00:01:35] New review: Daniel Friesen; "rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4055 [00:02:01] New review: Daniel Friesen; "rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27923 [00:02:07] https://gerrit.wikimedia.org/r/#/c/27923/ [00:02:15] What triggers the notification? [00:03:11] Brooke, /mediawiki.page.search.js? [00:03:22] No, I mean will it be triggered with any search? [00:03:36] If I search for "Barack Obama", is it really going to ask if I mean to search for "Barack Obama"? [00:03:59] Only on redirects? [00:04:24] > When the user is redirected from the GO feature, ... [00:04:27] Brooke, if you land directly on a page instead of ending up on Special:Search, then it will ask you if you landed on the page you were looking for. [00:04:29] That's a bit ambiguous. [00:04:41] Dantman: So with any search then? [00:04:45] That seems kind of disruptive. [00:05:04] o_O [00:05:11] You don't think so? [00:05:25] I'm not sure I understand the idea fully. [00:05:35] Any other behaviour would be pointless. [00:05:44] But if the idea is to add a "Not what you were looking for?" line with any search, why does it even need storage? [00:05:52] You could just add that to the page. [00:06:03] The point is not the question. [00:06:19] What's the point? [00:06:31] It's the link to [[Special:Search/{{PAGENAME}}]], right? [00:06:51] The JS and storage is all because you want to track where the user came from? [00:07:10] mhmm, in a nice friendly package a user can understand [00:07:33] I don't follow the "friendly package" part. [00:07:37] The JS and storage is so we know what the user searched for and know that we came through a go search. [00:07:53] But your overhead there doesn't seem to make any sense. [00:08:21] Ah... *facepalm* I broke my code [00:08:23] It seems disproportionate. [00:08:55] The general idea seems to be "when you're on a page about a particular topic, it'd be nice to be able to search for that topic". [00:10:05] 03(NEW) Text falls off right hand side of article - 10https://bugzilla.wikimedia.org/41026 normal; Wikipedia App: Generic; (tfinc) [00:10:21] No the general idea is providing a user landing on a page different than what they were looking for with a quick and intuitive way to instead switch to a full text search. [00:11:28] [00:11:40] suspects [00:11:43] Amgine: I'm not sure what you mean. [00:12:09] New patchset: Daniel Friesen; "(bug 23772) Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [00:12:11] Dantman: The additional code weight doesn't seem worth it to me at all. [00:12:26] I'll comment on the bug. [00:12:35] Brooke, it's a known usability issue. [00:12:39] Well, Dantman is suggesting dual levels of search depending on the landing page context. [00:12:46] (if I understood correctly) [00:12:50] I'm not saying the bug is invalid. [00:13:03] I just think using local storage and tracking searches and such for this is the wrong approach. [00:13:28] New review: Daniel Friesen; "Small fix. Switching from a jQuery object to an array broke the code. Switching back to jQuery since..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27923 [00:13:35] I'd much rather see "You're reading about [[Barack Obama]]. [[Special;Search/Barack Obama|Search Wikipedia]] for more resources about this subject." [00:13:59] I'm not sure "whether the user comes from a search" important enough to go with the currect proposed implementation. [00:14:09] +"is" [00:14:54] *twitch* [00:15:37] Harder. [00:15:48] * Dantman glares at ContentHandler [00:17:53] :/ someone merged a broken test into master [00:21:07] wooooo i got varnished working [00:21:14] and there i was thinking i was a retard [00:24:03] New review: Daniel Friesen; "git bisect says that this commit had a broken test and merging it into master is causing all new pat..." [mediawiki/core] (Wikidata) - https://gerrit.wikimedia.org/r/26600 [00:24:27] Dantman: you shouldn't add new features to the "configuration changes" section of the release notes just because they are configurable features [00:24:53] you should keep that section for changes that break backwards compatibility with previous LocalSettings.php files [00:25:48] Mmmm... which change? [00:29:38] * Dantman forces himself to make breakfast [00:31:56] 03(mod) Link to search the keyword after redirect from GO - 10https://bugzilla.wikimedia.org/23772 +design; +comment (10MZMcBride) [00:32:11] $wgPurgeHttp11 [00:32:29] New patchset: Tim Starling; "Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27965 [00:32:31] New patchset: Tim Starling; "(bug 39005) Add $wgPurgeHttp11." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4065 [00:36:08] TimStarling, lol, now you're the one with trailing spaces [00:37:24] https://bugzilla.wikimedia.org/show_bug.cgi?id=39185 [00:37:26] TimStarling, wouldn't your change be applicable to Configuration changes now, since the behaviour has changed in a potentially incompatible way? [00:37:38] no [00:38:16] it's got nothing to do with configuration, except that it happens to be configurable [00:38:17] like most things [00:40:11] if we put everything relating to a configurable feature or bug fix in the configuration change section, it would be very long, wouldn't it? [00:40:47] and since it's a new configuration variable, it doesn't break backwards compatibility because nobody has it set yet [00:41:24] it breaks backwards compatibility, but not with configuration, just with the installation in general [00:44:52] 03(NEW) App is crashing in landscape mode on iOS 6.0 - 10https://bugzilla.wikimedia.org/41027 normal; Wikipedia App: Generic; (tfinc) [00:53:09] New patchset: Tim Starling; "Fix WikitextContent::getSection() for missing sections" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27966 [00:55:09] New review: Tim Starling; "PS4: rebase, and move the release note to the file for the new branch" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/4065 [00:57:13] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27966 [00:57:53] New patchset: Tim Starling; "(bug 39005) Add $wgPurgeHttp11." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4065 [00:58:09] New patchset: Tim Starling; "Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27965 [01:01:50] New patchset: Parent5446; "(bug 40679) Set $wgSecureLogin to false for $wgServers with schemes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27136 [01:03:18] New patchset: Tim Starling; "Fix bugs in jqueryMsg implementation." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4051 [01:03:57] New patchset: Tim Starling; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [01:04:03] New patchset: Tim Starling; "(bug 23772) Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [01:07:49] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4065 [01:08:08] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27965 [01:14:09] <[Relic]> Anyway and admin can override the 24hour password protection? restricted access (so I could get a core group on to create first), no one got the email for their account creation some mail.php error I can't seem to track down so when I went to see if I could do a resend I get a 24hour waiting message [01:23:17] New patchset: Parent5446; "Added account creation API." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18127 [01:25:09] Gotta love making a wikifarm [01:25:33] All kinds of oddball issues crop up, but now I've gotten it down to one command to add a new one [01:26:14] New patchset: Parent5446; "Fixed extension description message." [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/27967 [01:27:19] Change merged: Parent5446; [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/27967 [01:30:26] New patchset: Parent5446; "Changed Status class to allow passing of Message objects." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17962 [01:30:56] New patchset: Daniel Friesen; "Add wfSuppressWarnings(); to CologneBlue." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27968 [01:36:29] New patchset: Daniel Friesen; "Add .mw-search to all standard skins." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27969 [01:39:52] New patchset: Parent5446; "Changed LoginForm::addNewaccountInternal() to return Status." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17952 [01:45:12] New patchset: Parent5446; "Added account creation API." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18127 [01:46:23] New review: Parent5446; "I agree. An exception is the more appropriate option." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/21135 [01:48:24] New patchset: Parent5446; "(bug 26585) Handle CSV and array values in $_SERVER['REMOTE_ADDR']." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [01:54:43] 14(DUP) Text falls off right hand side of article - 10https://bugzilla.wikimedia.org/41026 +comment (10Jon) [01:54:43] 03(mod) Unable to scroll horizontally - 10https://bugzilla.wikimedia.org/35548 +comment (10Jon) [01:55:01] New patchset: Daniel Friesen; "Fix incorrect message in CologneBlue full text button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27970 [02:03:14] New patchset: Daniel Friesen; "Change "Go" button to "Search" when there is only one button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27971 [02:07:09] its [02:09:14] Brooke, ^_^ I got 1 of 2 [02:09:50] In any case... I want to stab the person who invented its. [02:10:29] 's is possessive on practically every word... except for "its" [02:11:05] New patchset: Parent5446; "(bug 26585) Handle CSV and array values in $_SERVER['REMOTE_ADDR']." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [02:12:14] That's worse than `Foo, Bar and Baz` and `This sentence ends with "a period."` [02:13:18] whose [02:13:26] That's also fun. [02:13:36] English is a cruel and fickle mistress. [02:15:14] New patchset: Parent5446; "(bug 26585) Handle CSV and array values in $_SERVER['REMOTE_ADDR']." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [02:17:18] What do you mean mistress... its a wife! My mistress is Japanese. [02:20:33] I am not going to ask what I walked in on... [02:23:58] New patchset: Parent5446; "(bug 26585) Handle CSV and array values in $_SERVER['REMOTE_ADDR']." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [02:33:25] New patchset: Parent5446; "Fixed PHP notice in unit tests." [mediawiki/extensions/SSLClientAuthentication] (master) - https://gerrit.wikimedia.org/r/27972 [02:35:16] New review: Parent5446; "All functionality is preserved, bug no longer occurs, and code looks good." [mediawiki/extensions/SSLClientAuthentication] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27972 [02:35:16] Change merged: Parent5446; [mediawiki/extensions/SSLClientAuthentication] (master) - https://gerrit.wikimedia.org/r/27972 [02:37:47] 03(NEW) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 normal; Wikimedia: Site configuration; (dmcdevit) [02:47:18] TimStarling: I have submitted the reworked ustring version to gerrit, but I am not sure whether I fixed debian-related files corretly [02:47:30] I have near-zero experience with them [02:47:34] ok [02:51:12] $wgUsePathInfo = ( strpos( php_sapi_name(), 'cgi' ) === false ) && ... [02:51:26] Do we really want to disable it on FastCGI servers? [02:56:16] vvv, $wgUsePathInfo is basically only used for the default setting of $wgArticlePath and the use of PATH_INFO itself... which is practically never [02:56:32] Dantman: not really [02:56:32] Frankly I wonder if there is even any value in keeping PATH_INFO support around. [02:57:03] You want our users to have index.php?title=Whatever URLs? [02:58:17] vvv, mod_php is basically the only setup that supports PATH_INFO with no additional configuration. [02:58:49] Dantman: how does then index.php/Whatever works on other setups? [02:59:05] vvv, You have to do actual short url config. [02:59:31] And what it rewrites URLs then? [03:00:00] *rewrites URLs to [03:00:36] Whatever you configure... [03:01:02] short url configuration is basically server + localsetings [03:01:23] CGI installations of PHP usually work with PATH_INFO for me [03:01:27] why wouldn't they? [03:01:38] TimStarling, on apache? [03:01:42] yes [03:01:59] TimStarling, ;) now what if Apache isn't behind your CGI? [03:02:41] you were saying that mod_php is the only way PATH_INFO is supported [03:03:23] TimStarling, are you talking about the conversation vvv started or my comment on dropping PATH_INFO support? [03:03:46] Why would we drop it? [03:04:02] PATH_INFO is just one of the variables from which we try to extract the article name [03:04:11] Because in 99.99% of situations we don't use PATH_INFO [03:04:16] We use REQUEST_URI [03:04:37] Dantman: why would those extra lines in WebRequest.php hurt then? [03:06:43] you know PATH_INFO is in the CGI 1.1 spec, whereas REQUEST_URI is not [03:08:33] TIL CGI actually has a spec... [03:09:08] http://web.archive.org/web/20100204105100/http://hoohoo.ncsa.illinois.edu/cgi/env.html [03:09:41] that was effectively the spec for many years, pity it has disappeared from the web now [03:10:00] TimStarling, disappeared? https://tools.ietf.org/html/draft-robinson-www-interface-00 [03:10:26] Nothing disappears from the Internets [03:10:41] "Firefox can't find the server at hoohoo.ncsa.illinois.edu" [03:10:43] gone [03:10:57] that ID is not the same thing [03:11:19] RFC 3875 is supposedly the current spec [03:11:38] and it is a spec, just not a "standard" in IETF lingo [03:11:57] anyway, none of them have REQUEST_URI, and all have PATH_INFO [03:13:03] Of course none of them have the concept of reaching a cgi script by anything other than /file.ext[/?] .... [03:15:21] you mean a "pretty url"? [03:15:36] well, the extension was not required, you could do it with a symlink [03:16:00] the original examples had files ending with .cgi which were actually perl scripts [03:16:36] ah, and this page: http://web.archive.org/web/20100212084031/http://hoohoo.ncsa.illinois.edu/cgi/cl.html [03:16:43] gives an example without a .cgi extension [03:35:18] 03(NEW) Miscellany for Deletion nominations aren't working - 10https://bugzilla.wikimedia.org/41029 major; MediaWiki extensions: PageTriage; (okeyes) [03:35:38] 03(mod) Miscellany for Deletion nominations aren't working - 10https://bugzilla.wikimedia.org/41029 (10Oliver Keyes) [03:40:14] I am doing a viewxml dump, and I am having a very strange issue with a Unicode BOM showing up at the end of the XML file and breaking it [03:40:20] very last character. [03:40:31] not sure how/why it started showing up. [03:43:12] here it is: http://wiki.zenoss.org/Special:ViewXML?title=Special%3AViewXML&namespaces%5B500%5D=on [03:43:19] really odd [03:44:36] the strange thing is is that this problem just started happening. [03:50:45] hrm, looks like all my pages have a BOM on them. [03:50:55] must have messed up LocalSettings.php [03:51:34] TimStarling: hi [03:51:41] hi [03:52:14] TimStarling: that's almost done and I set up a test installation at http://catsort.instance-proxy.wmflabs.org [03:52:37] still some issues left: (1) my code requires ICU 4.8+ but wmf's using 4.2 [03:52:40] Anyways... vvv, we default off /index.php/Article style urls on cgi because we have no clue if the server in question is ready to support them... [03:52:59] (2) I can't come up with a efficient way to do updateCollation.php [03:53:01] Even if it is Apache? [03:53:29] vvv, trying to parse SERVER_NAME isn't a very reliable thing to do. [03:53:55] What does SERVER_NAME even have to do with this? [03:54:12] vvv, How else are we going to know that the server is apache? [03:54:13] liangent, TimStarling: I thought WMF used precise, which has ICU 4.8 [03:54:14] liangent: we'll switch to ICU 4.8 once all servers are upgraded to precise, maybe in a month or two [03:54:52] as for 2), what's inefficient about it? [03:54:53] SERVER_SOFTWARE* [03:55:50] vvv, TimStarling: wmf's customized php5-intl depends on libicu42 [03:56:01] while the standard php5-intl package depends on libicu48 [03:56:09] We have customized php5-intl? Why? [03:56:12] yes, after ptwiki's categories started sorting in random order [03:56:46] Due to ICU 4.8 bug or php5-intl bug? [03:56:59] anyone know why a BOM would show up at the end of every wiki page? [03:57:00] vvv: because of change of sortkey bytes [03:57:15] I used vim to look for a BOM in LocalSettings.php, didn't find one [03:57:22] https://bugzilla.wikimedia.org/show_bug.cgi?id=40462 [03:57:23] wiki in question is wiki.zenoss.org [03:57:52] TimStarling: for the second way, I have to reparse all pages on updateCollation [03:58:05] because different collation can use different sort key (prefix) now [03:58:11] *second thing [03:58:55] How lovely [04:00:03] drobbins, how about grepping for it? [04:00:14] Dantman: will search for ti now [04:00:15] it [04:00:59] found BOM in: ./extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php [04:01:16] now, strange thing is it was working a few hours ago. [04:01:27] and I didn't do a git pull [04:03:39] removing that BOM fixed it! :) [04:03:56] * drobbins punches BOM in face [04:04:06] liangent: what is the syntax on the page again? [04:04:07] * drobbins kicks BOM in groin area [04:05:13] Has anyone contacted ICU upstream? [04:05:27] TimStarling: [[Category:||=]] [04:05:58] New review: Daniel Friesen; "This introduced a BOM into the code." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/14609 [04:06:48] TimStarling: or [[Category:|=|]], in any order [04:07:14] if is unknown, read a whole "=" as , to prevent breakage of existing sortkey with an equal sign [04:07:21] so your concern is that some pages may have a collation name that doesn't exist, and later updateCollation.php is somehow meant to find out the prefixes for the newly existing collation? [04:07:44] right... [04:07:46] TimStarling: yes [04:08:55] well, two strategies occur to me [04:09:18] one is to just use the prefix from the default collation [04:09:31] there may be a bit of breakage, but users will be advised to not use nonexisting collations [04:09:47] then after the new collation is enabled, users can edit the pages, and the links will be updated normally [04:09:49] TimStarling: and if some page is wrong, ask uses to empty edit that page? [04:09:53] *users [04:10:17] yes, any category links that were added before the new collation can be fixed with a null edit [04:10:32] or an edit of a template that the page uses (i.e. abusing the job queue) [04:10:50] what's the other strategy? [04:11:37] break existing sort keys with anything that vaguely looks like a collation name followed by an equals sign [04:11:58] interpret it as a nonexisting collation and insert a row into the database with a prefix but no actual sort key [04:12:12] maybe make the sort key field nullable [04:12:16] then insert null into it [04:12:38] then updateCollation can rebuild all the rows with null sort keys, using the prefixes in those rows [04:14:58] speaking of job queue abuse, have you seen this? http://paste.tstarling.com/p/KlkziI.html [04:15:00] TimStarling: for the second, assume we have collations "a" and "b", I can't distinguish [[category:x|s|a=z]] and [[category:x|a=z|b=s]] currently [04:15:21] zhwiki uses 4 times as much job queue time as enwiki [04:15:24] because there's no place to store "s" currently [04:15:55] sorry, we can talk about job queues some other time [04:16:10] TimStarling: some bot runners talked to me, but I don't know what jobs are they [04:18:06] well, we could do something more complicated along the lines of option 2, but how do you feel about option 1? [04:18:07] New patchset: Daniel Friesen; "Kill BOMbs hidden in PHP files." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27973 [04:18:20] i.e. just require null edits etc. [04:18:50] that would have to be the simplest scheme [04:19:17] TimStarling: looks good enough for me [04:19:27] ok [04:19:47] the job time appears to be mostly from interlanguage link edits to templates [04:20:06] because apparently zhwiki doesn't use "doc" subpages as much as the other wikis [04:20:42] TimStarling: that depends on template writers. what can I do to help... [04:20:57] Why would /doc subpages matter? [04:21:09] I thought the new preprocessor didn't reparse for sections. [04:21:47] Brooke: then edits go to templates themselves instead of /doc pages [04:22:02] Brooke, you think the parser is that smart? [04:22:16] TimStarling: maybe we can avoid job insertion on noinclude-section-only changes? [04:22:23] I thought the preprocessor had been rewritten and that was one of the advantages. [04:22:32] liangent: Right. I thought that already existed. [04:22:37] Brooke: no, it was not one of the advantages [04:23:00] This came up in the context of on-wiki ddiscussions about whether to stop using /doc subpagse. [04:23:06] subpages * [04:23:22] liangent: I think Merlissimo had some plan to do something about it [04:23:26] let me find my logs [04:25:15] sorry, have to deal with swift issues first, per #wikimedia-tech [04:28:20] TimStarling: just left a question here: should I introduce magic words for every collation name? otherwise collation names like 'uppercase' can't be localized. bbl. [04:29:03] Personally I find our template system too hacky... documentation, examples, etc... should really be first class... not something you shove into template content. [04:29:53] Now I have to resist the urge to write a simple extension that makes native support for doc subpages. [04:30:10] Dantman: do you? [04:30:19] lol [04:30:37] I'd just write a proposal and mail it to wikitech [04:31:17] vvv, Are you suggesting that when I have an idea I should send it to wikitech-l? [04:32:46] https://en.wikipedia.org/wiki/Wikipedia_talk:Template_limits [04:32:56] That was before the rewrite, though. [04:34:22] What's the best (or perhaps easiest) way to add a javascript file to all pages of my MediaWiki installation? [04:34:49] wardrop, use [[MediaWiki:Common.js]]? [04:35:27] I don't want to add to an existing js file. I want this file to be standalone. [04:35:50] wardrop, then throw in some JS to load the script [04:35:54] I've got server access obviously. [04:36:08] https://bugzilla.wikimedia.org/show_bug.cgi?id=9293 [04:36:09] Hmmm. [04:36:19] Oh... another one [04:36:23] wardrop, You could create a Gadget. [04:42:38] liangent: Merlissimo thinks he could program his bot to automatically create doc subpages on zhwiki [04:42:53] maybe you could contact him and ask if he needs local help with that? [04:43:06] and yes, I think we should have magic words [04:55:42] Dantman: How does one create a "gadget" and what is it? [04:56:01] wardrop, https://www.mediawiki.org/wiki/Extension:Gadgets [05:00:29] Dantman: It doesn't look like what I'm after, plus it requires installing an additional extensions. All I want to do is dump a file somewhere in the install directory of the wiki, and include it on all pages. Surely there's a easy way to do this. [05:01:07] Some js in Common.js [05:03:53] TimStarling: Merlissimo came to #wikipedia-zh once and talked to me about the job queue issue. [05:04:06] I believe Merlissimo will come again if local help is needed [05:05:15] ok [05:05:48] 03(mod) Add protocol parameter to mw.Api. - 10https://bugzilla.wikimedia.org/40968 +comment (10Tyler Romeo) [05:09:46] TimStarling: what's UpdateCollation::updateSortKeySizeHistogram() [05:09:56] used to estimate needed db index size? [05:10:21] yes, I used it to make the graph here: https://bugzilla.wikimedia.org/show_bug.cgi?id=35632#c5 [05:11:02] it's for total index size and for working out how many rows will have their keys truncated [05:12:32] TimStarling: so should I generate a histogram for every collation, or a combined one is ok? [05:21:49] I guess a combined one is OK [05:24:46] ok gtg now [05:25:58] what happen if you never let the job queue run? [05:28:21] How do I autoload a module? I want to include a module (which is basically one javascript file) on all pages. The examples show the use of $wgOut, but this variable is unavailable at the time a plugin is included. [05:30:29] New review: Nikerabbit; "Should use tabs for indentation." [mediawiki/extensions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27964 [05:32:57] New review: Nikerabbit; "We cannot do git review -d on the live site because we have local patches. Cherry-pick could work bu..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27937 [05:33:44] New patchset: Santhosh; "Check for window.GEO in getCountryCode" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/27974 [06:44:12] New patchset: Raimond Spekking; "[ParserFunctions] Re-add extension to WMF main group" [translatewiki] (master) - https://gerrit.wikimedia.org/r/27975 [06:44:30] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/27975 [06:45:44] New review: Siebrand; "This was an uncaught issue in review in I02ba4ce3. Thanks for the fix." [mediawiki/extensions/AbuseFilter] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27961 [06:45:44] Change merged: Siebrand; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/27961 [06:47:12] New patchset: Santhosh; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [06:47:50] Change merged: Siebrand; [mediawiki/extensions/Calendar] (master) - https://gerrit.wikimedia.org/r/27929 [06:49:16] New review: Santhosh; "I added a few jqueryMsg parser test cases to see if the proposed link syntax works. There is a test ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4055 [07:21:18] New review: Henning Snater; "I guess it would be better to put the line into the horribly named but more generic wikibase.utiliti..." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/27876 [07:33:33] New review: Kaldari; "When you reverted the API code, it looks like you also lost all the bucketing logic in bannerControl..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23307 [07:37:53] New review: Henning Snater; "The site id does not necessarily have to be the language code, it is just a coincidence regarding Wi..." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/27873 [07:42:42] 03(mod) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 normal->trivial; +shell; +comment (10Dereckson) [07:43:43] 03(mod) Moving files results in broken descriptions and deleted images - 10https://bugzilla.wikimedia.org/40927 +comment (10Marco) [07:49:02] 03(mod) Thumbnail missing on upload of video - 10https://bugzilla.wikimedia.org/37036 +comment (10Jan Gerber) [07:55:59] *facepalm* [07:56:44] Why does ContentHandler code merged into master have XXX: comments still lying around unhanded? [07:57:07] ...Wikidata is leaving a really bad taste in my mouth. [08:01:10] Dantman: well, nobody responded to my complaint about unhandled issues noted in review [08:01:28] thread "Merging the ContentHandler into master" in wikitech [08:06:35] 03(NEW) [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages - 10https://bugzilla.wikimedia.org/41030 normal; MediaWiki: ContentHandler; (mediawiki-bugs) [08:09:31] New patchset: jan; "(bug 16860) Add api for getting all wiki sets" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23240 [08:10:06] New review: jan; "I uploaded PS 6" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23240 [08:10:12] New patchset: jan; "(bug 16860) Add api for getting all wiki sets" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23240 [08:10:34] 03(mod) MySQL search for titles without Lucene does not find filenames - 10https://bugzilla.wikimedia.org/34255 summary (10Andre Klapper) [08:11:40] 03(NEW) Special:Ask delivers one wrong UTF-8 character at the beginning of every document - 10https://bugzilla.wikimedia.org/41031 major; MediaWiki extensions: Semantic MediaWiki; (cominch) [08:20:58] New patchset: Siebrand; "Update check blacklist." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27977 [08:21:38] 03(mod) Lockandhide should be logged in the suppression log - 10https://bugzilla.wikimedia.org/18060 +comment (10Andre Klapper) [08:21:44] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27519 [08:27:38] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27977 [08:31:32] Change merged: Nikerabbit; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27973 [08:31:50] Dantman: XXX:? [08:33:28] vvv, https://plone.org/documentation/glossary/xxx [08:34:21] Well, we currently have tons of XXXs in code [08:34:54] New patchset: Siebrand; "Update tags." [translatewiki] (master) - https://gerrit.wikimedia.org/r/27978 [08:35:02] New patchset: Aude; "per bug 40353, inject recent changes nicely [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27392 [08:35:14] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/27978 [08:36:35] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27871 [08:38:02] 03(mod) map obscures map markers, zoom controls - 10https://bugzilla.wikimedia.org/36105 +upstream (10Andre Klapper) [08:39:04] New patchset: Anja Jentzsch; "fix for SiteListTest (for 32bit php versions)" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27979 [08:39:16] 03(mod) Thumbnail missing on upload of video - 10https://bugzilla.wikimedia.org/37036 +comment (10Andre Klapper) [08:40:21] New patchset: Siebrand; "Update tags." [translatewiki] (master) - https://gerrit.wikimedia.org/r/27980 [08:40:55] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/27980 [08:43:34] New patchset: Amire80; "(bug 41005) Define tag editor direction" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27876 [08:44:11] 03(ASSIGNED) for rtl wikis labels and input text previews in wikidata needs to be rtl - 10https://bugzilla.wikimedia.org/41005 (10Amir E. Aharoni) [08:49:02] 03(mod) Special:Ask delivers one wrong UTF-8 character at the beginning of every document - 10https://bugzilla.wikimedia.org/41031 +comment (10Niklas Laxström) [08:50:43] New review: John Erling Blad; "john@loke[master] ~/Workspace/core/tests/phpunit> php phpunit.php --verbose --group Site --conf /var..." [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta); V: -1 C: 0; - https://gerrit.wikimedia.org/r/27979 [08:51:38] New review: John Erling Blad; "Sorry, this was tried against master." [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27979 [08:53:22] 14(DUP) Code come with Book creation - 10https://bugzilla.wikimedia.org/40924 +comment (10Volker Haas) [08:53:23] 03(mod) Books rendered without content - 10https://bugzilla.wikimedia.org/40900 +comment (10Volker Haas) [08:54:10] New patchset: Nikerabbit; "Use DifferenceEngine::$mNewText before 1.21, $mNewContent after" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27375 [08:55:17] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27766 [08:57:04] Change merged: TheDJ; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27970 [08:57:09] New patchset: Matthias Mullie; "datamodel [DO NOT MERGE - WIP]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27981 [08:58:29] New patchset: Jossmart; " new file: ArticleIndex.i18n.php new file: ArticleIndex.php new file: ArticleIndexHooks.php new file: RELEASE-NOTES.txt new file: ext.ArticleIndex.css new file: ext.ArticleIndex.js" [mediawiki/extensions/ArticleIndex] (master) - https://gerrit.wikimedia.org/r/27982 [08:58:50] woo, did my first merge :D [09:01:01] New review: Denny Vrandecic; "Naming was confusing, the comment was inconsistent, and it should have been false but used the other..." [mediawiki/extensions/Wikibase] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/27742 [09:01:31] Change abandoned: Denny Vrandecic; "Comment was wrong that is why this change is invalid." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27742 [09:02:55] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27979 [09:03:08] New patchset: Siebrand; "Bump version." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27983 [09:03:19] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27983 [09:03:33] 03(FIXED) Special:Ask delivers one wrong UTF-8 character at the beginning of every document - 10https://bugzilla.wikimedia.org/41031 +comment (10Cominch) [09:04:20] 03(NEW) Remove configuration of write mode from api - 10https://bugzilla.wikimedia.org/41032 normal; MediaWiki extensions: WikidataRepo; (jeblad) [09:09:48] Hi, i'm getting a bunch of errors after updating a mediawiki when trying to edit an article: Warning: Invalid argument supplied for foreach() in /path/to/wiki/includes/SpecialPageFactory.php on line 544 Any ideas on the problem? I'm also getting a single Warning: Invalid argument supplied for foreach() in /path/to/wiki/includes/MessageBlobStore.php on line 323. the page itself prints: <databaseerror> text> [09:11:30] Should i try running php update.php again maybe? [09:13:46] New patchset: Siebrand; "Add global for check blacklist, default disabled." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27984 [09:15:29] New review: Daniel Kinzler; "This is part of the fix of bug 40552." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/26023 [09:16:00] cmol: Update also all extensions. [09:16:09] New patchset: Siebrand; "Add global for check blacklist, default disabled." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27984 [09:19:08] 03(mod) Link to search the keyword after redirect from GO - 10https://bugzilla.wikimedia.org/23772 +comment (10Subfader) [09:19:13] New patchset: Siebrand; "Set $wgTranslateCheckBlacklist." [translatewiki] (master) - https://gerrit.wikimedia.org/r/27985 [09:20:59] 03(mod) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 +comment (10Dmcdevit) [09:21:57] tale: thanks, i'll try it out [09:27:06] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27375 [09:35:59] New patchset: Henning Snater; "renaming wikibaseAutocomplete" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27986 [09:37:14] New patchset: Jeroen De Dauw; "Backport 4145c4f7037e036bc6ffc2fc5397827d4cde2620" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27987 [09:37:52] New patchset: Siebrand; "Add global for check blacklist, default disabled." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27984 [09:38:14] New review: Jeroen De Dauw; "I did an amend but somehow it ended up in a separate commit (dafuiq): Ife650576" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27728 [09:41:02] New patchset: Anja Jentzsch; "rename $wbStores to $wgWBStores and $wbcStores to $wgWBClientStores, per bug 40552" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27988 [09:41:17] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27988 [09:42:05] New patchset: John Erling Blad; "(Bug 41032) Remove configuration of write mode from api" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27989 [09:44:21] 03(mod) App is crashing in landscape mode on iOS 6.0 - 10https://bugzilla.wikimedia.org/41027 (10Andre Klapper) [09:44:45] New patchset: John Erling Blad; "(Bug 41032) Remove configuration of write mode from api" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27989 [09:46:52] 03(mod) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 (10kimmo.virtanen) [09:48:27] New patchset: Daniel Kinzler; "Backport 4145c4f7037e036bc6ffc2fc5397827d4cde2620" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27728 [09:52:38] New patchset: Siebrand; "Add global for check blacklist, default disabled." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27984 [09:52:38] New review: Daniel Kinzler; "merging after minor fix." [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27728 [09:52:38] New patchset: Siebrand; "Add global for check blacklist, default disabled." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27984 [09:53:04] New patchset: Jens Ohlig; "Create test script to create properties" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27720 [09:53:11] New review: Hashar; "For the record, this need a final review of patchset 37 and that can be merged." [mediawiki/core] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/11137 [09:54:33] New patchset: Anja Jentzsch; "Changed egWBSettings to wgWBSettings" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27990 [09:55:02] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27990 [09:58:36] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27986 [09:58:37] tale: When i have updated all extensions and still get the error? [09:58:46] vvv, Done. [09:58:53] New patchset: Daniel Kinzler; "Backport 4145c4f7037e036bc6ffc2fc5397827d4cde2620" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27728 [09:59:48] New review: Daniel Kinzler; "rebased" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27728 [09:59:48] Change merged: Daniel Kinzler; [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27728 [10:00:11] cmol: Have you checked what is in LocalSettings.php, maybe new Mediawiki needs some changes there? [10:00:37] cmol, For the first one you may have an extension that's broken... [10:00:39] 04(REOPENED) labs-nfs1 nfs export for home is full - 10https://bugzilla.wikimedia.org/36127 04BLOCKER->04CRIT; +comment (10Peter Bena) [10:00:47] cmol: And, have you checked the upgrade actually happened completely with no errors? [10:00:47] 03(mod) labs-nfs1 nfs export for home is full - 10https://bugzilla.wikimedia.org/36127 (10Peter Bena) [10:00:50] Dantman: what specifically? [10:01:03] Change merged: Nikerabbit; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27984 [10:01:10] cmol, For the second (and maybe the first) try truncating the l10n_cache table. [10:01:25] vvv, The start of a TemplateDocumentation extension. [10:01:30] Cool [10:01:34] tale, I followed the upgrade guide on the wiki, and ran the update.php with no errors [10:01:54] Dantman, truncating the table? [10:02:09] cmol, Yes, deleting all the rows in it. [10:02:16] ahh [10:02:30] Change abandoned: Daniel Kinzler; "wrong branch" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27987 [10:04:05] Change merged: Nikerabbit; [translatewiki] (master) - https://gerrit.wikimedia.org/r/27985 [10:04:37] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/27974 [10:05:26] Dantman, truncated, but didn't work [10:05:32] Tch [10:05:46] Then you probably have a screwed up extension. [10:05:50] Dantman, and for extensions, i just updated the all to latest stable [10:06:25] http://www.helsingorleksikon.dk/index.php/Speciel:Version [10:06:47] dantman, it's a rather short list of extensions [10:07:02] Dantman: by the way, I still think that once you figure out the specific way of adding template documentation through MediaWiki extension, you should email wikitech-l and ask people whether they think this is good way or hear alternatives [10:07:10] tale: is there a way to test LocalSettings.php? [10:09:53] 03(mod) Next wmf deployment (tracking) - 10https://bugzilla.wikimedia.org/38865 (10Andre Klapper) [10:09:53] 03(mod) [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages - 10https://bugzilla.wikimedia.org/41030 (10Andre Klapper) [10:11:29] New patchset: Jens Ohlig; "Create test script to create properties" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27720 [10:12:04] New patchset: Siebrand; "Partial revert of Id87f3922. This caused exporting of untranslated messages" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27991 [10:12:19] cmol, Start commenting out extensions till things work [10:12:34] New review: Siebrand; "Partial revert in I40e9ea5d." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/26620 [10:13:41] cmol, Also I'd avoid FlashMP3 [10:14:32] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27991 [10:14:38] Dantman, i know but I'm just the guy hosting the site, so i can't do anything more than recommend them not to use it. But thanks for the tip anyway. [10:15:52] cmol: the google maps one might not be compatible with latest mediawiki version [10:17:10] New patchset: Siebrand; "Remove obsolete check-blacklist.php." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27992 [10:17:19] New patchset: Siebrand; "Update check blacklist" [translatewiki] (master) - https://gerrit.wikimedia.org/r/27993 [10:18:12] Dantman: Found it, it was the spam blacklist. Thanks a lot for the help! [10:18:27] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/27993 [10:18:32] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/27992 [10:21:21] 03(NEW) Edits before page moves are shown in unexpected places in the watchlist - 10https://bugzilla.wikimedia.org/41033 normal; MediaWiki: Watchlist; (listenleser) [10:22:54] 03(mod) Lockandhide should be logged in the suppression log - 10https://bugzilla.wikimedia.org/18060 +comment (10Hoo man) [10:30:43] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27885 [10:30:58] New patchset: Daniel Werner; "Introduced new $.NativeEventHandler and its documentation and tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27994 [10:33:51] New review: Nikerabbit; "Didn't check for proper escaping." [mediawiki/extensions/Listings] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/27779 [10:41:39] New patchset: Tobias Gritschacher; "Fix for SiteListTest failing on 32bit machines" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27995 [10:46:08] New review: Siebrand; "i18n issues should be added as FIXMEs." [mediawiki/extensions/Listings] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/27779 [10:51:01] New patchset: Siebrand; "Update Pywikipedia support: Add pywikibot.py and spellcheck.py" [translatewiki] (master) - https://gerrit.wikimedia.org/r/27996 [10:51:20] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/27996 [10:52:03] New patchset: Daniel Kinzler; "Check for actual content type, not namespace, in hook" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27997 [10:53:24] New patchset: Daniel Kinzler; "Check for actual content type, not namespace, in hook" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27997 [10:57:21] 03(mod) Remove configuration of write mode from api - 10https://bugzilla.wikimedia.org/41032 (10jeblad) [11:00:39] 03(NEW) Strange timeout during test - 10https://bugzilla.wikimedia.org/41034 normal; MediaWiki extensions: WikidataRepo; (jeblad) [11:02:34] 03(mod) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 +comment (10Dereckson) [11:02:49] Hello [11:03:29] Is it considered acceptable for an extension (here FlaggedRevs) to alter the behavior of a special page (here [[Special:NewPages]], adding a custom CSS class to some changes)? [11:04:15] New patchset: John Erling Blad; "(Bug 41034) Fix for strange timeout during test" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27998 [11:04:20] That would solve bug 41016. [11:05:12] New patchset: Nikerabbit; "Message documentation update for DifferenceEngine" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27999 [11:05:22] currently, they're hooks to Block, Blocklist, Booksources, Contributions, upload, version and auth related special pages. Oh and newpages. [11:05:41] (to customized search filters) [11:06:03] 03(mod) Strange timeout during test - 10https://bugzilla.wikimedia.org/41034 (10jeblad) [11:09:05] 04(REOPENED) VisualEditor: Ctrl+left/right to jump by word does not work properly - 10https://bugzilla.wikimedia.org/33064 +comment (10Yair Rand) [11:13:31] New review: John Erling Blad; "Doublechecked the tests, still works, self-submitted." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27989 [11:13:32] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27989 [11:14:50] 03(mod) Add Hooks to SpecialImport and SpecialExport - 10https://bugzilla.wikimedia.org/11539 +comment (10Christian Neubauer) [11:18:19] 03(NEW) task acceptqueue on Special:Translate out of memory - 10https://bugzilla.wikimedia.org/41035 major; MediaWiki extensions: Translate; (s.mazeland) [11:19:49] New patchset: Daniel Kinzler; "Check for actual content type, not namespace, in hook" [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27997 [11:21:11] New patchset: Siebrand; "Rephrase as a question. Makes more sense." [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/28000 [11:23:58] New patchset: Siebrand; "More concise and precise wording for 'upload-disallowed-here'" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28001 [11:27:08] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28001 [11:28:45] New patchset: Aude; "include rc info in wb_changes info field" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28002 [11:31:11] New patchset: Aude; "include rc info in wb_changes info field" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28002 [11:32:18] New patchset: Aude; "include rc info in wb_changes info field" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28002 [11:34:33] New patchset: John Erling Blad; "(Bug 41034) Fix for strange timeout during test" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27998 [11:37:25] Dantman: You've been working on Cologne Blue skin, right? [11:37:32] New patchset: Aude; "kill duplicate test, same as DiffChangeTest" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28003 [11:38:04] siebrand, that's Matmarex [11:38:10] Dantman: Can you please check message usage from MessagesEn.php for all keys starting with qb? (and remove whatever is not being used) [11:42:00] New review: John Erling Blad; "Seems like the timeout problem is still there..." [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/27998 [11:48:56] New patchset: Liangent; "Use magic words to allow localized [[Category:Foo|bar=baz]]" [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/28004 [11:49:23] New patchset: Siebrand; "Remove unused 'qbpageinfo'" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28005 [11:50:03] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (wikidata-wmfphase1beta) - https://gerrit.wikimedia.org/r/27997 [11:51:56] New patchset: Daniel Kinzler; "Message documentation update for DifferenceEngine" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27999 [11:54:28] 03(mod) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 (10kimmo.virtanen) [11:58:20] New review: Daniel Kinzler; "doh :)" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27995 [11:58:21] Change merged: Daniel Kinzler; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27995 [12:11:15] New patchset: Matthias Mullie; "Add .gitignore & .gitreview" [mediawiki/extensions/CreditSource] (master) - https://gerrit.wikimedia.org/r/28009 [12:11:49] Change abandoned: Matthias Mullie; "(no reason)" [mediawiki/extensions/CreditSource] (master) - https://gerrit.wikimedia.org/r/28009 [12:14:05] hi! coding: [12:14:05] ** Aufwärmspiele-Sammlung [//192.168.1.5/ressourcen/092/xy/01_Aufwärmspiele.doc] [12:14:06] printable version: [12:14:06] Aufwärmspiele-Sammlung [1] (http://192.168.1.5/ressourcen/092/xy/01_Aufw%C3%A4rmspiele.doc) [12:14:06] I would like the (http://192.168.1.5/ressourcen/092/xy/01_Aufw%C3%A4rmspiele.doc) to disappear in print... can that be done? [12:18:29] 03(NEW) CSS classes mw-content-ltr/mw-content-rtl is missing - 10https://bugzilla.wikimedia.org/41036 normal; MediaWiki extensions: ExpandTemplates; (fomafix) [12:23:38] New patchset: Siebrand; "Tweak 'echo-no-title'" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/28010 [12:24:04] Change merged: Siebrand; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/28010 [12:25:11] 03(mod) Gerrit needs a very wide screen - 10https://bugzilla.wikimedia.org/36471 +comment (10Chad H.) [12:26:54] New patchset: Siebrand; "Tweak description message." [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/28011 [12:27:03] Change merged: Siebrand; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/28011 [12:27:46] Slinux: http://en.wikipedia.org/wiki/Template:Noprint [12:29:39] Change merged: Nikerabbit; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27999 [12:36:22] New patchset: Daniel Kinzler; "[Bug 41030] fix fatal error when rendering non-existing pages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28012 [12:36:30] 03(FIXED) Backport fixes to Wikibase v0.1 - 10https://bugzilla.wikimedia.org/40573 +comment (10Anja Jentzsch) [12:37:46] 03(mod) [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages - 10https://bugzilla.wikimedia.org/41030 +comment (10Daniel Kinzler) [12:40:57] New patchset: Siebrand; "jQuery ULS is stable. No diff checking needed." [translatewiki] (master) - https://gerrit.wikimedia.org/r/28013 [12:41:15] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28012 [12:42:23] 03(mod) Strange timeout during test - 10https://bugzilla.wikimedia.org/41034 (10jeblad) [12:44:18] 03(mod) Strange timeout during test - 10https://bugzilla.wikimedia.org/41034 (10jeblad) [12:51:45] New review: Aude; "This fixes the fatal errors I got when running the tests." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/27733 [12:52:08] New patchset: Daniel Kinzler; "Fix test for view language for non-wikitext in main NS." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28014 [12:52:47] New review: Aude; "With this change, the test works." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/28014 [12:55:40] New review: Aude; "In the future, it'd be nice to have the tests in a way that doesn't assume Help namespace is wikitex..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/28014 [12:55:50] 03(mod) Strange timeout during test - 10https://bugzilla.wikimedia.org/41034 (10jeblad) [12:58:48] New patchset: Liangent; "Use magic words to allow localized [[Category:Foo|bar=baz]]" [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/28004 [13:01:58] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 +comment (10reza1615) [13:02:15] 03(FIXED) [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages - 10https://bugzilla.wikimedia.org/41030 (10denny vrandecic) [13:09:30] Is it possible to use a GET variable in the article? [13:10:24] no [13:10:56] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28013 [13:11:23] cmol: and that makes parser cache (almost) impossible [13:11:51] Change abandoned: Daniel Kinzler; "*shrug*" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26030 [13:13:48] New review: Daniel Kinzler; "wow, how did this ever work at all?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27960 [13:16:03] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28003 [13:16:24] New patchset: Jossmart; " Patch Set 2 * ArticleIndex.i18n.php - message documentation added * ArticleIndex.php - trailing whitespaces removed * ArticleIndexHooks.php - superfluous newline removed * ext.ArticleIndex.js - trailing tabs removed - base function closure change" [mediawiki/extensions/ArticleIndex] (master) - https://gerrit.wikimedia.org/r/27982 [13:18:37] New patchset: Henning Snater; "Introduced new $.NativeEventHandler and its documentation and tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27994 [13:19:19] New review: Liangent; "@Daniel: because that class has been loaded together when some other classes are being loaded?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27960 [13:21:02] 03(FIXED) Upload Request to Commons - 10https://bugzilla.wikimedia.org/40878 +comment (10Sam Reed (reedy)) [13:21:10] 03(mod) Upload Request to Commons - 10https://bugzilla.wikimedia.org/40878 +comment (10Sam Reed (reedy)) [13:22:49] 03(mod) Opera on Mac OS does not display saz font - 10https://bugzilla.wikimedia.org/31823 +comment (10Andre Klapper) [13:26:21] 03(mod) Handle when $wgContentHandlerUseDB=false changed to $wgContentHandlerUseDB=true - 10https://bugzilla.wikimedia.org/40982 +comment (10Daniel Kinzler) [13:28:40] 03(mod) CSS classes mw-content-ltr/mw-content-rtl is missing - 10https://bugzilla.wikimedia.org/41036 +i18n; +comment (10Andre Klapper) [13:28:56] Nikerabbit: difference between else if and elseif? [13:29:09] coding convention documented somewhere? [13:30:41] Use elseif [13:30:56] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27994 [13:30:59] Because native php is stupid [13:32:40] Dantman: stupid in what way? [13:32:47] performance or what? [13:33:57] Mhmm... native php is supposedly stupid enough to treat } else if () {} like } else { if () {} } and do it in a way that's slightly less efficient [13:34:10] While no other language needs elseif [13:34:15] ...well [13:35:10] There's the other languages with elif and elsif but those are languages that don't use curly blocks, so they're simply necessary parts of the syntax. [13:41:30] New patchset: Siebrand; "Add support for jQuery.i18n component of UniversalLanguageSelector." [translatewiki] (master) - https://gerrit.wikimedia.org/r/28015 [13:41:30] 03(NEW) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 normal; MediaWiki extensions: General/Unknown; (reza.energy) [13:41:32] New patchset: Hashar; "restore wgDebugTimestamps in testDebugFunctionTest()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28016 [13:42:16] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:42:18] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:42:20] 03(mod) Suggestion to implement page-level links into uploaded PDF files [[media:foo.pdf|page=n]] - 10https://bugzilla.wikimedia.org/4198 (10reza1615) [13:42:59] 03(mod) Extract embedded text from DjVu and PDF documents for search - 10https://bugzilla.wikimedia.org/6421 (10reza1615) [13:42:59] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:43:01] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:43:07] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:43:08] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:43:09] 03(mod) Extract embedded text from PDF documents for search - 10https://bugzilla.wikimedia.org/6422 (10reza1615) [13:43:21] 03(mod) Link to log of a .pdf file should not have PDF icon - 10https://bugzilla.wikimedia.org/17124 (10reza1615) [13:43:22] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:43:24] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:44:04] 03(mod) "This image rendered in other sizes" on description page also for djvu, pdf, tiff - 10https://bugzilla.wikimedia.org/23162 (10reza1615) [13:44:05] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:44:06] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:44:14] 03(mod) PDF image extraction fails - 10https://bugzilla.wikimedia.org/23326 (10reza1615) [13:44:21] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:44:24] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:44:34] 03(mod) Some elements missing from PDF thumbnails - 10https://bugzilla.wikimedia.org/23652 (10reza1615) [13:44:36] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:44:36] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:44:39] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 +comment (10Sam Reed (reedy)) [13:44:45] 03(mod) Better error presentation for high res PDFs - 10https://bugzilla.wikimedia.org/23831 (10reza1615) [13:44:45] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:44:47] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:44:49] 03(mod) Cropped PDFs thumbnail broken - 10https://bugzilla.wikimedia.org/26369 (10reza1615) [13:44:51] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:44:51] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:44:58] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 +tracking (10Sam Reed (reedy)) [13:44:59] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Sam Reed (reedy)) [13:45:02] 03(mod) Feature-Request: Extension to export all articles to a single PDF is missing - 10https://bugzilla.wikimedia.org/27325 (10reza1615) [13:45:02] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:45:04] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:45:11] 03(mod) PDF export: Use LaTeX formulas instead of inline images - 10https://bugzilla.wikimedia.org/27574 (10reza1615) [13:45:12] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:45:13] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:45:58] New patchset: Daniel Kinzler; "(bug 40930) Fix regression: ContentHandler prevents action=edit append to blank page" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27441 [13:46:05] 03(mod) Can't upload PDF / ODF Hybrid - 10https://bugzilla.wikimedia.org/28188 (10reza1615) [13:46:05] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:46:06] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:46:09] 03(mod) PdfHandler doesn't display all unicode characters properly - 10https://bugzilla.wikimedia.org/29937 (10reza1615) [13:46:10] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:46:10] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:47:01] 03(mod) pdftotext should be poppler version not xpdf version on wikisource - 10https://bugzilla.wikimedia.org/35122 (10reza1615) [13:47:03] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:47:04] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:47:07] 03(mod) file path for paged media - 10https://bugzilla.wikimedia.org/35380 (10reza1615) [13:47:10] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:47:11] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:47:19] New review: Daniel Kinzler; "Added regression test. The patch seems to work as advertised, maintaining my original +1. Passes Api..." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/27441 [13:50:02] 03(mod) IDREF attribute for references an unknown ID "wpSourceTypeFile" - 10https://bugzilla.wikimedia.org/40889 +comment (10Thorsten Glaser) [13:50:03] 03(mod) PDF related (collection extention) bugs (tracking) - 10https://bugzilla.wikimedia.org/31552 summary (10reza1615) [13:51:14] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 +comment (10reza1615) [13:52:10] 03(mod) PDF page on wikimediafoundation.org not rendering properly - 10https://bugzilla.wikimedia.org/24908 (10reza1615) [13:52:10] 03(mod) PDF related (collection extention) bugs (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:52:11] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:52:23] 03(mod) Text edit box encoding problem with PDF - 10https://bugzilla.wikimedia.org/34540 (10reza1615) [13:52:24] 03(mod) PDF related (collection extention) bugs (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [13:52:24] Hello everyone. Anyone know how to add an extension to mediawiki in debian? I've downloaded the extension (syntaxhighlight_geshi), used mwenext to enable it. But it doesn't seem active. Any idea? [13:52:26] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 (10reza1615) [13:53:43] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10Chris Steipp) [13:58:49] <^demon> frikinz: I don't know what mwenext is. The way to enable extensions is the same for all of them: Add a line to LocalSettings.php to require( "extensions/Foo/Foo.php" ); [13:58:59] New patchset: Siebrand; "Add support for FrontlineSMS." [translatewiki] (master) - https://gerrit.wikimedia.org/r/28017 [13:59:14] Change merged: Hashar; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28016 [14:00:39] liangent: nothing, but we use elseif in php and else if in javascript [14:02:45] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28017 [14:02:45] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28015 [14:03:14] New patchset: Jeroen De Dauw; "Fixed undeletion on non-entity-content pages" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28018 [14:05:28] ^demon: looks like its the same as a2enmod for apache so I would prefer staying consistent with my distro. I see now in the wiki of debian that it is indeed supposed to be the method. thanks [14:05:59] 03(mod) Pdf export extension problem with Cquote template - 10https://bugzilla.wikimedia.org/30637 +comment (10reza1615) [14:06:15] <^demon> Well, I figured it was something like a2enmod, but it's probably some script that the packager cooked up. No guarantees from us on its usability :) [14:07:09] ^demon: sure. no problem with that. last question, can I see from the mediawiki pages which extension is enable (discovering mw since 2h.. sorry) [14:07:48] ^demon: and don't tell me cat LocalSettings.php ;) [14:08:12] <^demon> Yes. If you go to the page called [[Special:Version]] on your wiki, it will list any extensions you have installed. [14:08:36] <^demon> (In addition to telling you your MediaWiki/PHP/database versions. [14:08:53] 03(mod) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 +comment (10Sam Reed (reedy)) [14:08:57] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 +comment (10Andre Klapper) [14:10:45] ^demon: thank you. Yeah only mw php and mysql versions appear. ok I'll dig.. [14:11:34] 03(mod) PDF export extension problem with
and
- 10https://bugzilla.wikimedia.org/30667 +comment (10reza1615) [14:14:33] New patchset: Raimond Spekking; "[Calendar] Register extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/28019 [14:14:54] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28019 [14:15:25] New patchset: Liangent; "Fix some issues pointed out in CR" [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/28020 [14:15:29] Nikerabbit: see my followup and replies, especially them in https://gerrit.wikimedia.org/r/#/c/27511/ [14:16:33] New patchset: Aude; "add selenium/Gemfile.lock to .gitignore" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28021 [14:18:45] 03(mod) PDF related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/41037 +comment (10reza1615) [14:20:43] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28018 [14:22:51] New patchset: Nikerabbit; "Lots of work on tests" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28022 [14:23:24] 03(mod) Scrolling in languages when one of the three areas is selected makes the selection jump - 10https://bugzilla.wikimedia.org/39224 +patch-need-review; +comment (10Amir E. Aharoni) [14:23:24] 03(mod) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 +comment (10Sam Reed (reedy)) [14:29:12] New patchset: Tobias Gritschacher; "adjusted create_property tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28023 [14:29:31] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28023 [14:31:08] New patchset: Raimond Spekking; "[Persona] Register extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/28024 [14:31:08] New patchset: Raimond Spekking; "Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/translatewiki" [translatewiki] (master) - https://gerrit.wikimedia.org/r/28025 [14:31:57] Change abandoned: Raimond Spekking; "my fault" [translatewiki] (master) - https://gerrit.wikimedia.org/r/28025 [14:32:19] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28024 [14:37:10] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28021 [14:39:03] New patchset: Raimond Spekking; "Some i18n related consistency tweaks" [mediawiki/extensions/GeoMath] (master) - https://gerrit.wikimedia.org/r/27884 [14:40:06] New patchset: Mwjames; "Introduce smwfContextHighlighter as global function" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28026 [14:50:57] greetings, i have the following problem: i'm sysop and if i try to edit user rights for a specific user, MW only shows me my own account, not the i entered. FYI we are using ldap auth [14:51:26] <^demon> You have to be a bureaucrat to edit permissions for all users (on a default install) [14:51:36] New review: Mwjames; "Front-end func. have not been altered but the code is cleaner and easier to understand. Tested with ..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/28026 [14:52:23] New patchset: Siebrand; "Add option 'group' to processMessageChanges.php." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28027 [14:52:36] ^demon: i'm bureaucrat and sysop [14:53:55] 14(INVALID) no preview thumbnails upon uploading video via UploadWizard - 10https://bugzilla.wikimedia.org/35918 +comment (10Chris McMahon) [14:54:05] New review: Daniel Kinzler; "please add unit tests" [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/28002 [14:55:04] ^demon: it worked some time ago, but then suddenly not [14:55:16] <^demon> No upgrades or anything? [14:55:31] nope, wa a fresh install [14:56:03] i've had some problems with ldap auth and i have testes a lot [14:56:10] maybe there sits the problem [14:56:25] i'm thinking about reinstalling the wiki [14:56:50] https://www.mediawiki.org/wiki/MediaWiki_1.21/wmf2 [14:57:04] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25436 [15:00:51] Change merged: Demon; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/27380 [15:01:54] New patchset: Amire80; "(bug 39531) Only show the fonts dropdown if there are fonts" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/27318 [15:01:55] New patchset: Tobias Gritschacher; "changes to watch and unwatch in selenium tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28028 [15:02:15] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28028 [15:02:29] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27441 [15:04:30] New patchset: Jeroen De Dauw; "Added GeoCoordinateFormatter" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28029 [15:09:53] 03(mod) Possible memory leak - 10https://bugzilla.wikimedia.org/40804 (10jeblad) [15:10:48] New patchset: Mwjames; "SRF Eventcalendar, enable latest start date" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28031 [15:11:02] 03(mod) problems saving language links containing umlaut - 10https://bugzilla.wikimedia.org/40823 (10jeblad) [15:13:20] New patchset: Reedy; "Update MF to master to get https://gerrit.wikimedia.org/r/28030" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28032 [15:13:29] 03(mod) Possible memory leak - 10https://bugzilla.wikimedia.org/40804 (10jeblad) [15:13:46] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28032 [15:15:06] New patchset: Reedy; "Update MF to master to fix warning spam" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28033 [15:15:16] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28033 [15:15:43] Change merged: Jeroen De Dauw; [mediawiki/extensions/HeaderTabs] (master) - https://gerrit.wikimedia.org/r/25768 [15:20:32] New patchset: Demon; "Move cache purging out of doUpdates()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28034 [15:20:43] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28031 [15:21:26] New patchset: Siebrand; "Add 'translate-group-desc-frontlinesms'." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28035 [15:21:45] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28035 [15:23:47] 03(mod) update.php for Postgres creates sequences, then fails when it to rename sequences to those same names - 10https://bugzilla.wikimedia.org/29635 +comment (10Thorsten Glaser) [15:24:57] 03(mod) Possible memory leak - 10https://bugzilla.wikimedia.org/40804 (10jeblad) [15:25:42] New review: Jeroen De Dauw; "Please have a look at inline suggestion" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/28026 [15:25:42] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28026 [15:27:03] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/27882 [15:27:48] New patchset: Daniel Kinzler; "Add some debug logging to ContentHandler" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28036 [15:28:50] New patchset: Jeroen De Dauw; "Remove now duplicate method in interface" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28037 [15:28:59] New review: Demon; "Fun tidbit, assigning __DIR__ to $dir and reusing it is actually slower than just using __DIR__ a bu..." [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/27882 [15:29:36] 03(mod) Implement a way to bring GitHub pull requests into Gerrit - 10https://bugzilla.wikimedia.org/35497 +comment (10Andre Klapper) [15:30:38] ^demon: that's what I thought as well, and why I had __DIR__ [15:30:49] ^demon: asked siebrand a few times why he changed it but got no reply [15:30:58] Either approach works just fine though [15:30:59] * ^demon shrugs. [15:31:01] So whatever [15:32:00] <^demon> You're probably just saving a few µs either way :) [15:32:21] <^demon> We've already spent more time discussing it than we saved ;-) [15:32:53] 03(NEW) Invite editor to update sitelink after page move on client - 10https://bugzilla.wikimedia.org/41038 normal; MediaWiki extensions: WikidataClient; (denny.vrandecic) [15:34:30] 03(mod) Update repo on page move - 10https://bugzilla.wikimedia.org/36729 +comment (10Daniel Kinzler) [15:35:11] Can someone direct me to an example script of the proper way to access the mediawiki api via jquery? I've been struggling to get anything working [15:35:28] !apiclient [15:35:29] http://www.mediawiki.org/wiki/API:Client_code [15:35:40] Ulfr: http://www.mediawiki.org/wiki/RL/DM#mediaWiki.Api [15:36:18] Change merged: Daniel Kinzler; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28037 [15:36:24] Reedy: I tried using the get code from http://www.mediawiki.org/wiki/RL/DM#mediaWiki.Api but it always comes back to me with an error :( I'm running 1.19.2 [15:36:33] What's the error? [15:38:09] New review: Siebrand; "Looks good. One case of trailing ws." [mediawiki/extensions/Translate] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/28022 [15:41:03] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10Krenair) [15:41:19] Reedy: Missing ) after argument list. After some puttering it says that opt is undefined in mediawiki.api.js [15:42:51] Reedy: source: http://wikidoc.org/index.php/Widget:Sandbox implementation: http://wikidoc.org/index.php/User:Matt_Pijoan [15:42:57] 03(NEW) Cannot select search results Opera Mobile - 10https://bugzilla.wikimedia.org/41039 normal; MediaWiki extensions: MobileFrontend; (jrobson) [15:44:01] New patchset: Siebrand; "Tweak 'contributionscores-info'." [mediawiki/extensions/ContributionScores] (master) - https://gerrit.wikimedia.org/r/28038 [15:44:22] When I copy and paste it into the javascript console it says: [11:44:00.419] TypeError: opt is undefined [15:44:50] 03(mod) Implement a way to bring GitHub pull requests into Gerrit - 10https://bugzilla.wikimedia.org/35497 +comment (10Chad H.) [15:46:09] Change merged: Siebrand; [mediawiki/extensions/ContributionScores] (master) - https://gerrit.wikimedia.org/r/28038 [15:48:24] 03(mod) problems saving language links containing umlaut - 10https://bugzilla.wikimedia.org/40823 (10jeblad) [15:51:12] New patchset: Amire80; "(bug 40238) Apply correct lang and dir to language names" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/27873 [15:54:18] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/25745 [15:54:38] Reedy: Now there's just the opt is undefined error. Thanks so much for your help! [15:55:07] Change merged: Reedy; [mediawiki/extensions/MapSources] (master) - https://gerrit.wikimedia.org/r/27825 [16:01:29] New patchset: Jeroen De Dauw; "Removed unused use statements :)" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28039 [16:04:14] New patchset: Jeroen De Dauw; "Remove unused local vars" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28041 [16:09:23] 03(mod) Possible memory leak - 10https://bugzilla.wikimedia.org/40804 (10jeblad) [16:10:38] 03(mod) problems saving language links containing umlaut - 10https://bugzilla.wikimedia.org/40823 (10jeblad) [16:12:30] 03(mod) Cannot select search results Opera Mobile - 10https://bugzilla.wikimedia.org/41039 (10Andre Klapper) [16:14:38] Change merged: Siebrand; [mediawiki/extensions/GeoMath] (master) - https://gerrit.wikimedia.org/r/27884 [16:14:56] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28027 [16:19:06] 03(ASSIGNED) List of largest Mediawikis on http://wikistats.wmflabs.org/ displays wrong version number - 10https://bugzilla.wikimedia.org/36268 (10Robert Hanke) [16:19:13] 03(ASSIGNED) deploy a replacement for the old "wikistats admin" (WSA) script - 10https://bugzilla.wikimedia.org/36287 (10Robert Hanke) [16:19:17] 03(ASSIGNED) replace/rewrite largest_html.php / re-add output in other formats for "largest" all-in-one stats table - 10https://bugzilla.wikimedia.org/36290 (10Robert Hanke) [16:19:20] 03(mod) If "Talk" namespace is chosen, "Associated namespace" (Article) articles don't get listed - 10https://bugzilla.wikimedia.org/40882 +comment (10Umherirrender) [16:19:22] New patchset: Alex Monk; "Fix stability log escaping HTML links to pages" [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/27846 [16:19:27] 03(ASSIGNED) do not use old mysql_connect method, avoid client mismatch php/mariadb - 10https://bugzilla.wikimedia.org/36338 (10Robert Hanke) [16:20:00] 03(ASSIGNED) new possible wikifarms / hives detected - check for lists - 10https://bugzilla.wikimedia.org/36570 (10Robert Hanke) [16:22:31] New patchset: John Erling Blad; "(Bug 40804) Kick the garbage collectors lazy butt" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28042 [16:24:26] New review: John Erling Blad; "The timeout seems to be very random and could be something with my setup. In a later changeset I inc..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27998 [16:34:42] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28039 [16:36:58] New review: Umherirrender; "I am not sure, but new non-private methods should have a (one sentence) documentation and a @since. ..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/27867 [16:41:14] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28041 [16:41:52] 03(mod) Track file usage history - 10https://bugzilla.wikimedia.org/41025 +comment (10Bawolff) [16:53:30] New patchset: Siebrand; "Only add instances of FileBasedMessageGroup" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28045 [16:53:47] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28045 [16:55:20] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/27938 [16:58:49] New patchset: Siebrand; "Process message changes for ext-jquery-* on mediawiki-extensions update" [translatewiki] (master) - https://gerrit.wikimedia.org/r/28046 [16:59:01] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28046 [17:02:55] New patchset: Subramanya Sastry; "Added ugly nesting and template interaction tests (to stress Parsoid)." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28047 [17:04:58] New review: Mwjames; "Wow ... I would do -2 here but it is already merged ... something is causing a major issue here." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27940 [17:06:04] 03(mod) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 +comment (10Daniel Zahn) [17:07:33] What does opt is undefined mean? :( Stupid jquery [17:08:09] Ulfr: Using mw.api? [17:08:26] Yup. Copy/pasta'd an example right from the page [17:08:30] Hm. [17:08:31] New patchset: Jeroen De Dauw; "Revert "Improve subobject handling in SMWSemanticData"" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28048 [17:08:41] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28048 [17:08:50] Were you the one asking about it the other day? I think I heard a similar complaint from someone.... [17:08:54] Ulfr: ^ [17:08:56] Guilty [17:08:59] Ah, K [17:09:04] 03(NEW) Order of pages in categories doesn't conform with the Ukrainian alphabet - 10https://bugzilla.wikimedia.org/41040 major; MediaWiki: Categories; (dixond) [17:09:06] Reedy got me part way to where I need to be [17:09:09] If it had been more than one person I would have been really worried [17:09:50] 03(mod) Order of pages in categories doesn't conform with the Ukrainian alphabet - 10https://bugzilla.wikimedia.org/41040 (10Dmytro Dziuma) [17:09:54] Ulfr: As I recall I wasn't able to figure out the issue, so I'm going to pass this one...maybe Krinkle can help if he has some time [17:09:59] Balls. [17:10:14] tyvm anyway :) [17:10:21] *nod* [17:10:39] 03(mod) Order of pages in categories doesn't conform with the Ukrainian alphabet - 10https://bugzilla.wikimedia.org/41040 +i18n (10Krenair) [17:11:03] New patchset: Jeroen De Dauw; "Temporary revert as apparently this is causing store2 to break, needs some investigating" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28049 [17:11:08] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28049 [17:11:22] marktraceur: Do you have a sandbox I can putter in until I can diagnose my wiki? <3 [17:11:35] New patchset: Jeroen De Dauw; "Re-apply "Fix handling of Container objects."" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28051 [17:11:38] Change merged: Aaron Schulz; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/27846 [17:11:41] Ulfr: what up? [17:11:42] Change merged: GWicke; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28047 [17:11:55] Krinkle: My wiki says that opt is undefined. I wish to define it [17:12:10] New patchset: Jeroen De Dauw; "Re-apply "Improve subobject handling in SMWSemanticData"" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28052 [17:12:12] I used the api.get example here: http://www.mediawiki.org/wiki/RL/DM#mediaWiki.Api [17:12:23] Krinkle: It's a JavaScript error related to mw.api, but when I looked at the code it looked fine. Maybe the docs are wrong? [17:12:50] New patchset: Reedy; "Add wfErrorLog() call before throwing an exception in readStyleFile" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28053 [17:12:54] Krinkle: ^ [17:13:02] nice and easy ;) [17:13:48] New review: Aaron Schulz; "How would this be used exactly?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27147 [17:13:52] Ulfr: marktraceur: can you paste the code somewhere or tell me how to reproduce the error on mediawiki.org [17:14:03] Krinkle: One moment. [17:14:21] New review: Reedy; "Debugging for these warnings:" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28053 [17:15:12] Krinkle: Code is executed in my user page: http://wikidoc.org/index.php/User:Matt_Pijoan and located in this widget: http://wikidoc.org/index.php/Widget:Sandbox [17:16:27] New patchset: Alex Monk; "(bug 37714) Use log type in target object when deleting logs of the same type" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27869 [17:17:05] New patchset: Markus Kroetzsch; "Limit support for outdated Type: namespace prefix" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28054 [17:17:05] New patchset: Markus Kroetzsch; "Fixed handling for errors in property types" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28055 [17:17:05] New patchset: Markus Kroetzsch; "Corrected handling of error DIs and DVs" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28056 [17:17:06] New patchset: Markus Kroetzsch; "Rewritten access/caching layer for smw_ids" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28057 [17:17:38] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28054 [17:17:39] New review: Mwjames; "Looks good now, so some of the three commits related to subobject handling caused the problem." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28048 [17:18:12] I promise I won't pester once I find the corner of this puzzle ><; [17:18:35] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28056 [17:18:35] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28055 [17:19:23] so, im wanting to get the visual editor running on my third-party wiki. is 1.21 not ready for that? [17:20:27] we're running it on 1.21, so I'd hope so [17:20:29] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28057 [17:21:26] New patchset: Parent5446; "Fixed update.php hook." [mediawiki/extensions/SSLClientAuthentication] (master) - https://gerrit.wikimedia.org/r/28058 [17:22:10] ok, cool. havent been keeping up to date, so when i saw the posts about the new release schedule i was a bit confused [17:24:17] * Ulfr gets PTSD flashes even THINKING about another upgrade [17:24:36] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28053 [17:26:26] Krinkle: Let me know if I can provide anything else you might need if you're still trying to help me [17:26:37] Ulfr: sorry, I missed your earlier message. [17:26:39] Checking now [17:26:43] <3 [17:26:49] Checking http://wikidoc.org/index.php/User:Matt_Pijoan [17:27:08] Ulfr: I see TypeError mw.Api cannot be constructed [17:27:20] Make sure the mediawiki.api module is in your dependencies [17:27:29] So it will be loaded first. [17:27:50] Hm.. inline javascript [17:28:00] you may want to create a ResourceLoader after its working [17:28:09] New patchset: Reedy; "Add wfErrorLog() call before throwing an exception in readStyleFile" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28059 [17:28:09] for now use mw.loader.using([ dependencies], function () {}) [17:28:15] New patchset: J; "use preserve() for encoding target" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/28060 [17:28:21] where your dependencies is ['mediawiki.api'] [17:28:22] Ulfr: [17:28:37] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28059 [17:28:49] Ulfr: https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Client-side_.28dynamically.29 [17:28:57] https://www.mediawiki.org/wiki/RL/DM#mediaWiki.loader [17:29:18] Krinkle: When I run it I get opt is undefined in the api.js file [17:29:28] One moment. Squid's been giving me grief lately [17:30:14] Krinkle: [13:29:57.689] TypeError: opt is undefined @ http://wikidoc.org/resources/mediawiki.api/mediawiki.api.js:90 [17:32:20] interesting [17:32:52] Ulfr: That's odd [17:33:20] Ulfr: ah, found it [17:33:24] Ulfr: You're using .done() pattern [17:33:24] Krinkle: ?! [17:33:28] Ulfr: Which is new in MediaWiki 1.20 [17:33:35] :o [17:33:45] Ulfr: use api.get( { ..}, { ok: function () {}, err: funciton () {} }); instead [17:33:55] second argumetn to get() is required in 1.19 [17:34:33] Krinkle: I'm a huge jquery noob. Would you be my hero and convert the segment so I see what you're talking about? [17:34:39] New review: Matmarex; "Apparently the only usage of this has been removed in If825dd4b2709148977eaea6aeb025d6d9017197b." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/28005 [17:35:12] Ulfr: So instead of api.get( .. ).done( function () { .. } ); you should have api.get( .., { ok: function () { .. }); [17:35:19] New patchset: J; "use preserve() for encoding target" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/28060 [17:35:30] Pass a second { object } to api.get [17:35:35] oh okay [17:35:54] @signature 1.19: api.get( { object with api commands }, { object with callbacks } ); [17:40:10] Lydia_WMDE_: ping [17:40:43] Jarry1250: hey [17:41:18] 03(mod) VisualEditor: Ctrl+left/right to jump by word does not work properly - 10https://bugzilla.wikimedia.org/33064 +comment (10James Forrester) [17:41:29] Lydia_WMDE_: So I'm writing up your CH merge for the Signpost,, and I wondered if you'd begun thinking about dates for testing on your first public wiki (Hungarian WP?) [17:42:16] Jarry1250: yes let's talk in pa query in a sec [17:42:40] Lydia_WMDE_: Sure [17:42:49] 03(mod) encapsulateSelection don't return caret to prev. position after wrapping selected text - 10https://bugzilla.wikimedia.org/40261 (10Pustomytnyk) [17:43:19] 03(NEW) Collection: Call to a member function getFullURL() on a non-object - 10https://bugzilla.wikimedia.org/41041 normal; MediaWiki extensions: Collection; (sam) [17:43:33] New review: RobLa; "Krinkle wrote:" [mediawiki/extensions/LiquidThreads] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27844 [17:45:00] Krinkle: Error's gone now, but nothing happens when I execute, no error no nuffin :( [17:48:12] 03(mod) VisualEditor: Pre-annotations don't work if at first character of a blank line (paragraph or list item) - 10https://bugzilla.wikimedia.org/40677 (10James Forrester) [17:48:13] 03(mod) VisualEditor does not allow to type with (at least some) input methods - 10https://bugzilla.wikimedia.org/33076 (10James Forrester) [17:48:16] 03(mod) VisualEditor: By-word selection fails when mouse moves - 10https://bugzilla.wikimedia.org/39965 (10James Forrester) [17:48:16] 03(mod) VisualEditor: Inline switching of styling mode does not correctly updating typed text when @EOL - 10https://bugzilla.wikimedia.org/40771 (10James Forrester) [17:48:18] 03(mod) VisualEditor: Ctrl + {left,right} arrow should skip a word left or right (Apple + ... on Mac OS X) - 10https://bugzilla.wikimedia.org/38000 (10James Forrester) [17:48:22] 03(mod) VisualEditor: Backspace deletes the wrong character - 10https://bugzilla.wikimedia.org/40416 (10James Forrester) [17:48:23] 03(mod) VisualEditor: Text added to line below cursor - 10https://bugzilla.wikimedia.org/37814 (10James Forrester) [17:48:23] 03(mod) VisualEditor: Ctrl+left/right to jump by word does not work properly - 10https://bugzilla.wikimedia.org/33064 (10James Forrester) [17:48:24] 03(mod) VisualEditor: Move selection on Ctrl+Shift-{Home,End} - 10https://bugzilla.wikimedia.org/33058 (10James Forrester) [17:48:24] 03(mod) VisualEditor: Ctrl+Home / Ctrl+End don't navigate the cursor to the beginning/end of the document - 10https://bugzilla.wikimedia.org/34095 (10James Forrester) [17:48:25] 03(mod) VisualEditor: Shift-Page {Up,Down} selection only works upwards - 10https://bugzilla.wikimedia.org/37834 (10James Forrester) [17:48:25] 03(mod) VisualEditor: Selecting all text and typing causes first typed character to be deleted - 10https://bugzilla.wikimedia.org/39465 (10James Forrester) [17:48:26] 03(mod) VisualEditor: Shift-cursor selection downwards switches to upwards selection once you use Up or Right arrow - 10https://bugzilla.wikimedia.org/37833 (10James Forrester) [17:48:38] Sorry for flooding. [17:49:08] ok, this might be stupid, but where i can i check out the latest version of visualeditor? [17:49:27] <^demon|lunch> James_F: That's what +q is for :) [17:50:02] New review: Siebrand; "Thanks" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/28005 [17:50:03] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28005 [17:51:02] nevermind, found it [17:51:27] na8flush: If you have any questions, please shout. :-) [17:52:08] thanks, i probably will. trying it out locally to see if i'll deploy it to production. the 1.14 -> 1.21 upgrade went pretty swimmingly though [17:52:21] New review: Aude; "It's a flag to indicate alternative handling, rendering and filtering of recent changes. " [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27147 [17:53:15] siebrand: are you using some tool to find unused messages, or did you just happen to come upon that one? [17:53:50] New review: Aaron Schulz; "I'd prefer that instead of "unlink( $this->getTargetEncodePath() );" in run() that maybe you use:" [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28060 [17:55:36] New patchset: Aaron Schulz; "[FileBackend] Added chaining ability to some TempFSFile methods." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28061 [17:56:07] 03(ASSIGNED) VisualEditor: Add support for dir/lang attributes to general text annotation editor (span, div, p, etc.) - 10https://bugzilla.wikimedia.org/41009 (10James Forrester) [17:56:11] 03(ASSIGNED) VisualEditor: Disabled toolbar Buttons should not respond to clicks - 10https://bugzilla.wikimedia.org/40976 (10James Forrester) [17:56:32] 03(ASSIGNED) VisualEditor: Interproject links are coloured incorrectly - 10https://bugzilla.wikimedia.org/33084 (10James Forrester) [17:57:26] Hello. [17:57:38] I think I've find an issue with drafts, git-review and Gerrit. [17:57:59] (1) push with git-review -d a code modification as draft [17:58:16] (1) push with git-review -R (without the -d) a code modification without draft status [17:58:20] ((2)) [17:58:43] you've on the Gerrit interface the changeset 1 as draft and the second one being reviewable... [17:58:55] ...but in the main listing it's still a draft [17:59:17] (and so isn't accessible by external people) [17:59:39] <^demon|lunch> Man, drafts suck. [17:59:47] <^demon|lunch> Talk about a half-baked feature. [18:00:01] <^demon|lunch> (We've hit this bug before) [18:00:09] <^demon|lunch> It's not a bug in git-review at all. Just gerrit. [18:00:25] You answered all my questions, thank you. [18:00:50] That were "Is it related to Gerrit or git-review?" and "Is it already known". [18:01:02] <^demon|lunch> Hit before--dunno if we filed a bug for it. [18:01:08] <^demon|lunch> Worth checking and tossing it in if it's not. [18:01:25] Okay, I'm browsing the Gerrit issues. [18:04:26] 03(NEW) Requesting 'sections' for nonexistent page does not give error - 10https://bugzilla.wikimedia.org/41042 normal; MediaWiki: API; (brian.mcneil) [18:05:22] New patchset: Reedy; "Revert "Update MF to master to fix warning spam"" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28062 [18:05:39] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28062 [18:07:41] 03(FIXED) VisualEditor does not allow to type with (at least some) input methods - 10https://bugzilla.wikimedia.org/33076 +comment (10James Forrester) [18:08:44] Krinkle: marktraceur thanks very much both of you! I finally found square one [18:08:47] Reedy: You too! [18:09:12] Ulfr: Cool! Best of luck, and feel free to ask more questions (hopefully I can help more next time) [18:09:58] marktraceur: with the rabbit hole of development I'm going down, I wouldn't dare take anyone else with me. It's shaping up to be rather terrifying [18:10:36] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10James Forrester) [18:10:37] 03(mod) VisualEditor: Add support for dir/lang attributes to general text annotation editor (span, div, p, etc.) - 10https://bugzilla.wikimedia.org/41009 (10James Forrester) [18:12:04] Ulfr: Not to worry, we bring flashlights [18:12:15] Ulfr: And when necessary, large firearms and explosive devices [18:12:44] marktraceur: well my last project resulted in turning mediawiki into a giant user friendly relational database after ~4000 lines of parser pseudo code and a dash of semantic [18:13:05] Ulfr: That sounds kinda cool, actually [18:13:16] So. Many. Curly. Braces [18:13:29] I can give you a tour at some point if you want. My boss decided not to use it [18:14:24] Ulfr: Maybe [18:14:46] Ulfr: I'm tied up in a lot already, but if you want to drop me a mail and/or message on a talk page somewhere :) [18:15:23] marktraceur: Will do if I'm not a gibbering mess. [18:15:36] New patchset: Reedy; "Fix a couple of fatals" [mediawiki/extensions/CodeReview] (master) - https://gerrit.wikimedia.org/r/28063 [18:16:08] Change merged: Reedy; [mediawiki/extensions/CodeReview] (master) - https://gerrit.wikimedia.org/r/28063 [18:16:48] New patchset: Reedy; "Update to master to fix fatals" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28064 [18:17:09] Change abandoned: Reedy; "(no reason)" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28064 [18:17:53] New patchset: Reedy; "Update to master to fix fatals" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28065 [18:18:03] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28065 [18:19:48] 03(mod) VisualEditor: Mouse selection very unreliable in Internet Explorer 10 - 10https://bugzilla.wikimedia.org/37850 (10James Forrester) [18:19:48] 03(mod) VisualEditor: Un-listing when the caret is at the end of the document throws an error - 10https://bugzilla.wikimedia.org/40339 (10James Forrester) [18:19:48] 03(mod) VisualEditor: Shift-Delete keyboard "cut" shortcut doesn't work - 10https://bugzilla.wikimedia.org/33080 (10James Forrester) [18:19:51] 03(mod) VisualEditor: Various actions that trigger retrieval of offsets throw uncaught exceptions - 10https://bugzilla.wikimedia.org/40463 (10James Forrester) [18:19:51] 03(mod) VisualEditor: JS error on load in IE 10 - 10https://bugzilla.wikimedia.org/37851 (10James Forrester) [18:19:52] 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 (10James Forrester) [18:19:54] 03(mod) VisualEditor: Throws error when trying to edit blank (but existing) page - 10https://bugzilla.wikimedia.org/37843 (10James Forrester) [18:19:55] 03(mod) VisualEditor: DOM out of sync with data model when typing next to a link - 10https://bugzilla.wikimedia.org/39603 (10James Forrester) [18:19:55] 03(mod) Visual Editor: Overlapping text annotations fails - 10https://bugzilla.wikimedia.org/37846 (10James Forrester) [18:21:02] New patchset: Reedy; "Cherry pick in resourceloader related fixes" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28066 [18:21:33] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28066 [18:22:05] quick question: what do i do to "properly" (whatever this would mean) rename an existing message in core? i assume that with translatewiki and stuff it's not as easy as search-and-replace if i want to keep the existing translations [18:22:45] New patchset: Reedy; "Revert "Cherry pick in resourceloader related fixes"" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28067 [18:22:50] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28067 [18:28:51] 03(NEW) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 normal; MediaWiki: General/Unknown; (sam) [18:28:59] 'ello. Anyone b0rked the new roll out? Or, should I stuff all the Wikinews stuff that broke last time somewheres? [18:29:15] (new^test^rollout) [18:29:30] brianmc: Which new rollout? [18:29:57] I was under the impression things like test.wikipedia.org were getting a new version put in for some late testing [18:30:19] yeah, as of 19 minutes ago [18:30:33] But you've mentioned 2 different sites/projects which are on different update schedules [18:30:39] "new" is subjective [18:31:11] I thought wikinews, wikipedia were on the same rollout [18:31:36] no [18:31:42] And, on wikinews, we've some "well-dodgy" stuff. ;) [18:31:50] Other than your users? :p [18:31:58] That would be me, yes. [18:32:31] New patchset: Jeroen De Dauw; "Cleanup of entity serialization in the API" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28068 [18:32:41] Or BRS, who forced office staff to restrain Mike Godwin. [18:37:57] 03(mod) Make files have different URLs depending on type (for video streaming & range handling) - 10https://bugzilla.wikimedia.org/39016 +comment (10Aaron Schulz) [18:40:56] New review: Daniel Kinzler; "@aaron: When a data item changes on wikidata, pages on the client wikis are updates. These updates s..." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/27147 [18:42:00] New review: Daniel Kinzler; "grr, gerrit mangled that link. Maybe this:" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/27147 [18:43:46] 03(mod) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 (10Sam Reed (reedy)) [18:43:50] 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:44:46] 03(FIXED) VisualEditor: Selection is wrongly restored on undo - 10https://bugzilla.wikimedia.org/40538 +comment (10James Forrester) [18:45:18] 03(mod) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 +comment (10Sam Reed (reedy)) [18:45:53] New patchset: Trevor Parscal; "Whitespace and comment cleanup for dm annotation classes" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/28069 [18:47:18] 03(mod) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 +comment (10Rob Lanphier) [18:47:18] 03(mod) Next wmf deployment (tracking) - 10https://bugzilla.wikimedia.org/38865 (10Rob Lanphier) [18:50:58] 03(mod) Track file usage history - 10https://bugzilla.wikimedia.org/41025 +comment (10Subfader) [18:51:20] 03(mod) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 +comment (10Daniel Kinzler) [18:51:32] 03(ASSIGNED) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 (10Daniel Kinzler) [18:58:28] 03(mod) VisualEditor: JS error on load in IE 10 - 10https://bugzilla.wikimedia.org/37851 +comment (10James Forrester) [18:58:37] 03(FIXED) VisualEditor: JS error on load in IE 10 - 10https://bugzilla.wikimedia.org/37851 (10James Forrester) [19:03:38] New patchset: Jeroen De Dauw; "Remove duplicate of file. Current version is at includes/values/IriValue.php" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28074 [19:09:51] New patchset: Aude; "fix bug 41043, return false on edit page form when section content is null" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28076 [19:11:36] New patchset: Tpt; "Fix an i18n error." [mediawiki/extensions/SemanticGenealogy] (master) - https://gerrit.wikimedia.org/r/28077 [19:13:50] 03(mod) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 +comment (10Aude) [19:16:19] Change merged: Tpt; [mediawiki/extensions/SemanticGenealogy] (master) - https://gerrit.wikimedia.org/r/28077 [19:16:55] Is there any right way to set up a wikifarm? [19:19:14] <^demon|lunch> Apheori: No, there's no One True Way. [19:19:26] Apheori: you might be interested in Danwe_WMDE's wikifarm extension [19:19:27] http://www.mediawiki.org/wiki/Extension:WikiFarm [19:19:41] <^demon|lunch> outlines a bunch of ways. All of which more or less work to varying degrees, depending on your use case. [19:20:42] 03(mod) Miscellany for Deletion nominations aren't working - 10https://bugzilla.wikimedia.org/41029 (10bsitu) [19:21:02] <^demon|lunch> aude: Danwe's is http://www.mediawiki.org/wiki/Extension:Simple_Farm [19:21:05] <^demon|lunch> I believe. [19:21:34] O_o [19:22:53] Is there any particularly good or straight-forward way to set them up? Those extensions appear to be sorely for maintenance, [19:24:15] Apheori: Are you following the mediawiki-distributors discussion about this? [19:24:17] New patchset: Aude; "add change row tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28078 [19:24:29] What discussion is this? [19:24:31] I simply use $_SERVER['SERVER_NAME'] variable to include a specific script inside LocalSettings and works like a charm :P [19:24:39] <^demon|lunch> That generally works. [19:24:40] Apheori: http://lists.wikimedia.org/pipermail/mediawiki-distributors/2012-October/000030.html [19:24:50] <^demon|lunch> Vulpix: That doesn't scale to ~800 wikis though :) [19:25:06] Intriguing. [19:25:11] <^demon|lunch> Which is why we use $wgConf at WMF for farms. Which should mostly work for 3rd parties, but it's horribly documented. [19:25:21] well, call it "really simple farm" system :P [19:25:37] New review: Aude; "see tests in https://gerrit.wikimedia.org/r/#/c/28078/" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28002 [19:25:50] Why are these things so poorly documented? [19:26:23] <^demon|lunch> Most (of our) developers don't seem to like writing documentation. Myself included. [19:26:49] So who documents the other stuff? [19:27:35] <^demon|lunch> Stuff gets documented. Slowly. As people get around to it. [19:27:47] <^demon|lunch> Mediawiki.org is a huge mess though. It's long overdue for some spring cleaning. [19:29:09] By whom? [19:30:53] Apheori: Whoever steps up and does it :) care to volunteer, or...? [19:31:26] And it *is* mid-October, so spring cleaning definitely seems like it should have happened some time ago [19:32:03] New review: Aaron Schulz; "It might be simpler (config-wise) to just create a "timedFileUrl" per-zone var which applies to all ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27855 [19:32:10] New patchset: Jeroen De Dauw; "Added simple getArrayValue method to the DVs" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28079 [19:33:12] 03(mod) Books rendered without content - 10https://bugzilla.wikimedia.org/40900 04CRIT->major; +comment (10Siebrand) [19:33:18] <^demon|lunch> marktraceur: Should've happened in Spring of 2009. We're quite overdue. [19:34:26] marktraceur: Are you offering to tell me how these things even work? Because I can't do a whole lot without knowing that. [19:37:13] Any attempts at cleanup without an adecuate understanding are liable to make matters worse, and the use of flagged revisions certainly doesn't make it any more inviting for folks to try. [19:37:47] New review: Jeroen De Dauw; "Yay! Tests!" [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/28078 [19:38:43] New patchset: J; "dont remove temp files in encoding fork" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/28060 [19:38:45] 03(NEW) Special page to identify broken sitelinks - 10https://bugzilla.wikimedia.org/41044 normal; MediaWiki extensions: WikidataClient; (jeblad) [19:39:57] How robust is the API? (Read: How hard can I pound on it) [19:40:40] <^demon|lunch> Fairly robust. Generally speaking, if you're hitting our APIs hard enough for us to notice, we'll tell you. [19:41:03] <^demon|lunch> We also can return stuff like database lag, so you can slow your consumption rate if we're under heavy load. [19:41:21] the extension download thingy on mediawiki.org fails for me: "Invalid response from Extension Distributor remote client." [19:41:46] https://www.mediawiki.org/wiki/Manual:Maxlag_parameter [19:41:55] 03(mod) Special page for pages without connected items - 10https://bugzilla.wikimedia.org/38603 (10jeblad) [19:42:03] New review: Jeroen De Dauw; "Depends on https://gerrit.wikimedia.org/r/#/c/28051/" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28052 [19:42:26] 03(mod) Special page to identify broken sitelinks - 10https://bugzilla.wikimedia.org/41044 (10jeblad) [19:42:26] 03(mod) Special page for pages without connected items - 10https://bugzilla.wikimedia.org/38603 (10jeblad) [19:42:57] Reedy: AaronSchulz: we may need to revert 1.21wmf2 because of Special:Book problem [19:43:40] 03(mod) Invite editor to update sitelink after page move on client - 10https://bugzilla.wikimedia.org/41038 (10jeblad) [19:44:45] 03(mod) Special page for pages without connected items - 10https://bugzilla.wikimedia.org/38603 (10jeblad) [19:45:28] robla, is there a bug for this? [19:45:48] hi, is there any timeline for the 1.20 release? [19:46:10] 03(mod) Special page for pages without connected items - 10https://bugzilla.wikimedia.org/38603 (10jeblad) [19:46:16] Some time in the next two weeks hopefully, JanSch [19:46:34] Krenair: thank you very much! [19:46:49] At least, the page says it's scheduled for October.. [19:47:05] robla: Why? It's currently no less broken on enwiki https://en.wikipedia.org/wiki/Special:Book [19:47:24] oh, well that's messed up [19:47:44] weird...it wasn't that busted last week [19:48:12] It's because both are on master I guess.. [19:48:16] Krenair: not yet....wanna help by filing one? :) [19:48:31] I'll come back to this tomorrow .. but I was wondering if It was possible to rehash the mediawiki program to allow for a " gif " image . Here is an example ( http://i599.photobucket.com/albums/tt71/Pittsburghistan/xb9yt0jpg-1.gif ) but it wouldn't be the final image. [19:48:35] Can I get a change id for an already existing commit in gerrit? [19:48:42] I really have no idea what the problem is, sorry robla [19:48:45] I have a revert which I want to rebase [19:49:11] As for my revert-revert "mess", it works before siebrands commit. Using that commit, it doesn't work due to other errors, pull those in and it was less broken, but still not back to normal. So I tried reverting that commit out of master, which didn't help [19:49:11] robla: isn't it bug 40900? [19:49:22] New patchset: Aude; "fix bug 41043, return false on edit page form when section content is null" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28076 [19:49:24] !b 40900 [19:49:24] https://bugzilla.wikimedia.org/show_bug.cgi?id=40900 [19:49:24] Krenair: visit https://en.wikipedia.org/wiki/Special:Book ...expected behavior, labels. actual behavior, no lables [19:49:46] Vulpix: not the same. 40900 is about a latter part of the pdf generation process [19:50:06] 03(mod) Invite editor to update sitelink after page move on client - 10https://bugzilla.wikimedia.org/41038 (10jeblad) [19:50:15] New patchset: Aude; "fix bug 41043, return false on edit page form when section is invalid" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28076 [19:57:10] New review: Mwjames; "What ever is introduced in this commit makes subobjects disappear for SQLStore2, I have not tested S..." [mediawiki/extensions/SemanticMediaWiki] (master); V: -1 C: -2; - https://gerrit.wikimedia.org/r/28051 [20:00:13] New review: Aaron Schulz; "This seems even better." [mediawiki/extensions/TimedMediaHandler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28060 [20:00:13] Change merged: Aaron Schulz; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/28060 [20:01:56] New patchset: Aude; "add change row tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28078 [20:02:16] New review: Mwjames; "Shouldn't not be submitted until Change Ie7207e44 is fixed." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/28052 [20:02:51] Change merged: TheDJ; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27386 [20:02:55] New review: Aude; "all the issues fixed. " [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28078 [20:04:40] 03(FIXED) searchsuggest-containing line ("containing...") doesn't include the entered text - 10https://bugzilla.wikimedia.org/40780 +comment (10Derk-Jan Hartman) [20:17:44] 03(NEW) Edit page loads very slowly or fails on slow internet - 10https://bugzilla.wikimedia.org/41045 normal; MediaWiki extensions: WikidataRepo; (jeblad) [20:20:25] 03(mod) Edit page loads very slowly or fails on slow internet - 10https://bugzilla.wikimedia.org/41045 (10jeblad) [20:21:17] anyone done gerrit debugging ? [20:21:36] thedj: What's up? [20:21:45] I have a JS error, but the thing is so incredibly obfuscated [20:22:35] I receive a rangeerror if i try to view a diff (not the first time actually, but now it's getting annoying :D ) [20:23:00] "Class$eRc: Array index 469 out of range" [20:23:30] <^demon|lunch> thedj: Unfortuntately, it's basically impossible to debug gerrit JS without compiling it yourself to un-obfuscate things :( [20:24:44] <^demon|lunch> Heh, http://code.google.com/p/degwt/ [20:25:45] New patchset: Bsitu; "(bug 41029) Miscellany for Deletion nominations aren't working" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/28130 [20:26:16] ^demon|lunch: that's what I was fearing.... [20:27:06] 03(mod) Miscellany for Deletion nominations aren't working - 10https://bugzilla.wikimedia.org/41029 (10bsitu) [20:27:15] <^demon|lunch> -Dgwt.pretty=PRETTY [20:27:19] <^demon|lunch> (Default if OBFUSCATED) [20:27:47] <^demon|lunch> http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html#style [20:28:01] yikes. [20:28:12] hi, urdu wikipedia has deprived of wikiLove. [20:28:23] and needs to be installed [20:28:29] so basically i need to setup my own self compiled gerrit mirror of wikimedia to debug their javascript :D [20:28:51] i has created wikilove.js [20:28:51] New patchset: Matthias Mullie; "removed file with unremoved dependency causes module not to load" [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/28131 [20:28:56] <^demon|lunch> thedj: It's pretty straightforward. It uses maven to build, so it handles pretty much everything. [20:29:04] but problem didnt solve. [20:30:44] what shoud I do?? [20:32:30] New patchset: Reedy; "Use wfDebugLog() not wfErrorLog()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28132 [20:32:44] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28132 [20:32:56] New patchset: Jeroen De Dauw; "use DV::getArrayValue" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28133 [20:33:03] 03(mod) Invalid titles can be saved as sitelinks - 10https://bugzilla.wikimedia.org/40652 (10jeblad) [20:33:14] New review: Jeroen De Dauw; "Depends on https://gerrit.wikimedia.org/r/#/c/28079/" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28133 [20:33:40] anyone can help me? [20:33:44] 03(mod) Invalid titles can be saved as sitelinks - 10https://bugzilla.wikimedia.org/40652 (10jeblad) [20:34:31] Hi shuaib_ [20:34:45] yeah brother. [20:34:58] New patchset: Reedy; "Use wfDebugLog() not wfErrorLog()" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28134 [20:35:16] i just created wikilove.js to install wikilove on urdu wikipedia [20:35:18] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28134 [20:35:25] That doesn't install the extension [20:35:32] but dint istall. [20:35:40] !e WikiLove [20:35:40] https://www.mediawiki.org/wiki/Extension:WikiLove [20:35:50] 03(mod) WikiLove installation on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/40848 +shellpolicy; +comment (10Krenair) [20:35:59] % [20:36:00] ^ [20:36:11] so how to install this on wikipedia? [20:36:19] You can't install it yourself [20:36:42] ^demon|lunch: sort of out my 'available time' limits though :D [20:36:47] what should i do? [20:37:07] 03(NEW) Redirected article (page) of stored books are not rendered but shown as text REDIRECT / WEITERLEITUNG - (Redirect is not processed) - 10https://bugzilla.wikimedia.org/41046 major; MediaWiki extensions: Collection; (mail) [20:37:10] 03(mod) Redirected article (page) of stored books are not rendered but shown as text REDIRECT / WEITERLEITUNG - (Redirect is not processed) - 10https://bugzilla.wikimedia.org/41046 major->normal (10T. Gries) [20:38:13] shuaib_, see https://bugzilla.wikimedia.org/40848 [20:38:23] First you need to make it clear that the Urdu Wikipedia community wants this extension [20:38:35] <^demon|lunch> thedj: If I can unbreak the labs install, we should deploy a custom build to labs that has -Dgwt.style=PRETTY [20:38:42] Then someone with a Gerrit account needs to upload the config change [20:38:46] yeah krenair. wants it. [20:39:03] Then a WMF staffer with shell access will hopefully merge and deploy the change [20:39:13] shuaib_: by linking a page where it's being discussed [20:39:23] New patchset: Reedy; "Remove non-existant css sheet ext.articleFeedback/ext.articleFeedback.css" [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/28135 [20:39:28] Krinkle: ^ number 1 [20:39:49] and probably the only one [20:40:01] Change merged: Reedy; [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/28135 [20:40:37] Dereckson: that might be a good idea yes. [20:40:40] 03(mod) WikiLove installation on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/40848 +comment (10Muhammad Shuaib) [20:40:52] And that was for ^demon|lunch of course... [20:41:35] New patchset: Reedy; "Update AF to master to fix attempted load of non existant css" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28136 [20:42:00] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28136 [20:43:04] Change abandoned: Reedy; "I'd made the exact same change and was in the process of deploying it when I saw the email about thi..." [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/28131 [20:43:13] Reedy: ? [20:43:16] ^ 1? [20:43:21] did I miss something? [20:43:37] the first missing RL module [20:43:44] oh, I see [20:43:46] amusingly also causing AFT not to work [20:44:10] And now the error logs are getting nothing [20:44:44] ah, this is actually a reported issue: http://code.google.com/p/gerrit/issues/detail?id=1492 [20:45:56] time to sleep. nite all [20:46:03] New patchset: Krinkle; "Fix up various issues leading to bug 40780." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28137 [20:46:39] thedj: thx for the merge [20:46:40] New patchset: Mwjames; "Reassign context for add method and deleted outdated methods" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28138 [20:46:48] (of bug/40780) [20:47:01] Krinkle: np [20:47:02] New review: Krinkle; "Merge from master, approved by thedj." [mediawiki/core] (REL1_20); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28137 [20:47:03] Change merged: Krinkle; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28137 [20:47:15] 03(mod) Add specific reviewer in Gerrit on SQL changes - 10https://bugzilla.wikimedia.org/36228 +comment (10Antoine "hashar" Musso) [20:47:25] New patchset: Mwjames; "Consolidate outdated methods used in connection with smw.util.tooltip" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28139 [20:47:43] New patchset: Reedy; "Update to master to fix missing stylesheet related errors" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28140 [20:47:52] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28140 [20:48:24] New patchset: Mwjames; "Use embed image instead" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28141 [20:49:23] New patchset: Reedy; "Fix up various issues leading to bug 40780." [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28142 [20:50:10] New patchset: Reedy; "Fix up various issues leading to bug 40780." [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28143 [20:50:50] 03(mod) WikiLove installation on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/40848 +comment (10Muhammad Shuaib) [20:51:37] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/28143 [20:51:41] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28142 [20:51:57] 03(mod) Add specific reviewer in Gerrit on SQL changes - 10https://bugzilla.wikimedia.org/36228 +comment (10Chad H.) [20:54:59] 03(NEW) Add a feature to indicate in [[Special:NewPages]] unreviewed changes. - 10https://bugzilla.wikimedia.org/41047 enhancement; MediaWiki extensions: FlaggedRevs; (dereckson) [20:55:02] 03(mod) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 (10Dereckson) [20:56:00] 03(mod) deploy Zuul (tracking) - 10https://bugzilla.wikimedia.org/40681 (10Rob Lanphier) [20:56:56] New review: Krinkle; "Right, so I was wondering:" [mediawiki/extensions/LiquidThreads] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27844 [20:57:01] 03(mod) Puppetize Zuul - 10https://bugzilla.wikimedia.org/40685 +comment (10Antoine "hashar" Musso) [20:57:19] 14(DUP) Write a role::zuul::production puppet class - 10https://bugzilla.wikimedia.org/40686 +comment (10Antoine "hashar" Musso) [20:57:40] New patchset: Reedy; "Add wfErrorLog() call before throwing an exception in readStyleFile" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28144 [20:57:40] New patchset: Reedy; "Use wfDebugLog() not wfErrorLog()" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28145 [20:57:55] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28144 [20:57:59] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28145 [20:59:48] 03(mod) Puppetize Zuul - 10https://bugzilla.wikimedia.org/40685 (10Rob Lanphier) [21:00:10] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28138 [21:00:37] 03(FIXED) Parsoid Jenkins job needs a push to be ready to run - 10https://bugzilla.wikimedia.org/40931 +comment (10Mark Holmquist) [21:00:56] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28139 [21:01:13] 03(NEW) Add hooks to SpecialNewpages class to allow an extension to customize UI - 10https://bugzilla.wikimedia.org/41048 enhancement; MediaWiki: Special pages; (dereckson) [21:01:14] 03(mod) Add a feature to indicate in [[Special:NewPages]] unreviewed changes. - 10https://bugzilla.wikimedia.org/41047 (10Dereckson) [21:01:52] 06(LATER) Automated testing in Jenkins - Tracking - 10https://bugzilla.wikimedia.org/40933 +comment (10Mark Holmquist) [21:02:11] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28141 [21:04:44] 03(mod) Module cache should be invalidated (newer timestamp) when lesser old items are removed or added (scripts, style, messages) - 10https://bugzilla.wikimedia.org/37812 +comment (10Arthur Richards) [21:06:08] New review: Reedy; "Why is the extension name SSLClientAuthentication and the file ClientSSLAuth.php? lol" [mediawiki/extensions/SSLClientAuthentication] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28058 [21:12:49] New patchset: Matthias Mullie; "permission check is useless on special page" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/28148 [21:15:48] New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28149 [21:19:08] 03(mod) bits.wikimedia.org don't load over 6to4 connection via Hurricane Electric - 10https://bugzilla.wikimedia.org/39322 +comment (10Marcin Cieślak) [21:22:59] can someone please approve the pending changes on http://test2.wikipedia.org/wiki/Main_Page ? [21:24:19] 03(mod) Invalid titles can be saved as sitelinks - 10https://bugzilla.wikimedia.org/40652 (10jeblad) [21:24:30] Change merged: Parent5446; [mediawiki/extensions/SSLClientAuthentication] (master) - https://gerrit.wikimedia.org/r/28058 [21:24:54] 03(FIXED) bits.wikimedia.org don't load over 6to4 connection via Hurricane Electric - 10https://bugzilla.wikimedia.org/39322 +comment (10Leslie Carr) [21:25:40] aude: If I knew how to do that... [21:25:42] New review: Parent5446; "Lol, that was my fault." [mediawiki/extensions/SSLClientAuthentication] (master) - https://gerrit.wikimedia.org/r/28058 [21:26:14] 03(NEW) Replace contact to etherpad support from error messages - 10https://bugzilla.wikimedia.org/41049 normal; Wikimedia: Etherpad; (juandevojnikov) [21:26:28] 03(mod) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 +comment (10Dereckson) [21:26:38] hello [21:26:49] I came with some bugs from Serbia [21:26:57] hope you have strong pesticides:-) [21:28:04] 03(ASSIGNED) Temporarily re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 +patch-in-gerrit +shell; summary; +comment (10Dereckson) [21:31:37] 03(NEW) Special page to identify unlikely sitelinks for an item - 10https://bugzilla.wikimedia.org/41050 enhancement; MediaWiki extensions: WikidataRepo; (jeblad) [21:35:43] 03(FIXED) VisualEditor: Ctrl+left/right to jump by word does not work properly - 10https://bugzilla.wikimedia.org/33064 +comment (10Yair Rand) [21:36:23] 03(NEW) Special page to identify likely items for a page - 10https://bugzilla.wikimedia.org/41051 enhancement; MediaWiki extensions: WikidataRepo; (jeblad) [21:36:52] 03(mod) Special page to identify likely items for a page - 10https://bugzilla.wikimedia.org/41051 (10jeblad) [21:37:42] 03(mod) Requesting 'sections' for nonexistent page does not give error - 10https://bugzilla.wikimedia.org/41042 +comment (10Dereckson) [21:37:50] 03(mod) Special page to identify unlikely sitelinks for an item - 10https://bugzilla.wikimedia.org/41050 (10jeblad) [21:40:06] 03(mod) Requesting 'sections' for nonexistent page does not give error - 10https://bugzilla.wikimedia.org/41042 +comment (10Amgine) [21:42:56] 03(mod) Temporarily re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 +comment (10Dereckson) [21:45:05] Dereckson: I have merged a change for fiwiki regarding nppatrol or something [21:45:30] Dereckson: … that is what you were commenting on already hehe ;-] [21:46:29] 03(mod) Requesting 'sections' for nonexistent page does not give error - 10https://bugzilla.wikimedia.org/41042 +comment (10Dereckson) [21:46:50] 03(NEW) Special page to identify unlikely items for properties - 10https://bugzilla.wikimedia.org/41052 enhancement; MediaWiki extensions: WikidataRepo; (jeblad) [21:46:57] hashar: thank you for a so quick deployment [21:47:10] 03(mod) Special page to identify unlikely items for properties - 10https://bugzilla.wikimedia.org/41052 (10jeblad) [21:47:44] Dereckson: I should do more review of mediawiki-config . Been a bit overbusy for the last two weeks though :-] [21:48:11] Reedy: somehow i can't login as aude on test wiki (no email set, forgot password?) so..... [21:48:28] no admin privileges for me [21:48:28] New patchset: Mwjames; "Add user prefs intro for SRF" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/26929 [21:48:29] New patchset: Robmoen; "Fix bold and italic key commands in surfaceView." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/28155 [21:48:34] hashar: how is the zuul stuff going? [21:49:00] chrismcmahonafk: working in labs. Will talk about it with Chad tomorrow hopefully [21:49:14] chrismcmahonafk: need to write down the new workflow on mw.org [21:49:37] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/28155 [21:49:39] chrismcmahonafk: and ops are going to upgrade the continuous integration server. Need to manage that with them. [21:50:06] There are only 9 new not merged changes in wmf-config according https://gerrit.wikimedia.org/r/#/q/status:open+project:operations/mediawiki-config,n,z [21:50:40] None of them really urgent (except if wikidata wants to start deployment quickly) [21:50:40] New patchset: Catrope; "Update VisualEditor to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28156 [21:50:58] 03(NEW) upgrade gallium to Precise - 10https://bugzilla.wikimedia.org/41053 normal; Wikimedia: Testing Infrastructure; (hashar) [21:51:13] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/26929 [21:51:31] 03(mod) upgrade gallium to Precise - 10https://bugzilla.wikimedia.org/41053 +comment (10Antoine "hashar" Musso) [21:51:31] 03(mod) deploy Zuul (tracking) - 10https://bugzilla.wikimedia.org/40681 (10Antoine "hashar" Musso) [21:51:36] But we had a problem this week-end. Krenair pushed a changeset to add a throttle rule for a workshop or conference, it weren't deployed at conference start time. [21:51:58] 03(NEW) Special page to identify most likely properties for an item - 10https://bugzilla.wikimedia.org/41054 normal; MediaWiki extensions: WikidataRepo; (jeblad) [21:52:00] Dereckson: unfortunate :/ [21:52:12] 03(mod) Special page to identify most likely properties for an item - 10https://bugzilla.wikimedia.org/41054 (10jeblad) [21:52:32] Change merged: Catrope; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28156 [21:52:39] Dereckson: and it is of course a bit hard to join us during week-end :/ [21:52:55] chrismcmahon: wanna talk about it tomorrow ? [21:53:05] chrismcmahon: I meant, talk about Zuul tomorrow ? [21:53:36] hashar: sure, I know you're very busy [21:53:53] chrismcmahon: so ping me tomorrow morning (your time). [21:54:28] I should be at my coworking place late in the afternoon. [21:54:36] or I can write down a quick report to you ;-] [21:54:44] for now [21:54:48] going to bed ;-] [21:54:52] see you later all! [21:55:00] bye [21:55:09] 03(mod) VisualEditor: Ctrl+left/right to jump by word does not work properly - 10https://bugzilla.wikimedia.org/33064 +comment (10James Forrester) [21:55:22] New patchset: Krinkle; "InfoAction: Update to latest version from master (100473d .. cbed68b)" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28157 [21:55:31] Reedy: ^ [21:55:32] bye hashar [21:55:39] ;) [22:01:40] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28149 [22:02:48] Krinkle, I see the only diff between that file in your changeset and master is: [22:02:50] - * [22:02:50] - * @return array [22:03:04] New patchset: Aude; "add change row tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28078 [22:03:06] In the comments for pageInfo [22:03:20] Doesn't matter much though I guess [22:03:41] New review: VitaliyFilippov; "I think the global isn't really needed, I've introduced it just for the compatibility. I think resam..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/22945 [22:04:02] Krenair: look, it's Vitaliy! [22:05:01] yay. thanks sumanah [22:05:32] You're welcome! I figure sometimes bugzilla mail or gerrit mail gets a bit lost in the shuffle and a personal note can do the trick [22:08:29] 03(mod) WikiLove installation on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/40848 +comment (10Andre Klapper) [22:10:17] hi andre__! how are you doing? [22:10:33] yoyoyo sumanah [22:10:38] SNAFU :) [22:10:43] 03(mod) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 +comment (10Aaron Schulz) [22:11:41] 03(mod) WikiLove installation on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/40848 +comment (10Sumana Harihareswara) [22:11:52] andre__: I am surprised that you were ever in the Situation Normal part! :-) [22:12:08] andre__: so, can you point me to any new bug reports coming in from today's deployment? [22:13:16] New patchset: Mwjames; "Fix escaping issue for spinner div" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28160 [22:13:29] sumanah: actually I just came home and haven't checked the latest reports yet [22:14:15] sumanah, there's one more ticket added to 38865: https://bugzilla.wikimedia.org/show_bug.cgi?id=41043 [22:14:58] * sumanah adds keywords [22:14:59] 03(mod) Argument 1 passed to EditPage::toEditText() must implement interface Content, boolean give - 10https://bugzilla.wikimedia.org/41043 +patch +patch-in-gerrit +patch-need-review (10Sumana Harihareswara) [22:15:54] well, it's nice that we only have 1 deployment blocker [22:16:15] Wednesday we're going to find out a bunch more https://www.mediawiki.org/wiki/MediaWiki_1.21/Roadmap [22:16:41] I'm also afraid of that. [22:16:59] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28160 [22:21:43] 03(NEW) Pasting text doesn't work - 10https://bugzilla.wikimedia.org/41055 normal; MediaWiki extensions: VisualEditor; (smolensk) [22:22:07] Hm https://bugzilla.wikimedia.org/show_bug.cgi?id=27764 [22:22:15] I guess (hope) this is fixed [22:24:32] New patchset: Catrope; "Fix exception when deleting all text (Ctrl+A Backspace)" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/28162 [22:24:32] New patchset: Catrope; "Fix JS error in DocumentSynchronizer when adding to an empty document" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/28163 [22:26:31] andre__: that fear is part of the argument for using Global Message Delivery today or tomorrow to tell the people on those wikis to watch out for the changes and/or ask them to test on mediawiki.org & test sites [22:30:35] PHP Notice: Undefined index: format in /var/www/CephWiki/core/includes/Import.php on line 664 [22:30:40] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10Huji) [22:30:41] who broke? [22:32:07] eb5d3a8 [22:32:21] gah, doesn't show in gerrit, must be part of the wikidata merge or something [22:32:58] AaronSchulz: stack trace? [22:33:06] * aude is trying importing pages [22:34:16] andre__: the person who just commented on bug 41022 is the Huji you were seeking [22:34:19] I believe [22:34:25] 03(FIXED) Several large files for server-side upload to Commons - 10https://bugzilla.wikimedia.org/41028 +comment (10Sam Reed (reedy)) [22:35:27] i see what is an obvious mistake there, though [22:35:38] sumanah, ah, in terms of extension maintainers! Took me a few seconds. Thanks :) [22:36:01] :) [22:36:53] Change merged: Siebrand; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28165 [22:37:00] Fatal error: Call to a member function getPrefixedText() on a non-object in /usr/local/apache/common-local/php-1.21wmf2/extensions/LiquidThreads/pages/ThreadPermalinkView.php on line 207 [22:37:02] Thats a new one [22:37:13] AaronSchulz: Daniel Kinzler, apparently, broke it, if that indeed is the commit that did it [22:37:18] New patchset: Aude; "check if $revisionInfo['format'] isset in Import.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28166 [22:37:42] 03(NEW) LQT: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/41056 normal; MediaWiki extensions: LiquidThreads; (sam) [22:38:13] !b 23172 [22:38:13] https://bugzilla.wikimedia.org/show_bug.cgi?id=23172 [22:38:18] Reedy: :( [22:39:03] New review: Reedy; "lol." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28166 [22:39:04] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28166 [22:39:12] 03(ASSIGNED) Pasting text doesn't work - 10https://bugzilla.wikimedia.org/41055 (10James Forrester) [22:39:17] 03(mod) MW Bugzilla integration extension - 10https://bugzilla.wikimedia.org/27001 +comment (10Andre Klapper) [22:40:18] 04(REOPENED) VisualEditor: Ctrl+left/right to jump by word does not work properly - 10https://bugzilla.wikimedia.org/33064 +comment (10Nikola Smolenski) [22:40:35] New patchset: Tim Starling; "[JobQueue] Job queue refactoring and generalizing." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/13194 [22:42:36] 03(mod) Wikimedia wikis need better issue reporting system - 10https://bugzilla.wikimedia.org/27852 +comment (10Andre Klapper) [22:43:27] New review: Tim Starling; "PS25: rebase, changed base 32 to base 36 for consistency with storage of other SHA-1 hashes." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/13194 [22:43:29] New patchset: Siebrand; "Fix I6cd69962: Put files in the correct folder." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28168 [22:46:09] Change merged: Siebrand; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28168 [22:46:56] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/13194 [22:48:38] Reedy: https://gerrit.wikimedia.org/r/#/c/27474/ [22:49:56] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27474 [22:51:51] James_F: As per latest changes in bug 41055 I assume that you renamed "Visual Editor" under "Mediawiki extensions" in Bugzilla to "PLEASE DO NOT USE VisualEditor"? [22:52:04] andre__: Yes. [22:52:52] James_F, hmm. Wouldn't it be better to delete that component instead? (It has 47 reports though that would need to be moved first) [22:53:33] andre__: I guess I should move the 47 outstanding closed ones, but I didn't want to spam the bugs' filers/repliers with pointless information. [22:53:49] andre__: If I could suppress e-mails it'd be great, but sadly I can't. [22:54:14] James_F, yeah, that's the pity with Bugzilla - sometimes for mass-changed it would be nice to do so... [22:54:32] James_F, however I think I'd rather move it, as long as there is no "deprecated" classification or something similar [22:54:44] Just turn off email functionality for a couple of minutes ;) [22:54:52] James_F, so if there are no strong objections I think I'll fix that [22:55:01] hi James_F :) [22:55:01] I'll do it. [22:55:07] Hey aude. :-) [22:55:38] 03(mod) Special page to identify most likely properties for an item - 10https://bugzilla.wikimedia.org/41054 (10jeblad) [22:55:52] If I "make comment private" it'll still inform everyone that the bug has changed on the component side, yes? [22:56:18] Oh, what the hell. [22:56:20] James_F, if you want to, sure. When doing so could you please add a comment like [Massmoving old VisualEditor tickets. Search for this message to mass-delete bugmail.] or so? [22:56:32] I have a json object which I'm trying to parse summary. It works for data['parse']['title'] but not for data['parse']['summary']... any ideas? [22:56:36] James_F, marking as private does not help, no (plus it's something I don't recommend) [22:56:48] James_F, but I can do that too if you have better things to do [22:56:51] andre__: Sure. OK, done. [22:57:03] 03(mod) HTML Serializer doesn't handle overlapping tags correctly - 10https://bugzilla.wikimedia.org/33048 +comment (10James Forrester) [22:57:08] 03(mod) Visual editor viewport doesn't follow caret if zoomed in while typing on Android - 10https://bugzilla.wikimedia.org/33066 +comment (10James Forrester) [22:57:09] 03(mod) Visual editor text spills over the right edge of screen on initial view on iOS (small screen) - 10https://bugzilla.wikimedia.org/33072 +comment (10James Forrester) [22:57:09] 03(mod) Hit Enter at the end of a heading, blinking cursor disappears - 10https://bugzilla.wikimedia.org/37809 +comment (10James Forrester) [22:57:10] 03(mod) the input support for Chinese isn't very well - 10https://bugzilla.wikimedia.org/33309 +comment (10James Forrester) [22:57:11] 03(mod) Throw a clean error when user is blocked - 10https://bugzilla.wikimedia.org/37802 +comment (10James Forrester) [22:57:12] 03(mod) Wikitext is not escaped - 10https://bugzilla.wikimedia.org/33090 +comment (10James Forrester) [22:57:12] 03(mod) Hitting enter on an empty list item should end the list - 10https://bugzilla.wikimedia.org/34096 +comment (10James Forrester) [22:57:13] 03(mod) inArray's use of strict equals in es.ContentView.js may be inappropriate (FIX attached) - 10https://bugzilla.wikimedia.org/33596 +comment (10James Forrester) [22:57:14] 03(mod) Wikitext serializer doesn't switch to HTML output for headings in lists - 10https://bugzilla.wikimedia.org/33063 +comment (10James Forrester) [22:57:15] 03(mod) Double-clicking a word selects several non-Latin words - 10https://bugzilla.wikimedia.org/33127 +comment (10James Forrester) [22:57:19] 03(mod) Visual editor zooms, pans to left side of document while typing on iOS 5 (small screen) - 10https://bugzilla.wikimedia.org/33071 +comment (10James Forrester) [22:57:20] 03(mod) Alt code characters do not work - 10https://bugzilla.wikimedia.org/33138 +comment (10James Forrester) [22:57:20] 03(mod) VisualEditor freaks out on - 10https://bugzilla.wikimedia.org/37808 +comment (10James Forrester) [22:57:21] 03(mod) select till the end of page. - 10https://bugzilla.wikimedia.org/33083 +comment (10James Forrester) [22:57:23] 03(mod) Splitting a link doesn't work - 10https://bugzilla.wikimedia.org/33062 +comment (10James Forrester) [22:57:24] 03(mod) ACCEL+K should NOT activate the Link Window - 10https://bugzilla.wikimedia.org/33267 +comment (10James Forrester) [22:57:26] 03(mod) The floatable toolbar does not have round corners anymore if it's not at its default position - 10https://bugzilla.wikimedia.org/33162 +comment (10James Forrester) [22:57:26] 03(mod) Hard to select text in visual editor in Android, iOS browsers - 10https://bugzilla.wikimedia.org/33067 +comment (10James Forrester) [22:57:28] 03(mod) Disabling any of the extra views in Chrome takes excessive amounts of time. - 10https://bugzilla.wikimedia.org/33051 +comment (10James Forrester) [22:57:30] 03(mod) '''a''b'''c'' creates invalid html - 10https://bugzilla.wikimedia.org/33151 +comment (10James Forrester) [22:57:33] 03(mod) Make wikitext pane of visual editor editable, not just preview. - 10https://bugzilla.wikimedia.org/33124 +comment (10James Forrester) [22:57:34] 03(mod) Double-click should highlight text in VisualEditor in IE8 - 10https://bugzilla.wikimedia.org/33107 +comment (10James Forrester) [22:57:35] 03(mod) Visual editor doesn't show on-screen keyboard in Safari on iOS 5 - 10https://bugzilla.wikimedia.org/33069 +comment (10James Forrester) [22:57:36] 03(mod) Ctrl-arrow doesn't match normal text editor's behavior - 10https://bugzilla.wikimedia.org/33146 +comment (10James Forrester) [22:57:39] 03(mod) Setting heading on list items shouldn't be allowed - 10https://bugzilla.wikimedia.org/33092 +comment (10James Forrester) [22:57:39] 03(mod) Some function in browser's edit menu does not work - 10https://bugzilla.wikimedia.org/33161 +comment (10James Forrester) [22:57:42] 03(mod) Help panel says to use Alt + Arrow to move cursor by words/blocks instead of Ctrl/Option + Arrow - 10https://bugzilla.wikimedia.org/33086 +comment (10James Forrester) [22:57:42] 03(mod) Page doesn't scroll when dragging selection off bottom of window in VisualEditor - 10https://bugzilla.wikimedia.org/34307 +comment (10James Forrester) [22:57:43] 03(mod) Visual editor doesn't allow typing accented characters in Android browser - 10https://bugzilla.wikimedia.org/33070 +comment (10James Forrester) [22:57:44] 03(mod) Spell check not working in VisualEditor interface - 10https://bugzilla.wikimedia.org/33511 +comment (10James Forrester) [22:57:46] 03(mod) Window resizing crashes VisualEditor if too small - 10https://bugzilla.wikimedia.org/34224 +comment (10James Forrester) [22:57:47] 03(mod) Ctrl+left/right arrow doesn't work correctly with non-Latin scripts - 10https://bugzilla.wikimedia.org/33128 +comment (10James Forrester) [22:57:48] 03(mod) Selected text is not completely replaced at insertion of new text when the text was backwardly selected with keyboard - 10https://bugzilla.wikimedia.org/33150 +comment (10James Forrester) [22:57:48] 03(mod) Visual editor disables spelling/punctuation correction in Android, iOS input method - 10https://bugzilla.wikimedia.org/33065 +comment (10James Forrester) [22:57:50] 03(mod) Wikitext generated for definitions (
) misses colon - 10https://bugzilla.wikimedia.org/33116 +comment (10James Forrester) [22:57:51] 03(mod) Have buttons that are grayed out disabled completely - 10https://bugzilla.wikimedia.org/33113 +comment (10James Forrester) [22:57:53] 03(mod) Cannot create two links on two continuous characters - 10https://bugzilla.wikimedia.org/33103 +comment (10James Forrester) [22:57:54] Wooooooooo [22:57:54] 03(mod) Move cursor on "page up" and "page down" - 10https://bugzilla.wikimedia.org/33057 +comment (10James Forrester) [22:57:55] 03(mod) Selection hard to cancel - 10https://bugzilla.wikimedia.org/33056 +comment (10James Forrester) [22:57:57] 03(mod) Gray out undo/redo button if there's nothing to undo/redo - 10https://bugzilla.wikimedia.org/33112 +comment (10James Forrester) [22:57:59] 03(mod) HTML/JS/XSS injection in visual editor (attribute sanitation on links) - 10https://bugzilla.wikimedia.org/34308 +comment (10James Forrester) [22:58:01] 03(mod) Opening the link editor should automatically expand selection to linked text - 10https://bugzilla.wikimedia.org/33049 +comment (10James Forrester) [22:58:01] 03(mod) Page Up and Page Down don't work in VisualEditor in Firefox - 10https://bugzilla.wikimedia.org/33047 +comment (10James Forrester) [22:58:03] 03(mod) ApiQueryParseTree doesn't work when XML format is requested - 10https://bugzilla.wikimedia.org/34058 +comment (10James Forrester) [22:58:04] 03(mod) Visual Editor: select word with keyboard and overwrite doesn't work as expected - 10https://bugzilla.wikimedia.org/33078 +comment (10James Forrester) [22:58:05] 03(mod) Visual editor All Words Are Capitalized On iOS When Typing - 10https://bugzilla.wikimedia.org/33073 +comment (10James Forrester) [22:58:11] Eeks. True, the bot. Sigh. [22:58:18] Also, yes, a 'slight' flood in here too. *coughs meaningfully about #mediawiki-feed* [22:58:30] 03(mod) Special page to identify unlikely items for properties - 10https://bugzilla.wikimedia.org/41052 (10jeblad) [22:58:41] I have a json object which I'm trying to parse summary. It works for data['parse']['title'] but not for data['parse']['summary']... any ideas? [22:58:46] it's nice to see all the VE bugs in one place for skimming :) [22:58:46] Component deleted. [22:58:59] James_F: Clearly the answer couldn't have been "silence the bots before mass-moving" [22:59:12] :) [22:59:16] hi ombinde [22:59:29] marktraceur: The real answer is not to have bots post here at all. :-) [22:59:30] James_F: thanks so much for keeping BZ a bit cleaner. :) [22:59:48] * James_F is always happy to help. [22:59:51] ombinde: do you get an error when you do the latter? [23:00:28] * andre__ tries to remember what he originally wanted to do before getting distracted [23:02:07] UNICORN! [23:02:22] sumanah: nope. Nothing happens in the browser [23:02:58] ombinde: maybe you could give a little more detail on what you are doing [23:03:30] New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28172 [23:03:46] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28172 [23:04:51] 03(mod) DejaVu Sans font renders incorrectly in SVG thumbnails - 10https://bugzilla.wikimedia.org/17845 +comment (10Bill Skaggs) [23:04:58] sumanah: http://jsfiddle.net/ombinde/U8UwV/ [23:05:15] marktraceur: how do I get past the 100mb limit in UW? [23:05:20] * sumanah waits for other folks who actually know this stuff to look at ombinde's link [23:05:27] basically I'm trying to parse the summery in plain text [23:05:32] 03(mod) Special page to identify unlikely sitelinks for an item - 10https://bugzilla.wikimedia.org/41050 (10jeblad) [23:05:48] bugs reports often mention [1-3]xxmbs [23:06:03] s/summery/summary [23:06:12] AaronSchulz: Something like "ask an admin to help you", sorry to say [23:06:32] so sysops can pass the limit? apparently someone can [23:07:11] AaronSchulz: Yup. I've seen bug reports about this, actually. I don't fully know who you should ask, though. [23:08:28] Eloquence: ^ maybe you know the answer to this? [23:10:07] 03(mod) cache headers for BannerListLoader are being overwritten by squids - 10https://bugzilla.wikimedia.org/40532 +comment (10Matt Walker) [23:10:14] 03(mod) Special page to identify likely items for a page - 10https://bugzilla.wikimedia.org/41051 (10jeblad) [23:10:45] New patchset: Bsitu; "Fix timestamp in PageTriage" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/28174 [23:12:46] I thought you could with chunked upload? [23:13:56] 03(mod) Special page to identify most likely properties for an item - 10https://bugzilla.wikimedia.org/41054 (10jeblad) [23:14:20] Reedy: chunked lets you go up to 100mb for regular user accounts via UW [23:14:26] 03(NEW) DSR on templates in tables is off - 10https://bugzilla.wikimedia.org/41057 normal; Parsoid: JS/General; (gwicke) [23:15:19] 03(ASSIGNED) DSR on templates in tables seems to be off - 10https://bugzilla.wikimedia.org/41057 summary (10Gabriel Wicke) [23:15:57] 03(mod) cache headers for BannerListLoader are being overwritten by squids - 10https://bugzilla.wikimedia.org/40532 +comment (10Asher Feldman) [23:16:03] AaronSchulz, chunk lets you go up to 500MB actually [23:16:04] 03(mod) Parsoid: General round-tripping tracking bug - 10https://bugzilla.wikimedia.org/39567 (10Gabriel Wicke) [23:16:04] 03(mod) DSR on templates in tables seems to be off - 10https://bugzilla.wikimedia.org/41057 (10Gabriel Wicke) [23:16:10] but it only works reliably up to 200~ish [23:16:19] Eloquence: I know it does for *someone*, not me [23:16:26] I get a notice that 100 is the limit [23:17:39] AaronSchulz, are you sure you have the user pref enabled? [23:17:59] [x] Let me upload big files [23:18:29] no it wasn't checked, I thought I did that already [23:18:44] or maybe that was testwiki or my alternate commons account [23:20:43] 03(mod) DSR on templates in tables seems to be off - 10https://bugzilla.wikimedia.org/41057 (10ssastry) [23:20:54] [ ] Give me helpful error messages [23:22:28] ok, UW is now stuck with a spinner [23:22:39] * AaronSchulz now remembers why he tends to give up and work on other stuff [23:32:06] New patchset: CSteipp; "Update to use Messages API" [mediawiki/extensions/OpenStreetMapSlippyMap] (master) - https://gerrit.wikimedia.org/r/28175 [23:33:46] New review: Reedy; "Damn. I didn't see that awesome if statement..." [mediawiki/extensions/OpenStreetMapSlippyMap] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28175 [23:35:49] 03(mod) Propose suitable keywords for comments linking Gerrit changes and patch attachments - 10https://bugzilla.wikimedia.org/40985 +comment (10Andre Klapper) [23:37:00] AaronSchulz: to help me keep track of what wiki I'm on, I sometimes set different wikis to different themes/skins, in case that helps a little [23:37:05] New patchset: Reedy; "check if $revisionInfo['format'] isset in Import.php" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28176 [23:40:59] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28076 [23:41:49] New patchset: Reedy; "fix bug 41043, return false on edit page form when section is invalid" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28177 [23:47:22] New patchset: Reedy; "Resourceloader-ify extension" [mediawiki/extensions/TocTree] (master) - https://gerrit.wikimedia.org/r/27822 [23:49:12] New patchset: MaxSem; "Reset MobileFrontend in 1.21wmf2 to the same version as 1.21wmf1, needs more tinkering" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28178 [23:50:27] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28178 [23:53:04] "Internal error: Something went wrong with processing your upload on the wiki." [23:53:15] ok, on to something else [23:53:18] hi all....what appear to be the most significant/dangerous changes in this list? http://www.mediawiki.org/wiki/MediaWiki_1.21/wmf2 [23:58:03] chrismcmahon: quick question. In your opinion, if I want to suggest that Wikimedians test specifically 1.21wmf2 to find bugs, is there a test charter or test plan that I can already point them to? https://www.mediawiki.org/wiki/MediaWiki_1.21/wmf2#The_biggest_changes is currently the set of changes I most want tested [23:59:16] sumanah: when we've done specific wmf tests before we've gone by release notes such as your link. [23:59:52] chrismcmahon: What release notes bring to the table in terms of completeness they lack in accessibility to the newbie [23:59:54] sumanah: sometimes I've abstracted them, pulling out e.g. changes manifested in the UI