[symfony-users] Re: optional sfGuard user_id in plugin

2011-04-25 Thread Roman Sichny
if ($user instanceOf sfGuardSecurityUser) ... -- 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 symf

[symfony-users] Re: Content Encoding Error with forward404()

2011-04-22 Thread Roman Sichny
forward404 in dev gives you error page (this action was forwarded to 404), and not forwarding to error_404_action. -- 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 G

[symfony-users] Re: Symfony2 and Netbeans

2011-04-08 Thread Roman
ndings could help. I am using it for a couple of weeks now and I am quite happy with it. Greetings, Roman -- 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 &quo

[symfony-users] Validation of Embedded forms

2011-03-11 Thread Roman Gnatyuk
Hi. Symfony 1.4 How to do that with the successful validation of one of embedded forms main form pass validation? -- 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 Gro

[symfony-users] Re: Relationships and i18n

2011-02-18 Thread Roman Gnatyuk
Try in your form class embedd I18n forms: ... $this->embedI18n(array('ru', 'uk')); ... And check that "i18n: true" is set in settings.yml of your backend application On 17 фев, 19:43, Paolo Niccolò Giubelli wrote: > Hi! > > I have the following schema: > > Category: > >   actAs: > >     Timesta

[symfony-users] Re: sf1.4.9 : schema.yml relations article and sfGuardUser

2011-02-16 Thread Roman Gnatyuk
>     user_id: string(255) should be user_id: integer >   relations: >     sfGuardUser: >       foreignType: one try: relations: sfGuardUser: foreignType: one local: user_id foreign: id -- If you want to report a vulnerability issue on symfony, please send it to sec