Re: [symfony-users] Re: plugin:install not working for 1.3/1.4?

2009-12-20 Thread Alexandre Salomé
Another solution is to download manually sourcecode, because PEAR doesn't do much more stuff (in my opinion). 2009/12/20 Crafty_Shadow vankat...@gmail.com Alexandre Salomé wrote: You should use SVN to manage your development and define your plugins as svn externals. While I agree with

Re: [symfony-users] swift mailer multiple servers

2009-12-20 Thread Alexandre Salomé
You will have to create a new SwiftMailer transporter. Digg into Swift sourcecode, and look at available transporters, create your own. There is a failover transporter, but it's not what you are looking for. Inspire yourself from them. 2009/12/20 ScherlOMatic stefan.scherbich...@gmail.com

[symfony-users] Re: Why config is not read from generator.yml

2009-12-20 Thread George
Yes cache is cleared George On 20 joulu, 00:56, Daniel Lohse annismcken...@googlemail.com wrote: Did you clear the cache? Daniel On Dec 19, 2009, at 10:41 AM, George wrote: Hi, Why I get  the   Affiliate List instead of   Affiliate Management with admin view of  Jobeet tutorial

Re: [symfony-users] admin generator, change redirect target after create/update

2009-12-20 Thread Georg Gell
Hi, no, this will not work, because I want to change the redirect after the form has been successfully processed, which means no exception to catch. Georg Am 19.12.2009 22:54, schrieb Alexandre Salomé: Hi, You can wrap the function in a try...catch block and do your stuff : public

[symfony-users] Development infrastructure

2009-12-20 Thread HiDDeN
Hey guys. How is your development infrastructure? I like to develop against a Linux machine. I create my symfony project there and then with Eclipse PDT + Remote System Explorer I edit the files remotely. Now I discovered Netbeans 6.8 with PHP + Symfony support natively, it's smaller and faster,

Re: [symfony-users] Development infrastructure

2009-12-20 Thread Stéphane
Hi, If you are working on remote system, netbeans will not help you about symfony plugin, as the plugin run the symfony command locally. If you really want to use it, you might need to share the remote folder and mount it locally. Before Printing, Think about Your Environmental Responsibility!

Re: [symfony-users] Development infrastructure

2009-12-20 Thread Gábor Fási
Not sure about other distributions/X interfaces, but on ubuntu you can mount a remote filesystem via ssh at Places/Connect to server. Never used it for developing, but the performance should be ok. On Sun, Dec 20, 2009 at 15:57, HiDDeN sombrasdepa...@gmail.com wrote: Hey guys. How is your

Re: [symfony-users] Development infrastructure

2009-12-20 Thread Alexandru-Emil Lupu
If you are using linux then use sshfs. It is pretty nice an easy to use. I am using git on my machine and i can say that i am happy with this. Linux+eclipse+git+sf1.4 sent via htc magic On Dec 20, 2009 5:02 PM, Gábor Fási maerl...@gmail.com wrote: Not sure about other distributions/X

[symfony-users] Re: plugin:install not working for 1.3/1.4?

2009-12-20 Thread Crafty_Shadow
You really don't read very carefully, do you? :) The plugin:install task is supposed to download the dependencies as well, streamlining the process of installing a plugin. Dependencies currently DO NOT WORK. On Dec 20, 1:08 pm, Alexandre Salomé alexandre.sal...@gmail.com wrote: Another solution

[symfony-users] Re: Development infrastructure

2009-12-20 Thread HiDDeN
I'm using Windows. So I think I should use something like Red Drive to mount that ssh share... Anyway, the other problem I will have is the character encoding, because Windows doesn't create UTF-8 new files. So, I can't run Symfony commands from within Netbeans because there will be problems with

Re: [symfony-users] Re: Development infrastructure

2009-12-20 Thread Stéphane
UTF-8 file creation isn't depending on windows, afaik, but on your editor. If you use eclipse, in the preference screen of the editor, you can easily modify this and the crlf delimiter (win, linux, mac). Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à

Re: [symfony-users] Re: Development infrastructure

2009-12-20 Thread Alexandru-Emil Lupu
Use Cygwin or a real linux box sent via htc magic On Dec 20, 2009 5:47 PM, HiDDeN sombrasdepa...@gmail.com wrote: I'm using Windows. So I think I should use something like Red Drive to mount that ssh share... Anyway, the other problem I will have is the character encoding, because Windows

[symfony-users] Re: Development infrastructure

2009-12-20 Thread HiDDeN
Sorry, I didn't explained myself. What I mean is when you run symfony commands (php symfony generate .). If you run that on Windows, the files will not be generated in UTF-8. So, when the project is sent to a linux production server, the enconding has problems. By the way, I'm trying

[symfony-users] Missing code in sfFileValidator-configure() ?

2009-12-20 Thread Dennis
As far as I can tell, the code in the function 'sfFileValidator- configure($options = array(), $messages = array()) @http:// trac.symfony-project.org/browser/branches/1.4/lib/validator/ sfValidatorFile.class.php completely ignores the function arguments. So that would make it impossible to set

[symfony-users] Re: Missing code in sfFileValidator-configure() ?

2009-12-20 Thread Dennis
Decided to look at some other validators. Some run 'parent::configure ( $arguments_passed_in), some don't. Seems like the file validator can't possibly work without a path, but the existing configure() function sets it to 'null' see

