Re: [Server-devel] [Sugar-devel] Results of today's Jabber Testing

2009-08-11 Thread Martin Langhoff
On Tue, Aug 11, 2009 at 8:33 PM, Caroline Meeks wrote: > I worked with the RIT contingent and Dave Farning today to do some > collaboration testing. > We tested with 8 computers on a rarely used dev XS system hosted by Solution > Grove. Interesting! Your report is a bit confusing so I will - yo

Re: [Server-devel] [IAEP] Get Satisfaction

2009-08-11 Thread Martin Langhoff
On Tue, Aug 11, 2009 at 8:40 PM, Luke Faraone wrote: > I think it would be useful to expose a (optionally disableable by the > school) option within the UI to "report a problem", which (after gaining the - If the user can connect to the XS and Moodle (via the AP! using DNS!) - and register! (nee

[Server-devel] Results of today's Jabber Testing

2009-08-11 Thread Caroline Meeks
I worked with the RIT contingent and Dave Farning today to do some collaboration testing. We tested with 8 computers on a rarely used dev XS system hosted by Solution Grove. We had some UI challenges getting connected but once we were all connected there seemed to be no particular problems or str

Re: [Server-devel] [IAEP] Get Satisfaction

2009-08-11 Thread Martin Langhoff
On Tue, Aug 11, 2009 at 2:03 PM, Caroline Meeks wrote: > One of their features is the ability to do single sign to gather more > information about the user.  F Here is my idea of how it might work. > Once Sugar is registered with an XS we could create a single sign on that > would let us know what

[Server-devel] Get Satisfaction

2009-08-11 Thread Caroline Meeks
I spoke with Lane the founder of Get Satisfaction. He is turning on the community gardening upgrade for us now to explore. He is very interested in working with us and giving us whatever upgrades we want. One of their features is the ability to do single sign to gather more information about the

Re: [Server-devel] Fwd: F11 testing for XS

2009-08-11 Thread Jerry Vonau
On Mon, 2009-08-10 at 21:35 +0545, Daniel Drake wrote: > 2009/8/10 Martin Langhoff : > > Over the last could of weeks Jerry's been exploring the F11 rebase. Here are > > his notes. > > Thanks. I agree that the Python stuff will be fixed with a rebuild > (perhaps with some trivial spec file tweaks)

Re: [Server-devel] iptables generation

2009-08-11 Thread Joshua N Pritikin
On Tue, Aug 11, 2009 at 11:45:15AM +0530, Joshua N Pritikin wrote: > + if re.match('@@MASQ@@', line): > + print '-A POSTROUTING -o %s -j MASQUERADE' % wan This is dumb. I'll try to fix the patch tomorrow to substitute only @@WAN@@. Or do you really want this written in sed? (I never