[symfony-users] Re: Symfony 1.2 Admin generator and sfDoctrine problem

2008-11-23 Thread adrive
Bertrand -- adrive --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[symfony-users] Re: sfGuardPlugin remember me feature across subdomains

2008-11-04 Thread adrive
, that nobody will review that. I will be happy with any of the possible states. Doesn't matter, wheter it will be closed with wontfix status or whether it will be fixed. -- adrive Ut 4. November 2008 14:45 Thomas Rabaix wrote: you can have your own copy of sfGuardSecurityUser.class.php in your

[symfony-users] sfGuardPlugin remember me feature across subdomains

2008-11-04 Thread adrive
than year and half, for somebody who will review the ticket. Thanks. -- adrive --~--~-~--~~~---~--~~ 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@googlegroups.com

[symfony-users] sfWidgetFormInputFileEditable - unexpected field

2008-10-31 Thread adrive
::validatorSchema and sfForm::widgetSchema. How should it be used? Thanks. -- adrive --~--~-~--~~~---~--~~ 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: sfForms - group validator

2008-10-15 Thread adrive
validatorSchema as option, but result is the same as with callback validator. For now I didn't find a way how to validate groups. The only way is to write a callback for every group I have. -- adrive --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: sfForms - group validator

2008-10-03 Thread adrive
For example I have such forms: class ArticleForm extends sfFormDoctrine { public function setUp() { $this-setWidgets(array( 'id' = new sfWidgetFormInputHidden(), 'title' = new sfWidgetFormInput(array(), array('size'=80)), 'teaser' = new