[symfony-users] Re: How to set variables In the Global template?

2009-12-20 Thread Phil Moorhouse
This is a perfect use-case for the Dimensions plugin: http://www.symfony-project.org/plugins/ysfDimensionsPlugin It allows you to configure different stylesheets / templates for each dimension which could easily map to your clients. On Dec 17, 2:44 pm, ajit csa...@gmail.com wrote: Hi all, I

Re: [symfony-users] Development infrastructure

2009-12-20 Thread Lee Bolding
That sounds pretty close to my setup. I use Symfony in a VMWare (Fedora) virtual machine. All of my apache document roots exist on my local machine (so I can still edit without the VM being started) and this directory is shared with VMWare and mounted within the VM. (FWIW, I use a Mac - my

[symfony-users] Re: Do not create object if not needed

2009-12-20 Thread cestcri
Hi Tarjei, did you find a solution, I am struggling with the same problem! In my case I embed a form that embeds another form, and this second one is not always needed. The tutorial of the advent calendar day 9 explains how to unset the submitted form, unfortunately un-setting like in the post

Re: [symfony-users] Re: Development infrastructure

2009-12-20 Thread Eno
On Sun, 20 Dec 2009, Alexandru-Emil Lupu wrote: Use Cygwin or a real linux box Really, Linux or Mac are the best environments to work in. If you are in Windows, then you're better off using VirtualBox to run Ubuntu/Xubuntu and devloping inside the VM. -- -- You received this message

Re: [symfony-users] Re: Development infrastructure

2009-12-20 Thread Lukas Kahwe Smith
i have noticed this too with doctrine. its really annoying. i have tried looking for the cause or a fix myself yet though. regards Lukas On 20.12.2009, at 17:12, HiDDeN sombrasdepa...@gmail.com wrote: Sorry, I didn't explained myself. What I mean is when you run symfony commands (php

Re: [symfony-users] admin generator, change redirect target after create/update

2009-12-20 Thread Alexandre Salomé
The exception is thrown by the redirect method, to stop any execution. So when the exception is thrown, you form was already saved. The real question is can we over-redirect ? 2009/12/20 Georg Gell geor...@have2.com Hi, no, this will not work, because I want to change the redirect after

[symfony-users] Re: How to set variables In the Global template?

2009-12-20 Thread Davide Borsatto
You have all that code in the global layout? Are you crazy? :) On Dec 17, 3:44 pm, ajit csa...@gmail.com wrote: Hi all, I have an application where I need to customize the look(Color Scheme which matches the client site) for each client using the single codebase...So what I am doing is I am

Re: [symfony-users] Re: How to set variables In the Global template?

2009-12-20 Thread Lee Bolding
Why not create a static CSS file for each client? On 20 Dec 2009, at 19:11, Davide Borsatto wrote: You have all that code in the global layout? Are you crazy? :) On Dec 17, 3:44 pm, ajit csa...@gmail.com wrote: Hi all, I have an application where I need to customize the look(Color

[symfony-users] Re: Doctrine Form - multiple/recursive embedRelation - Apache

2009-12-20 Thread Tobias
Thanks for the answer. I already use XAMPP 1.6.8 Another issue is that even without the second embedRelation this piece of code raises the same exception: public function executeNew(sfWebRequest $request) { $teammatch = new Teammatch(); $badmintonMatches = array('1.HD', 'DD',

[symfony-users] Re: Doctrine Form - multiple/recursive embedRelation - Apache

2009-12-20 Thread Tobias
Yippi, it works! I updated XAMPP to Version 1.7.2 with PHP 5.3 and Apache 2.2.12 Problem solved. I can advise anyone to use the newest PHP and Apache version. They also seem to be much faster. On Dec 21, 1:22 am, Tobias webmas...@tubo-world.de wrote: Thanks for the answer. I already use XAMPP

Re: [symfony-users] Re: Development infrastructure

2009-12-20 Thread Alexandru-Emil Lupu
As allready said, for widowz users, i would recomend the cygwin. I have used it before porting all my computers on *nix platform. sent via htc magic On Dec 21, 2009 3:51 AM, jL prometh...@gmail.com wrote: I second the use of a VM as described by Lee above, provided you have enough RAM.

[symfony-users] Work with Materialized Path

2009-12-20 Thread BabyWolf ProSoftService
Who work with Materialized Path? What plugin you use? -- 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, send email to

[symfony-users] Unknown method SfGuardUserTable::retrieveByUsername

2009-12-20 Thread zayker
Bonjour à tous j'ai installé sfDoctrineGuardPlugin et je l'ao configuré comme il est indiqué dans le tutoriel, et quand j'essaye de me connecter j'ai ce message d'erreur, sachant que je l'installe plusieurs fois et ç afonctionne normalement et tout d'un coup ça ne fonctionne plus j'attend vos

Re: [symfony-users] Re: problema with build-schema in command line

2009-12-20 Thread Alexandru-Emil Lupu
Maybe he did not had anything in his db? Build schema is to translate the db tables into a schema representation sent via htc magic On Dec 18, 2009 7:16 PM, ruigoncalves skcra...@gmail.com wrote: What was the problem? It might help others. On Dec 18, 2:23 pm, Maicol maicol_c...@hotmail.it