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
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
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
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
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,
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
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
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
>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
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
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
11 matches
Mail list logo