[symfony-users] Re: Symfony + Prototype JavaScript Image Cropper UI

2008-08-22 Thread Kiril Angov
I did use the same javascript cropper + sfThumbnailPlugin and Imagemagick. As you said, I had to implement cropping + resizing in order to make all that work. I was planning for some time now to commit those changes to the plugin so I will do that now and let you take a look at SVN for the changes

[symfony-users] Nudge: Re: [symfony-users] How to remove a postvalidator in symfony 1.1

2008-08-22 Thread Tom Haskins-Vaughan
Anyone? :D Tom Haskins-Vaughan wrote: > Symfony 1.1 > > I'm wondering if it's possbile to remove/unset a propelunique validator > that is set in my base article form: > >$this->validatorSchema->setPostValidator( > new sfValidatorPropelUnique(array('model' => 'tsmSbpArticle', > 'colum

[symfony-users] Re: Symfony + Prototype JavaScript Image Cropper UI

2008-08-22 Thread Tom Haskins-Vaughan
From what I can see, the problem with sfThumbnail for th JS Image Cropper is that it only resizes the image rather than cropping and resizing. So I had to create a new class that extends the both the sfThumbnal class and the gdadaptor class. I did this to make use of all the other good parts

[symfony-users] Re: sfGuard - how to implement registration

2008-08-22 Thread Nicolas Perriault
On Fri, Aug 22, 2008 at 4:31 PM, javo <[EMAIL PROTECTED]> wrote: > I'm new to symfony and I'd like to ask what is the best way to create > a registration, (create some simple form, use crud user model? , ...) > Is there any howto? I couldn't find anything Smile If you use symfony 1.0, you can ta

[symfony-users] Re: Specs draft of a new security plugin

2008-08-22 Thread Nicolas CHARLOT
Le 21 août 08 à 19:32, Jonathan a écrit : > Some thoughts: > > It looks like the "Container type" and "Container id" are a way to > restrict access to some sub level of content, but what if someone > wants to restrict access to some arbitrary set of content that is X > levels deep? Hi Jonathan,

[symfony-users] sfGuardDoctrinePlugin renamed to sfDoctrineGuardPlugin

2008-08-22 Thread Jonathan Wage
Just an FYI, the plugin sfGuardDoctrinePlugin was renamed and moved to sfDoctrineGuardPlugin. In a few weeks we will completely kill away sfGuardDoctrinePlugin. - Jon -- Jonathan Wage http://www.jwage.com http://www.centresource.com --~--~-~--~~~---~--~~ You rec

[symfony-users] Re: Specs draft of a new security plugin

2008-08-22 Thread Jonathan
Some thoughts: It looks like the "Container type" and "Container id" are a way to restrict access to some sub level of content, but what if someone wants to restrict access to some arbitrary set of content that is X levels deep? An alternative approach might allow users to define their own secur

[symfony-users] sfGuard - how to implement registration

2008-08-22 Thread javo
hi all, I'm new to symfony and I'd like to ask what is the best way to create a registration, (create some simple form, use crud user model? , ...) I've sfGuardPlugin installed, and I have some additional user info in sf_guard_user_profile table, Is there any howto? I couldn't find anything Smi

[symfony-users] Re: one-to-one relationship query

2008-08-22 Thread small
>From what I have seen the generator gives you one view for each table. What you could do is use the generator to generate it, and then once you have the code, combine the two views. That will save you some time. Sherif On Aug 21, 4:30 pm, "Patrick Fong" <[EMAIL PROTECTED]> wrote: > Hi all, > > I

[symfony-users] Re: Symfony + Prototype JavaScript Image Cropper UI

2008-08-22 Thread Cédric Sadai
Hi, I did some similar work recently, I noticed a certain number of limitations with sfThumbnailPlugin, for GD at least: - doesn't handle well the difference between portrait and landscape format. If my thumb size is 400*300 and the pic is a portrait, I want it to be automatically set to 300*400

[symfony-users] Re: sfPropelPlugin (1.3) with Symfony 1.1.1

2008-08-22 Thread deresh
On 5 kol, 13:25, elliesdad <[EMAIL PROTECTED]> wrote: > I am using Symfony 1.1.1 with the sfPropelPlugin on a Microsoft > Windows platform.  I have successfully used it to create a schema.yml > from an existing database.  However, I have two issues: > > 1.  The generated schema.yml doesn’t seem