[symfony-users] Twig Usage

2010-07-31 Thread aikistudio
Hello, is anyone using Twig template framework in a serious project? If yes, how is it doing so far? I'm considering using it for a new webapp, but it seems nobody has being talking about it anymore. I'm looking forward to your replies. Best Regards, Paulo -- If you want to report a

[symfony-users] Re: How to turn off filters in admin generator?

2010-07-31 Thread Tom Ptacnik
generator: param: config: filter: class: false Works for me. On 30 čnc, 18:09, halfer google.com.20080213...@jondh.me.uk wrote: Hi all I've discovered a bug in the filters section of the admin generator (when run against Oracle anyway) on Symfony 1.3 and Propel 1.5. I

[symfony-users] Jobeet - Day 6 problem.

2010-07-31 Thread Mauricio Rivera Schneider
Hello, I'm working with the Jobeet tutorial and I'm having a little problem in *day 6*. Everything works fine until I get to the Secure the Job Page http://www.symfony-project.org/jobeet/1_4/Doctrine/en/06#chapter_06_secure_the_job_page section. I added the code to the files just like the

[symfony-users] Jobeet - Day 6 Issue.

2010-07-31 Thread Mauricio Rivera Schneider
Hello, I'm working with the Jobeet tutorial and I'm having a little problem in *day 6*. Everything works fine until I get to the Secure the Job Page http://www.symfony-project.org/jobeet/1_4/Doctrine/en/06#chapter_06_secure_the_job_page section. I added the code to the files just like the

[symfony-users] Re: How to turn off filters in admin generator?

2010-07-31 Thread halfer
Tom Ptacnik wrote: generator: param: config: filter: class: false Works for me. Thanks both for your replies. I should have mentioned that my generator.yml is in a module called sfGuardUser in my frontend application, and is intended to override the generator in

[symfony-users] Re: How to turn off filters in admin generator?

2010-07-31 Thread halfer
halfer wrote: Tom Ptacnik wrote: generator: param: config: filter: class: false Works for me. Thanks both for your replies. I should have mentioned that my generator.yml is in a module called sfGuardUser in my frontend application, and is intended to override

[symfony-users] 2 hours spent on : Unknown record property / related component fullname on sfGuardUserProfile

2010-07-31 Thread Tristan
Hello, i'm close to shoot a bullet in my head, i've spent 2 plain hours on it : Right after creating a new account with sfForkedDoctrineApplyPlugin, i keep getting this error : Unknown record property / related component fullname on sfGuardUserProfile It happens when i click on create an

[symfony-users] Re: Timestampable

2010-07-31 Thread comb
Well I need the updated_at field if some other fields are updated. Only the views-field should not generate a change of the updated_at.. On Jul 30, 4:08 pm, Aldaron frala...@gmail.com wrote: If you don't need to auto update this field then you should not use timestampable.. Try to set the

[symfony-users] Trying to redirect a user to a login page with ajax: 401 unauthorized

2010-07-31 Thread Tristan
Hello in my action.class.php i've got something like : if ($request-isXmlHttpRequest()) { if ($this-getUser()-isAuthenticated()) { .. }else{ $this-redirect('sfGuardAuth/signin'); } }

Re: [symfony-users] Trying to redirect a user to a login page with ajax: 401 unauthorized

2010-07-31 Thread Daniel Lohse
Take a look at how they did this in the apostrophePlugin (trac.apostrophenow.org/plugins/apostrophePlugin/branches/1.4) – it involved a 2-stage process. :) Cheers, Daniel PS: Sorry for being so succinct – I'm pretty tired but wanted to point you in the right direction. :) On 01.08.2010, at