[symfony-users] Re : [symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread Loïc Vernet
Did you tried [-/pluginname/*] or something like ... - Message d'origine De : cyrille <[EMAIL PROTECTED]> À : symfony users Envoyé le : Samedi, 14 Juillet 2007, 17h14mn 31s Objet : [symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet no. Like oth

[symfony-users] Re: Remove a stylesheet

2007-07-14 Thread Frank Stelzer
Cyrille, look at this chapter: http://www.symfony-project.com/book/trunk/07-Inside-the-View- Layer#File%20Inclusion%20Configuration You can overwrite the stylesheet of any plugin with the great configuration cascade. Create a directory with the name of the module (do not create a complete

[symfony-users] sfMediaLibraryPlugin: path strangeness in executeDelete()

2007-07-14 Thread Ant Cunningham
In the course of extending BasesfMediaLibraryActions I came across an issue. Im not sure if its supposed to do this or how exactly its succeeding if its not. In the executeDelete action we see this: $currentDir = $this->dot2slash($this->getRequestParameter('current_path')); $currentFile = $t

[symfony-users] Re: Remove a stylesheet

2007-07-14 Thread cyrille
That's what i do, but it doesn't work. Regards, On 14 juil, 20:31, Frank Stelzer <[EMAIL PROTECTED]> wrote: > Cyrille, > look at this chapter: > > http://www.symfony-project.com/book/trunk/07-Inside-the-View- > Layer#File%20Inclusion%20Configuration > > You can overwrite the stylesheet of any plu

[symfony-users] Problems with Behaviour Plugins

2007-07-14 Thread Hamish Guthrie
Hi All, I am relatively new to symfony (just a few days), so please have some mercy. I am attempting to use the sfPropelActAsNestedSetBehaviorPlugin in a project. I have also tried using the sfPropelActAsSortableBehaviorPlugin in the same project with success, but from a different angle. I ha

[symfony-users] HTML Purifier

2007-07-14 Thread Adriaan van N.
I don't have WIKI access but maybe this would be a nice plugin proposal? http://htmlpurifier.org/ "HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet p

[symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread cyrille
no. Like others plugins, with sfSimpleBlog default stylesheets are present in /web/pluginsname/css/ not in the usual /web/css/ directory. On 14 juil, 15:21, Loïc Vernet <[EMAIL PROTECTED]> wrote: > I don't understand what you mean by "under directory" > > Does that mean the css is hard coded in h

[symfony-users] Re: Many To Many Relations Problem

2007-07-14 Thread DrMcKay
Ohh my god, is solved it.. I got fatal error because i left the Peer word from the criteria On júl. 14, 14:58, "Péter Veres" <[EMAIL PROTECTED]> wrote: > Hi boys, > > I need some help in n:m relations with symfony 1.0.1 :) > I want to create a tagging sysmte for my_videos table but something

[symfony-users] Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread Loïc Vernet
I don't understand what you mean by "under directory" Does that mean the css is hard coded in html output ? - Message d'origine De : cyrille <[EMAIL PROTECTED]> À : symfony users Envoyé le : Samedi, 14 Juillet 2007, 14h09mn 30s Objet : [symfony-users] Re: Re : [symfony-users] Remove a

[symfony-users] Many To Many Relations Problem

2007-07-14 Thread Péter Veres
Hi boys, I need some help in n:m relations with symfony 1.0.1 :) I want to create a tagging sysmte for my_videos table but something is wrong... Please help me. I attached my schema file part... -- Best regards: Peter Veres --~--~-~--~~~---~--~~ You recei

[symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread cyrille
no, that doesn't work, nor at application level nor at module level when css are placed in an under directory. On 14 juil, 13:28, Loïc Vernet <[EMAIL PROTECTED]> wrote: > > it's not possible with the view.yml > > [-*] > > - Message d'origine > De : cyrille <[EMAIL PROTECTED]> > À : symfo

[symfony-users] Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread Loïc Vernet
> it's not possible with the view.yml [-*] - Message d'origine De : cyrille <[EMAIL PROTECTED]> À : symfony users Envoyé le : Samedi, 14 Juillet 2007, 13h06mn 24s Objet : [symfony-users] Remove a stylesheet Hi, I try to remove the default stylesheet of sfSimpleBLog. It's not possibl

[symfony-users] Remove a stylesheet

2007-07-14 Thread cyrille
Hi, I try to remove the default stylesheet of sfSimpleBLog. It's not possible with the view.yml of the sfSimpleBlog module, certainly because this file is not placed in the web/css/ directory ? Is it possible with the sfResponse object directly ? Regards, Cyrille. --~--~-~--~~---

[symfony-users] Re: sfDoctrine: Load-data from fixtures with foreign keys

2007-07-14 Thread Andreas Stephan
Sorry, I posted from within google groups and wasnt aware of their shortcuts for posting ;) So here is the example: Group: first_group: name: my fancy new group User: first_user: name: my fany new user Group: first_group This results in the follwoing error: SQLSTATE[23000]: Int

[symfony-users] sfDoctrine: Load-data from fixtures with foreign keys

2007-07-14 Thread Andreas Stephan
Hi, does anyone know if it is possible to load data with foreign keys from a yml file with sfDoctrine? Referencing foreign keys, like it used to work with propel does not seem to work anymore with doctrine-load-data. I have to have inital data in my db after i rebuild the model. Of course I can do