[symfony-users] Re: php 5.2.4, open base dir, glob

2007-09-20 Thread Mishal
Hi, thanks. forum thread updated :) http://www.symfony-project.com/forum/index.php/m/35986/#msg_35986 Pierre píše v Čt 20. 09. 2007 v 08:57 +0200: > Hi, > > The regression is now fixed in PHP CVS (5.2 and 6): > > http://news.php.net/php.cvs/46229 > > If one likes to have 5.2.4 without the

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Fabien POTENCIER
Hi all, Here is my thoughts. I (as in the symfony project sponsor) only want to host (package files and subversion repositories) plugins released under a MIT/BSD/LGPL/... license on the symfony-project.com website. People can release plugins under other licenses (GPL or whatever) if they wan

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Bjorn Wijers
I agree with Fabien. Not hosting plugins with licenses you don't want to endorse seems a fair and good compromis. I'm not so sure on making it harder to install plugins with licenses other than the endorsed ones, though. If I understand correctly these will not be part of the symfony plugin si

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Matthias Nothhaft
Fabien POTENCIER schrieb: > Hi all, > > Here is my thoughts. Thank you. This finally pushes this "flame war" into the right direction. I was a bit tired of it already.. ;-) > I (as in the symfony project sponsor) only want to host (package files > and subversion repositories) plugins released

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Fabien POTENCIER
Perhaps we can just add a warning with the license name... or perhaps we can ALWAYS print the license name after a successful installation and the URL where the full license text is available. All this can only be done fairly easily if the user install the plugin via a PEAR channel. If he just

[symfony-users] Symfony coders needed

2007-09-20 Thread Razvan POPA
Hi. Wouldn't it be a good ideea to have a list/forum/whatever with job/ project offers? I could really use some help with some projects every once in a while and I can't seem to find any symfony coders :) Cheers, -- Razvan --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Bjorn Wijers
> Perhaps we can just add a warning with the license name... or perhaps we > can ALWAYS print the license name after a successful installation and > the URL where the full license text is available. > > All this can only be done fairly easily if the user install the plugin > via a PEAR channel

[symfony-users] Re: Symfony coders needed

2007-09-20 Thread Bjorn Wijers
Hi Razvan, Check these: http://trac.symfony-project.com/trac/wiki/JobPostings http://trac.symfony-project.com/trac/wiki/DevelopersForHire All the best, grtz BjornW Razvan POPA wrote: > Hi. Wouldn't it be a good ideea to have a list/forum/whatever with job/ > project offers? I could really use

[symfony-users] Re: Symfony coders needed

2007-09-20 Thread Tristan Rivoallan
On 9/20/07, Razvan POPA <[EMAIL PROTECTED]> wrote: > > Hi. Wouldn't it be a good ideea to have a list/forum/whatever with job/ > project offers? I could really use some help with some projects every > once in a while and I can't seem to find any symfony coders :) http://trac.symfony-project.com/

[symfony-users] Re: Symfony coders needed

2007-09-20 Thread Razvan POPA
Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For m

[symfony-users] Re: Disabled fields with admin generator

2007-09-20 Thread Beuh
Thx for those answers ! I 'll take the "disabled=false" solution ! But I'm gonna use partials for an other problem : input passwords ;) Beuh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. T

[symfony-users] Re: Mixin and propel-load-data: argggg

2007-09-20 Thread Beuh
No idea for that problem ? :s For french people: http://groups.google.fr/group/symfony-fr/browse_thread/thread/2e3744acbe04a291 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to thi

[symfony-users] Re: Admin-generator, easy way to make separate "create" action

2007-09-20 Thread Mathieu
Hi Bernhard, I guess I was just wondering if there was some kind of an option to activate the "create" action for the admin-generator, but it's not looking good. I will give it another shot! Thank you, On 19 sep, 19:22, Bernhard Schussek <[EMAIL PROTECTED]> wrote: > Hello Mathieu! > > Why don't

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Frank Stelzer
Only one small additional idea: Cause of this reason, we could add a extra "license filter", which goes throw all installed plugins and check there licenses (so every symfony project could be license validated). Therefore you have to define a plugin_license_only: MIT in your settings.yml or wh

[symfony-users] Re: GPLed plugins

