[symfony-users] Re: sfDoctrine | Bug with relations since Foreign key exporting added in doctrine revision 1182

2007-03-23 Thread elbouillon
YEAH, great ! Doctrine developpers rocks ! Thanks -- Mickael Kurmann On 23 mar, 20:27, "Nathanael D. Noblet" <[EMAIL PROTECTED]> wrote: > elbouillon wrote: > > Hello, > > > Since doctrine revision came to revision 1182 [1] , I've an exception > > with all my models that have relations. > > > I

[symfony-users] Re: sfPropelUuidBehavioPlugin

2007-03-23 Thread Pierre Minnieur
It's usefull if you have more than one database server (cluster). Instead of working with auto-increment columns to identify your rows you use uuid's instead. You'll then have no problems if you want to merge the tables from all those or some of the nodes (hardware upgrades, so that e.g. three nod

[symfony-users] Re: sfDoctrine | Bug with relations since Foreign key exporting added in doctrine revision 1182

2007-03-23 Thread Nathanael D. Noblet
elbouillon wrote: > Hello, > > Since doctrine revision came to revision 1182 [1] , I've an exception > with all my models that have relations. > > I don't understand why it want to create a table in my database > because in doctrine.yml the option : create_tables is set to false. > > If anyone

[symfony-users] sfDoctrine | Bug with relations since Foreign key exporting added in doctrine revision 1182

2007-03-23 Thread elbouillon
Hello, Since doctrine revision came to revision 1182 [1] , I've an exception with all my models that have relations. I don't understand why it want to create a table in my database because in doctrine.yml the option : create_tables is set to false. If anyone has an idea... Thanks for your hel

[symfony-users] IE7 javascript confirm

2007-03-23 Thread Atanas Georgiev
Did anyone have a problem with the link javascript confirmation on IE7? => add to cart This one deletes the item no matter what you clink. I came up with the following solution. If someone has a better one please share. originalConfirmFunction = window.confirm; window.confirm = function (str){

[symfony-users] Re: Upgrade Plugin: sfSwiftPlugin

2007-03-23 Thread Tristan Rivoallan
On 3/23/07, Franke Gordon <[EMAIL PROTECTED]> wrote: > i have upgrade the sfSwiftPlugin to the actual Swift Version. > this is the occasion to thank you for this plugin :) swift mailer is really a great piece of software. ++ tristan --~--~-~--~~~---~--~~ You rece

[symfony-users] Upgrade Plugin: sfSwiftPlugin

2007-03-23 Thread Franke Gordon
Hallo, i have upgrade the sfSwiftPlugin to the actual Swift Version. Have FUN! Greetings Gordon --~--~-~--~~~---~--~~ 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] New Plugin: sfUFOPlugin

2007-03-23 Thread François Zaninotto
Hi list, I wanted to announce a new Flash asset insertionplugin. I know there is already sfSwfObjectHelperPlugin and sfSIFRPlugin, but after releasing sfUJSPlugin, I thought that it was a pity to use an additional library redoing a DOM selector, when jQuery's selector is already very good. The

[symfony-users] AW: AW: Re: mail on error

2007-03-23 Thread Franke Gordon
Sorry i have forgot to clear the cache ;( It works fine for me. Greetings Gordon -Ursprüngliche Nachricht- Von: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Franke Gordon Gesendet: Freitag, 23. März 2007 10:18 An: symfony-users@googlegroups.com Betreff: [symf

[symfony-users] PostgreSQL named schemas with sfDoctrine

2007-03-23 Thread Alexandre Saunier
Hello all, I use Doctrine (via sfDoctrine) as the model layer in my Symfony setup, with a PostgreSQL database. In order to have a clear separation between SF tables and external applications tables (PunBB forum for instance), I'd like to make use of dedicated Postgres named schemas (as in [1])

[symfony-users] AW: [symfony-users] AW: [symfony-users] Re: mail on error

2007-03-23 Thread Franke Gordon
Ok, i have see that is very simple. i can call my class with: sfMixer::register('sfException:printStackTrace', array('myErrorMailer', 'log500')); sfMixer::register('sfController:forward:error404', array('myErrorMailer', 'log404')); In the global config.php the mixer not excist and in the ap