[00:02:34] But both have functions for retrieving languagelinks, don't they? I started out with $wgOut, copying the way skins do it - and then switched to $parser->getOutput() according to a suggestion here, because I was desperate :-) [00:03:45] (I now understand I was just early, and the skins method will probably work just fine with a later hook) [00:03:45] 03(FIXED) Excessive punctuation highlighting in wikidiff2 - 10https://bugzilla.wikimedia.org/33331 +comment (10Tim Starling) [00:04:52] Daniel: Oh, never mind, I found a documented way of outputting a marker (http://www.mediawiki.org/wiki/Manual:Tag_extensions#How_can_I_avoid_modification_of_my_extension.27s_HTML_output.3F) [00:04:55] 03(mod) Make mwscript.php also look in WikimediaMaintenance - 10https://bugzilla.wikimedia.org/33284 +comment (10aschulz4587) [00:05:28] Daniel: Thank you - hopefully I'll be able to solve my problem this way tomorrow :-) [00:06:01] 03preilly * 10/trunk/extensions/MobileFrontend/MobileFrontend.php: do not call WURFL if not mobile request [00:07:45] 03preilly * 10/branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php: 1.18wmf: MFT r109589 [00:08:13] drors: use the marker method and get the links from the parser output [00:08:25] Krinkle: just calling .wikiEditor on a textarea does not seem to work - it does something, but definitely not what it's supposed to do. Any idea what more is needed? [00:08:38] drors: when doing stuff inside the parser, you shouldn't know or care about page output or skins. [00:08:43] separation of concerns, and all that [00:09:24] Daniel: you're right. I'll do it that way. [00:09:25] JeroenDeDauw: What module are you loading ? [00:09:41] Krinkle: ext.wikiEditor [00:10:50] * AaronSchulz wonders what TimStarling is up to [00:12:24] 03aaron * 10/trunk/phase3/languages/messages/MessagesEn.php: Message change I forgot to commit in r109583 [00:13:34] nothing much [00:13:42] want to have a meeting? [00:14:04] not sure if I have much interesting stuff to say [00:15:12] * AaronSchulz has mostly been doing performance tweaks and small fixes the last few days [00:15:41] fair enough [00:15:54] Krinkle: any ideas? [00:15:57] lots of revisions for me to review no doubt [00:16:07] I wonder how much others can help [00:16:29] At any rate, I don't think anyone is familiar with cloudfiles and such [00:16:44] that might slow down the swift backend review [00:17:35] * AaronSchulz also forked that library with a few simple changes since the git one is only occasionally maintained [00:18:16] TimStarling: I didn't write any new lock managers, sorry to disappoint you there [00:18:34] I'll survive [00:19:12] Ryan_Lane: is anyone reviewing https://www.mediawiki.org/w/index.php?title=Special:Code/MediaWiki/status/new&author=laner ? [00:19:19] right now I think I might do some more packaging, since I'm in the mood [00:19:35] a few people have been [00:19:57] I really badly need to clean up my localization [00:27:19] Krinkle: looks like it needs the id of the textarea to be wpTextbox1 :/ [00:31:54] 03(mod) mw.util.$content is undefined in MediaWiki:Common.js - 10https://bugzilla.wikimedia.org/33711 +comment (10erwin) [00:35:44] 03aaron * 10/trunk/extensions/ (6 files in 2 dirs): Reverted r107413: not clear if this improved anything [00:40:48] New code comment: Aaron Schulz;
$conds[] = 'rev_timestamp < ' . $dbr->addQuotes( $before );
\ Does not call $dbr->timestam; [00:41:24] 03laner * 10/trunk/extensions/OpenStackManager/OpenStackNovaUser.php: Change search for inGlobalRole to work for virtual static groups [00:42:03] New code comment: Tim Starling; The commit message does not match the diff. Why are you switching to a different upstream version? W; [00:44:02] New code comment: Aaron Schulz; Can you reuse the constants in the array keys rather than set by hand? I know you can have things li; [00:46:52] 03raindrift * 10/trunk/extensions/InterfaceConcurrency/ (3 files in 3 dirs): [00:46:53] Added listCheckouts() and fixed some stuff per Tim's review: [00:46:53] mediawiki doesn't use autocommit. don't assume it does. [00:46:53] changed the config global to be more specific [00:46:53] removed TrustMemc since it's not really useful [00:46:53] changed incorrect instances of wfTimestamp() to $dbw->timestamp() [00:46:54] further updated docblocks [00:48:01] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (5 files in 3 dirs): added wikieditor support in textareas [00:49:31] 03gwicke * 10/trunk/extensions/VisualEditor/modules/parser/ (ext.core.TemplateHandler.js parse.js): Minor cleanup in TemplateHandler [00:51:06] AaronSchulz: are you blocked waiting for the most recent rewrite.py to be deployed to a swift cluster or you just want to know when it's out there? [00:51:58] I wouldn't say "blocked", but I'd like to have my testwiki output links straight to the proxy [00:52:14] is it cool if I put it on the eqiad cluster rather than the pmtpa cluster? [00:52:17] It should perform better [00:52:35] there are some larger changes I want to work on for the pmtpa cluster. [00:52:55] * AaronSchulz got used to the pmtpa one :) [00:53:17] 04(REOPENED) A Twitter button next to every article title - 10https://bugzilla.wikimedia.org/33820 +comment (10Frank Muraca) [00:53:18] my hope was that the eqiad cluster would be a place to do functional testing and the pmtpa one would be for performance testing. [00:53:22] I guess I could dump the files (or just wipe them again), heh [00:54:11] though at this point (since perf testing is basically done) I want the eqiad cluster to be for functional testing and the pmtpa one for production deploy preparation and testing. [00:54:32] ok [00:54:36] either way, I need to drop all the content from both clusters to redo containers correctly sharded. [00:54:53] (shards are switching from - to . if they existed at all) [00:55:15] though I guess I don't need to drop the content from non-sharded containers... meh. easier to drop them all. [00:55:43] 03(mod) Table of contents does not duplicate section heading formatting - 10https://bugzilla.wikimedia.org/33715 +comment (10fastgoldfish) [00:55:46] mine already use '.' :) [00:56:02] I should go look at the container list... [00:56:16] allright if I have eqiad ready for you by EOD tomorrow? [00:56:27] sweet [00:56:37] cool. [00:57:09] I'd like to get a labs wiki up soon [00:57:25] I'd like to get a labs swift up soon! [00:57:58] next week is going to be consumed by testing the production storage brick hardware though, so it won't be terribly soon. [01:01:14] 03raindrift * 10/trunk/extensions/InterfaceConcurrency/ (3 files in 2 dirs): [01:01:15] wrapped lines to 100 columns, re-enabled some tests that were disabled [01:01:15] followup to r109594 [01:05:46] 03(mod) Use div instead of table for the layout of the sitenotice - 10https://bugzilla.wikimedia.org/25475 +comment (10Waldir) [01:08:30] hexmode! [01:09:40] 03(mod) screenreaders should have a way to skip InfoBoxes content. - 10https://bugzilla.wikimedia.org/33787 +comment (10Jon Harald Søby) [01:09:57] hexmode: Trying to figure out why https://bugzilla.wikimedia.org/show_bug.cgi?id=25475 hasn't been acted upon. [01:10:14] hexmode: Also, have you stopped doing bug meetings or whatever? [01:13:21] 03(FIXED) PhoneGap-based iOS app 'history' view header scrolls oddly on iPad - 10https://bugzilla.wikimedia.org/33795 +comment (10Brion Vibber) [01:13:49] 03awjrichards * 10/branches/wmf/1.18wmf1/extensions/CongressLookup/ (. data/cl_house.sql data/cl_senate.sql data/cl_zip5.sql): MFT r109573 [01:15:15] 03(mod) Use div instead of table for the layout of the sitenotice - 10https://bugzilla.wikimedia.org/25475 +comment (10MZMcBride) [01:16:50] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (6 files in 2 dirs): added access keys [01:33:58] johnduhart: Switching languages too? [01:36:26] 03(mod) A Twitter button next to every article title - 10https://bugzilla.wikimedia.org/33820 +comment (10p858snake) [01:39:09] 03(mod) Make mwscript.php also look in WikimediaMaintenance - 10https://bugzilla.wikimedia.org/33284 +comment (10sam) [01:39:15] 03(mod) Make mwscript.php also look in WikimediaMaintenance - 10https://bugzilla.wikimedia.org/33284 +need-review +patch (10Sam Reed (reedy)) [01:39:36] 03(ASSIGNED) Preloaded edit summaries using &summary= are not recognised by the "prompt for edit summary" preference - 10https://bugzilla.wikimedia.org/17416 (10MrBlueSky) [01:40:51] 03(ASSIGNED) Creating pages creates an automatic summary, but still prompts for summary. - 10https://bugzilla.wikimedia.org/33442 (10MrBlueSky) [01:42:19] 03rfaulk * 10/trunk/tools/wsor/message_templates/umetrics/generators/edit_counts.py: modified namespaces to analyze (main and user talk only) [01:44:02] 03(mod) Make mwscript.php also look in WikimediaMaintenance - 10https://bugzilla.wikimedia.org/33284 (10Sam Reed (reedy)) [01:46:20] 03gwicke * 10/trunk/extensions/VisualEditor/modules/parser/ (5 files): [01:46:21] Add some rudimentary noinclude / includeonly support and fix up [01:46:21] TokenCollector. [01:47:08] 03(mod) Mailman mailing list archiver truncates if a line begins with "From" - 10https://bugzilla.wikimedia.org/25231 +comment (10p858snake) [01:54:23] 03(mod) Enable botadmin usergroup on ml.wikipedia - 10https://bugzilla.wikimedia.org/33789 +comment (10vssun9) [01:59:55] TimStarling: any thoughts on Http:BL? - http://www.projecthoneypot.org/httpbl_api.php [02:02:18] "To use http:BL a host need simply perform a DSN" [02:02:36] presumably it could be used with $wgDnsBlacklistUrls [02:02:49] does that variable name seem like a bit of a misnomer to anyone else? [02:05:40] TimStarling: I'll look into the $wgDnsBlacklistUrls route - debating how valuable and effective its use would be on a wiki [02:07:35] Formatting looks the same (yay standards) [02:08:18] Though, I'm not sure how useful using a mail server blacklist would be on user registration.. [02:08:41] 03tstarling * 10/trunk/extensions/SecurePoll/cli/wm-scripts/makeArbcomList.php: Fix for missing $dbr->timestamp() noted on CR r104211. [02:10:40] Reedy: I'm not sure either - but there are other platforms supporting it: http://www.projecthoneypot.org/httpbl_implementations.php [02:11:15] Might catch some spammers I suppose [02:11:58] * varnent looking into "Bad Behaviour" - http://bad-behavior.ioerror.us/ [02:14:42] Says it's natively available for mw [02:15:18] yeah - noticed that just now - looking into how Bad Behaviour uses Http:BL and how well that may work [02:16:04] include_once( 'includes/DatabaseFunctions.php' ); [02:16:04] include( './extensions/bad-behavior/bad-behavior-mediawiki.php' ); [02:16:20] I can't see that working too well [02:19:17] Still lists it as needed in the October 2011 release [02:19:51] hmmm [02:23:01] 03(mod) A Twitter button next to every article title - 10https://bugzilla.wikimedia.org/33820 +comment (10fhmuraca) [02:24:12] 03(mod) iOS PhoneGap app 1.0 release (tracking) - 10https://bugzilla.wikimedia.org/33673 (10Mark A. Hershberger) [02:24:54] 03(mod) A Twitter button next to every article title - 10https://bugzilla.wikimedia.org/33820 +comment (10varnent) [02:31:52] 03(NEW) About header cuts off wiki logo - 10https://bugzilla.wikimedia.org/33830 normal; Wikimedia Mobile: android; (sam) [02:33:57] 03(NEW) Quite a lot of whitespace between settings header and language option - 10https://bugzilla.wikimedia.org/33831 minor; Wikimedia Mobile: android; (sam) [02:34:36] 03(mod) About header cuts off wiki logo - 10https://bugzilla.wikimedia.org/33830 +comment (10sam) [02:36:08] 03liangent * 10/trunk/extensions/TrustedXFF/trusted-hosts.txt: This Wikipedia mirror has already disappeared. [02:36:22] 03gwicke * 10/trunk/extensions/VisualEditor/modules/parser/ (4 files): [02:36:23] Collapse all requests per template into a single outstanding request using an [02:36:23] event-emitting TemplateRequest object and a request queue. [02:40:37] 03(mod) Mailman mailing list archiver truncates if a line begins with "From" - 10https://bugzilla.wikimedia.org/25231 +comment (10b) [02:42:42] 03(mod) Remove 'urlcache' PhoneGap plugin from Android app, do caching ourselves - 10https://bugzilla.wikimedia.org/33674 (10Mark A. Hershberger) [02:43:28] 03(mod) Use ShareKit to implement service sharing of links in iOS PhoneGap app - 10https://bugzilla.wikimedia.org/33675 (10Mark A. Hershberger) [02:43:54] 03(mod) WikiForum #searchbox css collides with Inputbox #searchbox - 10https://bugzilla.wikimedia.org/33676 (10Mark A. Hershberger) [02:45:15] 03(mod) 'Rate this page' text is merged and unreadable - 10https://bugzilla.wikimedia.org/33679 (10Mark A. Hershberger) [02:45:33] 03(mod) 'Rate this page' text is merged and unreadable - 10https://bugzilla.wikimedia.org/33679 +design (10Mark A. Hershberger) [02:49:36] 03(mod) 'Submit Ratings" option enabled incorrectly - 10https://bugzilla.wikimedia.org/33680 (10Mark A. Hershberger) [02:49:58] 03(mod) Text Alignment on submitting new bugs needs to be appropriate - 10https://bugzilla.wikimedia.org/33681 (10Mark A. Hershberger) [02:51:17] 03(mod) 'Submit Ratings" option enabled incorrectly - 10https://bugzilla.wikimedia.org/33680 (10p858snake) [03:00:47] New code comment: MarkAHershberger; I should have used my lucid box to make the commit but I was lazy and just used the copy I had. \ Mea; [03:06:48] 03mah * 10/trunk/debs/librsvg2/: rollback r109160 and r109162 in preparation for moving to git and to make sure no one uses this on cluster per Tim's comments in r109162 [03:19:51] 03(mod) some file thumbs fail to purge on upload of a new version - 10https://bugzilla.wikimedia.org/33672 (10Mark A. Hershberger) [03:32:05] 03(mod) Script adding a redundant row - 10https://bugzilla.wikimedia.org/33682 (10Mark A. Hershberger) [03:32:53] 03(mod) Unclosed tr in watchlist with "enhanced recent changes" - 10https://bugzilla.wikimedia.org/33685 (10Mark A. Hershberger) [03:34:09] 03(mod) Wide pages do not scroll horizontally in RTL languages - 10https://bugzilla.wikimedia.org/33688 (10Mark A. Hershberger) [03:34:37] 03(mod) Upgrade to 1.18 on Postgres fails due to incomplete query when trying to defer foreign key for externallinks - 10https://bugzilla.wikimedia.org/33689 (10Mark A. Hershberger) [03:35:48] 03(mod) Language selector stays open after closing on Honeycomb (Galaxytab 10.1) - 10https://bugzilla.wikimedia.org/33690 (10Mark A. Hershberger) [03:35:59] 03(mod) Android app prompts for compatibility zoom on Honeycomb 3.2 - 10https://bugzilla.wikimedia.org/33692 (10Mark A. Hershberger) [03:36:14] 03(mod) "Save page" enable/disable state doesn't update when navigating to another page via search - 10https://bugzilla.wikimedia.org/33694 (10Mark A. Hershberger) [03:36:56] 03(mod) Warning: ldap_start_tls(): Unable to start TLS: Can't contact LDAP server in LdapAuthentication.php on line 577 - 10https://bugzilla.wikimedia.org/33696 (10Mark A. Hershberger) [03:37:44] 03(mod) directionality of the offline error page is not set in RTL - 10https://bugzilla.wikimedia.org/33699 (10Mark A. Hershberger) [03:38:30] 03(mod) After retrying a failed upload preview shows up multiple times - 10https://bugzilla.wikimedia.org/33701 (10Mark A. Hershberger) [03:38:52] 03(mod) the nearby function doesn't work in some locales - 10https://bugzilla.wikimedia.org/33704 (10Mark A. Hershberger) [03:39:41] 03(mod) html entities are shown in summaries in the "nearby" map - 10https://bugzilla.wikimedia.org/33706 (10Mark A. Hershberger) [03:39:44] :D [03:43:23] 03(mod) labs.wikimedia.beta.wmflabs.org - 1.19: Recompile wikidiff2.cpp - 10https://bugzilla.wikimedia.org/33707 summary; +comment (10Mark A. Hershberger) [03:43:41] 03(mod) History list, when cleared, re-appears when app is re-opened - 10https://bugzilla.wikimedia.org/33709 (10Mark A. Hershberger) [03:43:56] 03(mod) PhoneGap-based iOS app menus don't disable when things are disabled - 10https://bugzilla.wikimedia.org/33778 (10Mark A. Hershberger) [03:48:13] 03(mod) de.planet stuck - 10https://bugzilla.wikimedia.org/33821 +comment (10Mark A. Hershberger) [03:49:03] 03(mod) importDump.php --report not working as expected - 10https://bugzilla.wikimedia.org/33823 (10Mark A. Hershberger) [03:59:46] 03(mod) Special:Search/intitle: broken in en.wikipedia for non-ASCII characters - 10https://bugzilla.wikimedia.org/33824 (10Mark A. Hershberger) [04:01:42] 03(mod) Some skins don't float coordinates below the central notice banner - 10https://bugzilla.wikimedia.org/33825 (10Mark A. Hershberger) [04:03:17] 03(mod) Some skins don't float coordinates below the central notice banner - 10https://bugzilla.wikimedia.org/33825 +need-review +patch; +comment (10Mark A. Hershberger) [04:04:11] 03(mod) developer email should state more clearly that it is public - 10https://bugzilla.wikimedia.org/33826 (10Mark A. Hershberger) [04:04:39] 03(mod) the developer webpage URL is not very useful - 10https://bugzilla.wikimedia.org/33827 (10Mark A. Hershberger) [04:23:42] 03(NEW) [SF] undefined function get_called_class() SF_FormInput.php on line 286 - 10https://bugzilla.wikimedia.org/33832 critical; MediaWiki extensions: SemanticFormsInputs; (fastgoldfish) [04:25:25] 03(mod) [SF] undefined function get_called_class() SF_FormInput.php on line 286 - 10https://bugzilla.wikimedia.org/33832 +comment (10fastgoldfish) [04:27:01] 03(mod) New gadget does not show up in Special:Gadgets and Special:Preferences - 10https://bugzilla.wikimedia.org/33829 +comment (10Mark A. Hershberger) [04:27:49] 03(mod) About header cuts off wiki logo - 10https://bugzilla.wikimedia.org/33830 (10Mark A. Hershberger) [04:28:03] 03(mod) Quite a lot of whitespace between settings header and language option - 10https://bugzilla.wikimedia.org/33831 (10Mark A. Hershberger) [04:55:57] 03(mod) Table of contents does not duplicate section heading formatting - 10https://bugzilla.wikimedia.org/33715 +comment (10mah) [05:05:27] 03yaron * 10/trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php: Added 'color' to set of allowed parameters; useful for compound queries [05:25:09] hey varnent [05:25:25] sumanah: yo [05:25:33] varnent: how are you? how's your friend? [05:26:58] varnent: my current task is to clean up https://www.mediawiki.org/wiki/Mobile/PhoneGap/Android_build_instructions and https://www.mediawiki.org/wiki/Gadget_kitchen/Training so that there is at least a clear list of initial dependencies [05:27:02] sumanah: he's doing very well - and aside from a bit of a cold and body aches - I'm good - all in all things worked as good as can be expected - but it was a crappy experience for him in general - ultimately he has a really great attitude about ridiculously hard things and has proven to be a survivor of things I couldn't even fathom several times :) [05:27:18] varnent: you are lucky to have each other as friends! [05:27:49] sumanah: thanks - yes - he's a great guy - I hope he rebounds successfully - lol and that we never have to do that again :) [05:29:12] sumanah: excellent - I'm useless on Androids for now - but I like the Gadget kitchen - so let me know if you need any help with that - just got my info in for Wikimania - going to look over the submissions to get a sense of what folks are thinking about doing [05:29:45] great, varnent [05:29:54] also the cfp just opened for http://opensourcebridge.org/ [05:33:16] I should check that out [05:33:32] debating what may be good submissions for Wikimania or if I just want to focus more on attending [05:35:56] you should tooooooottally submit something [05:36:06] varnent: Guillaume Paumier is a good person to bounce ideas off [05:36:14] varnent: Guillaume knows the org committee's mindset [05:36:17] lol - okay - will reach out and see what may be a good idea [05:38:09] I offered to help with the program committee - no clue if that's a set in stone already thing or if they're already set - but it's something I've done before - so figured I'd offer since recruiting for other conferences has been like pulling teeth at times :) [05:38:46] but I suspect it will make more sense to attend a couple years - figured I'd leave that up to them [05:42:34] varnent: you are a Wikipedian and have a worthwhile perspective [05:42:40] ok, improved https://www.mediawiki.org/wiki/San_Francisco_Hackathon_January_2012 [05:43:27] sumanah: fair point - either way - I'll reach out to Guillaume about programming in general [05:43:31] varnent: cool [05:43:41] 03(mod) Table of contents does not duplicate section heading formatting - 10https://bugzilla.wikimedia.org/33715 +comment (10fastgoldfish) [05:50:44] sumanah: did you see Apple's new education apps introduction today? [05:50:49] no! [05:52:28] sumanah: OH - you TOTALLY should - http://events.apple.com.edgesuite.net/1201oihbafvpihboijhpihbasdouhbasv/event/index.html [05:52:36] ok! biab [05:53:17] sumanah: a few light bulbs went off in my head - there are shorter videos here - http://www.apple.com/ibooks-author/ & http://www.apple.com/education/#video-textbooks [05:54:49] sumanah: plus if you skip to about 47 minutes in - you can find out about iTunes U improvements - which is the third topic [05:55:00] I can't watch any of this right now [05:55:05] but thanks for the links [05:55:59] sumanah: yeah - check them out when you can - I think there's a way we could easily do an open source MediaWiki "textbook" for free within iBooks and similar ones for users of MW wikis - maybe not worth it - but a possibility now [05:56:47] understood [06:13:02] ok, and I'm off for the day. [06:17:39] 03(mod) Creating pages creates an automatic summary, but still prompts for summary. - 10https://bugzilla.wikimedia.org/33442 (10johnnymrninja) [06:30:37] mors [07:00:46] any CSS gurus around?? [07:04:05] has anybody got commit emails from the past 14 hours? [07:04:28] like follow-ups? yes [07:04:57] Nikerabbit, i'm a css guru ;) [07:05:59] Aaron|home: no, the actual commits [07:06:17] oh [07:06:32] jsoby: can you tell me why http://translatewiki.net/wiki/Support#Display_corruption_20079 happens? [07:06:43] and I don't mean counter strike [07:14:17] New code comment: Nikerabbit; Would this be suitable candidate for moving into one of the common* stylesheets?; [07:15:17] New code comment: Nikerabbit; Mind the whitespace.; [07:16:54] Nikerabbit, it happens because Firefox for some reason doesn't support overflow: in
s [07:17:29] solution: put everything in the fieldset inside one div, and give max-height: and overflow: to that div instead [07:39:32] New code comment: MaxSem; 1 line instead of 4 and much smaller chance that it will break in the future.; [08:15:43] 03(mod) Display filesizes in appropriate units - 10https://bugzilla.wikimedia.org/33819 +comment (10subfader) [08:16:51] 03(mod) the nearby function doesn't work in some locales - 10https://bugzilla.wikimedia.org/33704 +comment (10amir.aharoni) [08:22:08] 03(mod) RSS not working - 10https://bugzilla.wikimedia.org/33744 +comment (10mail) [08:26:29] 03(ASSIGNED) Make it possible to clear app history - 10https://bugzilla.wikimedia.org/33530 (10Phil Chang) [08:26:29] 03(mod) Android App 1.1 release (tracking) - 10https://bugzilla.wikimedia.org/31805 (10Phil Chang) [08:26:41] 03(NEW) Treat Media links like external links - 10https://bugzilla.wikimedia.org/33833 enhancement; MediaWiki: General/Unknown; (subfader) [08:27:30] 03(mod) Treat Media links like external links - 10https://bugzilla.wikimedia.org/33833 +comment (10subfader) [08:31:52] Does anyone in this channel have mediawiki 1.16 setup with sphinx search? I've followed the documentation on http://www.mediawiki.org/wiki/Extension:SphinxSearch but I'm having trouble confirming it works. [08:32:11] I don't have any output when I run sphinx in console mode, it just says accepting connections. [08:36:41] ah, wrong sphinxapi.php :) [08:40:07] 1.16 isn't supported anymore, You should consider upgrading to 1.18.1 [08:40:37] I wish I could, but epel hasn't updated the package yet. :( [08:41:33] p858snake|l: do you have any experience with the sphinx plugin? [08:41:41] nope [08:43:18] Okay, maybe you can apply your common sense then and I could compare it to mine. See the thing is, sphinx also has a search suggestions option which can use php-enchant to generate dictionaries. I'm wondering if sphinx updates the dictionary itself or that I'll have to cronjob it. [08:47:04] no idea, but i don't even see php-enchant mentioned in the sphinx community wiki [08:47:58] ugga [08:48:22] p858snake|l: http://www.mediawiki.org/wiki/Extension:SphinxSearch/Search_suggestions :) [08:49:35] yeah you would need to script that, as its actually seperate from sphinx [08:50:47] That's what I thought as well. I skimmed through the sphinx code, but it didn't seem to mention it. [09:01:20] !packages | Niek_ [09:01:20] Niek_: Many Linux distributions provide MediaWiki in a packaged format for that distribution. Distributions are usually outdated, also they like to move around files, change the files, and do other batshit insane things, so it's best if you install the latest version from a tarball at http://www.mediawiki.org/ before asking for help. Otherwise, ask your package's maintainers. [09:01:55] I did the last thing. [09:02:01] But thanks. [09:02:40] At this point, I have doubts that ANY of the packages (Fedora, EEPL, Debian, Ubuntu) will ever be upgraded to a stable version of MediaWiki. [09:02:53] They're dead... it's time to ditch them. They never actually helped you. [09:03:29] In fact... [09:03:34] !packages [09:03:34] Many Linux distributions provide MediaWiki in a packaged format for that distribution. Distributions are usually outdated, also they like to move around files, change the files, and do other batshit insane things, so it's best if you install the latest version from a tarball at http://www.mediawiki.org/ before asking for help. Otherwise, ask your package's maintainers. [09:03:37] !packages del [09:03:37] Successfully removed keyword: packages [09:04:46] !packages is Many Linux distributions provide MediaWiki in a packaged format for that distribution. These packages typically contain obsolete and unsupported versions of MediaWiki, also they like to move around files, change the files, and do other batshit insane things. Please install the latest version from a tarball at http://www.mediawiki.org/ before asking for help. [09:04:47] Successfully added keyword: packages [09:05:44] wow :) [09:06:03] Dantman: Debian is working on [09:06:16] they also do push the security patches out :p [09:06:35] and they are killing the oldstable (1.12.x) package very soon [09:06:45] p858snake|l: ;) hence why I said "unsupported versions" instead of "insecure versions" [09:07:40] 03nikerabbit * 10/trunk/extensions/Translate/resources/ext.translate.quickedit.css: Browsers suck [09:10:07] Dantman: I'm going to bug powder about if he has any plans to do the 1.18.x for debian when i see him online next :) [09:10:45] What I really wish is that they would do something like what Ubuntu is doing with their sun java partner package [09:12:07] Write a new version of the package that will move things and migrate a packaged install so it goes back to 'normal' install. One that can then be upgraded with tarballs like usual. [09:12:19] Then make it disappear from installable options. [09:15:02] 03(mod) labs.wikimedia.beta.wmflabs.org - 1.19: Recompile wikidiff2.cpp - 10https://bugzilla.wikimedia.org/33707 +comment (10benapetr) [09:27:32] New code comment: Santhosh.thottingal; please add message documentation for articlefeedbackv5-error-blocked in $messages['qqq']; [09:29:25] 03(mod) Translation: History should be "Versionsgeschichte", not "Verlauf" - 10https://bugzilla.wikimedia.org/33749 +comment (10Amir E. Aharoni) [09:35:17] New code comment: MaxSem; Do we have tests for stuff like this?; [09:36:48] 03petrb * 10/trunk/extensions/wikidiff/Makefile: updated to php 5 since v 4 is no longer working with this [09:44:42] 03nikerabbit * 10/trunk/phase3/includes/ (3 files in 2 dirs): Split LogPager out of LogEventsList.php [09:45:41] Project MediaWiki-sqlite-phpunit build #6095: FAILURE in 4 min 0 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6095/ [09:50:44] Yippie, build fixed! [09:50:45] Project MediaWiki-sqlite-phpunit build #6096: FIXED in 4 min 3 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6096/ [09:59:07] 03(mod) Translation: History should be "Versionsgeschichte", not "Verlauf" - 10https://bugzilla.wikimedia.org/33749 +comment (10jorohr) [10:01:47] 03(FIXED) labs.wikimedia.beta.wmflabs.org - 1.19: Recompile wikidiff2.cpp - 10https://bugzilla.wikimedia.org/33707 (10Peter Bena) [10:06:48] Dantman: "<> p858snake|l: I have uploaded a draft 1.18.1 into experimental for testing and review, if that counts" [10:06:55] that is debian [10:07:22] <> whatever you lot have published in time for our freeze in probably June is what will be in the next stable release [10:11:49] 03(NEW) Make Special:MIMESearch more user friendly - 10https://bugzilla.wikimedia.org/33834 enhancement; MediaWiki: Special pages; (subfader) [10:20:52] So I just imported my database and all the data shows up. But when I try to edit anything I get: [10:20:54] Database error [10:20:54] A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: [10:20:54] (SQL query hidden) [10:20:55] from within function "LinksUpdate::getExistingCategories". Database returned error "1054: Unknown column 'cl_sortkey_prefix' in 'field list' (localhost)". [10:22:09] any ideas on how I can correct this? or create a new instance of mediawiki and import this data? [10:23:04] were you importing a older version into a newer version? [10:23:34] 03amire80 * 10/trunk/extensions/WebFonts/tests/qunit/ext.webfonts.tests.js: A little more cleanup in blacklisted browser test. Test the cookie and the reset link. [10:23:43] even a "newer" version looks old [10:24:05] cuz latest MW explains what to do in such cases [10:24:16] !update | placebodealer [10:24:32] aaargh, where is my sweet bot? [10:24:39] 03(NEW) Merge Special:ListFiles and Special:MIMESearch - 10https://bugzilla.wikimedia.org/33835 normal; MediaWiki: Special pages; (subfader) [10:24:44] 03(mod) Merge Special:ListFiles and Special:MIMESearch - 10https://bugzilla.wikimedia.org/33835 normal->15enhancement (10Subfader) [10:24:58] MaxSem: TS keeps being stupid [10:25:16] placebodealer, https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script [10:25:24] p858snake: this is from an old version of mediawiki. I just imported it into a BitNami instance and this is happening [10:25:43] placebodealer: run the updater [10:25:51] as MaxSem just pointed out [10:25:53] Looking into it thanks [10:25:56] p858snake|l, looks like even Labs will pwn it easily :P [10:26:52] TS just needs some good work done to it, it kinda got neglected after river got busy in RL and from what I hear its a bit overcrowed atm [10:27:07] *in till nosy got hired [10:27:55] Labs' main problem ATM is awful IO performance [10:28:19] but it already looks more sane [10:30:36] 03(mod) v1.6.1 and v1.7.0 / SMW_conceptCache.php --create fails - 10https://bugzilla.wikimedia.org/32592 +comment (10mediawiki) [10:32:01] Okay, this is a little embarrassing. I'm in terminal in OS X and when I navigate to my Applications folder (where the mediawiki install is0 there are only a few applications [10:32:17] 03(mod) labs.wikimedia.beta.wmflabs.org - 1.19: Recompile wikidiff2.cpp - 10https://bugzilla.wikimedia.org/33707 +comment (10benapetr) [10:32:20] There is only one user on this computer [10:32:47] the mediawiki folder isn't listed [10:32:59] TS seems to be a free for all atm, by the looks at the mailing list thread about pywikipedia interwiki.py script (which has cpu and memory issues) and some people need to just told enough is enough [10:33:44] pywikipedia's problems aren't new [10:34:26] placebodealer, you should ask Bitnami people [10:35:04] seems like an OS X issue, since only a few apps are showing up in the /Applications folder [10:35:22] we neither develop it nor do we advise to use third-party packages [11:10:57] 03raymond * 10/trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php: [11:10:57] r109455: Fix some errors [11:10:57] * URLs -> e-mails in the explaining text for the new feature [11:10:57] * Move closing ', behind the explaining text, otherwise it is a PHP comment only [11:10:57] * http -> https: [11:10:58] Spotted by kgh https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Email-blacklist/en [11:17:18] New code comment: MaxSem; You don't need an inclusion guard in SopaNoticeTemplate.php as it's class-only.; [11:18:51] Does anybody know why my controll-panel (leftside) is jumping to end of text and dont stay at the top? [11:21:13] Or is it supposed to do that? [11:32:20] 03(mod) New gadget does not show up in Special:Gadgets and Special:Preferences - 10https://bugzilla.wikimedia.org/33829 (10Krinkle) [11:32:41] when copying text contained with tags with firefox, the paste doesn't contain new lines [11:32:50] anybody knows a solution for this ? [11:38:09] 03(mod) mediawiki.legacy.wikibits does not wait for mw.util -dependency and fails in non-debug-mode - 10https://bugzilla.wikimedia.org/33760 +comment (10rainerrillke) [11:40:15] 03(FIXED) de.planet stuck - 10https://bugzilla.wikimedia.org/33821 +comment (10Daniel Zahn) [11:43:38] 03(mod) mw.util.$content is undefined in MediaWiki:Common.js - 10https://bugzilla.wikimedia.org/33711 +comment (10Michael M.) [11:44:34] 03(mod) mw.util.$content is undefined in MediaWiki:Common.js - 10https://bugzilla.wikimedia.org/33711 +comment (10krinklemail) [11:46:52] 03(mod) mw.util.$content is undefined in MediaWiki:Common.js - 10https://bugzilla.wikimedia.org/33711 +comment (10Krinkle) [11:50:47] 03(mod) mediawiki.legacy.wikibits does not wait for mw.util -dependency and fails in non-debug-mode - 10https://bugzilla.wikimedia.org/33760 +patch +reviewed; +comment (10Krinkle) [11:51:17] 03(mod) [Regression] mediawiki.legacy.wikibits uses mw.util, dependency missing - 10https://bugzilla.wikimedia.org/33760 summary (10Krinkle) [11:56:47] New code comment: MaxSem; Looks OK except for some indentation problems: $feedTemplatePagename = 'RSSPost';, end of r; [11:57:32] New code comment: MaxSem; Are there parser tests, by the way?; [12:33:15] i got a template with a category in it so that when i have a page using a template it gets added to the category, altho the pages from before i added the category to the template dont get added [12:33:28] is there some sort of template cache i need to purge ? [12:35:05] 03(mod) wikibits.js - flippable tables - 10https://bugzilla.wikimedia.org/16983 (10mybugs.mail) [12:35:55] no, but there is jobqueue [12:37:41] oh, nvm, i found ?action=purge does the trick [12:38:32] New code comment: MaxSem; * Although I admit I'm prone to abuse regexes too, $thisHttpRegex is not really needed, strpos() wil; [12:41:02] New code comment: SVG; Only r107413 was reverted. Not this action. I've changed the status to deferred and removed the foll; [12:44:23] 03(NEW) Remove wikibits.js - 10https://bugzilla.wikimedia.org/33836 normal; MediaWiki: Javascript; (mybugs.mail) [12:51:26] 03(NEW) Clear the global JavaScript namespace (remove global wg* variables) - 10https://bugzilla.wikimedia.org/33837 normal; MediaWiki: Javascript; (mybugs.mail) [12:51:27] 03(mod) Reduce use of global and public variables (tracking) - 10https://bugzilla.wikimedia.org/9968 (10mybugs.mail) [12:53:06] 03cervidae * 10/trunk/extensions/AbuseFilter/AbuseFilter.class.php: Use no message when removing rights because \n will be replaced by the 'rightsnone' message if nothing follows [13:05:49] 03petrb * 10/trunk/extensions/wikidiff/ (Makefile.in configure wikidiff.cpp): [13:05:49] Configure script for easier build for people who aren't familiar with c++ [13:05:49] Fixed headers in wikidiff.cpp to be compliant with standart libraries [13:22:05] 03ariel * 10/branches/ariel/xmldumps-backup/worker.py: typo in log file initalization [13:43:07] 03(mod) About header cuts off wiki logo - 10https://bugzilla.wikimedia.org/33830 +comment (10sam) [13:43:27] 03(mod) Quite a lot of whitespace between settings header and language option - 10https://bugzilla.wikimedia.org/33831 +comment (10sam) [13:44:17] 03yaron * 10/trunk/extensions/SemanticInternalObjects/README: New version: 0.6.8 [13:47:02] 03(NEW) Xoom with 4.0.3 has lot of whitespace to the left - 10https://bugzilla.wikimedia.org/33838 normal; Wikimedia Mobile: android; (sam) [13:48:02] 03ariel * 10/branches/ariel/xmldumps-backup/worker: make failout actually check fails in a row, not total; logging option; standard syntax for options now [14:07:46] 03(mod) mw.util.$content is undefined in MediaWiki:Common.js - 10https://bugzilla.wikimedia.org/33711 +comment (10erwin) [14:27:40] MaxSem: Thanks for that review, most of the WTFs in the code are carryovers from the original [14:36:05] 03reedy * 10/trunk/extensions/WikimediaMaintenance/ (3 files): [14:36:05] Cleanup WikimediaMaintenance scripts slightly [14:36:05] Add INSERT IGNORE to RebuildInterwiki as apparently we build a list with duplicate keys [14:36:05] Bug 32813 - dumpInterwiki.php spews many warnings [14:36:26] 03(FIXED) dumpInterwiki.php spews many warnings - 10https://bugzilla.wikimedia.org/32813 +comment (10Sam Reed (reedy)) [14:36:27] johnduhart, yeah [14:37:09] generally I prefer to fix awkward code as I refactor it, though probably in next commits [14:37:33] 03(mod) dumpInterwiki.php spews many warnings - 10https://bugzilla.wikimedia.org/32813 (10Sam Reed (reedy)) [14:37:47] New code comment: Johnduhart; Don't comment out tests. Mark them as broken.; [14:39:22] 03reedy * 10/branches/wmf/1.18wmf1/maintenance/ (dumpInterwiki.php rebuildInterwiki.php): Some fixes from r109617 brought in [14:40:59] 03(NEW) Merge and refactor dumpInterwiki/rebuildInterwiki - 10https://bugzilla.wikimedia.org/33839 normal; MediaWiki extensions: WikimediaMaintenance; (sam) [14:41:47] New code comment: Johnduhart; Mixes spaces and tabs.; [14:47:48] hi MaxSem, hi Reedy, thanks for your work on improving and deploying the ApiSandbox [14:48:14] :) [14:49:25] MaxSem: I am guessing that you went through and chose an example or two for all the major Actions. Right? [14:49:41] MaxSem: if so, I can end up using those examples in the human-written documentation as well :-) [14:49:45] Yay reuse [14:50:04] sumanah, it uses the examples provided by the API itself [14:50:17] ohhhh. like "all the pageids that start with b"? [14:50:28] yes [14:50:47] MaxSem: well, I'll just have to make sure to point to those in the human-written docs [14:50:57] guessing they are already in api.php autodocs [14:52:27] * sumanah is a little sad because Rob Malda had to cancel his attendance at this weekend's hackathon [14:52:46] 03(mod) The Babel localisations for Haitian (ht) are not available on the WMF projects - 10https://bugzilla.wikimedia.org/33768 +comment (10gmeijssen) [14:53:10] dum daa [14:54:20] hey Nikerabbit, how's it going? [14:54:41] I wonder what Babel is doing in LU [14:55:10] Nikerabbit: did you check with #wikimedia-tech to see if maybe the CVS email list got affected by the mailing list server move? [14:55:18] 03(mod) Add Hooks to SpecialImport and SpecialExport - 10https://bugzilla.wikimedia.org/11539 +comment (10seventowers) [14:57:08] 03(NEW) MediaWiki-CVS commit mails stopped working - 10https://bugzilla.wikimedia.org/33840 major; Wikimedia: Mailing lists; (niklas.laxstrom) [14:57:40] sumanah: there was nobody around except one which just wanted a bugzilla report [14:57:56] Nikerabbit: hmmmm [14:58:07] Nikerabbit: that is the only thing I naively can think of that might have caused the problem [14:58:22] Nikerabbit: unless ^demon made some change as a part of the git migration [14:59:16] sumanah: I doubt that [14:59:28] yeah [14:59:39] nothing in server admin log [14:59:58] I know why [14:59:59] hang on [15:00:30] yeah [15:00:38] <^demon> lily migration? [15:00:51] wrong smtp server set [15:01:12] <^demon> ah [15:01:26] ^demon, I don't have write access to the svn conf. Change --smtp to "smtp.pmtpa.wmnet" in post-commit [15:01:46] currently pointing to smtp.pmtpa.wikimedia.org which doesn't resolve [15:04:10] <^demon> Done. [15:04:31] fixed wikimedia and pywikipedia too [15:04:46] 03reedy * 10/branches/wmf/1.18wmf1/maintenance/ (dumpInterwiki.php rebuildInterwiki.php): Some fixes from r109617 brought in [15:04:46] Nikerabbit, sumanah fixed [15:05:00] or should be [15:05:38] * sumanah waits to hear whether it is :-) [15:05:52] <^demon> Yeah, I got an e-mail for 109618 [15:06:08] good good [15:07:31] great [15:08:10] <^demon> Totally my fault. I even mentioned that we'll need to check it but forgot to follow up. [15:09:15] maybe someone should make a no-op commit that has the summary "please check special:code/mediawiki for the last day's worth, sorry [15:09:19] " [15:09:24] how many subscribers does that list have? you could individually mail them [15:09:52] <^demon> Not many, and it's all developers. [15:09:57] can't really imagine it's worth it [15:10:05] sigh [15:13:06] pretty low-cost IMO [15:14:17] You'd need to find out who has the mailman password for that list [15:14:23] to allow another user to send to it [15:14:37] Anyone who is following it, will know where to look if they need the info [15:14:45] <^demon> Last I checked nobody had the list admin password, so we'd need a root to do it. [15:14:52] <^demon> $cost++ [15:16:20] I'm pretty sure everyone on that list is smart enough to figure out it stopped mailing for awhile. [15:23:41] * sumanah rolls eyes at scorn displayed here [15:24:13] this is another reason I should become admin on a lot of our lists [15:24:22] for the future [15:25:34] I can understand why you're making the decision you're making now but I aim to professionalize this sort of thing a bit better over time [15:25:43] Hello everybody....i was just going through the GSOC website and got to know that mediawikihas been participating for the last 6 years...... [15:25:46] hi vikash_anand [15:25:48] yes [15:26:20] later i found your wiki page...which had the irc channel name... [15:27:08] great! [15:27:18] vikash_anand: glad you found us. [15:27:24] i just wanted to know where exactly to start if i want to contribute for mediawiki and the level of knowlwdge that i require.... [15:27:27] vikash_anand: so you're interested in applying for GSoC 2012? [15:27:35] yes i am.... [15:27:46] vikash_anand: https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [15:28:08] vikash_anand: https://www.mediawiki.org/wiki/Summer_of_Code_Past_Projects gives you an idea of our past GSoC projects [15:28:21] oh...thanks.... [15:28:39] vikash_anand: By the time you apply, you'll need to know PHP and MySQL, and it's best if you have already started contributing at least small patches [15:29:32] 03reedy * 10/trunk/phase3/includes/specials/SpecialMIMEsearch.php: Like r109547, display file size in appropriate units on mimesearch [15:29:34] 03reedy * 10/trunk/phase3/includes/media/Generic.php: [15:29:34] * (bug 33819) Display filesize on Special:NewFiles in appropriate unit. [15:29:34] Do the same for the rest of the file usages of 'nbytes' in Generic.php [15:29:36] 03reedy * 10/trunk/phase3/ (4 files in 4 dirs): [15:29:36] Add some escaping to r109547, 109548, 109549 [15:29:36] Improve RELEASE-NOTES-1.19 also [15:29:36] 03amire80 * 10/trunk/extensions/WebFonts/tests/qunit/ext.webfonts.tests.js: A little less illogical test for unsupported browser. [15:29:37] lolk [15:29:39] 03hashar * 10/trunk/phase3/docs/uidesign/child-selector-emu.html: [15:29:39] design file for nested tables CSS [15:29:39] See: [15:29:39] Bug 33752 - Wikitable uses CSS not supported in IE6 [15:29:39] r107669 [15:29:40] 03reedy * 10/trunk/ (4 files in 3 dirs): [15:29:41] Documentation [15:29:41] Remove unused globals [15:29:41] 03bsitu * 10/trunk/extensions/MoodBar/MoodBar.i18n.php: update "thinks it helpful" to "finds it helpful" [15:29:41] 03rmoen * 10/trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ (ext.moodBar.dashboard.css ext.moodBar.dashboard.js): updated styles on concurrency message, increased fadeout delay by 1 second [15:29:43] 03bsitu * 10/trunk/phase3/skins/ (4 files in 4 dirs): followup to r107187 - Making textarea width to be 100% in all skins [15:29:44] 03bsitu * 10/trunk/extensions/MoodBar/SpecialFeedbackDashboard.php: Adding noindex, nofollow to Special Feedbackdashboard page [15:29:45] 03jeroendedauw * 10/trunk/extensions/SemanticResultFormats/SRF_Settings.php: Follow up to r107925; fix check [15:29:47] 03nikerabbit * 10/trunk/extensions/WebFonts/tests/qunit/ext.webfonts.tests.js: JSHint [15:29:47] 03nikerabbit * 10/trunk/phase3/includes/specials/SpecialMIMEsearch.php: Remove extra space, ping r109550 [15:29:47] sumanah, it would seem that the miailing list will catch up with itself [15:29:49] 03reedy * 10/trunk/phase3/ (8 files in 6 dirs): * (bug 32341) Add upload by URL domain limitation. [15:29:50] 03diederik * 10/trunk/analytics/pipeliner/pipeline.py: Increased read_block_size [15:29:52] 03reedy * 10/trunk/phase3/includes/upload/UploadFromUrl.php: [15:29:52] Followup r109562 [15:29:52] Don't use such a naieve host check [15:29:52] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/ (8 files in 4 dirs): AFT5 feedback page - allow sorting by helpfulness, and add unhelpful flag, per mockups. Streamline some of the JS, and improve a couple of translation lines. [15:29:54] hahaha [15:29:55] 03maxsem * 10/trunk/extensions/FeaturedFeeds/ (4 files): [15:29:55] * Added feeds to the sidebar on main page - disableable [15:29:55] * Just noticed that some messages were misnamed thus becoming duplicates :facepalm: [15:29:56] Reedy: oh! ok [15:30:01] <^demon> No, I wrote a one-liner to send all the missing e-mails. [15:30:02] Reedy: good to know. [15:30:05] Ohh [15:30:07] thanks ^demon [15:30:07] lol [15:30:08] 03tstarling * 10/trunk/extensions/wikidiff2/ (README config.m4 php_wikidiff2.cpp): [15:30:08] * (bug 24357) Fix compile error with PHP 5.2.x [15:30:08] * Fix configure error when CXXFLAGS has a space in it, introduced in r74041. Don't bother saving CXXFLAGS if you're not going to restore it. [15:30:08] * Fixed spelling error in README [15:30:10] 03tstarling * 10/trunk/extensions/wikidiff2/debian/ (changelog source/ source/format): [15:30:10] * Fixed dpkg-source warning from r107875 due to single space instead of double space in changelog line. Seriously. [15:30:10] * Added debian/source/format to stop dpkg-source complaining. [15:30:10] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (6 files in 3 dirs): fixed some bugs and some minor work on instructor management [15:30:11] 03tstarling * 10/trunk/extensions/wikidiff2/debian/changelog: Updated distro [15:30:11] ok.....i have basic knowledge of pho and mysql. could you me the level of knowledge required inorder to successfully complete the project..... [15:30:11] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (3 files in 3 dirs): ui work on instructor management [15:30:14] 03tstarling * 10/trunk/extensions/wikidiff2/debian/ (changelog control): [15:30:14] Updated the package name to match the package by Romain Beauxis distributed in [15:30:14] Lucid and other Debian-based distros of a similar age. A package with the new [15:30:14] name but our version is currently deployed on Wikimedia, I guess someone patched [15:30:15] the package without committing their changes. [15:30:15] 03hashar * 10/trunk/phase3/includes/DefaultSettings.php: comment wgLocalFileRepo has an example usage in Setup.php [15:30:31] 03preilly * 10/trunk/extensions/MobileFrontend/MobileFrontend.php: only show sopa banner on wikipedia [15:30:31] 03gwicke * 10/trunk/extensions/VisualEditor/modules/parser/ (4 files): (log message trimmed) [15:30:31] Fix async template expansion, so we can now render simple pages with templates [15:30:31] directly to WikiDom from enwiki using a commandline like this: [15:30:32] echo '{{User:GWicke/Test}}' | node parse.js [15:30:32] Wohoo! [15:30:32] <^demon> The heck? [15:30:33] Complex pages with templates won't render properly yet, as noinclude / [15:30:33] includeonly and parser functions are not yet implemented. As a result, the [15:30:34] 03preilly * 10/branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php: 1.18wmf: MFT r109586 [15:30:36] <^demon> "Unable to create Net::SMTP object: Invalid argument at /usr/share/perl5/SVN/Notify.pm line 2379" [15:30:36] 03preilly * 10/trunk/extensions/MobileFrontend/MobileFrontend.php: do not call WURFL if not mobile request [15:30:36] 03reedy * 10/branches/wmf/1.18wmf1/extensions/ApiSandbox/ (. .): Bring ApiSandbox upto trunk version [15:30:36] 03preilly * 10/branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php: 1.18wmf: MFT r109589 [15:30:36] vikash_anand: when I say "know" PHP and MySQL I mean you'll have to be able to know enough and learn enough to work with the MediaWiki codebase [15:30:37] 03aaron * 10/trunk/phase3/languages/messages/MessagesEn.php: Message change I forgot to commit in r109583 [15:30:37] 03aaron * 10/trunk/extensions/ (6 files in 2 dirs): Reverted r107413: not clear if this improved anything [15:30:37] 03laner * 10/trunk/extensions/OpenStackManager/OpenStackNovaUser.php: Change search for inGlobalRole to work for virtual static groups [15:30:38] 03raindrift * 10/trunk/extensions/InterfaceConcurrency/ (3 files in 3 dirs): [15:30:41] here I was wondering why people were suddenly hurrying up to commit.... [15:30:50] 03rfaulk * 10/trunk/tools/wsor/message_templates/umetrics/generators/edit_counts.py: modified namespaces to analyze (main and user talk only) [15:30:50] 03gwicke * 10/trunk/extensions/VisualEditor/modules/parser/ (5 files): [15:30:50] Add some rudimentary noinclude / includeonly support and fix up [15:30:50] TokenCollector. [15:30:50] 03tstarling * 10/trunk/extensions/SecurePoll/cli/wm-scripts/makeArbcomList.php: Fix for missing $dbr->timestamp() noted on CR r104211. [15:30:50] 03liangent * 10/trunk/extensions/TrustedXFF/trusted-hosts.txt: This Wikipedia mirror has already disappeared. [15:30:50] 03gwicke * 10/trunk/extensions/VisualEditor/modules/parser/ (4 files): [15:30:51] Collapse all requests per template into a single outstanding request using an [15:30:56] <^demon> E-mails didn't go out, but cia notif did :p [15:30:57] event-emitting TemplateRequest object and a request queue. [15:30:57] 03yaron * 10/trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php: Added 'color' to set of allowed parameters; useful for compound queries [15:30:57] 03mah * 10/trunk/debs/librsvg2/: rollback r109160 and r109162 in preparation for moving to git and to make sure no one uses this on cluster per Tim's comments in r109162 [15:30:57] 03nikerabbit * 10/trunk/extensions/Translate/resources/ext.translate.quickedit.css: Browsers suck [15:30:57] 03petrb * 10/trunk/extensions/wikidiff/Makefile: updated to php 5 since v 4 is no longer working with this [15:30:57] 03nikerabbit * 10/trunk/phase3/includes/ (3 files in 2 dirs): Split LogPager out of LogEventsList.php [15:30:58] 03amire80 * 10/trunk/extensions/WebFonts/tests/qunit/ext.webfonts.tests.js: A little more cleanup in blacklisted browser test. Test the cookie and the reset link. [15:31:04] vikash_anand: try looking through some of our code and see whether you understand any of it :-) [15:31:12] vikash_anand: start with an extension like WikiLove [15:31:20] 03raymond * 10/trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php: [15:31:20] r109455: Fix some errors [15:31:20] * URLs -> e-mails in the explaining text for the new feature [15:31:20] * Move closing ', behind the explaining text, otherwise it is a PHP comment only [15:31:20] * http -> https: [15:31:21] Spotted by kgh https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Email-blacklist/en [15:31:21] 03cervidae * 10/trunk/extensions/AbuseFilter/AbuseFilter.class.php: Use no message when removing rights because \n will be replaced by the 'rightsnone' message if nothing follows [15:31:22] 03petrb * 10/trunk/extensions/wikidiff/ (Makefile.in configure wikidiff.cpp): [15:31:22] Configure script for easier build for people who aren't familiar with c++ [15:31:24] vikash_anand: We're here to explain things if you have questions :) [15:31:26] vikash_anand: https://www.mediawiki.org/wiki/Extension:WikiLove [15:32:01] <^demon> Blah, why didn't it like that? [15:32:05] ^demon: That's odd. CIA already annouced these revisions [15:32:07] <^demon> I don't wanna do it by hand :( [15:32:20] Fixed headers in wikidiff.cpp to be compliant with standart libraries [15:32:20] 03ariel * 10/branches/ariel/xmldumps-backup/worker.py: typo in log file initalization [15:32:20] 03yaron * 10/trunk/extensions/SemanticInternalObjects/README: New version: 0.6.8 [15:32:20] 03ariel * 10/branches/ariel/xmldumps-backup/worker: make failout actually check fails in a row, not total; logging option; standard syntax for options now [15:32:20] vikash_anand: the best thing for you to do right now is to skim the How To Become a MediaWiki Hacker guide, browse some source code, and skim the overview of our architecture at https://www.mediawiki.org/wiki/MediaWiki_architecture_document/text . [15:32:21] 03reedy * 10/trunk/extensions/WikimediaMaintenance/ (3 files): [15:32:21] Cleanup WikimediaMaintenance scripts slightly [15:32:22] Add INSERT IGNORE to RebuildInterwiki as apparently we build a list with duplicate keys [15:32:22] Bug 32813 - dumpInterwiki.php spews many warnings [15:32:33] <^demon> I give up, blah [15:32:59] we're supposed to have code slush! [15:33:06] a lot of these are fixes [15:33:11] code slush is about features [15:33:18] (to oversimplify) [15:33:45] (I think he was joking about the flood of commits) [15:34:45] (half-joking) [15:34:46] Speaking of code slush [15:35:26] speaking of cr stats, I'd like to see who have made most status changes (!=deferred) [15:35:39] heh [15:35:42] Shouldn't siebrand's deprecation of LanguageGetMagic have waited until 1.20? [15:35:57] 03(FIXED) MediaWiki-CVS commit mails stopped working - 10https://bugzilla.wikimedia.org/33840 +comment (10Niklas Laxström) [15:36:17] johnduhart: prolly [15:36:50] * johnduhart makes a note to trout siebrand later [15:37:10] anyone handy doing stats like that? [15:41:24] Nikerabbit: MaxSem sometimes does commit stats [15:41:34] Nikerabbit: and sometimes gicode has run some [15:42:12] Nikerabbit: btw you can also check http://www.ohloh.net/p/mediawiki for some other stats [15:43:05] New code comment: ^demon; This doesn't accomplish anything really, fixUrlQueryArgs() is private, so nothing outside of this cl; [15:43:28] ugh, can't log into TS [15:44:02] ugh, can't ssh from my server (meaning I can't log into anywhere that I need an ssh key cause putty doesnt want to play ball) [15:44:57] vikash_anand: so I missed stuff you might have said in the flood of commit messages from our bot :-) [15:45:01] what are your thoughts? [15:45:29] 03maxsem * 10/trunk/extensions/GeoData/GeoData.php: Don't track unknown globes [15:46:13] good morning, anyone willing to help a poor dilettant fixing a pcre without utf-8? [15:46:15] also, vikash_anand, what city do you live in or near? we have some upcoming developer meetings: https://www.mediawiki.org/wiki/MediaWiki_developer_meetings [15:46:32] oh....thanks a lot....right now i am going through the links you sent. [15:46:54] great, good idea, vikash_anand :-) [15:46:59] I am a 3rd year computer science student from india [15:47:03] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/ (2 files in 2 dirs): AFT5 - Follow up to r109565 - Add translation note, remove extraneous validation, and change the flag-count-update logic to work better on busy databases. [15:47:34] vikash_anand: there's a lot of info on mediawiki.org and the search box is pretty useful -- and of course there are always people here in the channel to help as well, but we like it if people search first so we don't have to repeat ourselves too much :-) [15:48:26] vikash_anand: we have upcoming developer meetings in Pune and Chennai [15:48:52] thanks will keep that in mind from next time..... [15:49:26] vikash_anand: what city are you near? if we hear that there is big demand for MediaWiki developer meetings in particular cities then we can try to make them happen [15:49:31] ya i just saw that schedule........if possible i would surely visi one of the meetings [15:49:40] then make it happen! :-) [15:50:50] I am from manipal......an university town......it is an overnight journey from bangalore........and around 17 hours from pune... [15:51:51] I remember you people had a very nice talk at FOSSE.in in bangalore [15:51:54] vikash_anand: http://www.mediawiki.org/wiki/Pune_Hackathon_Feb_2012 and https://lists.wikimedia.org/mailman/listinfo/wikimedia-in-pun might interest you [15:52:07] vikash_anand: I was at FOSS.in in 2010 [15:52:13] glad you liked our talk [15:52:38] :-) [15:54:13] are you coming for the meeting at pune ??? [15:54:15] so, vikash_anand, the How To Become a MediaWiki Hacker page provides instructions for getting your own local installation of MediaWiki from the source code, starting to write a simple SpecialPage or extension, and then eventually looking for an easy bug to fix [15:54:17] no I'm not [15:54:37] 03demon * 10/branches/REL1_18/phase3/ (. includes/ includes/Feed.php): Revert r109196, code style fixes backported with no rationale [15:55:07] vikash_anand: you should aim to be writing a simple special page within the next week and then be trying to fix a simple bug by sometime in February [15:55:52] ok..will do that for sure... [15:56:03] * MaxSem bites ^demon [15:56:32] New code comment: MaxSem; Grr grr, I specifically requested this backport to make my class that inherits from this one work on; [15:56:45] <^demon> Then re-add it with some sort of rationale and release notes. [15:57:23] 03ialex * 10/trunk/extensions/ (37 files in 8 dirs): svn:eol-style native [15:57:29] If you only read CR comments for revisions mentioned... [15:58:15] sumanah: thanks a lot....at the meantime....i will through the the links and understand the architecture of wikimedia [15:59:15] vikash_anand: great! please be careful about the name [15:59:17] New code comment: MaxSem; Though at this point I care only about 1.18wmf1... :); [15:59:20] Wikimedia != MediaWiki [16:00:00] vikash_anand: https://www.mediawiki.org/wiki/Wikipmediawiki [16:00:32] New code comment: ^demon; Definitely needs release notes if we're bumping the export version.; [16:06:59] 03maxsem * 10/trunk/extensions/GeoData/tests/TagTest.php: Another test [16:07:43] 03(mod) Remove wikibits.js - 10https://bugzilla.wikimedia.org/33836 normal->15enhancement (10Mark A. Hershberger) [16:08:23] 03(mod) Clear the global JavaScript namespace (remove global wg* variables) - 10https://bugzilla.wikimedia.org/33837 normal->15enhancement (10Mark A. Hershberger) [16:08:49] 03(mod) Xoom with 4.0.3 has lot of whitespace to the left - 10https://bugzilla.wikimedia.org/33838 (10Mark A. Hershberger) [16:09:11] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/api/ (2 files): AFT5 - followup to r109582, replace spaces with tabs. [16:09:55] 03(mod) Merge and refactor dumpInterwiki/rebuildInterwiki - 10https://bugzilla.wikimedia.org/33839 normal->15enhancement (10Mark A. Hershberger) [16:11:47] 03(mod) Page titles on private wikis are exposed with index.php?curid=... - 10https://bugzilla.wikimedia.org/32276 (10t.glaser) [16:12:15] 03demon * 10/trunk/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php: Greatly simplify http request from r108696 [16:12:24] <^demon> MaxSem: ^ [16:12:39] 03ialex * 10/trunk/phase3/includes/ (Preferences.php search/SearchEngine.php): [16:12:39] * Inlinise Preferences::loadOldSearchNs() in SearchEngine::userNamespaces(); the latter is the only caller of the former [16:12:39] * Made code clearer and removed duplication [16:12:39] * Marked Preferences::loadOldSearchNs() as deprecated [16:14:42] Does someone understand the new comment on bug 32276 (Page titles on private wikis are exposed with index.php?curid=…) just above? [16:20:05] ialex: It means that debian packagers can't package [16:21:19] 03(mod) the nearby function doesn't work in some locales - 10https://bugzilla.wikimedia.org/33704 (10Mark A. Hershberger) [16:23:01] <^demon> Sounds like debian tried to backport something not realizing what it did. [16:24:07] * hexmode looks for Nemo [16:24:14] thank you, hexmode :) [16:24:17] 03(mod) Remove wikibits.js - 10https://bugzilla.wikimedia.org/33836 +comment (10Erwin Dokter) [16:27:03] aharoni: I said in -mobile what I was doing .... I think EPMs should manage priority overall, I plan to watch the incoming bugs and bump up things that should be handled ASAP. [16:27:58] ^demon, kthx [16:33:18] 03(mod) Users should be given a visual indicator when the list of Wikipedias is being downloaded which takes some time. - 10https://bugzilla.wikimedia.org/32903 +i18n (10Amir E. Aharoni) [16:37:26] 03(mod) Page titles on private wikis are exposed with index.php?curid=... - 10https://bugzilla.wikimedia.org/32276 +comment (10ialex.wiki) [16:46:24] 03demon * 10/trunk/extensions/SwiftMedia/wmf/rewrite.py: Use time.mktime() per CR on r105499 [16:57:49] 03nikerabbit * 10/trunk/phase3/includes/logging/ (LogFormatter.php LogPager.php): Reducy query flood in r96546. Allow formatters to provide titles for LinkBatch. [17:05:00] Project MediaWiki-postgres-phpunit build #557: FAILURE in 3 min 24 sec: http://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/557/ [17:05:30] Project MediaWiki-sqlite-phpunit build #6109: FAILURE in 3 min 53 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6109/ [17:10:13] hey folks, I'm looking for something like http://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete but that does mass merges... being able to, for example, select all the users and then unselect those I don't want to merge (I have thousands of spam accounts) [17:10:21] or better, purging them instead of merging them [17:10:26] any suggestions? [17:12:34] so, is everyone else getting the commit mails now? is gmail still throttling them? [17:19:20] Nikerabbit: only got r109618 through gmail [17:20:55] meh [17:20:59] ^demon: ^^ [17:21:48] <^demon> I know, something was wrong when I tried to iterate over the hook. [17:21:50] <^demon> I gave up. [17:32:28] !seen alolita [17:32:29] alolita (~asharma@216.38.130.165) was last seen quitting from #mediawiki 1 day, 15 hours, 57 minutes ago stating (Quit: Leaving.). [17:33:37] !seen MaxSem [17:33:39] MaxSem, go look in a mirror. [17:33:58] !seen Petanbot [17:34:00] MaxSem, I'm right here. Quit wasting my time! [17:34:06] nice [17:34:29] lolol [17:34:36] oh those edge cases [17:34:40] 03(NEW) Re-point $wgLogo to $stdlogo on zhwiki - 10https://bugzilla.wikimedia.org/33841 normal; Wikimedia: Site requests; (liangent) [17:35:38] 03(mod) RSS not working - 10https://bugzilla.wikimedia.org/33744 (10matthew.willey) [17:46:47] New code comment: Bsitu; How could that happen! :), I always forget this; [17:48:17] New code comment: Hashar; I the idea of r105919 was to not break back compatibility. Since any call of a public getter eventua; [17:49:31] 03(mod) RSS not working - 10https://bugzilla.wikimedia.org/33744 (10matthew.willey) [17:49:32] New code comment: Bsitu; Yeah, I was thinking about moving it to shared.css, but I am not sure if this would break any layout; [17:51:44] !ping siebrand [17:57:56] 03bsitu * 10/trunk/extensions/MoodBar/SpecialFeedbackDashboard.php: followup to -r109558, add white space for code consistency [17:58:48] hi hexmode! got a moment? [17:59:00] rmoen: maplebed [17:59:00] sumanah: sup? [17:59:31] hexmode: so I was looking at the Platform Engineering notes from a few days ago and I saw you said that you wanted to drill down on the core tag [17:59:53] sumanah: yesterday, you mean? [17:59:58] :) [18:00:47] sumanah: was just sending Tim and Aaron an email about setting up a review on Monday [18:00:49] hexmode: and to set up topic- and/or person-specific [18:01:40] hexmode: great [18:01:47] hexmode: oh right, yesterday [18:02:30] sumanah: guess I need to check the notes. Now I need to track down other people for the CR on monday [18:02:44] thanks hexmode [18:04:52] Sumanah: I haz UCOSP students [18:05:00] Amgine: that's great! [18:06:08] Amgine: is there an initial consensus on what they'd like to work on? Ryan Lane will mentor if it's OpenStack. Tomasz Finc if it's anything mobile. [18:06:15] tomaszf: ^^^ [18:06:45] We are in -mobile, will ask Tomaszf there. [18:07:12] Amgine: he is in a quick meeting right now [18:07:14] I can ping him [18:07:17] kk [18:09:26] Amgine: he in in a daily stand-up which should end in about 5 min [18:14:13] hexmode: so what is your initial goal regarding meetings? maybe 3 next week/ [18:14:14] ? [18:14:54] awjr: I need to have a 5-min conversation with you before noon today to hear about your experience teaching newbies at GNUnify [18:15:08] sumanah: Actually, I'd like to try and get three on MTW while Tim is still in the office. [18:15:54] hexmode: ok, so that's your goal. TimStarling is it reasonable to get three one-hour code review meetings with you next week on M, T, and W? [18:16:05] TimStarling: would it be ok to do three 1hr meetings on MTW while you're still in the office? [18:16:16] for CR [18:16:33] so is that 2 meetings per day or just one ;) [18:16:36] Project MediaWiki-sqlite-phpunit build #6110: STILL FAILING in 3 min 46 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6110/ [18:16:43] Project MediaWiki-postgres-phpunit build #558: STILL FAILING in 3 min 5 sec: http://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/558/ [18:16:48] TimStarling: one [18:16:54] hahaha [18:16:55] who would these meetings be with? [18:16:56] TimStarling: but one each day [18:17:29] TimStarling: Aaron, me, Roan, and other reviewers (TBD) [18:17:32] hexmode will have to figure that out :-) [18:17:45] hexmode: remember that some of these people will take Monday off post-hackathon [18:18:09] sumanah: heh thanks for the reminder [18:18:56] TimStarling: is your GCal calendar an accurate reflection of your commitments/busy periods for the time you're in the office? [18:19:05] TimStarling: do you have suggestions for people you'd like to get up to speed with CR? [18:19:48] sumanah: more or less [18:20:01] hexmode: so you can use the Find A Time feature in GCal to schedule it [18:20:13] sumanah: yep [18:20:49] TimStarling: sumanah: the two new guys should def be there [18:21:35] is Aaron out today? [18:21:56] hexmode: Aaron is in. [18:29:17] New code comment: Robmoen; Not to be picky, but it should have a space after the 1st parameter's comma. \ \ + $wgOut->se; [18:30:44] 03(mod) Clear the global JavaScript namespace (remove global wg* variables) - 10https://bugzilla.wikimedia.org/33837 +comment (10Niklas Laxström) [18:31:14] sumanah: sounds good. im hanging out on 6. i'm free til 11 or after 1130 [18:31:58] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php: AFT5 - HTML change for design of filter/sort optins on feedback page. Needs more JS/PHP changes, but the designers want to see the markup first, so here's that. [18:32:04] thanks awjr [18:32:17] siebrand: I would very very much like your lessons learned from teaching the newbies in Pune [18:32:32] siebrand: even a 2-minute braindump right now would be useful, as tomorrow morning we will be doing informal learning Q&A [18:32:38] 04(REOPENED) MediaWiki-CVS commit mails stopped working - 10https://bugzilla.wikimedia.org/33840 +comment (10Niklas Laxström) [18:38:26] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/ (4 files in 3 dirs): AFT5 - sorting doesnt work right (feedbackpage) but the designers want the latest HTML, so here it is. [18:40:03] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php: AFT5 sigh. This is why you test before you commit. Syntax errors, fixed now. Followup to r109631 [18:40:07] Project MediaWiki-postgres-phpunit build #559: STILL FAILING in 3 min 29 sec: http://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/559/ [18:40:15] ls [18:40:37] Project MediaWiki-sqlite-phpunit build #6111: STILL FAILING in 3 min 59 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6111/ [18:40:45] pat: did you mean to list the directory of the people in this room? :D [18:41:09] whois pat [18:41:17] New code comment: Bsitu; \ if( count($types) ) { \ $this->mConds['log_type'] = $types; \ // Set typeCGI; used; [18:41:45] hi pat! welcome to #mediawiki where we talk about MediaWiki. [18:42:09] quit [18:42:38] 03(mod) Remove wikibits.js - 10https://bugzilla.wikimedia.org/33836 (10mybugs.mail) [18:44:02] New code comment: Nikerabbit; I didn't touch any code, just moved it to different file.; [18:44:59] Project MediaWiki-postgres-phpunit build #560: STILL FAILING in 3 min 19 sec: http://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/560/ [18:45:26] Project MediaWiki-sqlite-phpunit build #6112: STILL FAILING in 3 min 48 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6112/ [18:45:34] Daniel_WMDE: [18:45:39] ah there you are [18:45:41] Daniel_WMDE: http://etherpad.wikimedia.org/mobile-tutorial-practice [18:46:01] so, start at line ... 18? [18:46:54] Daniel_WMDE: Just the setup through step 7. I want to ensure you can get all the way to launching the Wikipedia app within the emulator. Sound good? [18:47:20] 03gwicke * 10/trunk/extensions/VisualEditor/ (6 files in 2 dirs): Fix a bug in TokenCollector, and misc tweaks for template expansions. [18:47:21] * sumanah flees to get other work done [18:47:32] New code comment: Robmoen; In CSS change "overflow: scroll;" to: \ \ .mw-debug-plane { overflow-y: scroll; } \ \ That; [18:47:33] will do. not quite sure when i get around to it, but it shouldn't take longer than 20 minutes anyway, right? [18:47:42] SubZero_: ^^ [18:48:40] 03raymond * 10/trunk/translatewiki/MediaWiki/mediawiki-defines.txt: r109631: Update ignore messages [18:55:05] Project MediaWiki-postgres-phpunit build #561: STILL FAILING in 3 min 27 sec: http://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/561/ [18:55:34] Project MediaWiki-sqlite-phpunit build #6113: STILL FAILING in 3 min 56 sec: http://integration.mediawiki.org/ci/job/MediaWiki-sqlite-phpunit/6113/ [19:00:09] 03nikerabbit * 10/trunk/translatewiki/Mifos/README: Update docs [19:02:36] 03(mod) ResourceLoader should work around IE's limit on number of