[symfony-users] Re: How do I share partials between apps?

2009-08-01 Thread jskidmore
Thanks for the great advice everyone! I just created a class to handle the partial (which totally violates MVC), so this is exactly what I'll do. I appreciate your help! On Jul 23, 1:13 am, fincom wrote: > Hi, > > I don't know if it's the best solution, but i hope it can help. > > Create a plugi

[symfony-users] How does Propel determine which database to use for command-line tools?

2009-08-01 Thread jskidmore
How does Propel determine which database to use for *command-line tools* (ex. "propel:build-all")? I'm setting up two environments (production and staging), and the databases will be different for each. Is it "propel.ini" or "databases.yml"? If the former, does symfony auto-generate that file? I

[symfony-users] Re: Mobile phone - Authentication

2009-08-01 Thread Nicolas Ippolito
I made a simple component and i can fill the form from the web page and now it works. I can't explain why =/ It should be about the login page ? Nicolas 2009/8/1 Nicolas Ippolito > 1 - From my computer, no problems, apache logs say : > 192.168.0.51 - - [01/Aug/2009:23:36:22 +0200] "POST /login

[symfony-users] Re: Mobile phone - Authentication

2009-08-01 Thread Nicolas Ippolito
1 - From my computer, no problems, apache logs say : 192.168.0.51 - - [01/Aug/2009:23:36:22 +0200] "POST /login HTTP/1.1" 302 100 "http://192.168.0.51/login"; "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.12) Gecko/2009072221 Iceweasel/3.0.6 (Debian-3.0.6-1)" 192.168.0.51 - - [01/Aug/2009:23:36:23

[symfony-users] Re: Mobile phone - Authentication

2009-08-01 Thread Gábor Fási
Error message, or a bit more detailed problem description? On Sat, Aug 1, 2009 at 23:11, Nicolas wrote: > > Hello, > > Is there a particular way to use sfDoctrineGuardPlugin (signin action) > from a mobile phone ? > > I can't use it from my mobile but it works from my computer. > > It even works

[symfony-users] Mobile phone - Authentication

2009-08-01 Thread Nicolas
Hello, Is there a particular way to use sfDoctrineGuardPlugin (signin action) from a mobile phone ? I can't use it from my mobile but it works from my computer. It even works with the symfony-project.org from my mobile. Thanks, Nicolas --~--~-~--~~~---~--~~ Yo

[symfony-users] Re: How do I create a plugin specific configuration file?

2009-08-01 Thread Richtermeister
Oh, I see.. that is indeed a nice approach, and I think I'll be using that as well. Thanks for starting this discussion :) Have a great day , Daniel On Jul 31, 11:15 am, Bruno Reis wrote: > Thanks Daniel. > > That is a nice approach either, but the way I posted here is nice because it > puts

[symfony-users] Re: Jobeet (Doctrine) Day 20 The plugins: fields not shown

2009-08-01 Thread mugen
I don't no why you use sfValidatorAnd you can test this i think is work $this->validatorSchema['email'] = new sfValidatorEmail(); On 1 août, 12:50, televas wrote: > Hi, > > my Jobeet project works properly. I'm trying to convert it into > plugin, but I'm having some problems. When I try to o

[symfony-users] Jobeet (Doctrine) Day 20 The plugins: fields not shown

2009-08-01 Thread televas
Hi, my Jobeet project works properly. I'm trying to convert it into plugin, but I'm having some problems. When I try to open a new/edit form to create/modify a job or category, the form shows only some fields (type, company logo and token) and raises the following error both in frontend/backend:

[symfony-users] Re: Upload image with admin generator

2009-08-01 Thread sonius
i just add a link to another module eg: imagehandler/uploadFile and let that module handle the image upload. On Aug 1, 6:03 am, bogo wrote: > Hi, > I'd like to upload image using admin generator. I've tried set field > type in my generator.yml to: > >       edit: >         title:          Edit