Re: [fw-general] Team Development

2010-08-07 Thread Matthew Ratzloff
And when I say "development machines" I mean shared development databases. -Matt On Sat, Aug 7, 2010 at 11:08 PM, Matthew Ratzloff wrote: > You're misunderstanding... You have development boxes for those services. > If you have a web service and you're not doing work on it, there's no need > t

Re: [fw-general] Team Development

2010-08-07 Thread Matthew Ratzloff
You're misunderstanding... You have development boxes for those services. If you have a web service and you're not doing work on it, there's no need to have a local instance of it. Obviously production data that is mirrored on development machines should be cleaned. -Matt On Sat, Aug 7, 2010 a

RE: [fw-general] Re: Team Development

2010-08-07 Thread Thomas D.
Hi, Wil Moore III wrote: > weierophinney wrote: > > That said, I also have some colleagues and friends who work on teams > > that use VM environments, and swear by it. > > My team goes the VM route as well. We each have a VM w/ an Ubuntu bare > minimum install. There is a baseline image that we a

RE: [fw-general] Team Development

2010-08-07 Thread Thomas D.
Hi, interesting topic. Hector Virgen wrote: > We have each developer set up their own dev environment > on their local machine. Well, I guess this is a common solution for small projects. But when you have to deal with real/big applications, that won't work anymore: - Maybe you are using other

Re: [fw-general] Team Development

2010-08-07 Thread Matthew Ratzloff
Local dev environments are best. Leads should help new and junior members of their teams set up their environment, and steps should be documented on an internal wiki. We have developers who use Mac, Windows, and Ubuntu--including all three just on my team alone. You would think this would be a p

[fw-general] Re: Team Development

2010-08-07 Thread Wil Moore III
weierophinney wrote: > > That said, I also have some colleagues and friends who work on teams that > use VM environments, and swear by it. > My team goes the VM route as well. We each have a VM w/ an Ubuntu bare minimum install. There is a baseline image that we all use; however, we've document

[fw-general] Resource translations

2010-08-07 Thread Thomas Weidner
Hy community, I was said by several people that the swedish resource translation for Zend_Validate was incorrect, had grammatical errors and was partitially wrong. So I decided to remove this language for the next minor release. Native swedish ZF members are announced to provide a corrected

[fw-general] Re: setDestination in Zend_Form_Element_File

2010-08-07 Thread simukti
according to your code, i try to rewrite it to something like this: //form model class forms_ImportForm extends Zend_Form { public function init() { $this->setMethod('post'); $uploadFile = new Zend_Form_Element_File('extract'); $uploadFile->setLabel('File')