2007-09-20 Thread Martin Kreidenweis
Hi, > Of course, we need a better name than "--allow-gpl-plugins". Ideas? What about "allow-strong-copyleft"[1]? That's essentially what this is all about, isn't it? Some people don't like the "viral" effect of the GPL. Martin [1] see http://en.wikipedia.org/wiki/Copyleft#Strong_and_weak_cop

[symfony-users] Re: Re : [symfony-users] Problem with sfNiftyPlugin

2007-09-20 Thread Cacho
On Sep 20, 3:04 am, Kiril Angov <[EMAIL PROTECTED]> wrote: > If you are on Windows you need to copu the directory > plugins/sfNiftyPlugin/web into web/sfNiftyPlugin. if you are on linux > you can just symlink. Thank you !!! Javier --~--~-~--~~~---~--~~ You rec

[symfony-users] Problem...

2007-09-20 Thread Rodrigo Felix
When I start my application (http://virtualhost/), these errors below are showed. Has it ever happened with anybody? How can I fix this? * Warning*: mkdir() [function.mkdir ]: Permission denied in */usr/share/php/symfony/cache/sfFileCache.class.php* on line *552*

[symfony-users] Nested controllers - unable to find documentation

2007-09-20 Thread Bernhard Schussek
Hello folks! I can remember to have read in the documentation once about how to set up a controller in a subdirectory of the web folder, f.i. for administration areas. But as it seems I'm unable to find that part anymore. Has it been in the old documentation but not in the book? I would like to

[symfony-users] Re: Problem...

2007-09-20 Thread rodrigobill
I got to fix this problem... I've just changed the permissions of directory.. and everything is all right...Thanks.. Rodrigo Felix On Sep 20, 11:25 am, "Rodrigo Felix" <[EMAIL PROTECTED]> wrote: > When I start my application (http://virtualhost/), these errors below are > showed. Has it ever hap

[symfony-users] Question regarding base classes

2007-09-20 Thread Charley Tiggs
Given the following tables: Category --- id name Subcategory -- id category_id REFERENCES category(id) name I'm trying to reduce the number of queries needed to fetch all subcategories and am having no success figuring it out. Why is there no doSelectJoinSubcategory

[symfony-users] Re: Question regarding base classes

2007-09-20 Thread Kiril Angov
Charley Tiggs wrote: > Given the following tables: > > Category > --- > id > name > > Subcategory > -- > id > category_id REFERENCES category(id) > name > > I'm trying to reduce the number of queries needed to fetch all > subcategories and am having no success figuring it

[symfony-users] Simple diagramming?

2007-09-20 Thread Eno
Maybe Fabien or Francois can tell us what sotware they used to make those simple block diagrams in the Caching chapter of the book? I need something to quickly make simple diagrams like that when working on a project. --~--~-~--~~~---~--~~ You received this messag

[symfony-users] Re: Filters question

2007-09-20 Thread Benjamin Ingmire
Thanks! On 9/19/07, Bernhard Schussek <[EMAIL PROTECTED]> wrote: > > > Hi Benjamin! > > That should be possible. If you have already set up filters for that > very module, you will see the generated method addFiltersCriteria() in > your cached actions.class.php. This method adds the criteria of th

[symfony-users] View Layer Questions: Navigation Bar and Content Boxes

2007-09-20 Thread m . schierhorn
First of all i ve to thank you for this great framework. I did use several other like CakePHP and Zend, but this is the best. I have two View Layer Question : 1) I did use a component for the navigation Bar. But i only want to show the Navigation Bar to signed in / logged in User. And i want to

[symfony-users] SVN is Down

2007-09-20 Thread Piers Warmers
Looks like svn is down at the moment. - Piers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group

[symfony-users] Re: SVN is Down

2007-09-20 Thread Piers Warmers
I mean Trac :D On 21/09/2007, at 9:21 AM, Piers Warmers wrote: > > Looks like svn is down at the moment. > > - Piers > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this gro

[symfony-users] Re: Simple diagramming?

2007-09-20 Thread Carl Vondrick
On Thursday, September 20, 2007, Eno wrote: > Maybe Fabien or Francois can tell us what sotware they used to make > those simple block diagrams in the Caching chapter of the book? I need > something to quickly make simple diagrams like that when working on a > project. Hey, Checkout Dia: http://ww