Re: [symfony-users] Generate-Module : Only Show and Index for FrontEnd (NO Edit or New)

2010-04-11 Thread Alan Bem
Adjust generator.yml config file.http://www.symfony-project.org/reference/1_4/en/06-Admin-Generator#chapter_06_sub_object_actions On Sun, Apr 11, 2010 at 6:02 AM, Bill P. maxar...@yahoo.com wrote: Hello, Is there a parameter to 'generate-module' that will just do Show and Index without Edit

Re: [symfony-users] sfValidatorDoctrineUnique doesn't work when only defined in BaseForm?

2010-04-11 Thread Alan Bem
Aren't you talking about two different Forms? It seems that first post-validator comes from (Base)SubscriberForm, but you complaint about NewsletterForm. Is there inheritance relationship beetween them? Cheers On Sat, Apr 10, 2010 at 5:05 PM, godbout guillaume.lecler...@gmail.comwrote: Hi

Re: [symfony-users] Transforming images after upload and before saving

2010-04-11 Thread Johannes Trommer
Thanks! But there are still some ambiguities. All I want to to is to generate i resized image and a thumbnail from the uploaded image. The generation of the filename, etc. should remain with the symfony function. Do you have an advice, how that can be done? Am 11.04.2010 um 01:05 schrieb

Re: [symfony-users] Transforming images after upload and before saving

2010-04-11 Thread charles
remove me On Sat, Apr 10, 2010 at 12:00 PM, Johannes Trommer johannes.trom...@gmail.com wrote: Hello, I've got a problem to solve, that I couldn't figure by myself. I've got a form with embedded forms. These embedded forms are there for uploading pictures. This works fine so far. What I

Re: [symfony-users] Transforming images after upload and before saving

2010-04-11 Thread Daniel Lohse
You'll need to send remove me in the *subject* of the message and not in the content/body. :) On 11.04.2010, at 16:33, charles wrote: remove me On Sat, Apr 10, 2010 at 12:00 PM, Johannes Trommer johannes.trom...@gmail.com wrote: Hello, I've got a problem to solve, that I couldn't

[symfony-users] help

2010-04-11 Thread safa boubekri
HELLO how  to change   username   password   in the  form of secure authentication  in an other  language thank you -- 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

[symfony-users] Re: How would you reverse the notnull:true in a schema of a plugin?

2010-04-11 Thread Javier Garcia
Hi, it doesn't work because i'm using sf 1.2. Is there any way to operate schemas overwriting in sf 1.2 o 1.3? Javi On Apr 9, 9:55 pm, Javier Garcia tirengar...@gmail.com wrote: On 04/09/2010 12:22 PM, Tom Ptacnik wrote: I thought that you want to just change the username field in sfGuar

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-11 Thread Leon van der Ree
Today I will provide a tutorial, setting up a (propel-based) playground with some best practices I came up with so far. (If you prefer Doctrine, you can still follow the tutorial, but of course need to setup a Doctrine schema and use the Doctrine plugins) If you want to see where all the fuzz is

[symfony-users] use_javascripts_for_form($form) apparently not working

2010-04-11 Thread michael hodges
Hello all, Not sure how something so fundamental to Symfony is not working for me, but for my backend module I have in my templates directory a _form.php file and a _form.js file. The php file is functioning in that my form and subforms etc render properly, but the javascript functions in the js

[symfony-users] Re: sfValidatorDoctrineUnique doesn't work when only defined in BaseForm?

2010-04-11 Thread godbout
Hi Alan, Obviously I wasn't really awake that day... The form is SubscriberForm (not NewsletterForm) and it extends BaseSubscriberForm. I had to copy/paste the code from BaseSubscriberForm to SubscriberForm to make it work. On Apr 11, 8:37 pm, Alan Bem alan@gmail.com wrote: Aren't you

[symfony-users] memory leaks... just keep on leaking

2010-04-11 Thread Slavka
It seems to be pretty clear the symfony 1.2 and propel are still full of memory leaks... I have a simple for loop selecting the same object into the same variable... in theory this should not lead to increase memory use for every loop however that is what is happening... Has anyone every looked

[symfony-users] Re: memory leaks... just keep on leaking

2010-04-11 Thread Christian Schaefer
Hi Slavka, from your tiny description it is not clear whether the leak you experience is a result of Propel or symfony or your usage of them. You should know that symfony 1.2 is no longer supported but replaced by symfony 1.4. The favoured ORM nowadays is Doctrine although Propel is still

[symfony-users] Re: memory leaks... just keep on leaking

2010-04-11 Thread Slavka
Christian have you just started using symfony? if not then i am sure you are aware of the memory leaks i am talking about... Cheers On Apr 12, 3:30 pm, Christian Schaefer cae...@gmail.com wrote: Hi Slavka, from your tiny description it is not clear whether the leak you experience is a result

Re: [symfony-users] Re: memory leaks... just keep on leaking

2010-04-11 Thread Dennis Benkert
Although I am pretty sure you are frustrated there is no reason to show disrespect to other people. Christian's point is that we cannot help you without getting some information about your specific problem. Maybe you can provide some code sample that show us your memory problems. Also