[symfony-users] Symfony Upgrade Day?

2009-11-30 Thread Szabolcs Heilig
online to support people. It will be a great day to plugin developers also. So? Szabolcs Heilig -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group

Re: [symfony-users] Change redirecting method for credentials required page (or login required)

2009-11-23 Thread Szabolcs Heilig
required page. So, if you don't use this plugin, you may download it to analyze its code. Szabolcs Heilig 2009/11/23 Vincent UNG ung.vinc...@gmail.com Hi... Actually, when I try to execute an action that I don't have credential, I'm redirect to the default page of symfony. Can I change

[symfony-users] Re: Symfony aspires to be pure OOP, so why the hell are helpers implemented as functions instead of as methods of classes?

2009-09-08 Thread Szabolcs Heilig
helper classes and use and extend codebase of the basic link helpers, etc. In this case you only have to change the class before the link_to() helper method to open your link in a lightbox instead. I think it will be a big win against the loss of longer helper calls in the template code. Szabolcs

[symfony-users] Re: How to create an action to dump my DB with mysqldump

2009-08-31 Thread Szabolcs Heilig
Hi, If you execute mysqldump on your webserver with system() command, you will have the dump already on your webserver. Or you want to download the dump to the client? I want to create an action in my backend application to execute the mysqldump command. Like system(mysqldump ). If it is

[symfony-users] Re: how to change database login information

2009-08-18 Thread Szabolcs Heilig
Hi Tim, Did you clear the cache? (symfony cc) Szabolcs Heilig Unfortunately, when I try to access the website through my browser, my Apache error log indicates that Symfony is still ignoring my configuration changes and using the old (incorrect) db authentication information

[symfony-users] Re: symfony cache lifetime

2009-08-17 Thread Szabolcs Heilig
Hi, As of Symfony 1.1 you can pass an sfCache object to the constructor. I think, sfFileCache doesn't do anything with expiration, but sfMemcache does. how can I set the function cache entries' lifetime? Heilig Szabolcs --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Szabolcs Heilig
I think this bug affects you: http://trac.symfony-project.org/ticket/5861 I reported this a half year ago with patches. Try apply this patch against your copy of sfPropelData class. 2009/8/4 Adrien Mogenet adrien.moge...@gmail.com Propel 1.3 What ORM are you using? Doctrine or Propel?

[symfony-users] Re: link_to_remote

2009-07-23 Thread Szabolcs Heilig
Hi, I think your problem is based on the behavior of Symfony in AJAX mode. When you load your action through link_to_remote() it doesn't decorate that with your layout. Without that it is possible to your ui-magic never initialized. 2009/7/23 DEEPAK BHATIA toreachdee...@gmail.com I have a web

[symfony-users] Re: [Off topic] PHP 4

2009-07-13 Thread Szabolcs Heilig
2009/7/13 Sid Ferreira sid@gmail.com Im wondering: What makes huge servers still use PHP4? Maybe big clients? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send