Re: [Wikitech-l] Offline Sandbox, IP address limit, etc.

2012-07-03 Thread Antoine Musso
Le 03/07/12 00:41, Platonides a écrit : You can use a local mediawiki install as sandbox. Yeah lets revive the MediaWiki on a stick project :) http://www.mediawiki.org/wiki/Manual:Wiki_on_a_stick -- Antoine hashar Musso ___ Wikitech-l mailing

Re: [Wikitech-l] Personal sandbox space in Gerrit

2012-07-03 Thread MZMcBride
Chad wrote: I've just come across (and enabled) a feature in Gerrit that I think many will find useful. I'm calling them personal sandboxes. The basic premise is that each user can have a personal branch space that they have push rights to that don't require admin intervention. The branches

Re: [Wikitech-l] Technical hurdles for enabling $wgHtml5 on Wikimedia sites?

2012-07-03 Thread MZMcBride
Rob Lanphier wrote: On Fri, Jun 29, 2012 at 5:22 PM, MZMcBride z...@mzmcbride.com wrote: Are you following the deployment plan outlined by Roan here: https://bugzilla.wikimedia.org/show_bug.cgi?id=27478#c18? (It was a follow-up to Aryeh's post here:

Re: [Wikitech-l] Technical hurdles for enabling $wgHtml5 on Wikimedia sites?

2012-07-03 Thread Aryeh Gregor
On Mon, Jul 2, 2012 at 7:36 PM, Rob Lanphier ro...@wikimedia.org wrote: That plan may be more conservative than we need to be, given it's been enabled on mediawiki.org for so long.  At the time Aryeh wrote that, the feature hadn't been as well tested as it is now.  That's not to say that we

Re: [Wikitech-l] Offline Sandbox, IP address limit, etc.

2012-07-03 Thread Butch Bustria
I hope it will be developed for use of an average person who simply just want to create an article offline and on the go and then upload it once it is complete. -- Roman Butch Bustria Jr. Vice President (2012-2013) Wikimedia Philippines Inc. -- The information

Re: [Wikitech-l] Barkeep code review tool

2012-07-03 Thread Leslie Carr
On Mon, Jul 2, 2012 at 9:59 PM, Rob Lanphier ro...@wikimedia.org wrote: On Mon, Jul 2, 2012 at 9:19 PM, Diederik van Liere dvanli...@gmail.com wrote: I became curious with these statements regarding self-review (committer==reviewer) and so I ran a couple of queries against the gerrit

Re: [Wikitech-l] potential network issue due to packet losses

2012-07-03 Thread Marcin Cieslak
Leslie Carr lc...@wikimedia.org wrote: When in a firewall filter, packets are rejected (which sends an ICMP rejected notice), the routing engine can receive too many of these requests, causing the routing engine to choke on its backlog of requests. Leslie, thanks for excellent update! Was

Re: [Wikitech-l] potential network issue due to packet losses

2012-07-03 Thread Leslie Carr
On Tue, Jul 3, 2012 at 2:05 PM, Marcin Cieslak sa...@saper.info wrote: Leslie Carr lc...@wikimedia.org wrote: When in a firewall filter, packets are rejected (which sends an ICMP rejected notice), the routing engine can receive too many of these requests, causing the routing engine to choke on

Re: [Wikitech-l] Barkeep code review tool

2012-07-03 Thread Platonides
I have explored how to make a gerrit-substitute and it doesn't seem that hard. Initially, I planned to base on gitloite, but its workflow doesn't suit with gerrit. Basically, you would use a hook to rewrite the push references, and then run a script to register it in the db and UI (I did some

[Wikitech-l] PHPUnit test oddities [was: Re: Speed up tests, make @group Database smarter]

2012-07-03 Thread Christian Aistleitner
Hi Chris, On Mon, Jul 02, 2012 at 09:40:52AM -0600, Chris McMahon wrote: * at least one test relies on a hard-coded path to a file on disk I guess you fixed that already or filed a bug, so it's taken care of. * there is a global timeout variable used by a number of tests settable (I think

Re: [Wikitech-l] Speed up tests, make @group Database smarter

2012-07-03 Thread Christian Aistleitner
Hi Platonides, On Tue, Jul 03, 2012 at 12:40:35AM +0200, Platonides wrote: On 01/07/12 13:49, Christian Aistleitner wrote: But as I said, one would mock /above/ the SQL layer. I was thinking on it. Some operations are easy, insert a field, select a field, you can perform the joins in php.