[symfony-users] Re: PR4 - Form validaton

2010-12-04 Thread Leevi Graham
A quick update. I realised that I was trying to bind the request using trackers not tracker. Changing this produced the following error: * This field group should not contain extra fields * Name must not be blank * Description must not be blank I'm under the impression that I'm binding the

[symfony-users] I'm having terawurfl plugin installation problems on 1.4.9

2010-12-04 Thread Victor S
Hello, I'm working with your symphony plugin terawurfl and I have some installation questions if you don't mind helping me out a bit... first, I'm having trouble installing with the usual method: symfony plugin:install sfTeraWurflPlugin So I downloaded the package and put the

Re: [symfony-users] Re: [SF2] Tiny thoughts

2010-12-04 Thread Loïc Vernet
Nothing prevent you from doing a renderDefault() function In the $this-container-get('request')-get('_controller') variable You have within the same string the bundle name the controller name and the action name. COil 2010/12/1 Lideln lid...@gmail.com Hi Fabien, Thank you for your

Re: [symfony-users] [Symfony2] Structuring your project (Bundles and entities)

2010-12-04 Thread Nicolas Hurman
Hi, Your structure makes sense. The point with Sf2 is that there isn't one structure you have to follow - just do what you think is best. About the Doctrine entities, you could store them in a separate bundle, or in you main one - basically any of your three bundles. I would personnaly create

Re: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 24 Messages in 15 Topics

2010-12-04 Thread joost . farla
Beste, Tot en met vrijdag 3 december ben ik niet aanwezig op kantoor. U kunt voor dringende zaken contact opnemen met mijn collega Wout Withagen: w...@freshheads.com of 013 539 00 40. Met vriendelijke groet, Joost Farla joost.fa...@freshheads.com - - freshheads grafisch ontwerp en internet

[symfony-users] Re: sfPropel15Plugin

2010-12-04 Thread Richtermeister
Hey Tomasz, this is normal - you have to tell Propel to also hydrate the I18N classes via: (example) CategoryQuery::create() - joinWith('CategoryI18N') - find(); I usually create a withI18N method on the internationalized query classes for convenience. Works like a charm and reduces everything

[symfony-users] Re: symfony hangs up

2010-12-04 Thread pghoratiu
What do you mean by generate the data model? Check if the access rights are correctly set up for the cache/ directory. gabriel On Dec 2, 12:03 pm, dianacastillo dianahel...@gmail.com wrote: I have symfony installed in windows and it works fine when I go

[symfony-users] importing users into sfGuardUser without salt field ?

2010-12-04 Thread Tristan
Hi, I've planned to migrate my pevious project on symfony. I got 1,500 users registered (password stored in SHA-1) but there is no salt defined. Is that possible to import those 1,5k users in the sfGuardUser table (i mean without the 'salt' field) ? Will they be able to login to their old

Re: [symfony-users] importing users into sfGuardUser without salt field ?

2010-12-04 Thread Michał Piotrowski
Hi, 2010/12/5 Tristan tristan.bessou...@gmail.com: Hi, I've planned to migrate my pevious project on symfony. I got 1,500 users registered (password stored in SHA-1) but there is no salt defined. Is that possible to import those 1,5k users in the sfGuardUser table (i mean without the