Re: [Wikitech-l] How to speed up the review in gerrit?

2012-12-19 Thread Matma Rex
You could add people as reviewers, or personally ask someone to review, prefereably someone who worked on the extension in the past. -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo

Re: [Wikitech-l] How to speed up the review in gerrit?

2012-12-19 Thread Matma Rex
I've been wanting to fix my name for ages as well... -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] How to speed up the review in gerrit?

2012-12-20 Thread Matma Rex
people to the reviewers list, but at least people get notified. It sends you a mail and adds the change to the Watched Changes tab on your dashboard. -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org

Re: [Wikitech-l] Distinguishing disambiguation pages

2012-12-24 Thread Matma Rex
. The disambiguation pages have no clearly marked templates I can use and they are in the same namespace as normal articles. What about [[MediaWiki:Disambiguationspage]]? -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Gerrit code review guidelines

2012-12-28 Thread Matma Rex
they should have tested their own code). Jenkins does both: V+1 is for lint check, V+2 is for unit tests. -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Gerrit code review guidelines

2012-12-28 Thread Matma Rex
I think that nobody bothered with documenting because the process itself is greatly in flux now. People are e.g. working on sandboxing the unit tests, so they can be safely run on patchset submission, so jenkins could just use one Verified level after running all tests. -- Matma Rex

Re: [Wikitech-l] Full name in Gerrit

2013-01-03 Thread Matma Rex
There's a bug for everything, and they're all waiting... https://bugzilla.wikimedia.org/show_bug.cgi?id=40061 (It should only take half a day to make this happen, but apparently nobody took any action since September last year.) ___ Wikitech-l

Re: [Wikitech-l] monitoring / control system for bots

2013-01-04 Thread Matma Rex
On Fri, 04 Jan 2013 05:42:45 +0100, Lars Aronsson l...@aronsson.se wrote: On 01/02/2013 06:11 PM, Matthew Flaschen wrote: Every wiki has a different approach to bots. But for English Wikipedia, that is not how the approval process (https://en.wikipedia.org/wiki/Wikipedia:BOTAPPROVAL) works:

Re: [Wikitech-l] monitoring / control system for bots

2013-01-05 Thread Matma Rex
On Sat, 05 Jan 2013 10:03:13 +0100, Matthew Flaschen mflasc...@wikimedia.org wrote: For example, on pl.wiki, there are basically only two kinds of bots: interwiki-only and multipurpose. As long as you're not breaking anything using the bot and not doing anycontroversial changes, if you've

Re: [Wikitech-l] Problems uploading word 2007 .doc files

2013-01-07 Thread Matma Rex
On Mon, 07 Jan 2013 23:47:58 +0100, Aran Dunkley a...@organicdesign.co.nz wrote: Hello, can someone please help me with this .doc upload problem? I've tried everything and even setting $wgVerifyMimeType to false fails to solve it. No matter what I do I keep getting the following error when I

[Wikitech-l] Extending the action=options API with storing arbitrary preferences

2013-01-14 Thread Matma Rex
file with gadget configuration, or in cookies / localStorage, which all have their drawbacks (clumsy, non-private, force an edit on-wiki to change prefs, volatile, possibly size-limited...). I'm quite looking forward to this happening :) -- Matma Rex

Re: [Wikitech-l] Extending the action=options API with storing arbitrary preferences

2013-01-14 Thread Matma Rex
is a VARBINARY(255)) is checked. -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Extending the action=options API with storing arbitrary preferences

2013-01-14 Thread Matma Rex
On Mon, 14 Jan 2013 17:48:32 +0100, Brad Jorsch bjor...@wikimedia.org wrote: On Mon, Jan 14, 2013 at 9:49 AM, Matma Rex matma@gmail.com wrote: Well, these fields are BLOBs, so any length should work as long as you have enough disk space. ;) The length of the key (which is a VARBINARY(255

Re: [Wikitech-l] Merge Vector extension into core

2013-02-05 Thread Matma Rex
Vector is a weird mess of extensions to the skin, extensions to general functionality, and unused broken scripts. Merging it properly would require some work and some deleting. -- Matma Rex ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Merge Vector extension into core

2013-02-05 Thread Matma Rex
On Wed, 06 Feb 2013 04:31:13 +0100, Tim Starling tstarl...@wikimedia.org wrote: On 06/02/13 00:12, Matma Rex wrote: Vector is a weird mess of extensions to the skin, extensions to general functionality, and unused broken scripts. Merging it properly would require some work and some deleting