[00:00:46] DanielFriesen: Hm..? [00:00:49] I guess not [00:00:59] Well, it depends [00:01:02] New patchset: J; "check for double inserts after adding transcode" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32160 [00:01:05] If it is a Special page, then it'd be weird [00:01:14] Krinkle: But I had a completely different idea. We ditch the idea of action=render completely (well, keep a compat handler for it). Since action=render is basically the same as rendering a page but omitting the skin we replace &action=render with &useskin=none. ;) And as a bonus we make https://en.wikipedia.org/w/index.php?title=Special:Version&useskin=none work. [00:01:14] what about Special:Render/Special:Render [00:01:19] lol [00:01:30] andre__: yeah I guess it would [00:01:31] that one makes sense [00:02:12] 03(ASSIGNED) Write tests for AutoLoader - 10https://bugzilla.wikimedia.org/41833 +comment (10Krinkle) [00:02:46] New patchset: J; "check for double inserts after adding transcode" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32160 [00:02:56] Krinkle: And this isn't the first &useskin= special case. Awhile ago I boldly implemented &useskin=default. [00:07:10] New patchset: Ori.livneh; "Change 'optional' => 'required'; drop MAX url check" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/31363 [00:08:08] hexmode, shouldn't this release also be on mediawiki-announce? [00:09:00] Krenair: I thought I did... 1s [00:09:30] mediawiki-announce is moderated [00:09:52] Reedy: you can moderate it? [00:10:26] I didn't send it there. Will do [00:10:36] New patchset: Trevor Parscal; "Removed introduction of global variable" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32161 [00:10:36] New patchset: Trevor Parscal; "Made jquery.multiSuggest it's own RL module" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32162 [00:10:36] New patchset: Trevor Parscal; "Made commandFactory tests not break anymore" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32163 [00:11:05] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [00:11:55] Says nothing pending... [00:11:58] Krinkle: That makes me wonder if we should implement an API action=render which can be called and will return not only the body text, but other thigns like modules, scripts, etc... in JSON. [00:12:19] DanielFriesen: =default is nice [00:13:33] New review: Tim Starling; "X-Vary-Options only lets you vary on the presence or absence of a cookie, not on its value. " [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/32030 [00:13:55] Krinkle: I've also been contemplating explicitly blacklisting 'common' so it can't be registered. [00:14:20] hexmode: it should have been point blank discarded... [00:14:32] Krinkle: On the topic of skins I just remembered a topic I had to mention to you... [00:15:49] Change merged: Krinkle; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32161 [00:17:05] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [00:17:18] hexmode: You'll need to post it again, but I need to make some minor config changes first... [00:17:32] Reedy: kk [00:20:18] Krinkle: On that topic of the issue of setting the skin path during development. What I'm thinking of doing is first implementing 'remoteSkinPath'. (This will require my common*.css to be turned into module deps, but that's probably a good idea anyways.) And then expanding $wgExtensionAssetsPath with a secondary variable and adding a similar setup for skin paths. The secondary variable will basically be an extname => path array. [00:20:33] ...my client truncated that didn't it [00:20:47] DanielFriesen: Why blacklist 'common'? [00:21:04] Krinkle: Because of our shared stuff in skins/common/ [00:21:05] (I can imagine why, but I wonder if/what it would break) [00:21:19] There is no class by that name, and that's all that matters, right? [00:21:50] New patchset: Ori.livneh; "Enable EventLogging for OpenTask" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32166 [00:22:11] the common*.css should be a separate module [00:22:14] then just add a dependency on that from skins that use it [00:22:26] Yeah, I know [00:22:49] I still don't think we should duplicate all this infrastructure for skins [00:23:04] We don't put specialpage or api extensions in includes/specials or /api [00:23:26] New review: Brian Wolff; "(I've only looked at this change not others so may have missed something)." [mediawiki/core] (chinese-collation); V: 0 C: 0; - https://gerrit.wikimedia.org/r/31814 [00:23:36] Moving forward I'm aiming for a pattern of skins being contained in their skins/*/ folder just as extensions/*/ so it doesn't make sense for someone to be able to create a skin named 'common' when we're using that folder. [00:23:44] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [00:24:32] Krinkle: There are some strong differences between skins and extensions. And ideally in the future that gap will widen further. [00:24:40] DanielFriesen: I'd like to move forward with deprecating ./skins and improving (for so far needed, I don't think it needs much, as in, I've created various skin extensions that are installed as extensiosn ans work fine) [00:24:54] New patchset: Anomie; "(bug 41133) Allow per-realm dblists and wikiversions.dat" [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/32169 [00:24:56] DanielFriesen: Whatever syntax or logic we start to use for skins, it can be called from an extension [00:25:02] especially think of i18n and modules [00:25:25] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [00:25:33] 03(mod) beta all.dblist is a live hack - 10https://bugzilla.wikimedia.org/41133 +comment (10Brad Jorsch) [00:26:53] 03(mod) Loading of Edit Page occasionally incomplete on ml.wikipedia - 10https://bugzilla.wikimedia.org/41802 +comment (10Andre Klapper) [00:27:22] hexmode, so if I'm understanding this correctly, 1.19 is EOL November 2014, and 1.20 is EOL November 2013? [00:27:37] Krinkle: One of the things I'm aiming for is making it possible for skins to exist without a single php file. [00:27:57] Krenair: right [00:31:11] ...I suppose that's better than 1.16 [00:32:17] Huh, it was released at 0:05 AM but people are saying it was 2012-11-06 [00:32:23] :p [00:33:39] New review: Ori.livneh; "@Matmarex: yes, the idea is to enable it by default for enwiki at least, and on a case-by-case basis..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/31728 [00:33:55] Krenair: Sorry. I was updating. I'm happy to change. :-) [00:34:26] meh it's a time zone thing, I don't care [00:35:10] UTC time as well :P [00:36:00] I want to upgrade my wikis but I'm stuck writing an essay on Macbeth :/ [00:36:25] 03(mod) all.dblist in beta-labs is a live hack - 10https://bugzilla.wikimedia.org/41133 summary (10Krinkle) [00:37:36] New patchset: Trevor Parscal; "Made jquery.multiSuggest it's own RL module" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32162 [00:42:16] https://www.mediawiki.org/wiki/Template:Timeline_MediaWiki is not fun to update [00:45:14] lol [00:45:23] Reedy: can I send now? [00:49:08] Reedy: ??? [00:49:23] err, moment [00:49:30] Krenair: Implement a Lua module to handle it ;) [00:50:46] hexmode: try now [00:50:58] k [00:51:36] done [00:52:21] On this subject... for awhile I've thought we should have some extension on MW.org that instead stores information about our versions in the DB. Not only so we can access it from pages like these automatically. But also so we can expose an api action with this information. So that it's easy for 3rd parties, maybe even MediaWiki itself to answer the "What's the status of my version? Is there an upgrade?" question. [00:55:22] There's been work on that before... [00:55:31] Chad wrote a small extension.. IIRC [00:55:42] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32040 [00:58:11] And here he is :) [00:58:55] umm this doesn't seem right https://www.mediawiki.org/w/index.php?title=Template:Timeline_MediaWiki&diff=601829&oldid=590626 [00:58:55] New patchset: Katie Horn; "Fixes for DD" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/32170 [01:00:11] 03(NEW) Can't edit anything on the item when [edit] links in preferences turned off - 10https://bugzilla.wikimedia.org/41840 major; MediaWiki extensions: WikidataClient; (danny.b) [01:01:27] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [01:02:46] New patchset: Katie Horn; "Fixes for DD" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/32170 [01:04:20] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [01:05:46] Reedy: sent, but nothing on m-a [01:06:15] it's not appeared in the moderation queue [01:06:30] let me check my queue [01:07:38] New patchset: Jeroen De Dauw; "DO NOT SUBMIT" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32172 [01:10:19] Reedy: I got a bounce, but it got stuck in greylisting... hitting it [01:14:08] it'll be some weird setting in mailman... [01:15:06] 03(mod) Can't edit anything on the item when [edit] links in preferences turned off - 10https://bugzilla.wikimedia.org/41840 +comment (10Danny B.) [01:16:36] Reedy: looks like it is rejecting b/c I'm not subscribed to mw-l... subscribing [01:17:29] hah [01:18:30] <^demon> You also have to temporarily disable emergency moderation so you can send. [01:18:44] <^demon> (That's enabled so the queue doesn't build up with random crap people may send it) [01:18:50] The bounce message said mw-l, but I assume it meant mw-a [01:19:35] ^demon: yup, I know, already done that ;) [01:19:49] also turned moderation from reject to hold [01:19:53] * ^demon goes back to hiding then [01:23:28] reedy: waiting for mod [01:23:55] Yup [01:23:57] it's there this time ;) [01:24:19] Done! [01:24:27] awesome [01:24:33] tyvm [01:24:33] http://lists.wikimedia.org/pipermail/mediawiki-announce/2012-November/000120.html [01:24:48] hexmode: note, you're likely to get numerous replies back of things like UNSUBSCRIBE [01:25:03] and loads of bug/ticket trackers etc [01:26:18] Change abandoned: Reedy; "(no reason)" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/25943 [01:26:19] Change abandoned: Reedy; "(no reason)" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/25715 [01:27:18] https://gerrit.wikimedia.org/r/#/q/status:open+project:mediawiki/core+branch:REL1_20,n,z [01:27:39] 4 still open, guess they should be abandoned or something [01:27:41] heh [01:27:50] yes, I'm sure [01:29:02] New patchset: Krinkle; "(bug 41833) Test: Add AutoLoaderTest and clear TestsAutoLoader." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32175 [01:29:19] That's what I just did with mine ;) [01:29:51] New review: Liangent; "See Iad98c69b" [mediawiki/core] (chinese-collation) C: 0; - https://gerrit.wikimedia.org/r/31814 [01:30:49] Reedy: Do you have gerrit-admin rights? [01:30:50] https://gerrit.wikimedia.org/r/#/q/status:open+project:mediawiki/core+branch:REL1_20,n,z [01:31:02] there's a few more to be abandoned that I can't [01:31:21] Keeps the queue clear again so that it is easier to see when something really is waiting to be mergedf [01:31:36] Nope [01:31:46] Though, as 3 are hexmode, and he's here, he can do his own ;) [01:32:01] 03(mod) Write tests for AutoLoader - 10https://bugzilla.wikimedia.org/41833 +comment (10Krinkle) [01:32:03] New review: Reedy; "Abandon. kthx" [mediawiki/core] (REL1_20); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28296 [01:32:17] Krinkle: let me look at them [01:32:22] ugh [01:32:40] I think those 3 are all already cancelled in master but you pushed them to the branch to soon so now they're waiting there too. [01:33:53] I don't see abandon [01:34:11] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=skins/common/shared.css;hb=master#l475 [01:34:11] https://github.com/wikimedia/mediawiki-core/blob/master/skins/common/shared.css#L475 [01:34:34] I know which I prefer the one that's 10x faster, with a nice url and syntax highlighting ;-) [01:34:42] (viewvc was nice too) [01:35:14] of course an unfair comparison, right [01:35:50] heh [01:35:50] hexmode: that's odd.. [01:35:59] I use the github clone for that sort of htings [01:36:05] yeah [01:36:49] I guess github has some kind of prefetching or better storage system (since it isn't real git in the behind they have, I heard) [01:36:55] since locally and on gerrit gitweb, it is always slow to fetch blobs from a revision. [01:37:05] slightly slower even when using magic words like HEAD or master [01:37:50] one would think that the HEAD is faster than anything, since it is essentially just `cat` [01:37:56] of the working copy [01:38:35] from or on * [01:38:36] New patchset: Kaldari; "A couple CSS tweaks to eliminate overlap and make sure all link is visible" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/32177 [01:41:35] New patchset: Bsitu; "Remove html tags and mw template from content" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/32178 [01:43:28] 03(mod) Make MediaWiki more RESTful - 10https://bugzilla.wikimedia.org/41837 +comment (10Bawolff) [01:43:37] New review: Alex Monk; "whitespace stuff" [mediawiki/extensions/Echo] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32178 [01:43:43] New patchset: Bsitu; "Remove html tags and mw template from content" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/32178 [01:44:21] Change merged: Alex Monk; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/32177 [01:45:55] 03(mod) "My notifications" opens overlapping unreadable text - 10https://bugzilla.wikimedia.org/41814 +comment (10Ryan Kaldari) [01:45:58] 03(FIXED) "My notifications" opens overlapping unreadable text - 10https://bugzilla.wikimedia.org/41814 (10Ryan Kaldari) [01:53:31] New review: Alex Monk; " I gave that +1, however" [mediawiki/extensions/LiquidThreads] (master) C: 0; - https://gerrit.wikimedia.org/r/32084 [02:11:06] Hey on my mediawiki, when i try to upload files i get a "Could not create directory "mwstore://local-backend/local-public\...." error. [02:11:15] i have uploaded files before and it was working. [02:11:22] only the last 1 week i have been getting this error. [02:11:30] Could any of you help me out on this one? [02:16:17] eagle_: Sure! That's usually a permissions error, IIRC [02:16:23] !permissions | eagle_ [02:16:23] eagle_: For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [02:16:29] No, sorry [02:16:36] !uploads [02:16:36] File uploads are disabled by default, set $wgEnableUploads=true; to enable it. See for configuration details, and for using uploaded images and other files. [02:16:49] eagle_: https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads [02:17:00] !filepermissions [02:17:00] http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Check_directory_security [02:17:05] eagle_: ^ [02:17:28] Hey marktraceur. [02:17:31] thanks i ll look into the links [02:17:37] Great! [02:18:05] eagle_: There may have been another issue that caused that error. RoanKattouw, do you remember that error's meaning? [02:18:29] What error? [02:18:33] Oh I see [02:18:44] Usually that's a permissions issue [02:19:23] OK, fair 'nuff [02:19:43] RoanKattouw: I recall an issue a few weeks ago that *wasn't*, so I thought I'd ping to see if you remembered. [02:19:44] I don't remember that one [02:31:32] How do I add an image to the background of the infobox header like the french wiki has for infobox:ecrivain http://fr.wikipedia.org/wiki/Mod%C3%A8le:Infobox_%C3%89crivain [02:32:47] vap1: you can add styles including images in the special [[MediaWiki:Common.css]] page on your wiki [02:33:01] you have to be an admin to edit the global styles though [02:37:17] 03(mod) Can't edit anything on the item when [edit] links in preferences turned off - 10https://bugzilla.wikimedia.org/41840 +comment (10Marius Hoch) [02:40:25] New review: Spage; "see comments" [mediawiki/extensions/E3Experiments] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/32166 [02:45:07] It's out? :O [02:45:46] 1.20 if finally out :D [02:46:07] * Hazard-SJ wonders when the topic will be updated, and so, pings Reedy. [02:46:24] * Hazard-SJ goes to download in the meantime [02:46:54] hmm [02:48:43] Hey marktraceur, i checked and changed permission of the images directory. it still gives me the same error. [02:49:11] eagle_: That's odd! [02:49:25] eagle_: There may be a bug filed about this, one moment. [02:49:30] eagle_: In the meantime, what version are you using? [02:49:41] i have to set permission to 755 right? [02:49:56] i am using 1.19 [02:49:58] mediawiki version [02:50:16] eagle_: That sounds right, yes [02:50:41] eagle_: There is a brand new release that came out *literally* two hours ago, you may be interested in downloading 1.20 [02:50:49] it is set to 755. [02:51:00] You can see just above here, Reedy was kind enough to change the topic to reflect that :) [02:51:41] oh yes :) i just saw that. [02:51:48] if i update what happens to all the data and settings i got in 1.19? [02:53:59] Reedy: Thanks :P [02:56:02] i think tha'ts right [02:56:03] maybe [02:57:44] New patchset: Ori.livneh; "Enable EventLogging for OpenTask" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32166 [03:07:21] thanks brion [03:08:54] 03(mod) Make MediaWiki more RESTful - 10https://bugzilla.wikimedia.org/41837 +comment (10Siebrand) [03:33:16] 03(WONTFIX) Invalid export of geographic coordinates in CSV - 10https://bugzilla.wikimedia.org/41822 +comment (10MWJames) [03:37:01] 03(FIXED) api.php?action=ask with query containing || (disjunction) returns unexpected result - 10https://bugzilla.wikimedia.org/41746 +comment (10MWJames) [03:45:37] 03(mod) No results in file formats on Special:Ask or Special:Query Creator - 10https://bugzilla.wikimedia.org/36947 major->minor; +comment (10MWJames) [03:59:43] Change abandoned: MarkAHershberger; "meh" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28942 [04:00:26] Change abandoned: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28945 [04:07:00] 03(FIXED) Format Failure when using format=template and limit=0 - 10https://bugzilla.wikimedia.org/25915 +comment (10MWJames) [04:07:30] New review: Spage; "quick nag :)" [mediawiki/extensions/EventLogging] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/31363 [04:07:31] 03(mod) Format Failure when using format=template and limit=0 - 10https://bugzilla.wikimedia.org/25915 +comment (10MWJames) [04:09:28] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10MWJames) [04:15:17] 03(WONTFIX) [SRF] function getParameters(); Define parameter dependencies, display in Special:Ask - 10https://bugzilla.wikimedia.org/32480 (10MWJames) [04:15:57] 03(FIXED) [SMW] [ROADMAP] [OPEN] Improve query argument handling - 10https://bugzilla.wikimedia.org/37441 +comment (10MWJames) [04:24:22] 14(WFM) SMW::getUnusedPropertySubjects causes MySQL error 1044 - 10https://bugzilla.wikimedia.org/23549 +comment (10MWJames) [04:28:17] 03(FIXED) Use __METHOD__ / __FUNCTION__ instead of hardcoding function names in SemanticMediaWiki - 10https://bugzilla.wikimedia.org/29432 (10MWJames) [04:33:32] 03(WONTFIX) Queries with inversed properties sort broken in 1.7b1 - 10https://bugzilla.wikimedia.org/32988 +comment (10MWJames) [04:34:28] 03(mod) UploadWizard needs {{GRAMMAR}} support - 10https://bugzilla.wikimedia.org/29582 +comment (10Paul Selitskas) [04:35:29] oh SWEET http://en.wikipedia.org/wiki/File:ElectoralCollege2012.svg [04:35:49] you can scroll through the history and see as it got updated :D [04:37:26] Fun... I think lots of scripts handle unknown status codes incorrectly. [04:40:51] New patchset: Amire80; "Add Hebrew and Russian namespace names" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32182 [04:40:57] 03(mod) On doing "update data" the progress status crosses 100% (1.7.1) - 10https://bugzilla.wikimedia.org/35364 +comment (10MWJames) [04:57:58] 06(LATER) On doing "update data" the progress status crosses 100% - 10https://bugzilla.wikimedia.org/35364 summary; +comment (10Nischay Nahata) [04:59:18] later? [05:00:13] 03(mod) "Data repair and upgrade" in Special:SMWAdmin doesn't populate SMWSQLStore3 tables - 10https://bugzilla.wikimedia.org/40865 +comment (10Nischay Nahata) [05:01:20] Sooooo... I may have asked this before, but is there a way to easily re-construct a LocalSettings.php when it's whipped out by my web host? [05:01:55] 03(WONTFIX) Allowing and using large and complex #ask queries can freeze database - 10https://bugzilla.wikimedia.org/21427 +comment (10MWJames) [05:03:52] New patchset: Krinkle; "Lint: Go-go-gadget jshint! Passing entire JS code base (again)." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32183 [05:06:26] Die trackpad, DIE! [05:06:30] New patchset: Krinkle; "Lint: Go-go-gadget jshint! Passing entire JS code base (again)." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32183 [05:06:53] New review: Krinkle; "* Fixed a trailing space in generateJqueryMsgData.php." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32183 [05:08:35] 03(mod) "Data repair and upgrade" in Special:SMWAdmin doesn't populate SMWSQLStore3 tables - 10https://bugzilla.wikimedia.org/40865 +comment (10MWJames) [05:09:19] New patchset: Parent5446; "Added check for session when loading page." [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/32184 [05:10:19] New patchset: Parent5446; "Fixed error messages." [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/32185 [05:18:03] Change merged: Ori.livneh; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/31363 [05:19:17] New patchset: Parent5446; "Added configuration option for logging in anywhere." [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/32186 [05:23:52] New patchset: Krinkle; "(bug 40632) Remove CleanupPresentationalAttributes feature" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31290 [05:24:09] 03(mod) Minor edit checkbox seems to be ticked as default sometimes! - 10https://bugzilla.wikimedia.org/41760 +comment (10Liangent) [05:24:13] 03(mod) Please remove the Preference setting to "Mark all edits minor by default" from en.wiki - 10https://bugzilla.wikimedia.org/24313 (10Liangent) [05:32:03] How long does it take for git review to work with MW core? been about 20 minutes for me :( [05:32:17] New patchset: Nischayn22; "Applying patch for bug 41835" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32189 [05:33:02] Yay \o/ [05:35:00] 03(mod) Import old revisions from dump to restore missing revisions - 10https://bugzilla.wikimedia.org/39008 +comment (10Liangent) [05:35:34] 03(mod) Requesting a new hook to allow manipulation of image data (e.g. src attribute) before the image is rendered - 10https://bugzilla.wikimedia.org/41835 +patch-in-gerrit; +comment (10Nischay Nahata) [05:36:32] 03(mod) History of a page was lost after several move actions on zhwp - 10https://bugzilla.wikimedia.org/37591 (10Liangent) [05:53:03] 03(mod) Minor edit checkbox seems to be ticked as default sometimes! - 10https://bugzilla.wikimedia.org/41760 +comment (10Nemo) [06:01:41] 03(FIXED) Documentation missing for parameter SMWResultPrinter::$maxRecursionDepth (limits #ask transclusion nesting depth) - 10https://bugzilla.wikimedia.org/41268 +comment (10MWJames) [06:13:45] 03(mod) Factbox vanishing when reloading page - 10https://bugzilla.wikimedia.org/38809 +comment (10MWJames) [06:18:45] 03(FIXED) Setting $smwgNamespace automatically breaks on command-line scripts - 10https://bugzilla.wikimedia.org/19077 +comment (10MWJames) [06:19:21] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10Ori Livneh) [06:20:14] New patchset: Raimond Spekking; "[SemanticResultFormats] Update optional tags" [translatewiki] (master) - https://gerrit.wikimedia.org/r/32191 [06:20:35] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/32191 [06:22:29] 03(FIXED) Loading SMW js & css files not working - 10https://bugzilla.wikimedia.org/30170 +comment (10MWJames) [06:26:54] 03(FIXED) Custom CSS formatting for table columns: documentation needed - 10https://bugzilla.wikimedia.org/31880 +comment (10MWJames) [06:31:12] 03(WONTFIX) Header Tabs: factbox can't be placed in separate tab in MW 1.18 - 10https://bugzilla.wikimedia.org/28240 +comment (10MWJames) [06:34:10] 14(WFM) MySQL error on SMW_setup.php - 10https://bugzilla.wikimedia.org/23701 +comment (10MWJames) [06:36:19] 03(mod) SemanticMediaWiki: Canonical namespace names are set incorrectly. - 10https://bugzilla.wikimedia.org/34383 +comment (10MWJames) [06:36:50] 03(mod) Minor edit checkbox seems to be ticked as default sometimes! - 10https://bugzilla.wikimedia.org/41760 (10wiki.pesky) [06:42:58] 03(mod) App error message screen looks bad in "solarized dark" theme - 10https://bugzilla.wikimedia.org/41812 +comment (10Michelle Grover) [06:46:56] 03(mod) App error message screen looks bad in "solarized dark" theme - 10https://bugzilla.wikimedia.org/41812 +comment (10Brion Vibber) [06:56:12] 03(mod) Special property provides service / changing icon for service links - 10https://bugzilla.wikimedia.org/40644 +comment (10MWJames) [06:57:50] 03(mod) Allowing and using large and complex #ask queries can freeze database - 10https://bugzilla.wikimedia.org/21427 +comment (10Markus Krötzsch) [07:02:19] 03(mod) SMW::getUnusedPropertySubjects causes MySQL error 1044 - 10https://bugzilla.wikimedia.org/23549 +comment (10Markus Krötzsch) [07:07:06] New patchset: Siebrand; "Document undocumented paramter" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32194 [07:07:11] 03(mod) Queries with inversed properties sort broken in 1.7b1 - 10https://bugzilla.wikimedia.org/32988 +comment (10Markus Krötzsch) [07:07:46] New patchset: Siebrand; "Document undocumented parameter" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32194 [07:08:36] New review: Siebrand; "Merging now that 1.20.0 was released." [mediawiki/extensions/AdminLinks] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/12999 [07:08:37] Change merged: Siebrand; [mediawiki/extensions/AdminLinks] (master) - https://gerrit.wikimedia.org/r/12999 [07:08:54] 03(ASSIGNED) Special properties (such as Creation_date) are not generated when no string in localised file - 10https://bugzilla.wikimedia.org/40731 +comment (10MWJames) [07:10:25] 03(mod) Error of page views per language - 10https://bugzilla.wikimedia.org/41413 +comment (10TheChampionMan1234) [07:10:34] New patchset: Siebrand; "Replace deprecated wfMsg* methods." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27055 [07:15:35] 14(INVALID) Minor edit checkbox seems to be ticked as default sometimes! - 10https://bugzilla.wikimedia.org/41760 +comment (10Nemo) [07:18:13] 03(UNCONFIRMED) Notice: Undefined property: ParserOutput::$mSMWData in /www/dev.translatewiki.net/w/extensions/SemanticMediaWiki/includes/SMW_ParseData.php on line 170 - 10https://bugzilla.wikimedia.org/40483 +comment (10MWJames) [07:26:03] Change merged: Parent5446; [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/32184 [07:26:07] Change merged: Parent5446; [mediawiki/extensions/Persona] (master) - https://gerrit.wikimedia.org/r/32185 [07:28:46] 03(mod) Documentation missing for parameter SMWResultPrinter::$maxRecursionDepth (limits #ask transclusion nesting depth) - 10https://bugzilla.wikimedia.org/41268 +comment (10Gregor Hagedorn) [07:32:21] 03(mod) Support for pseudo-language "mul" - 10https://bugzilla.wikimedia.org/41807 +comment (10Nikola Smolenski) [07:37:07] New patchset: Siebrand; "Maintenance for ReplaceText extension." [mediawiki/extensions/ReplaceText] (master) - https://gerrit.wikimedia.org/r/27038 [07:37:22] New review: Siebrand; "MediaWiki 1.20.0 was released. Merging." [mediawiki/extensions/ReplaceText] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27038 [07:37:22] Change merged: Siebrand; [mediawiki/extensions/ReplaceText] (master) - https://gerrit.wikimedia.org/r/27038 [07:39:05] Change abandoned: Siebrand; "No longer interested in contributing to this extension. There are no reviewers for patches." [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/26778 [07:39:19] Change abandoned: Siebrand; "No longer interested in contributing to this extension. There are no reviewers for patches." [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/26777 [07:39:37] Change abandoned: Siebrand; "No longer interested in contributing to this extension. There are no reviewers for patches." [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/26776 [07:41:06] 03(ASSIGNED) Special:UnusedProperties does not recognise and thus displays special properties properly (1.8 rc2) - 10https://bugzilla.wikimedia.org/38811 +comment (10MWJames) [07:41:45] New review: Siebrand; "Merging fairly trivial updates to obsolete extension." [mediawiki/extensions/ScanSet] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/26781 [07:41:45] Change merged: Siebrand; [mediawiki/extensions/ScanSet] (master) - https://gerrit.wikimedia.org/r/26781 [07:42:00] 03(NEW) Add wikidata and wikivoyage to $wgNoFollowDomainExceptions - 10https://bugzilla.wikimedia.org/41841 normal; Wikimedia: Site configuration; (federicoleva) [07:42:06] 03(mod) Add wikidata and wikivoyage to $wgNoFollowDomainExceptions - 10https://bugzilla.wikimedia.org/41841 (10Nemo) [07:42:22] Change abandoned: Siebrand; "No longer interested in contributing to this extension. There are no reviewers for patches." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/26603 [07:43:14] Change abandoned: Siebrand; "No longer interested in contributing to this extension. There are no reviewers for patches." [mediawiki/extensions/Drafts] (master) - https://gerrit.wikimedia.org/r/29749 [07:43:18] New patchset: Pastakhov; "optimized generate variable $storagename and small fixes" [mediawiki/extensions/GraphViz] (master) - https://gerrit.wikimedia.org/r/32195 [07:48:13] New patchset: Siebrand; "Maintenance for ReassignEdits extension." [mediawiki/extensions/ReassignEdits] (master) - https://gerrit.wikimedia.org/r/27020 [07:49:37] New review: Siebrand; "Merging. Apparently unmaintained as there are no reviews after a month." [mediawiki/extensions/ReassignEdits] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27020 [07:49:37] Change merged: Siebrand; [mediawiki/extensions/ReassignEdits] (master) - https://gerrit.wikimedia.org/r/27020 [07:50:05] New patchset: Siebrand; "JSLint/JSHint fixes." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/27553 [07:50:41] 03(FIXED) Special:ask drops unnamed properties - 10https://bugzilla.wikimedia.org/24945 +comment (10MWJames) [07:51:46] New patchset: Siebrand; "Maintenance for GoogleNewsSitemap extension." [mediawiki/extensions/GoogleNewsSitemap] (master) - https://gerrit.wikimedia.org/r/26593 [07:52:13] New patchset: Siebrand; "Maintenance for SecurePoll extension." [mediawiki/extensions/SecurePoll] (master) - https://gerrit.wikimedia.org/r/27024 [07:54:46] 14(WFM) Factbox shouldn't print by default when using "Print this page" - 10https://bugzilla.wikimedia.org/24638 +comment (10MWJames) [07:56:40] New review: Siebrand; "PS4 is a rebase. PS5 addresses Alex' comments on PS3." [mediawiki/extensions/SecurePoll] (master) - https://gerrit.wikimedia.org/r/27024 [08:00:52] New patchset: Siebrand; "Maintenance for SecurePoll extension." [mediawiki/extensions/SecurePoll] (master) - https://gerrit.wikimedia.org/r/27024 [08:02:40] New patchset: Siebrand; "Add profiling for DB interaction and make methods non-static where possible" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27179 [08:02:57] New patchset: Siebrand; "Add missing returns, type hint and doc, remove markup in debug mode" [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29603 [08:03:14] New patchset: Siebrand; "(bug 41483) Display TIFF size correctly" [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/30596 [08:06:32] 03(mod) Special properties (such as Creation_date) are not generated when no string in localised file - 10https://bugzilla.wikimedia.org/40731 +comment (10Markus Krötzsch) [08:07:41] 03(mod) Special property provides service / changing icon for service links - 10https://bugzilla.wikimedia.org/40644 +comment (10Markus Krötzsch) [08:10:38] 03(mod) Documentation missing for parameter SMWResultPrinter::$maxRecursionDepth (limits #ask transclusion nesting depth) - 10https://bugzilla.wikimedia.org/41268 +comment (10Markus Krötzsch) [08:14:08] 03(mod) [Regression] Thumbnail cache should be invalidated on re-upload - 10https://bugzilla.wikimedia.org/31680 +comment (10Marco) [08:21:36] 03(mod) Minor edit checkbox seems to be ticked as default sometimes! - 10https://bugzilla.wikimedia.org/41760 (10wiki.pesky) [08:34:51] 03(FIXED) [SMW] 1.7.0.1; Special:Properties creates Internal error: no predefined property with "___gld" - 10https://bugzilla.wikimedia.org/33610 +comment (10MWJames) [08:35:41] New review: Liangent; "If you really think it doesn't worth being implemented (or impossible) I guess you can do something ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/28908 [08:37:57] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10[[kgh]]) [08:41:56] 03(mod) Make MediaWiki more RESTful - 10https://bugzilla.wikimedia.org/41837 +comment (10Daniel Friesen) [08:42:33] 03(mod) Special:UnusedProperties does not recognise and thus displays special properties properly (1.8 rc2) - 10https://bugzilla.wikimedia.org/38811 +comment (10[[kgh]]) [08:46:08] 03(mod) [Regression] Thumbnail cache should be invalidated on re-upload - 10https://bugzilla.wikimedia.org/31680 +comment (10Nemo) [08:52:40] 03(mod) Special properties (such as Creation_date) are not generated when no string in localised file - 10https://bugzilla.wikimedia.org/40731 +comment (10[[kgh]]) [09:03:23] New review: Siebrand; "1.20 is now released. It's probably high time start dropping 1.17 and before support." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27055 [09:05:29] 03(NEW) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 normal; MediaWiki extensions: Semantic MediaWiki; (jamesin.hongkong.1) [09:05:59] 03(mod) Special properties (such as Creation_date) are not generated when no string in localised file - 10https://bugzilla.wikimedia.org/40731 (10MWJames) [09:06:05] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:06:20] 03(mod) extend parser function #info - 10https://bugzilla.wikimedia.org/34782 (10MWJames) [09:06:20] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:06:49] 03(mod) Proposed aggregate smw query enhancement - 10https://bugzilla.wikimedia.org/21315 (10MWJames) [09:06:49] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:07:06] 03(mod) Advanced Formatting for Query Tables - 10https://bugzilla.wikimedia.org/22037 (10MWJames) [09:07:08] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:07:42] 03(mod) SMW 1.9: Display cache information in SMW_ConceptPage.php - 10https://bugzilla.wikimedia.org/34477 (10MWJames) [09:07:44] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:08:50] 03(mod) Special properties (such as Creation_date) are not generated when no string in localised file - 10https://bugzilla.wikimedia.org/40731 +comment (10Markus Krötzsch) [09:09:09] Hi, http://lists.wikimedia.org/pipermail/mediawiki-announce/2012-November/000120.html links to https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=RELEASE-NOTES-1.20;hb=REL1_20 [09:09:23] It says: " [09:09:24] 8 THIS IS NOT A RELEASE YET [09:09:24] 9 [09:09:24] 10 MediaWiki 1.20 is an alpha-quality branch and is not recommended for use in [09:09:26] 03(mod) The "not" comparator should be usable on categories. - 10https://bugzilla.wikimedia.org/21317 (10MWJames) [09:09:27] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:09:27] 11 production. [09:09:35] " [09:12:18] 03(mod) Support for pseudo-language "mul" - 10https://bugzilla.wikimedia.org/41807 +comment (10Daniel Kinzler) [09:15:24] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10Markus Krötzsch) [09:16:39] 03(mod) The ! (not) Comparator doesn't work for many-valued properties - 10https://bugzilla.wikimedia.org/28729 +comment (10MWJames) [09:16:39] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:23:48] New review: Daniel Kinzler; "@tim: putting the language into the url would work, but then we need to explicitly purge every one o..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32030 [09:26:11] New review: Daniel Kinzler; "@aaron: the hook is for providing additional or alternative conversions. One common use case would b..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32053 [09:26:41] 14(WFM) When upgrading MW from 1.14 to 1.16 or 1.16.1 the table smw_subp2 is missing - 10https://bugzilla.wikimedia.org/26774 +comment (10MWJames) [09:26:41] New patchset: Henning Snater; "Prevent re-enabling page interface after pressing enter key" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32196 [09:26:56] 03(FIXED) Autolink to new Gerrit / Git changesets and SHA-1 commits - 10https://bugzilla.wikimedia.org/35144 +comment (10Ori Livneh) [09:29:44] 03(ASSIGNED) Property only usable once - 10https://bugzilla.wikimedia.org/13597 +comment (10MWJames) [09:29:45] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [09:30:54] 03(mod) Functional property (property only usable once per instance) - 10https://bugzilla.wikimedia.org/13597 summary (10MWJames) [09:45:42] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32074 [09:56:44] I wonder if there is a way to extract the article's abstract by using the api? [09:56:45] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32070 [10:05:11] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32160 [10:05:13] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10[[kgh]]) [10:12:48] 03(FIXED) [SMW] #ask query that produces results and contains ! character absorbs area of the page below in the error message balloon - 10https://bugzilla.wikimedia.org/34363 +comment (10MWJames) [10:16:34] 03(NEW) Missing qqq messages - 10https://bugzilla.wikimedia.org/41843 normal; MediaWiki extensions: WikidataRepo; (aude.wiki) [10:21:27] New patchset: Tobias Gritschacher; "wbsearchentity continuation fixed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31837 [10:34:42] New patchset: Tobias Gritschacher; "wbsearchentity continuation fixed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31837 [10:38:57] 03(ASSIGNED) Manual linking to Special:SearchByProperty difficult due to parameter encoding - 10https://bugzilla.wikimedia.org/16150 +comment (10MWJames) [10:39:51] New patchset: Mponnada; "Added "2012 _gerrit_Username" as per tute" [test/mediawiki/extensions/examples] (master) - https://gerrit.wikimedia.org/r/32199 [10:43:10] 03(mod) Support for pseudo-language "mul" - 10https://bugzilla.wikimedia.org/41807 +comment (10Nikola Smolenski) [10:43:52] 03(mod) Support for pseudo-language "mul" - 10https://bugzilla.wikimedia.org/41807 +comment (10Nikola Smolenski) [10:44:29] 03(mod) Error of page views per language - 10https://bugzilla.wikimedia.org/41413 +comment (10Andre Klapper) [10:46:20] New patchset: Mponnada; "Added "2012 _gerrit_Username and added v2.0" as per tute" [test/mediawiki/extensions/examples] (master) - https://gerrit.wikimedia.org/r/32199 [10:46:47] New patchset: Aude; "add localisation for talk link, word separator and cleanup comments in RC formatting" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32200 [10:47:01] New patchset: Markus Kroetzsch; "Fixed Bug 33610" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32201 [10:48:39] 03(mod) [SMW] 1.7.0.1; Special:Properties creates Internal error: no predefined property with "___gld" - 10https://bugzilla.wikimedia.org/33610 +comment (10Markus Krötzsch) [10:53:12] 03(mod) When upgrading MW from 1.14 to 1.16 or 1.16.1 the table smw_subp2 is missing - 10https://bugzilla.wikimedia.org/26774 +comment (10Markus Krötzsch) [10:57:34] 03(mod) Search gives Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/37131 +comment (10Paolo Benvenuto) [10:58:29] 03(mod) Manual linking to Special:SearchByProperty difficult due to parameter encoding - 10https://bugzilla.wikimedia.org/16150 +comment (10Markus Krötzsch) [11:00:25] New patchset: Matthias Mullie; "implement CAS in BagOStuff" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25879 [11:03:49] 03(mod) Factbox vanishing when reloading page - 10https://bugzilla.wikimedia.org/38809 +comment (10Markus Krötzsch) [11:04:04] Hi! I cannot figure out why APC user cache RAM usage is so low at one MediaWiki 1.19.2 host. With apc.shm_size = 256 and apc.user_ttl = 0 only about 20MB is utilized. [11:04:46] The wiki has thousands of pages and about 10-20k visits per day. I expected that 256MB of APC user cache would be filled up quickly. But that does not happen. [11:05:50] 'pcache:idhash' keys has ttl 86400 seconds, which is long enough to fill. And APCBagOStuff::delete() is practically never called. [11:10:47] 03(mod) Manual linking to Special:SearchByProperty difficult due to parameter encoding - 10https://bugzilla.wikimedia.org/16150 +comment (10MWJames) [11:10:48] 03(mod) [SMW][1.9.0] Tracking ticket - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [11:20:07] is any of that collected money for servers going to supporting HipHop with mediawiki? could probably cut server costs quite much no? [11:21:34] New patchset: Henning Snater; "Improving auto-highlighting of site id interface suggestions" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32203 [11:21:53] 03(NEW) Fatal error on meta when entering unmatched translation tags - 10https://bugzilla.wikimedia.org/41844 normal; MediaWiki extensions: Translate; (denny.vrandecic) [11:23:52] bobob: not really, considering that less than 10% of the servers are application servers. big expensive boxes are mainly for the databases (and maybe also the big file servers). [11:24:39] bobob: people have been poking at HipHop before, but getting the infamous last 5% right didn't seem worth the effort, it seems. [11:24:48] don't know whether anyone is still working on it. [11:25:09] * DanielK_WMDE thinks switching from apache to nginx would actually help more [11:26:29] QuestPC: don't know... do you have APC caching enabled in your LocalSettings? [11:26:45] really.. I'm running a quite big wiki too, well, much smaller than wikipedia though, but need four times as many applications servers as db servers to make it run well [11:26:56] QuestPC: $wgMainCacheType = CACHE_ACCEL; [11:28:01] bobob: there are a few more database servers than app servers i think, but the numers are relatively equal. the vast majority of servers are web caches. hundreds of them. [11:28:30] right [11:28:44] bobob: but large wikis have large database tables, and large database tables nee lots of ram to be fast. and servers that accept lots of ram are pricy. [11:28:57] i don't think the app servers need that much ram [11:29:21] but then, i'm not an ops person. ask mark (or someone less busy) [11:29:39] DanielK_WMDE: oh ya, guess it makes quite a big difference if you have 20 000 articles or several million [11:29:46] yes. [11:30:04] tables like pagelinks contain several hundred million rows [11:30:13] and you want the index in ram, otherwise things become horribly slow. [11:30:19] Daniel: Yes, I even switched to: $wgMainCacheType = 'apc'; [11:30:21] $wgMessageCacheType = 'apc'; [11:30:22] $wgParserCacheType = 'apc'; [11:30:42] New patchset: J; "Bug 41826 add option to disable TimedText" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32204 [11:30:57] I even commented out most of extensions (in suspect that they may purge client cache or parser cache). except for Cite and ParserFunctions. Nothing helps. [11:31:04] QuestPC: "apc" does not work, you must use the constant CACHE_ACCEL! [11:31:36] It has custom skin, I am about to try to switch to standard Vector. [11:32:04] Daniel: No, since 1.18 it should be possible to select specific bagostuff via string keys. [11:32:24] you know more about that than I do, then ;) [11:32:38] though i suggest to give CACHE_ACCEL a try [11:33:04] http://www.mediawiki.org/wiki/Manual:$wgObjectCaches [11:33:40] 03(FIXED) Rate limiter blocks never expires when not using memcached - 10https://bugzilla.wikimedia.org/20595 +comment (10Juliano F. Ravasi) [11:34:14] 03(mod) Disable TimedText namespace where not relevant - 10https://bugzilla.wikimedia.org/41826 +comment (10Jan Gerber) [11:35:08] CACHE_ACCEL => array( 'factory' => 'ObjectCache::newAccelerator' ), [11:35:13] 'apc' => array( 'class' => 'APCBagOStuff' ), [11:35:44] They are using 1.19.2. [11:37:12] Switching to CACHE_ACCEL made no difference. [11:40:55] Daniel: What APC user cache utilization another wiki hosts have? I have "pathetic" Cached Variables 328 ( 3.4 MBytes). 3.4MB of user cache (including parser cache) at host with thousands of pages. [11:42:14] Switching to unmodified Vector skin also made no difference. [11:44:55] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10Mark Bergsma) [11:54:53] 03(NEW) Localise namespace urls for multilingual wikis - 10https://bugzilla.wikimedia.org/41845 normal; MediaWiki: Internationalization; (aude.wiki) [12:00:39] New patchset: Markus Kroetzsch; "Fix Bug 38811" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32206 [12:01:23] 03(NEW) Rename special-entitieswithoutlabel and special-listdatatypes - 10https://bugzilla.wikimedia.org/41846 normal; MediaWiki extensions: WikidataRepo; (aude.wiki) [12:02:31] 03(FIXED) Special:UnusedProperties does not recognise and thus displays special properties properly (1.8 rc2) - 10https://bugzilla.wikimedia.org/38811 +comment (10Markus Krötzsch) [12:04:11] 03(mod) Special:UnusedProperties does not recognise and thus displays special properties properly (1.8 rc2) - 10https://bugzilla.wikimedia.org/38811 +comment (10Markus Krötzsch) [12:06:26] New patchset: J; "Bug 41744 - extract thumbs via http" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/31666 [12:07:35] New patchset: J; "Bug 41744 - extract thumbs via http" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/31666 [12:08:58] New patchset: J; "Bug 41744 - extract thumbs via http" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/31666 [12:09:59] New review: Tobias Gritschacher; "There are several issues with this changeset and it should not be merged yet." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/31837 [12:10:08] New review: J; "looks good, works for webm files with my test setup," [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/32102 [12:21:23] New patchset: Nischayn22; "FIx issues with the UI" [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/32207 [12:27:43] 03(UNCONFIRMED) "Data repair and upgrade" in Special:SMWAdmin doesn't populate SMWSQLStore3 tables - 10https://bugzilla.wikimedia.org/40865 (10Nischay Nahata) [12:30:38] 03(mod) load video via http for thumb extraction - 10https://bugzilla.wikimedia.org/41744 +comment (10Jan Gerber) [12:31:06] 03(mod) Multilingual user page rewrite rules or redirections - 10https://bugzilla.wikimedia.org/20798 +comment (10Nemo) [12:31:07] 03(mod) Use user language for namespace names - 10https://bugzilla.wikimedia.org/10342 +comment (10Nemo) [12:31:48] 03(mod) Multilingual user page rewrite rules or redirections - 10https://bugzilla.wikimedia.org/20798 (10Nemo) [12:32:29] 03(mod) Localise namespace urls for multilingual wikis - 10https://bugzilla.wikimedia.org/41845 +comment (10Nemo) [12:32:56] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10Jeroen De Dauw) [12:33:01] 03(mod) Use user language for namespace names - 10https://bugzilla.wikimedia.org/10342 (10Nemo) [12:40:47] New review: Jeroen De Dauw; "We are waiting for the 1.8 release to merge this." [mediawiki/extensions/SemanticResultFormats] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/27055 [12:43:38] New patchset: Matthias Mullie; "Refactor AFT backend" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/24264 [12:45:03] Change abandoned: J; "breaks abstraction" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/31639 [12:49:29] 04(REOPENED) Export of coordinates to KML -- does not export all coordinates due to bad "offset" - 10https://bugzilla.wikimedia.org/39633 +comment (10Jeroen De Dauw) [12:49:38] 03(ASSIGNED) Export of coordinates to KML -- does not export all coordinates due to bad "offset" - 10https://bugzilla.wikimedia.org/39633 (10Jeroen De Dauw) [12:56:39] New patchset: Matthias Mullie; "Abusefilter rejection message can have a softer tone" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/32208 [12:58:12] New patchset: Waldir; "Improve documentation for "pipe trick"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32209 [13:05:30] New patchset: Jeroen De Dauw; "improved type hint" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32210 [13:05:43] New patchset: Reedy; "Update TMH to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32211 [13:05:46] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32210 [13:07:21] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32211 [13:11:08] New review: Physikerwelt; "looks good." [mediawiki/extensions/Math] (master) C: 1; - https://gerrit.wikimedia.org/r/23063 [13:11:15] 03(mod) Autoedit changes unintended form field - 10https://bugzilla.wikimedia.org/41765 04CRIT->major; +comment (10Jamie Thingelstad) [13:13:05] New review: Physikerwelt; "Hi," [mediawiki/extensions/Math] (master) C: 0; - https://gerrit.wikimedia.org/r/30177 [13:13:58] New patchset: J; "fix db variable name" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32212 [13:14:32] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32212 [13:17:14] New patchset: Aude; "put SpecialMovepageAfterMove hook after success message output" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32213 [13:21:04] 06(LATER) SMW::updateDatasmw_atts2 error - 10https://bugzilla.wikimedia.org/35375 +comment (10MWJames) [13:23:31] New patchset: Jeroen De Dauw; "Remove static methods from interfaces - not allowed by strict standards" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32214 [13:23:34] New review: Daniel Kinzler; "The hooks behavior does change: handler functions can modify &$ot and &$nt, thereby influencing the ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32213 [13:23:45] New patchset: J; "one more variable issue" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32215 [13:24:04] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32215 [13:25:00] New patchset: Reedy; "Update TMH to master (again again)" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32216 [13:25:16] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32216 [13:26:39] 03(FIXED) Queries results for categories do not include subcategories - 10https://bugzilla.wikimedia.org/26693 +comment (10MWJames) [13:27:29] New patchset: Jeroen De Dauw; "Add class missing use statement" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32217 [13:29:20] New patchset: Jens Ohlig; "Added TermMatchScoreCalculator" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32020 [13:30:50] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32217 [13:34:14] 03(FIXED) #set broken for multiple property values (1.8 alpha) - 10https://bugzilla.wikimedia.org/36309 +comment (10MWJames) [13:38:51] 03(mod) Bugzilla auto-linking mangling Gerrit URL - 10https://bugzilla.wikimedia.org/40344 +easy (10MZMcBride) [13:44:34] New patchset: Jeroen De Dauw; "pass argument to correct function" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32218 [13:44:43] 03(mod) Add wikidata and wikivoyage to $wgNoFollowDomainExceptions - 10https://bugzilla.wikimedia.org/41841 +easy (10MZMcBride) [13:46:00] 03(mod) Add wikidata and wikivoyage to $wgNoFollowDomainExceptions - 10https://bugzilla.wikimedia.org/41841 -easy (10Nemo) [13:48:26] 03(WONTFIX) #info: produces incorrect output (1.8 alpha) - 10https://bugzilla.wikimedia.org/29683 +comment (10MWJames) [13:48:30] New review: Aude; "Another option is to add yet another hook but not sure that's best in this case. " [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32213 [13:54:47] New patchset: Jens Ohlig; "Added TermMatchScoreCalculator" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32020 [13:55:52] 03(NEW) Wikidata redirect to www URL doesn't work properly - 10https://bugzilla.wikimedia.org/41847 normal; Wikimedia: General/Unknown; (b) [13:56:15] 03(mod) Wikidata redirect to www URL doesn't work properly - 10https://bugzilla.wikimedia.org/41847 +wikidata (10MZMcBride) [13:59:33] 03(mod) Add wikidata and wikivoyage to $wgNoFollowDomainExceptions - 10https://bugzilla.wikimedia.org/41841 +easy (10MZMcBride) [14:05:06] 03(mod) Implement configuration database aka configuration management aka no shell excuse - 10https://bugzilla.wikimedia.org/26992 +comment (10MZMcBride) [14:06:21] New review: Feob; "Mwjames: Thank you very much for your review! I will implement your suggested changes in the near fu..." [mediawiki/extensions/SemanticImageAnnotator] (master) - https://gerrit.wikimedia.org/r/31984 [14:07:50] 03(mod) Implement configuration database aka configuration management aka no shell excuse - 10https://bugzilla.wikimedia.org/26992 +comment (10Andre Klapper) [14:08:34] New patchset: Tobias Gritschacher; "wbsearchentity continuation fixed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31837 [14:15:59] 03(mod) Please upload a video file to Wikimedia Commons 1.81 GB - 10https://bugzilla.wikimedia.org/41823 +comment (10Andre Klapper) [14:17:12] New patchset: Jens Ohlig; "wbsearchentity continuation fixed." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31837 [14:17:25] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31837 [14:18:31] New patchset: Matthias Mullie; "Properly integrate $wgAbuseFilterValidGroups" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/32219 [14:18:39] 03(mod) load video via http for thumb extraction - 10https://bugzilla.wikimedia.org/41744 +patch-in-gerrit +performance (10Andre Klapper) [14:19:03] New patchset: Matthias Mullie; "Update to match new/fixed AbuseFilter code" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/32220 [14:19:53] New patchset: Jens Ohlig; "Added TermMatchScoreCalculator" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32020 [14:27:12] 03(NEW) Empty items created with Special:CreateItem - 10https://bugzilla.wikimedia.org/41848 normal; MediaWiki extensions: WikidataRepo; (aude.wiki) [14:28:30] New patchset: John Erling Blad; "(Bug 41383) Update wbgetentities to report statements for items" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29945 [14:30:01] 03(mod) Localise namespace urls for multilingual wikis - 10https://bugzilla.wikimedia.org/41845 +comment (10Aude) [14:34:31] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10[[kgh]]) [14:35:58] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10[[kgh]]) [14:37:25] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32214 [14:39:23] 03(mod) Localise namespace urls for multilingual wikis - 10https://bugzilla.wikimedia.org/41845 +comment (10Nemo) [14:42:30] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32182 [14:44:50] New patchset: Reedy; "Update TimedMediaHandler to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32221 [14:45:12] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32221 [14:50:42] New patchset: John Erling Blad; "Added TermMatchScoreCalculator" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32020 [14:51:13] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32020 [14:52:35] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32218 [14:59:02] 03(FIXED) Replace wbsetitem with wbeditentity - 10https://bugzilla.wikimedia.org/40561 (10denny vrandecic) [14:59:09] 03(FIXED) Change API to always use qualified IDs (13) - 10https://bugzilla.wikimedia.org/40381 (10denny vrandecic) [14:59:42] New review: Aude; "The API tests all pass with this patch (except some skipped tests) and also pass in master. The cha..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/30963 [15:03:17] 03(mod) Can't edit anything on the item when [edit] links in preferences turned off - 10https://bugzilla.wikimedia.org/41840 major->normal (10Lydia Pintscher) [15:05:56] 03(mod) red link and creating new item in wikidata - 10https://bugzilla.wikimedia.org/41817 (10Lydia Pintscher) [15:06:18] New review: Aude; "correction: there are incomplete tests not skipped tests" [mediawiki/extensions/Wikibase] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/30963 [15:09:44] 03(mod) Wikibase updater eats all memory in Jenkins - 10https://bugzilla.wikimedia.org/41645 summary (10Aude) [15:12:26] New patchset: John Erling Blad; "(Bug 41164) Initial commit of wbgetclaims" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30591 [15:13:47] 03(ASSIGNED) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193 +comment (10Markus Glaser) [15:20:15] where do i report E3 bugs ? [15:21:00] ori-l: ? [15:22:54] New review: John Erling Blad; "PHP Fatal error: Call to undefined method Wikibase\ApiSerializationOptions::getProps() in /home/joh..." [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/30591 [15:24:56] New review: Daniel Kinzler; "*poke*" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29981 [15:27:26] 03(ASSIGNED) Search results show the label twice, but not the item description. - 10https://bugzilla.wikimedia.org/41580 (10Daniel Kinzler) [15:35:50] New review: John Erling Blad; "This creates a weird unrelated error in EditEntityTest, but this seems to be completly unrelated." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/30738 [15:35:57] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30738 [15:36:54] 03(mod) "Ordered" properties does not work as described. - 10https://bugzilla.wikimedia.org/31336 +comment (10[[kgh]]) [15:39:46] 03(mod) datatype number / "Ordered" properties does not work as described (1.8 beta2) - 10https://bugzilla.wikimedia.org/31336 summary (10[[kgh]]) [15:43:20] New review: John Erling Blad; "This has a huge number of conflicts now" [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/30821 [15:45:07] 03(NEW) Pre validation of username for ACC experiment is inaccurate - 10https://bugzilla.wikimedia.org/41849 normal; MediaWiki extensions: E3 Experiments; (hartman.wiki) [15:45:35] 03(mod) Pre validation of username for ACC experiment is inaccurate - 10https://bugzilla.wikimedia.org/41849 +comment (10Derk-Jan Hartman) [15:46:26] New review: Mdale; "I guess we should call the variable $wgEnableLocalTimedText to avoid any confusion around disabling ..." [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32204 [15:50:55] New review: Hydriz; "Just a small bit of coding convention issue." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/32209 [15:52:07] 03(mod) Wikibase updater eats all memory in Jenkins - 10https://bugzilla.wikimedia.org/41645 +comment (10Daniel Kinzler) [15:59:53] New review: Mdale; "I see we have already added the configuration file change request ( so maybe we should just stick wi..." [mediawiki/extensions/TimedMediaHandler] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/32204 [16:02:36] 03(mod) datatype number / "Ordered" properties does not work as described (1.8 beta2) - 10https://bugzilla.wikimedia.org/31336 +comment (10Markus Krötzsch) [16:07:03] 03(NEW) Moving a page away from ns0 doesn't change article number - 10https://bugzilla.wikimedia.org/41850 normal; MediaWiki: Special pages; (paolobenve) [16:07:32] 03(mod) Moving a page away from ns0 doesn't change article number - 10https://bugzilla.wikimedia.org/41850 +comment (10Paolo Benvenuto) [16:08:49] New patchset: John Erling Blad; "(Bug 41419) Initial work on statements in ItemView [DO NOT SUBMIT]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30055 [16:09:15] 03(NEW) Wrapped Gerrit links aren't recognized - 10https://bugzilla.wikimedia.org/41851 trivial; Wikimedia: Bugzilla; (tim) [16:09:17] New review: Tpt; "Trival change." [mediawiki/extensions/ProofreadPage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32050 [16:09:17] Change merged: Tpt; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/32050 [16:11:08] 03(WONTFIX) datatype number / "Ordered" properties does not work as described (1.8 beta2) - 10https://bugzilla.wikimedia.org/31336 +comment (10[[kgh]]) [16:13:16] 03(NEW) Title is missing on latest item revision - 10https://bugzilla.wikimedia.org/41852 normal; MediaWiki extensions: WikidataRepo; (tobias.gritschacher) [16:13:46] 03(mod) Title is missing on latest item revision - 10https://bugzilla.wikimedia.org/41852 (10tobias.gritschacher) [16:13:53] New patchset: John Erling Blad; "(Bug 41419) Initial work on statements in ItemView [DO NOT SUBMIT]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30055 [16:15:30] New patchset: J; "Bug 41826 add option to disable TimedText" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32204 [16:16:55] 03(mod) datatype number / "Ordered" properties does not work as described (1.8 beta2) - 10https://bugzilla.wikimedia.org/31336 +comment (10Markus Krötzsch) [16:20:21] hi there [16:21:07] New patchset: Reedy; "Swap for regex matching" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/32224 [16:21:46] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32048 [16:22:18] I have a question regarding the Git repo, I started upgrading by checking out the REL1_20 branch, but then I noticed the version number is 1.20alpha [16:22:25] includes/DefaultSettings.php:$wgVersion = '1.20alpha'; [16:22:35] lol, hexmode [16:22:38] Did you not change it? [16:23:17] Let me look [16:23:25] Reedy: I made a point of changing it. I should have double checked. I verified the installation... [16:23:38] I downloaded the tarball and it is not the case, so my question is why the tarball is not in sync with the repo, and how do I get the good version in Git? [16:23:55] By someone fixing it, I imagine [16:24:06] Naha: I didn't commit my changes yet [16:24:10] New patchset: Demon; "Updating $wgVersion to 1.20.0" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/32225 [16:24:13] $wgVersion = '1.20alpha'; [16:24:20] Heh, yeah, seems git just didn't ge tupdated [16:24:20] I'll fix it [16:24:34] Reedy: looks like ^demon just did [16:25:05] Change merged: Reedy; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/32225 [16:25:14] Naha: git pull and try again ;) [16:25:18] thanks guys :-) [16:25:50] hexmode: If the tarball is right, it won't cause problems for most people :D [16:26:09] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32066 [16:26:58] <^demon> I didn't even have a local REL1_20 yet at the time :p [16:27:20] commit: 1f987fb5eea42605c4a658a0c87e8f8313fc49b8 - The module has been broken for a while now, but nobody noticed because in plain core it is disabled by default - it worked fine on my own skin which i have to change now to work with whatever has replaced it :/ oh well [16:27:32] Naha: I still have to commit some changes properly. [16:28:04] buzz_: which module? [16:28:05] New review: Mdale; "Tested locally looks good." [mediawiki/extensions/TimedMediaHandler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32204 [16:28:26] Reedy, mwsuggest.js changes [16:28:26] hexmode: yes, I just noticed other files are different [16:28:46] Naha: if you have access, you could commit them. I don't have time ATM [16:28:48] core/includes/api/ApiQueryAllImages.php core/includes/DefaultSettings.php core/includes/specials/SpecialRevisiondelete.php core/RELEASE-NOTES-1.20 [16:29:02] hexmode: I am not a MW dev [16:29:38] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29945 [16:30:09] hexmode: no problem for me, I did the upgrade with the tarball in the meantime, but that could be annoying for some people if the last changes are critical (which I guess is not the case) [16:30:26] buzz_: in what branch? [16:30:32] Naha: not if those fixes don't affect them ;) [16:30:56] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32204 [16:30:59] hexmode: I guess we should correct that too ;) [16:31:00] Reedy, i was just looking in master - but im just setting up 1.20.0 and looking at what i have to do to get the search suggestions working on my skni again. im reading the diffs [16:31:58] hexmode: for sure :-) [16:32:39] anyway, thanks, I will try pulling again in a couple of days, I guess it will be OK then [16:33:08] I guess I should tidy that up [16:33:17] New patchset: Daniel Werner; "Introducing site selector jQuery widget" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31375 [16:33:29] hexmode: so, need to commit a diff of what was released vs what is currently in 1.2? [16:33:32] *1.20 [16:34:10] Reedy: I had done a few of those, but Krinkle|detached told me I did it to the wrong place :( [16:34:19] Reedy, anyway dont worry. i think its still working - I just need to update the new code with some js changes due to the way i have the results showing. [16:34:26] release note related? [16:34:37] Reedy, if this is the only thing that has changed that breaks my skin im happy [16:34:50] * Reedy goes to make a diff for starters [16:36:35] 03(mod) Wrapped Gerrit links aren't recognized - 10https://bugzilla.wikimedia.org/41851 +comment (10Nemo) [16:36:39] New patchset: Tobias Gritschacher; "Improving auto-highlighting of site id interface suggestions" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32203 [16:39:54] Change abandoned: John Erling Blad; "die, to mutch conflicts" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30821 [16:41:59] 03(mod) Add wikidata and wikivoyage to $wgNoFollowDomainExceptions - 10https://bugzilla.wikimedia.org/41841 +comment (10Krenair) [16:42:39] 412 lines [16:42:41] That sounds sane [16:44:31] siebrand: https://gerrit.wikimedia.org/r/31672 ? [16:45:09] New patchset: Reedy; "Commit changes from tarball for 1.20 to REL1_20" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/32227 [16:45:30] New patchset: Tpt; "Fix a small error in the label of Special:EntitiesWithoutLabel" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32228 [16:46:39] New patchset: Reedy; "Update RELEASE-NOTES-1.20 from tarball" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32229 [16:46:50] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32228 [16:47:30] New patchset: Umherirrender; "Add 'contentmodel' and 'contentformat' to list=deletedrevs" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31060 [16:47:42] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32196 [16:47:54] New patchset: Reedy; "Update RELEASE-NOTES-1.20 from tarball" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/32230 [16:48:02] hexmode: Like that. Done ;) [16:48:12] :) [16:48:26] New review: Umherirrender; "Added Release notes (is a combined note with prop=revisions)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/31060 [16:48:39] just need approving and submitting [16:51:05] https://gerrit.wikimedia.org/r/#/c/32227/1/includes/specials/SpecialRevisiondelete.php [16:51:10] this change is still not approved in master, how did it get into the tarball? [16:52:02] (Specifically, it's PS6 from https://gerrit.wikimedia.org/r/#/c/27869/) [16:55:05] maybe it was backported? :S [16:55:11] seems strange [16:55:39] it was backported into REL1_20 [16:56:01] In https://gerrit.wikimedia.org/r/#/c/28944/ [16:56:13] But this was never approved because it was not approved in master [16:57:04] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32200 [16:58:12] 03(mod) Rename special-entitieswithoutlabel and special-listdatatypes - 10https://bugzilla.wikimedia.org/41846 +comment (10Aude) [16:58:14] New patchset: John Erling Blad; "Add profiling for client part of Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32233 [16:58:26] New patchset: Reedy; "Update Wikidata revision" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/31151 [16:59:18] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32039 [17:00:21] New patchset: Reedy; "Update Wikidata revision" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/31151 [17:01:58] 03(mod) Wrapped Gerrit links aren't recognized - 10https://bugzilla.wikimedia.org/41851 +comment (10Tim Landscheidt) [17:06:37] 03(NEW) autocomment always saying "Language links updated" in client recent changes - 10https://bugzilla.wikimedia.org/41853 normal; MediaWiki extensions: WikidataClient; (tobias.gritschacher) [17:11:43] New patchset: Aude; "(bug 41038) invite user to update associated Wikibase item in Special:MovePage upon form submit success" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32235 [17:18:02] 03(NEW) Cache expensive elements in Special:TimedMediaHandler - 10https://bugzilla.wikimedia.org/41854 normal; MediaWiki extensions: TimedMediaHandler; (robla) [17:18:13] 03(mod) Cache expensive elements in Special:TimedMediaHandler - 10https://bugzilla.wikimedia.org/41854 (10Rob Lanphier) [17:18:22] New patchset: Aude; "(bug 41038) invite user to update associated Wikibase item in Special:MovePage upon form submit success" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32235 [17:19:23] Change merged: Anomie; [mediawiki/extensions/CategoryTree] (master) - https://gerrit.wikimedia.org/r/25009 [17:20:47] 03(NEW) Hard coding LIKE in db queries isn't database agnostic - 10https://bugzilla.wikimedia.org/41855 minor; MediaWiki extensions: TimedMediaHandler; (sam) [17:21:54] New patchset: Umherirrender; "Add RecentChange::selectFields and use it" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30167 [17:22:41] New review: Umherirrender; "Your are right, but only with rctoken=, because there RecentChange::newFromRow is called, which is n..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/30167 [17:22:50] New review: Anja Jentzsch; "There were 6 failures:" [mediawiki/extensions/Wikibase] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/30963 [17:23:09] 03(mod) Cache expensive elements in Special:TimedMediaHandler - 10https://bugzilla.wikimedia.org/41854 +performance; +comment (10Sam Reed (reedy)) [17:24:26] 03(mod) Fatal error on meta when entering unmatched translation tags - 10https://bugzilla.wikimedia.org/41844 +comment (10Siebrand) [17:25:07] 03(mod) Cache expensive elements in Special:TimedMediaHandler - 10https://bugzilla.wikimedia.org/41854 +comment (10Sam Reed (reedy)) [17:32:39] New patchset: Reedy; "Related to bug 41854, index transcode_key" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32236 [17:34:18] 03(mod) Cache expensive elements in Special:TimedMediaHandler - 10https://bugzilla.wikimedia.org/41854 +comment (10Sam Reed (reedy)) [17:34:23] New review: Aude; "I don't think I am escaping this message correctly, with rawParams." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32235 [17:37:15] 04(REOPENED) Automated testing in Jenkins - Tracking - 10https://bugzilla.wikimedia.org/40933 (10Gabriel Wicke) [17:43:02] New patchset: Hariharshankar; "(bug 34778) Extension Memento: Improvements after previous review." [mediawiki/extensions/Memento] (master) - https://gerrit.wikimedia.org/r/32237 [17:43:06] New patchset: Hariharshankar; "(bug 34778) Extension Memento: Improvements after review." [mediawiki/extensions/Memento] (master) - https://gerrit.wikimedia.org/r/32238 [17:43:06] New patchset: Hariharshankar; "(bug 34778) Extension Memento: Improvements after review" [mediawiki/extensions/Memento] (master) - https://gerrit.wikimedia.org/r/32239 [17:47:19] 03(FIXED) wrong behaviour of wbsearchentities on aliases - 10https://bugzilla.wikimedia.org/41816 (10denny vrandecic) [17:47:47] 03(FIXED) Autocomment for item creation does not show label - 10https://bugzilla.wikimedia.org/41581 (10denny vrandecic) [17:47:53] 03(FIXED) Search results show the label twice, but not the item description. - 10https://bugzilla.wikimedia.org/41580 (10denny vrandecic) [17:48:07] 03(FIXED) Use normalized search key in term search index - 10https://bugzilla.wikimedia.org/41577 (10denny vrandecic) [17:48:49] New patchset: John Erling Blad; "Add profiling for repo hooks in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32241 [17:49:52] 03(FIXED) Use new changesDatabase setting instead of wgSharedTables on test clients - 10https://bugzilla.wikimedia.org/41112 (10denny vrandecic) [17:50:33] 06(LATER) Auto-generated documentation for JavaScript code based on already existing doxygen comments - 10https://bugzilla.wikimedia.org/40657 (10denny vrandecic) [17:50:47] 03(FIXED) Section layout for suggestion list (5) - 10https://bugzilla.wikimedia.org/40548 (10denny vrandecic) [17:50:49] 03(FIXED) Adapt wikibase.autocomplete to required data structure (3) - 10https://bugzilla.wikimedia.org/40547 (10denny vrandecic) [17:51:08] 03(FIXED) Special:CreateItem doesn't handle site and page params - 10https://bugzilla.wikimedia.org/40509 +comment (10denny vrandecic) [17:51:32] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32236 [17:51:38] 03(NEW) OpenID (and ConfirmAccount :() - 10https://bugzilla.wikimedia.org/41856 normal; MediaWiki extensions: OpenID; (simone.hinterseher) [17:51:46] New patchset: John Erling Blad; "Add profiling for repo hooks in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32241 [17:53:19] 03(FIXED) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000 (10denny vrandecic) [17:55:25] 03(WONTFIX) Use MWSearch on test site - 10https://bugzilla.wikimedia.org/40917 (10denny vrandecic) [17:56:42] New patchset: John Erling Blad; "Add profiling for repo hooks in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32241 [17:57:01] 04(REOPENED) Auto-generated documentation for JavaScript code based on already existing doxygen comments - 10https://bugzilla.wikimedia.org/40657 normal->15enhancement; +comment (10Daniel Friesen) [17:59:03] New patchset: Siebrand; "Partial revert of Ibe5eeffe: TPException doesn't know getWikiText()" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32242 [17:59:44] New patchset: Demon; "Reduce queries inside of foreach loops" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32243 [17:59:59] New review: Brian Wolff; "Please include a descriptive message as the first line of the commit message, so that its clear in l..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32189 [18:00:13] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/31375 [18:00:20] New patchset: Siebrand; "(bug 41844) Fix fatal: TPException doesn't know getWikiText()" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32242 [18:01:12] 03(mod) Fatal error on meta when entering unmatched translation tags - 10https://bugzilla.wikimedia.org/41844 +patch-in-gerrit; +comment (10Siebrand) [18:01:12] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Siebrand) [18:01:43] 03(mod) Fatal error on meta when entering unmatched translation tags - 10https://bugzilla.wikimedia.org/41844 (10Siebrand) [18:03:05] Change merged: IAlex; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/32230 [18:04:07] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32229 [18:06:46] New patchset: Aude; "(bug 41038) invite user to update associated Wikibase item in Special:MovePage upon form submit success" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32235 [18:09:58] New patchset: Anja Jentzsch; "Make ApiBotEditTest robust agnst non-sequential IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30963 [18:10:44] chrismcmahon: yay more robust tests! :) (Anja's patchset just now ^^^) [18:10:59] (I am merely celebrating and thought you too might want to toot a horn) [18:11:33] sumanah: more robust everything, I did a hangout with Antoine/Timo/Zeljko this morning, very glad they're all in one place at one time [18:12:06] New review: Anja Jentzsch; "Wasn't working for me cause it expected items to be in the Main namespace. Mine are in the Item name..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/30963 [18:14:58] New patchset: John Erling Blad; "Add profiling for EditEntity in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32245 [18:15:49] 03(mod) Work on XML backup/export formats - 10https://bugzilla.wikimedia.org/41790 +comment (10denny vrandecic) [18:17:16] New patchset: J; "Reduce queries inside of foreach loops" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32243 [18:17:47] 14(DUP) autocomment always saying "Language links updated" in client recent changes - 10https://bugzilla.wikimedia.org/41853 +comment (10denny vrandecic) [18:17:48] 03(mod) Autocomments in Client RecentChanges are wrong - 10https://bugzilla.wikimedia.org/41776 +comment (10denny vrandecic) [18:17:56] New patchset: Hoo man; "(bug 41793) Make contribs. link on Special:ListUsers red when the user got 0 edits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32141 [18:18:23] New review: Hoo man; "More efficient, per IAlex's comments" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32141 [18:18:27] New patchset: Hoo man; "(bug 41793) Make contribs. link on Special:ListUsers red when the user got 0 edits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32141 [18:19:17] 06(LATER) Auto-generated documentation for JavaScript code based on already existing doxygen comments - 10https://bugzilla.wikimedia.org/40657 +comment (10Anja Jentzsch) [18:19:24] New patchset: Kaldari; "(bug 39383, bug 40059) Allowing badges to use strings and returning this" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32091 [18:20:16] New patchset: Hoo man; "(bug 41793) Make contribs. link on Special:ListUsers red for users with 0 edits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32141 [18:21:07] New review: Hoo man; "Fixed release note trailing white space" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32141 [18:23:00] New patchset: J; "Bug 39014 remove transition workaround" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32246 [18:23:31] 03(mod) Bad content model: expected javascript but got wikitext. - 10https://bugzilla.wikimedia.org/41658 (10denny vrandecic) [18:23:48] 03(mod) OpenID (and ConfirmAccount :() - 10https://bugzilla.wikimedia.org/41856 (10simone.hinterseher) [18:24:38] New patchset: Aude; "(bug 41038) invite user to update associated Wikibase item in Special:MovePage upon form submit success" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32235 [18:26:40] New patchset: J; "Reduce queries inside of foreach loops" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32243 [18:27:51] New review: Aude; "Currently, the added message is displayed at the top of the page, above "Page A" has been moved to "..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32235 [18:28:35] New review: RobLa; "Not yet. We really need to have a thoughtful rollout plan for this, given how badly the jQuery 1.8 ..." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/30649 [18:28:40] New patchset: J; "Reduce queries inside of foreach loops" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32243 [18:29:02] New patchset: John Erling Blad; "Add profiling for ItemEntity in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32247 [18:29:23] 03(NEW) queries for Text properties work incorrectly - 10https://bugzilla.wikimedia.org/41857 critical; MediaWiki extensions: Semantic MediaWiki; (katkov.juriy) [18:32:46] New patchset: Umherirrender; "Add RecentChange::selectFields and use it" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30167 [18:35:02] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32246 [18:37:12] New review: Hoo man; "The cases are basically where the extension should prevent the creation of a global account (so it'..." [mediawiki/extensions/CentralAuth] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/16922 [18:37:29] 03(mod) Add wfProfileIn/wfProfileOut calls where necessary - 10https://bugzilla.wikimedia.org/41520 +comment (10denny vrandecic) [18:37:29] 14(DUP) Add profiling - 10https://bugzilla.wikimedia.org/41537 +comment (10denny vrandecic) [18:37:31] 03(mod) Hard coding LIKE in db queries isn't database agnostic - 10https://bugzilla.wikimedia.org/41855 +comment (10Jan Gerber) [18:40:13] 03(mod) wbcreateclaim needs tests - 10https://bugzilla.wikimedia.org/41302 +need-unittest (10denny vrandecic) [18:41:47] hoo|away, I'm not convinced your example case for that is a valid problem. When there's a conflict, the user with the global account should be the only one allowed to create accounts using that name [18:43:15] 03(mod) queries for Text properties work incorrectly - 10https://bugzilla.wikimedia.org/41857 +comment (10Yury Katkov) [18:43:24] New patchset: Umherirrender; "Add RecentChange::selectFields and use it" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30167 [18:43:56] Krenair: Sure, but just hard coding this into the extension seems a bit hard to me [18:44:20] New patchset: Jeroen De Dauw; "Introduced EntityId class to hold to methods to deal with different representations of IDs and also serve to improve interfaces accepting or returing Entity IDs" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32172 [18:44:34] hoo|away, you are right that this should be configurable [18:44:34] especially cause it destroys one of the original aims of it, which were to allow a smooth conversion with both global and local accounts [18:44:35] New review: Umherirrender; "Add ts_tags and page_latest back in RecentChange::loadFromRow." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/30167 [18:44:36] However, that does not justify a -2 [18:44:50] New review: Bsitu; "Do you mean moving the extension global variable initialization to application config file?" [mediawiki/extensions/LiquidThreads] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32084 [18:45:19] Well... I just wanted to make sure nobody merges this in an premature state [18:46:21] New patchset: Jeroen De Dauw; "Introduced EntityId class to hold to methods to deal with different representations of IDs and also serve to improve interfaces accepting or returing Entity IDs" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32172 [18:46:49] 03(mod) Article Feedback - Default Warning Message for Abuse Filter - 10https://bugzilla.wikimedia.org/37579 +comment (10Fabrice Florin) [18:47:41] 03(WONTFIX) Italic do not work on item's title - 10https://bugzilla.wikimedia.org/41749 +comment (10denny vrandecic) [18:49:15] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31844 [18:50:05] New patchset: Jeroen De Dauw; "Minor style improvement" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32248 [18:50:20] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32248 [18:50:20] New review: Aude; "Very helpful to know why the tests failed for some people and not others." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/30963 [18:51:07] 03(WONTFIX) Allow wiki syntax in descriptions - 10https://bugzilla.wikimedia.org/41560 +comment (10denny vrandecic) [18:51:11] hoo|away, actually I might be confused here [18:51:50] It's already checking if the user exists globally.. [18:52:42] Exactly, but it leaves the possibility to use local-only accounts [18:52:42] and there are some [18:56:59] New patchset: Jeroen De Dauw; "Fixed a bunch of type compatibility notices" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32249 [18:59:58] 03(FIXED) RunQuery popups should not close automatically when form is submitted - 10https://bugzilla.wikimedia.org/34574 (10f.trott) [19:03:31] New review: Aude; "looks good although I've not yet verified and see my inline comment." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32233 [19:05:56] 03(mod) Commons files *not* except from sync check - 10https://bugzilla.wikimedia.org/41832 +comment (10Umherirrender) [19:09:27] 03(mod) OpenID (and ConfirmAccount :() - 10https://bugzilla.wikimedia.org/41856 +comment (10T. Gries) [19:12:37] 03(NEW) Search duplicated archived file on upload based on hash only - 10https://bugzilla.wikimedia.org/41858 normal; MediaWiki: Uploading; (umherirrender_de.wp) [19:13:38] Change abandoned: Umherirrender; "In my opinion this is not the best solution, but I have no idea for another solution. Added bug 4185..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30183 [19:16:33] New patchset: Jeroen De Dauw; "fixed indent" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32251 [19:17:15] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32247 [19:24:37] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32023 [19:31:10] 03(mod) Pre validation of username for ACC experiment is inaccurate - 10https://bugzilla.wikimedia.org/41849 (10spage) [19:31:57] 03(NEW) Layout of category tree in sidebar does not match with vector layout. - 10https://bugzilla.wikimedia.org/41859 normal; MediaWiki extensions: CategoryTree; (xypron.glpk) [19:33:08] 03(mod) Layout of category tree in sidebar does not match with vector layout. - 10https://bugzilla.wikimedia.org/41859 (10xypron.glpk) [19:33:51] 03(mod) JobQueue not working: no jobs run except for high-priority ones like enotif - 10https://bugzilla.wikimedia.org/41656 +comment (10Raimond Spekking) [19:34:36] Change merged: Aaron Schulz; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32243 [19:36:19] 03(mod) Layout of category tree in sidebar does not match with vector layout. - 10https://bugzilla.wikimedia.org/41859 (10xypron.glpk) [19:37:14] New review: Aaron Schulz; "Did actually test with wgExtractThumbsViaHTTP off and X-Account-Meta-Temp-Url-Key set on the swift a..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32102 [19:39:01] New patchset: IAlex; "(bug 41793) Make contribs. link on Special:ListUsers red for users with 0 edits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32141 [19:39:04] Change merged: Nischayn22; [mediawiki/extensions/SemanticExtraSpecialProperties] (master) - https://gerrit.wikimedia.org/r/32153 [19:40:35] New patchset: Umherirrender; "Add missing resultproperties to list=deletedrevs" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31064 [19:41:04] New patchset: Pgehres; "Adding dd-ES for Direct Debit in Spain." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/32085 [19:41:20] 03(NEW) TMH php fatals and warnings seen in production - 10https://bugzilla.wikimedia.org/41860 major; MediaWiki extensions: TimedMediaHandler; (sam) [19:41:24] 03(mod) TMH php fatals and warnings seen in production - 10https://bugzilla.wikimedia.org/41860 (10Sam Reed (reedy)) [19:42:26] 03(mod) TMH php fatals and warnings seen in production - 10https://bugzilla.wikimedia.org/41860 +comment (10Sam Reed (reedy)) [19:42:26] New patchset: Umherirrender; "Add missing resultproperties to list=deletedrevs" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31064 [19:42:26] New review: IAlex; "Added intval() arround $row->edits in UsersPager::formatRow() for the same reason as the one given i..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32141 [19:42:40] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32141 [19:42:48] New review: Umherirrender; "Added release note" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/31064 [19:43:11] 03(mod) TMH php fatals and warnings seen in production - 10https://bugzilla.wikimedia.org/41860 +comment (10Sam Reed (reedy)) [19:43:26] 03(FIXED) Contribution links to users with 0 edits no longer show up as red - 10https://bugzilla.wikimedia.org/41793 +comment (10Alexandre Emsenhuber [IAlex]) [19:43:57] 03(mod) JobQueue not working: no jobs run except for high-priority ones like enotif - 10https://bugzilla.wikimedia.org/41656 +comment (10Rob Lanphier) [19:45:31] New review: J; "I tested with wgExtractThumbsViaHTTP off and swiftTempUrlKey set." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/32102 [19:46:09] !hss [19:46:09] ZOMG!! http://bit.ly/2sYkfl [19:47:16] New review: J; "in case last comment is messed up:" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/32102 [19:50:15] Amgine: Who said it? [19:50:39] 03(mod) TMH php fatals and warnings seen in production - 10https://bugzilla.wikimedia.org/41860 (10Rob Lanphier) [19:50:43] I haven't been able to do a "git pull" from any repository that uses SSH (i.e., a writeable repository) in the last 24 hours or so. [19:50:43] Erik [19:50:58] It keeps giving the error, "ssh: connect to host gerrit.wikimedia.org port 29418: Connection timed out". [19:51:05] Is anyone aware of this problem? [19:51:37] And there's a 2nd line in the error message: "fatal: The remote end hung up unexpectedly". [19:52:13] ^demon: ---^^ [19:52:33] <^demon> hAS*(ah789sncan98asbno9asiubncisaubcaiubhcasiubcsaics8912rh9*H@*(!@H [19:52:35] <^demon> *RAGE* [19:52:46] tewwy: rotfl @ tshirt [19:53:08] <^demon> RoanKattouw: WE WENT 4h10m [19:53:33] jeremyb: It's like doing usability testing. You're always surprised when you see these things. :-D [19:53:54] <^demon> Yaron: I've been trying to stop this problem. I *thought* had fixed it (it had stopped for about 4 hours), but it seems to have just happened again. [19:54:01] Oh, okay. [19:54:11] also, ^demon: http://paste.kizmut.com/71 [19:54:12] <^demon> Best bet is just retry :\ [19:54:16] I haven't been trying it continuously, so it could have been intermittent. [19:54:28] Alright, I'll keep calling it over and over! [19:54:44] <^demon> Amgine: Same thing--if you were cloning when the server decided to crap all over itself, that would happen. [19:54:48] ^demon: did you paste that from somewhere or it's a cat on your keyboard? [19:55:04] at first i thought it was from a gerrit log [19:55:06] <^demon> (Generally, as long as you at least have a core clone on a system, re-clone from that rather than over the network) [19:55:15] That was repeated 3x about 12 hours ago; trying again now. [19:55:29] <^demon> jeremyb: No, it was me banging on my own keyboard. [19:55:30] <^demon> In *RAGE* [19:55:33] Now I got a 403 [19:55:36] right [19:57:26] https://www.mediawiki.org/w/index.php?title=Template:MW_legacy_release_number&diff=601775&oldid=578118 [19:57:33] this doesn't seem right, 1.19.2 isn't considered legacy [19:57:44] 03(NEW) Sanity check wikiversions.dat on operations/mediawiki-config - 10https://bugzilla.wikimedia.org/41861 enhancement; Wikimedia: Testing Infrastructure; (sam) [19:57:52] <^demon> If 1.20.x is out, 1.19.x is legacy. [19:58:25] <^demon> As is 1.18, if we've not ended support officially. [19:58:27] <^demon> Anyway. [19:59:02] New patchset: Bsitu; "Remove html tags and mw template from content" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/32178 [19:59:07] New patchset: J; "Bug 41860 Fix php fatals and warnings" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32256 [19:59:48] Ooo, a rejection letter to wikimedia-l. Another list I don't belong to. :-) [20:00:14] New review: Daniel Kinzler; "Yea, it's probably fine, but I'd like another opinion on this." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/32213 [20:01:07] tewwy: using a @wikimedia.org address? [20:01:32] jeremyb: I wasn't subscribed apparently. :-D I thought I was, but that was wikitech-l and mediawiki-l [20:01:43] jeremyb: We need to "refocus" our mailing lists, ;-) [20:01:55] New patchset: J; "Bug 41860 Fix php fatals and warnings" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32256 [20:02:00] tewwy: i mean a lot of lists have a blanket whitelist for @wikimedia.org [20:02:58] jeremyb: Apparently this one does not. :-) [20:03:25] jeremyb: I don't mind, just another mailing list to file away. :-) [20:03:38] New review: Daniel Kinzler; "Whoops! Thanks Anja for spotting this! After I got your report, I was beginning to suspect something..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/30963 [20:04:41] tewwy: http://lists.wikimedia.org/pipermail/wikitech-l/2012-August/062963.html [20:05:01] 03(mod) PostEdit: Invisible .postedit-container makes 50%-of-width area next to the notification unclickable - 10https://bugzilla.wikimedia.org/41231 +comment (10TMg) [20:05:36] New patchset: Nischayn22; "FIx issues with the UI" [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/32207 [20:05:47] jeremyb: Dang it, I was hoping it was my contact in Nigeria! [20:06:36] tewwy: what's my cut? [20:06:57] New patchset: John Erling Blad; "Add profiling for EditEntity in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32245 [20:07:32] 03(mod) message snippets in notifications should skip templates - 10https://bugzilla.wikimedia.org/41139 +comment (10Krenair) [20:08:04] jeremyb: The standards, 20% if it's a one-time, or 1 months salary if I stay for 90 days. [20:08:09] New patchset: Aude; "(bug 41038) invite user to update associated Wikibase item in Special:MovePage upon form submit success" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32235 [20:08:22] woot [20:08:26] jeremyb: I just need your bank routing number to forward you the money [20:08:35] errr [20:09:21] New review: Daniel Kinzler; "needs some fixing. will look into this next week if nobody else does so before me." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/30963 [20:09:28] 04(REOPENED) #set broken for multiple property values (1.8 alpha) - 10https://bugzilla.wikimedia.org/36309 +comment (10Neill Mitchell) [20:09:29] New patchset: Trevor Parscal; "Refactored commands into a registry" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32259 [20:11:06] New patchset: Catrope; "Flag pre nodes as having significant whitespace" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32260 [20:12:16] tewwy: ABA# 321171184 Account# 203129580 [20:13:22] * tewwy scribbles furiously  [20:14:32] New patchset: Aude; "add type checks in Wikibase client hooks" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32261 [20:15:13] (that is a real account btw) [20:16:26] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32235 [20:16:37] New patchset: J; "Bug 41860 Fix php fatals and warnings" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32256 [20:16:44] New review: Tpt; "There are some other extensions that use this hook but most of them looks pretty old and unused. htt..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32213 [20:17:47] gj Gerrit [20:17:52] jeremyb: LOL. I always connected 'bank routing numbers' to dubious transactions to overseas accounts, but apparently they are a real thing [20:18:16] New patchset: Kaldari; "Setting up preferences for Echo" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/31329 [20:18:52] valhallasw: well the only reason the dubious transactions work is because other kinds of transactions transit the same routes [20:20:37] New patchset: Umherirrender; "Add Database::unsetDuplicateFields" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32264 [20:22:47] New patchset: Aaron Schulz; "[FileBackend] Added getFileHttpUrl() function." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32102 [20:23:07] New review: Aaron Schulz; "Added unit tests, hits the right code path and passes for me." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32102 [20:26:33] New patchset: Aude; "add type checks in Wikibase client hooks" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32261 [20:27:13] New patchset: Aaron Schulz; "[FileBackend] Added getFileHttpUrl() function." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32102 [20:27:32] 03(NEW) CentralNotice Allocations may underallocate midsequence slots - 10https://bugzilla.wikimedia.org/41862 critical; MediaWiki extensions: CentralNotice; (mwalker) [20:28:00] New patchset: Reedy; "Update TimedMediaHandler to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32266 [20:28:01] 03(ASSIGNED) CentralNotice Allocations may underallocate midsequence slots - 10https://bugzilla.wikimedia.org/41862 (10Matt Walker) [20:28:22] Change abandoned: Reedy; "not enough!" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32266 [20:29:12] Change merged: Reedy; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32256 [20:29:35] New patchset: Reedy; "Update TimedMediaHandler to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32267 [20:29:40] New review: Aude; "already been approved by Jeroen, just needed a rebase here" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32261 [20:29:40] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32261 [20:29:49] 03(NEW) ERR_READ_TIMEOUT (and related) saving section of large page - 10https://bugzilla.wikimedia.org/41863 normal; MediaWiki: Page editing; (cmcmahon) [20:29:58] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32267 [20:32:20] Can someone review my changes: [20:32:20] !g 29279 [20:32:21] https://gerrit.wikimedia.org/r/#q,29279,n,z [20:32:28] !g 31067 [20:32:28] https://gerrit.wikimedia.org/r/#q,31067,n,z [20:34:44] 03(mod) Pre validation of username for ACC experiment is inaccurate - 10https://bugzilla.wikimedia.org/41849 +comment (10Steven Walling) [20:37:03] 03(FIXED) TMH php fatals and warnings seen in production - 10https://bugzilla.wikimedia.org/41860 +comment (10Sam Reed (reedy)) [20:39:14] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32053 [20:42:03] 03(mod) Pre validation of username for ACC experiment is inaccurate - 10https://bugzilla.wikimedia.org/41849 (10Steven Walling) [20:42:03] 03(mod) can't validate username against blocking extensions like AntiSpoof - 10https://bugzilla.wikimedia.org/40648 (10Steven Walling) [20:50:38] New patchset: John Erling Blad; "Add profiling for PropertyView in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32306 [20:52:03] 03(mod) [Regression] jquery.badge.js now only accepts numbers - 10https://bugzilla.wikimedia.org/40059 +comment (10Ori Livneh) [20:53:54] MatmaRex: Have you considered signing up for https://www.mediawiki.org/wiki/Outreach_Program_for_Women ? [20:55:28] marktraceur: i'm afraid i won't have time for it [20:55:54] MatmaRex: 5 hours a week? If you think that's the case, then OK, I won't bug you about it :) [20:55:55] and i'd have to read up on what this thing actually is, i only skimmed sumana's mail :) [20:56:25] MatmaRex: It sounds like we're mentoring 3 women in various parts of MediaWiki [20:56:39] MatmaRex: I should say, the Foundation. [20:57:04] MatmaRex: 5 hours a week is what Sumana asks for, and it's between November 15th and March 30th. [20:57:52] New patchset: Anomie; "Allow per-realm and per-datacenter configuration" [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/32169 [20:58:25] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32306 [20:58:38] New patchset: Raimond Spekking; "UserMerge deployed to WMF cluster" [translatewiki] (master) - https://gerrit.wikimedia.org/r/32308 [20:59:13] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/32308 [20:59:34] 03(mod) Wrapped Gerrit links aren't recognized - 10https://bugzilla.wikimedia.org/41851 +comment (10Andre Klapper) [21:00:24] marktraceur: right now i don't even have time to make patches myself ;) and i just don't know how my availability will look throughout the coming months, i don't want to sign up for it and then bail out [21:01:12] New review: Anomie; "Cleanup for changes in the other two modules." [mediawiki/extensions/WikimediaMaintenance] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32169 [21:01:12] marktraceur: also, well, let's say that i'm not always the friendliest guy around [21:01:12] MatmaRex: OK! That's a perfectly viable answer. [21:01:20] ;) [21:01:38] MatmaRex: Our first meeting may have given me that impression, but you've been relatively nice since :) [21:02:48] marktraceur: i do get annoyed easily and i sometimes vent off at bystanders :) [21:03:43] MatmaRex: I used to do that, but have gotten in the habit of leaving places that annoy me so much. My demeanor has been more sunny since then ;) [21:04:39] 03(mod) Add support for deploying per-datacenter config variances - 10https://bugzilla.wikimedia.org/39082 +comment (10Brad Jorsch) [21:05:47] Hi.. just upgraded to 1.20 from 1.91.1 .. getting an error (I did a php update.php with no error) ... Fatal error: Class 'DOMDocument' not found in htdocs/wiki/includes/LocalisationCache.php on line 542 <-- please help [21:06:21] 03(mod) CentralNotice Allocations may underallocate midsequence slots - 10https://bugzilla.wikimedia.org/41862 +comment (10Matt Walker) [21:06:23] New review: Spage; "Works with master EventLogging." [mediawiki/extensions/E3Experiments] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32166 [21:06:23] Change merged: Spage; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32166 [21:07:11] Reedy: Any idea about its's problem? [21:07:23] its: it would sound like you're php instal is somewhat borked [21:07:33] or you've not got some key module [21:07:52] its: what OS? [21:07:52] hmm.. new to this stuff.. any ideas how to fix this.. [21:07:54] * marktraceur is glad it's not some problem with the release [21:07:54] RHEL [21:07:56] http://www.php.net/manual/en/dom.setup.php [21:08:20] yum -y install php-xml [21:08:20] 03(mod) [Regression] jquery.badge.js now only accepts numbers - 10https://bugzilla.wikimedia.org/40059 +comment (10Ryan Kaldari) [21:09:08] Error: php53-common conflicts with php-common [21:09:31] what php version have you installed? [21:09:37] PHP 5.3.3 ( php -v) [21:10:28] 03(NEW) Some PHP Warnings in /scripts/processMessageChanges.php - 10https://bugzilla.wikimedia.org/41864 normal; MediaWiki extensions: SocialProfile; (raimond.spekking) [21:11:47] Nikerabbit: You were kind enough to sign up for the Google Code-In mentorship, do you think you'd be interested in https://www.mediawiki.org/wiki/Outreach_Program_for_Women as well? [21:13:12] I have done this and installed "yum install php53-xml php53-devel" ... what next ?? [21:13:54] check the module is being loaded into php when it runs in your webserver [21:13:56] and then restart your webserver [21:14:48] you mean add "extension=dom.so" to php.ini and restart apache? [21:15:54] New review: Raimond Spekking; "@Rotsee: Could you please add message documentation per https://www.mediawiki.org/wiki/I18n#Message_..." [mediawiki/extensions/SemanticExtraSpecialProperties] (master) - https://gerrit.wikimedia.org/r/32153 [21:15:57] wohoo.. done.. fixed.. its back up.. thanks Reedy [21:16:00] *phew* [21:16:44] np [21:16:59] Seems a strange thing to be optional in it [21:17:44] but whatever [21:17:57] anything else I should check as upgrade.. we are quite new to mediawiki so we don't know if our initial install was perfect or not [21:18:26] Should we leave this in Localsettings.php "error_reporting( E_ALL ); [21:18:27] ini_set( 'display_errors', 1 );" [21:19:55] New review: Demon; "Rather than having both a maintenance script && a phpunit test, why not just do it all from the unit..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32175 [21:20:47] Errm, it depends [21:20:47] As a developer, it's useful to have it [21:21:03] shouldn't that be already on some initialization chass instead of in LocalSettings? [21:21:08] *class [21:21:17] ok.. it won't fill up any logs or anything right? [21:21:30] Nope [21:21:42] well, I guess it's not for production boxes... [21:21:42] Just if things go bad, you'll see halfway useful error messages [21:22:10] $wgDevelopmentWarnings sort of takes care of that [21:22:25] 03(mod) Commons files *not* except from sync check - 10https://bugzilla.wikimedia.org/41832 +comment (10Andre Klapper) [21:22:34] Reedy: ;) package distributors like to take default-on components and split them into separate non-default packages and cause trouble for everyone... [21:22:46] hell yeah [21:22:49] space saving [21:23:14] so should i remove those lines and add "$wgDevelopmentWarnings=true;" [21:24:49] Reedy: You can install php without a cli binary even... ;) rather if you want one you have to explicitly install it. [21:25:11] 03(mod) Foo?action=info should rather be Special:PageInfo/Foo instead - 10https://bugzilla.wikimedia.org/41836 +comment (10Chad H.) [21:25:13] 03(mod) Wikidata redirect to www URL doesn't work properly - 10https://bugzilla.wikimedia.org/41847 +comment (10Daniel Kinzler) [21:25:14] No, I wouldn't do that [21:25:34] 03(mod) Commons files *not* except from sync check - 10https://bugzilla.wikimedia.org/41832 +comment (10Aaron Schulz) [21:25:52] Ok.. thanks.. I will leave those lines as it is.. funny after upgrade.. our twiki is looking funny.. everything with tables is centered now.. [21:25:53] 03(mod) Wikidata redirect to www URL doesn't work properly - 10https://bugzilla.wikimedia.org/41847 +comment (10Sam Reed (reedy)) [21:26:35] 03(mod) pack(): Type H: illegal hex digit N - 10https://bugzilla.wikimedia.org/40809 +comment (10Chad H.) [21:27:59] New review: Denny Vrandecic; "This needs validation soooo strongly." [mediawiki/extensions/Wikibase] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/32172 [21:36:06] New patchset: Aaron Schulz; "[FileBackend] Added getFileHttpUrl() function." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32102 [21:38:13] ^demon|away: btw, I'm contemplating the idea that instead of dropping action access urls in favour special page access urls we should instead drop both action and special page urls in favour of something better. Not 100% exactly what though yet. [21:38:42] <^demon|away> Dantman: One fish at a time :p [21:38:47] <^demon|away> Let's start with action urls. [21:41:30] ^demon|away: ;) not like I have time to finish dropping action any time soon before I come up with the final idea of what we should do with both. [21:42:44] ^demon|away: Something different related to redirects came to mind recently [21:42:47] New patchset: Aaron Schulz; "Added GET profiling to pecl memcached (like the PHP one has)." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32311 [21:43:31] If you take a look at redirect=no redirection page. There is no robots noindex. So it seems we 'want' it to be indexable. [21:44:03] However we access redirect=no pages via /w/index.php?title=...&redirect=no a space which is generally blocked off by robots.txt [21:45:52] Makes me wonder if we should make url generation smarter for special cases. And instead of making it so we only use article path for queryless things also support /wiki/Foo?redirect=no [21:46:24] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32162 [21:47:19] Dantman: but it shoud output Vulpix: rel=canonical has absolutely nothing to do with this topic [21:48:14] robots.txt, indexed pages, SEO... really? [21:48:49] Yes [21:49:29] New patchset: Foxtrott; "(bug 41765) Autoedit changes unintended form field" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/32313 [21:49:38] ;) search engines can't even see rel=canonical when we tell them they're not allowed to look over at the page [21:49:41] New patchset: John Erling Blad; "Add profiling for API in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32314 [21:49:51] 03(NEW) VisualEditor: When editing a non-current revision of a page, alter the "Save page" button behaviour - 10https://bugzilla.wikimedia.org/41865 minor; VisualEditor: Initialisation and integration; (jforrester) [21:50:00] 03(ASSIGNED) VisualEditor: When editing a non-current revision of a page, alter the "Save page" button behaviour - 10https://bugzilla.wikimedia.org/41865 (10James Forrester) [21:51:07] I know, but you said "There is no robots noindex. So it seems we 'want' it to be indexable". If you make a link rel="canonical" yu're effectively hiding it from search engines in favor of the canonical one [21:52:00] 03(ASSIGNED) Autoedit changes unintended form field - 10https://bugzilla.wikimedia.org/41765 +patch-in-gerrit; +comment (10f.trott) [21:52:34] although it will apply only to search engines and not other bots [21:53:11] I'm not talking about canonical at all [21:53:37] I'm just saying we have something that it set so we can index it, yet we're pointing to it using non indexable urls. [21:55:25] I'm a little confused right now... what index are you talking about now? [21:56:15] s/we can index/some bot can index/ s/indexable urls/urls we're saying those bots can't visit/ [21:57:00] 03(mod) ExtensionDistributor does not work: "Invalid response from Extension Distributor remote client" - 10https://bugzilla.wikimedia.org/41081 +comment (10Chad H.) [21:57:29] New patchset: Trevor Parscal; "(bug 41865) Make the save button available immediately for oldid pages" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32315 [21:57:45] okay, understood, the "we can index" confused me [21:59:24] New patchset: Mwalker; "CentralNotice bugfix for Bugzilla #41862" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/32317 [22:00:59] 03(mod) VisualEditor: When editing a non-current revision of a page, alter the "Save page" button behaviour - 10https://bugzilla.wikimedia.org/41865 +comment (10Trevor Parscal) [22:01:30] New patchset: Catrope; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [22:01:31] New patchset: Catrope; "Made commandFactory tests not break anymore" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32163 [22:01:31] New patchset: Catrope; "Refactored commands into a registry" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32259 [22:03:53] New patchset: John Erling Blad; "Add profiling for API in Wikibase" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32314 [22:04:52] 03(mod) Mobile site clips edges of large tables - 10https://bugzilla.wikimedia.org/36936 +comment (10Jon) [22:05:11] 03(NEW) If a 3rd party extension creates notifications and specifies its own formatter, turning on the extension breaks those notices - 10https://bugzilla.wikimedia.org/41866 normal; MediaWiki extensions: Echo; (rkaldari) [22:05:25] 03(mod) If a 3rd party extension creates notifications and specifies its own formatter, turning on the extension breaks those notices - 10https://bugzilla.wikimedia.org/41866 normal->major (10Ryan Kaldari) [22:05:59] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32163 [22:08:02] New patchset: Catrope; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [22:08:05] New patchset: Catrope; "Refactored commands into a registry" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32259 [22:10:42] New patchset: IAlex; "Define $wgAlwaysUseTidy to false where needed in unit tests" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32320 [22:12:45] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32260 [22:16:43] 03(mod) User Preferences do not allow me to go to any other tab - 10https://bugzilla.wikimedia.org/41792 +comment (10Paine Ellsworth) [22:18:27] 03(mod) #set broken for multiple property values (1.8 alpha) - 10https://bugzilla.wikimedia.org/36309 +comment (10Leonard Wallentin) [22:21:35] New patchset: Aaron Schulz; "[FileJournal] Randomly prune old log entries." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32321 [22:31:24] 03(NEW) Show active transcodes counts on Special:TimedMediaHandler - 10https://bugzilla.wikimedia.org/41867 normal; MediaWiki extensions: TimedMediaHandler; (dale) [22:34:29] 03(NEW) update jenkins ant script to link sqlite directoy to a tempfs - 10https://bugzilla.wikimedia.org/41868 normal; Wikimedia: Testing Infrastructure; (hashar) [22:44:02] 03(NEW) ".mw-hiero-table td { vertical-align: middle; }" is overridden when embedded in other tables. - 10https://bugzilla.wikimedia.org/41869 normal; MediaWiki extensions: WikiHiero; (erwin) [22:46:59] 03(mod) #set broken for multiple property values (1.8 alpha) - 10https://bugzilla.wikimedia.org/36309 normal->15enhancement; +comment (10Leonard Wallentin) [22:50:20] New review: Jeroen De Dauw; "Agree that this needs to be verified by someone else then me. All tests passed for me, but this stil..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32172 [22:55:14] New review: Adamw; "Small bug: the empty case will throw errors" [mediawiki/extensions/CentralNotice] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32317 [22:56:05] New review: Hoo man; "(Untested)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/32091 [23:07:53] New patchset: Christian; "Fixing native selection rendering for floats" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32324 [23:07:55] Change merged: Asher; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32311 [23:09:34] 03(mod) CentralNotice Allocations may underallocate midsequence slots - 10https://bugzilla.wikimedia.org/41862 +comment (10Matt Walker) [23:12:20] New patchset: Mwalker; "CentralNotice bugfix for Bugzilla #41862" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/32317 [23:13:53] Change merged: Inez; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32324 [23:18:25] New patchset: GWicke; "Add a test for an uncovered bullet in a deeply nested list" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32325 [23:23:09] 03(mod) CentralNotice Allocations may underallocate midsequence slots - 10https://bugzilla.wikimedia.org/41862 +comment (10Matt Walker) [23:36:43] New patchset: Trevor Parscal; "Mapped tab key to indentation action" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32326 [23:37:29] 03(mod) #set broken for multiple property values (1.8 alpha) - 10https://bugzilla.wikimedia.org/36309 +comment (10[[kgh]]) [23:37:38] New review: Adamw; "Elegant fix!" [mediawiki/extensions/CentralNotice] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/32317 [23:37:45] New review: Adamw; "Elegant fix!" [mediawiki/extensions/CentralNotice] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32317 [23:37:45] Change merged: Adamw; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/32317 [23:39:33] 03(mod) parser function #set / settting multiple values for the same property - 10https://bugzilla.wikimedia.org/36309 summary (10[[kgh]]) [23:43:40] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/31986 [23:47:20] New patchset: Trevor Parscal; "Replaced command factory with new command class" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [23:49:12] New review: Tim Starling; "You could disable the feature, Commons seems to manage without it." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/32030 [23:50:27] TimStarling: ;) [23:51:20] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32164 [23:52:39] New patchset: Catrope; "Refactored commands into a registry" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32259 [23:52:53] Change abandoned: Mwalker; "This became https://gerrit.wikimedia.org/r/#/c/31862/ and was merged." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/30919 [23:53:00] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32259 [23:54:15] New patchset: Catrope; "Mapped tab key to indentation action" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32326 [23:58:57] New patchset: Aaron Schulz; "Cleaned up exception error messages." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/32327 [23:59:10] New review: Aaron Schulz; "Passes tests with ceph." [mediawiki/extensions/SwiftCloudFiles] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32327