[symfony-users] Re: sfLucenePlugin search problem

2008-01-17 Thread Carl Vondrick
On Thursday, January 17, 2008, Nicolas wrote: > I have already the same problem... I just ran a simple test on the 1.0 branch regarding the correct analyzer loading and everything seems to be working fine, I am unable to reproduce this behavior. Are you using any user interface modifications?

[symfony-users] Re: Forced Download Locks Browsers

2008-01-17 Thread Hartym
2008/1/18, Benjamin Ingmire <[EMAIL PROTECTED]>: > > > print '\n'; > > That may be not related at all, but this will output a textual \n... Try > echo "" | php > versus > echo '' | php > Best regards Romain --~--~-~--~~~---~--~~ You received this

[symfony-users] Forced Download Locks Browsers

2008-01-17 Thread Benjamin Ingmire
Also posted to the the forum: http://www.symfony-project.org/forum/index.php/m/43643/#msg_43643 Hello all.. I have implemented the suggestions in this thread... ( I thanked the thread earlier...) HOWEVER.. I have an issue that hopefully someone can shed some light on. I have an IFRAME that is

[symfony-users] Symfony @ PHP Abstract Podcast

2008-01-17 Thread Stefan Koopmanschap
Hey All, Today,the podcast I did for Zend has been published on the PHP Abstract Podcast. It gives a short overview of the framework. Enjoy! http://devzone.zend.com/article/2981-PHP-Abstract-Podcast-Episode-32-Introduction-to-symfony Stefan --~--~-~--~~~---~--~~ Y

[symfony-users] Re: Listing your page as using symfony a security issue?

2008-01-17 Thread Lee Bolding
Yeah, are the OWASP guidelines any good here? http://owasp.cvs.sourceforge.net/*checkout*/owasp/guide/current%20draft.pdf I'd be happy to assist with any work towards creating functionality to harden the framework :) Lee Bolding w: http://www.leesbian.net -Original Message- From: sym

[symfony-users] Re: Listing your page as using symfony a security issue?

2008-01-17 Thread Ant Cunningham
On 1/17/08 2:34 PM, "Fabian Lange" <[EMAIL PROTECTED]> wrote: > And what about building in more security by default? > > e.g. accepting just localhost connections by default in the _dev frontends > (which have to be consciously be modified to enable remote logins?) > I think this is a great id

[symfony-users] Listing your page as using symfony a security issue?

2008-01-17 Thread Fabian Lange
Hi, I would like to start a bit controversial discussion about the topic indicated in the subject. "Is listing your site on http://trac.symfony-project.com/wiki/ApplicationsDevelopedWithSymfony a security issue?" It happens already now that somebody announces on this list her or his new site

[symfony-users] Re: autoloader infinite loop?

2008-01-17 Thread Jay Klehr
After some more digging, I've discovered that the segfault in production is most likely not Symfony's fault, but an outdated Doctrine model issue (which I'm still working through). However, the infinite looping of the autoload config is still an issue in my development environment. What seems

[symfony-users] Re: Thank you Symfony Team

2008-01-17 Thread Jérôme TEXIER
You also should remove development environment for application backend... :) Maybe you also could rename backend.php or use a rewrite rule to avoid access to your admin side just by typing http://www.playukinternet.com/backend.php BTW, is there a pratical reason why you didn't use sfGuardPlugin t

[symfony-users] Re: Symfony 1.1 Questions / IoC / Dependency Injection

2008-01-17 Thread Lee Bolding
Cool. Thanks. Will have a look at that tonight, looks promising from a quick read :) I tried to find info on Garden before, and it looks like the project has not only been closed, but that the code is gone too - I can only find references to it in other articles, no code. This makes me hesitant

[symfony-users] Re: Symfony 1.1 Questions / IoC / Dependency Injection

2008-01-17 Thread Tristan Rivoallan
On Jan 17, 2008 4:50 PM, Lee Bolding <[EMAIL PROTECTED]> wrote: > > I have my own question regarding Symfony 1.1 > > Does it use any kind of IoC or Dependency Injection framework? I'm thinking > along the lines of Spring here. there was a previous attempt : http://groups.google.com/group/symfony-

[symfony-users] Symfony 1.1 Questions / IoC / Dependency Injection

2008-01-17 Thread Lee Bolding
I have my own question regarding Symfony 1.1 Does it use any kind of IoC or Dependency Injection framework? I'm thinking along the lines of Spring here. I'm using type-hinting quite heavily now to improve the robustness and flexibility of my interfaces, but at the moment it's a little clunky. I'

[symfony-users] Re: Ultimate development machine :)

2008-01-17 Thread Lee Bolding
I paid 1450 GBP for an unbelievable deal on Ebay. It's a Japanese import TZ90 (with US keyboard layout). A friend of mine got the SSD+DVD model for 1400 GBP at Duty Free in Hong Kong. I don't think the SSD models are available in Europe yet. To be honest, it's only cheaper than the Mac if you ge

[symfony-users] logging method

2008-01-17 Thread Popa Razvan
Hey guys. I'm trying to put together a general logging system for Doctrine. Just wanted to know if such a thing already exists by any chance Cheers, -- Razvan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfon

[symfony-users] Re: sfLucenePlugin search problem

2008-01-17 Thread Nicolas
Hi, 1) I have taking this version : http://plugins.symfony-project.com/sfLucenePlugin It's sfLucene-0.1.2 2) Yes, i try the two solutions 3) 4) I have already the same problem... I'm using symfony 1.0 Thanks for your help Nicolas On 17 jan, 01:14, Carl Vondrick <[EMAIL PROTECTED]> wrote: