[symfony-users] Re: symfony1.4.6 --How to use date tag in view files

2010-11-23 Thread Manel
You can copy the old helper file (FormHelper.php and/or DateFormHelper.php) on /lib/helper and use the old style. Anyway, I recommend you to use the new framework form, but if tou have a lot of code from 1.0 this can help. On 19 nov, 09:24, deepak deepakkumar...@gmail.com wrote: Hi I am using

[symfony-users] Setting default culture in a task with symfony 1.4.5

2010-06-10 Thread Manel
? Thanks in advance, Manel Monguilod -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users

[symfony-users] Re: Partial in component

2010-04-01 Thread Manel
Is not a good idea to get a partial in an action, is better in the template. In a component you can include a partial in the template like this: ?php echo include_partial('module/partial', $params)? I use in several components without problem. Manel On 31 mar, 17:23, HAUSa

[symfony-users] Re: prefill login form

2010-03-23 Thread Manel
Maybe you can pass the username as a parameter and retrieve from the request. On 22 mar, 16:47, Lea Haensenberger baerne...@gmail.com wrote: Hi all, I'd like to pre-fill the username of the sfDoctrineGuardPlugin login form, after the user registered and confirmed his email. Is there an easy

[symfony-users] Re: Deploying: if i write the password in properties.ini, why i have to write it again?

2010-03-19 Thread Manel
JAvier, take a look on this: http://troy.jdmz.net/rsync/index.html Manel On 18 mar, 18:19, Javier Garcia tirengar...@gmail.com wrote: Hi, this is my properties.ini. When i deploy my project (deploy --go) it asks me the password. [symfony]    name=rs [production]    host=208.43.66.44

[symfony-users] Re: Unable to put sfGuardUser tables in a different database that the rest of the tables

2010-03-19 Thread Manel
one specific connection? Anyone knows if in symfony 1.4 is this possible? Thanks for your help, Manel On 19 mar, 08:46, Frank Stelzer d...@bleedingmoon.de wrote: Mmh, i think the only chance getting this working is the way of   defining a different db connection for all of your custom schema

[symfony-users] Re: Unable to put sfGuardUser tables in a different database that the rest of the tables

2010-03-19 Thread Manel
one specific connection? Anyone knows if in symfony 1.4 is this possible? Thanks for your help, Manel On 19 mar, 13:31, Manel mmongui...@quesabesde.com wrote: Unfortunately I have several plugins and some of them uses propel. I think that I'm not asking anything too strange. Is usual that you

[symfony-users] Unable to put sfGuardUser tables in a different database that the rest of the tables

2010-03-18 Thread Manel
I want the data of the sfGuardUser plugin in a database that is not the propel database. I want this because I will have several applications in diferent servers, but I want to unify the user credentials for all the applications. I've defined 2 databases in databases.yml: all: propel: