[symfony-users] debugging json apps

2007-08-06 Thread Lukas Kahwe Smith
Hi, I am writing a JSON heavy application. In order to be able to debug JSON replies more easily, I created a dedicated method for this purpose. The idea is that when in debug mode and the request is not a proper AJAX (err AJAJ) request, it would enable a json.php layout template and place the

[symfony-users] Re: Started dutch translation of the symfony book - any help welcome

2007-08-06 Thread Stefan Koopmanschap
Alexander: It's nl_BE afaik, and yes, this could count for that as well. Not sure how best to solve this though. Both: Thanks for the interest. Hope you can pick it up a bit. :) On Aug 4, 11:29 am, Thierry [EMAIL PROTECTED] wrote: Sounds like a good idea, hope i'll have some time to contribute

[symfony-users] Re: sfSimpleForumPlugin

2007-08-06 Thread Francois Zaninotto
Hi Stereo, The sfSimpleForum plugin requires the sfGuardPlugin to be installed in your computer, so you will need to follow the installation steps described in http://trac.symfony-project.com/trac/wiki/sfGuardPlugin prior to installing sfSimpleForumPlugin. If you do so, you don't have to hack

[symfony-users] Re: sfSimpleForumPlugin

2007-08-06 Thread Lukas Kahwe Smith
Francois Zaninotto wrote: Hi Stereo, The sfSimpleForum plugin requires the sfGuardPlugin to be installed in your computer, so you will need to follow the installation steps described in http://trac.symfony-project.com/trac/wiki/sfGuardPlugin prior to installing sfSimpleForumPlugin. If you

[symfony-users] Validate and object syntax

2007-08-06 Thread blackfin
What is the correct syntax if you want to pass a param to your validator in the object{field} syntax? validators: firstNameValidator: class: myFirstNameValidator fields: customer{class_key}: customer{first_name}: firstNameValidator: class_key: customer{class_key} this

[symfony-users] Re: sfSimpleForumPlugin

2007-08-06 Thread Tristan Rivoallan
On 8/6/07, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: you should be leveraging pear dependencies for this . indeed. it would be great to have this fixed in 1.1 : http://trac.symfony-project.com/trac/ticket/1907 ++ tristan --~--~-~--~~~---~--~~ You received

[symfony-users] Backend Translation interface with sfDoctrine

2007-08-06 Thread Sebastian Schulze
Hey everyone. I am currently working on a Backend App with datasets that have to be translated into 2 (eventually 3 to 4) languages. So this has to be done dynamically. The ideal solution for me would be two input fields, like source (disabled, de_DE) and translation (enabled, eg. en_US). Is